优化实践教程示例项目
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

31413 行
1015 KiB

#include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
template <typename R>
struct VirtualFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct VirtualFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct VirtualFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct VirtualFuncInvoker4
{
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 VirtualFuncInvoker5
{
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);
}
};
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Text.Encoding>
struct Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.ISimpleCollator>
struct Dictionary_2_tFA0E7CD5951B83DD87A65E89D971A68E538F9470;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588;
// System.Collections.Generic.Dictionary`2<System.String,System.UriParser>
struct Dictionary_2_t42B08F27E32EDAA06A656F208F4F64F212F66238;
// System.Boolean[]
struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4;
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
// System.IntPtr[]
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
// System.Reflection.ParameterModifier[]
struct ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
// System.ArgumentNullException
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
// System.Collections.ArrayList
struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A;
// System.Reflection.Assembly
struct Assembly_t;
// System.Reflection.Binder
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
// System.Globalization.Calendar
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B;
// System.Globalization.CodePageDataItem
struct CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2;
// System.Globalization.CompareInfo
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57;
// System.Collections.Comparer
struct Comparer_t489050BA9C6F7C6808A60F16D392DCB237050653;
// System.Reflection.ConstructorInfo
struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB;
// System.CultureAwareComparer
struct CultureAwareComparer_t5822A6535A6EB4C448D1B7736067D1188BAEE8CD;
// System.Globalization.CultureData
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D;
// System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A;
// System.Text.DecoderFallback
struct DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90;
// System.Text.DecoderReplacementFallback
struct DecoderReplacementFallback_t398AF05FDF32BD471A1678894D1F1A81DDBEE3B0;
// System.Text.EncoderFallback
struct EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293;
// System.Text.EncoderReplacementFallback
struct EncoderReplacementFallback_tCF704844DE6CF0B44DDB3C008824393233B19A16;
// System.Text.Encoding
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095;
// System.Exception
struct Exception_t;
// System.Collections.IDictionary
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
// System.IFormatProvider
struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52;
// System.Runtime.Serialization.IFormatterConverter
struct IFormatterConverter_t726606DAC82C384B08C82471313C340968DDB609;
// System.Globalization.ISimpleCollator
struct ISimpleCollator_t084383013F96378AFFD4540649E086C9C13BFF5B;
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
// System.InvariantComparer
struct InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29;
// System.Reflection.MemberFilter
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
// System.Reflection.MethodBase
struct MethodBase_t;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.NotImplementedException
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472;
// System.OrdinalCaseSensitiveComparer
struct OrdinalCaseSensitiveComparer_t581CA7CB51DCF00B6012A697A4B4B3067144521A;
// System.OrdinalIgnoreCaseComparer
struct OrdinalIgnoreCaseComparer_t8BAE11990A4C855D3BCBBFB42F4EF8D45088FBB0;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37;
// System.Globalization.SortVersion
struct SortVersion_tBB62978F95905541FC817E11F73A0B1DB392F07E;
// System.String
struct String_t;
// System.StringComparer
struct StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06;
// System.Globalization.TextInfo
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4;
// System.Type
struct Type_t;
// System.Reflection.TypeFilter
struct TypeFilter_tD8F0A4CFBE6E8F8FA8D673113A73026EDA4640BA;
// System.Uri
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E;
// System.UriBuilder
struct UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72;
// System.UriFormatException
struct UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF;
// System.UriParser
struct UriParser_t920B0868286118827C08B08A15A9456AF6C19D81;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// System.Uri/MoreInfo
struct MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA;
// System.Uri/UriInfo
struct UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Comparer_t489050BA9C6F7C6808A60F16D392DCB237050653_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecoderReplacementFallback_t398AF05FDF32BD471A1678894D1F1A81DDBEE3B0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EncoderReplacementFallback_tCF704844DE6CF0B44DDB3C008824393233B19A16_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SecurityException_t025CB4C23107E67E07CF085826B40EDE72F8165C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UriComponents_t92D6A11B001BCF2B97D0613FD0541637524A7A82_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UriKind_t6597BD6BF48C695D63244DF8541B5EA48FF7F9E7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t56F624E1051A2E261613B6A81CA2333397F49CB3____04D9D643E5A26924DC98C9906714082D395DCB17CEE9674D5EBFEC15D098C2B5_1_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t56F624E1051A2E261613B6A81CA2333397F49CB3____1417FCAA8455DC8E3C88BF916DD5C75746A2597CC052F212A8E4394C890E012B_3_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral00ED444101CADBDD612603B145DC44E57F6FCA22;
IL2CPP_EXTERN_C String_t* _stringLiteral02158C33AAFC69461998755D511D2DD0C9BDBB59;
IL2CPP_EXTERN_C String_t* _stringLiteral05ECDE4FA37D99AB9C256356029BDA339AC0909A;
IL2CPP_EXTERN_C String_t* _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B;
IL2CPP_EXTERN_C String_t* _stringLiteral0D714861C7EC595B0F134B25D51B6C3D17B97BE7;
IL2CPP_EXTERN_C String_t* _stringLiteral0ECCA26D6E6512BFFD6AC0372868F35B289A0AC9;
IL2CPP_EXTERN_C String_t* _stringLiteral0F4997869821EE2A85E8697700968CDB3A43E09A;
IL2CPP_EXTERN_C String_t* _stringLiteral10967EC4A6C481862CE1D9E400B88D2400A58495;
IL2CPP_EXTERN_C String_t* _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69;
IL2CPP_EXTERN_C String_t* _stringLiteral15428EFDE6CBC42BB38ECB1C1ED2BC18985A61C8;
IL2CPP_EXTERN_C String_t* _stringLiteral18F30814AAC5E0346EF626D2C4D69E75BB8092D8;
IL2CPP_EXTERN_C String_t* _stringLiteral19A73218F14885E4C839EDA68A1C1C791F7745AA;
IL2CPP_EXTERN_C String_t* _stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA;
IL2CPP_EXTERN_C String_t* _stringLiteral24E3F48402E3AE0939BE896FBDE3DE4520C9893D;
IL2CPP_EXTERN_C String_t* _stringLiteral2548827C46E1449217FD7CD3DA9F653E7BC05534;
IL2CPP_EXTERN_C String_t* _stringLiteral2659A93A14DB81D09000B3E98CBB7FBD3940D067;
IL2CPP_EXTERN_C String_t* _stringLiteral279EA60C732ADCA7403A83C01015BDFB2C45ECA3;
IL2CPP_EXTERN_C String_t* _stringLiteral2972BFE844E63CD209338A1C5E5ADB3707E7B9B9;
IL2CPP_EXTERN_C String_t* _stringLiteral2BB3A73D1E65DCBE7CA53AF078C885143F1E6CB8;
IL2CPP_EXTERN_C String_t* _stringLiteral2BF0DF290BFCF779AD20AF65993E83C1BABDE338;
IL2CPP_EXTERN_C String_t* _stringLiteral2CBA9DA268DC043D5D48F9B1A91E94AC5F76EAF8;
IL2CPP_EXTERN_C String_t* _stringLiteral32A14D70913B30E357C574C847E795B24E48CAC2;
IL2CPP_EXTERN_C String_t* _stringLiteral41D84AC5D8F16FBF1E5198F982B2A1BC9DA66EEE;
IL2CPP_EXTERN_C String_t* _stringLiteral48AE4960538AEA6C629E58F3554B6E9A7D26D9E0;
IL2CPP_EXTERN_C String_t* _stringLiteral491588DC50F24F885876BF828F202716C7BE3803;
IL2CPP_EXTERN_C String_t* _stringLiteral4C5033300573C261BEFC85B31F928B42D1767A20;
IL2CPP_EXTERN_C String_t* _stringLiteral4FB7CA16AB7B5A4F956554894A7222DF13F448AA;
IL2CPP_EXTERN_C String_t* _stringLiteral53CEBA286266000AA0D18A26DBE6FBE7714C8319;
IL2CPP_EXTERN_C String_t* _stringLiteral58B716FF5428F7961E1403E6D969E605D0F27EAF;
IL2CPP_EXTERN_C String_t* _stringLiteral5E30C21F5452337FC417E80E84D2E63331BF74BE;
IL2CPP_EXTERN_C String_t* _stringLiteral5F7CEBC6DA97A6E86F8A408A3A322D7C54C64457;
IL2CPP_EXTERN_C String_t* _stringLiteral5FC154761871B7293BA5D77E57A16A71359FE4E5;
IL2CPP_EXTERN_C String_t* _stringLiteral62E7D3DB20849B131752FF5F49A8178D44DC3C0F;
IL2CPP_EXTERN_C String_t* _stringLiteral659F36F170A47067B1A80CD9B6619237197BD872;
IL2CPP_EXTERN_C String_t* _stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A;
IL2CPP_EXTERN_C String_t* _stringLiteral6D153343DC0552ABAFC2B893F453DC72854A37BE;
IL2CPP_EXTERN_C String_t* _stringLiteral75C9716749EA210206E3467390B7A11F3F33DDFA;
IL2CPP_EXTERN_C String_t* _stringLiteral76B42114875193483A08D74CEEFED1552FD328AC;
IL2CPP_EXTERN_C String_t* _stringLiteral778DFAE29C280DA8F24CB36747AB3656B8220A6F;
IL2CPP_EXTERN_C String_t* _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB;
IL2CPP_EXTERN_C String_t* _stringLiteral82F0E6BA3FD6F5AA7F9F5A798046A3B615F6D560;
IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D;
IL2CPP_EXTERN_C String_t* _stringLiteral893234A48A938BC927582C6857B067656A459E82;
IL2CPP_EXTERN_C String_t* _stringLiteral9A62305734B1A5D8C56B0791FEB96BCDDD1CD15E;
IL2CPP_EXTERN_C String_t* _stringLiteral9FF7E1714A1569B390FACA3E974DC3E6F734EE44;
IL2CPP_EXTERN_C String_t* _stringLiteralA49E0D7ABF2BBFCF5C0D687E40C671557E3766C7;
IL2CPP_EXTERN_C String_t* _stringLiteralAB4A2A1A4E24D5E7EAF8EC59DB9F81A65F47FBB0;
IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2;
IL2CPP_EXTERN_C String_t* _stringLiteralB856D5F930F0597377D1341A0C6F24DD74854667;
IL2CPP_EXTERN_C String_t* _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476;
IL2CPP_EXTERN_C String_t* _stringLiteralBAC2173B4A90E0CCDFDFF632E8EDD9EE26861557;
IL2CPP_EXTERN_C String_t* _stringLiteralBB27FD8C1492058DA5D90548581B4866E1A7D640;
IL2CPP_EXTERN_C String_t* _stringLiteralC59EA632EEBD5205EC137D1B018FF86AE5FC29F0;
IL2CPP_EXTERN_C String_t* _stringLiteralC754689D33E77DA33A161FB7A06C164EDF02EE65;
IL2CPP_EXTERN_C String_t* _stringLiteralC939E97413EFE99419879B0916E1BE14BAA53F0D;
IL2CPP_EXTERN_C String_t* _stringLiteralCAE6B383FC259C6D8E02FFF07CC62BD90BA58157;
IL2CPP_EXTERN_C String_t* _stringLiteralCCA42FF3A79C1E42FD11406835C7F646CD446470;
IL2CPP_EXTERN_C String_t* _stringLiteralD02A34301E6D4991BF9384E388591B78D87B74D5;
IL2CPP_EXTERN_C String_t* _stringLiteralD325F94C66794EB0B3E8C4CEF310C06AF86E0A6D;
IL2CPP_EXTERN_C String_t* _stringLiteralD90CDA62B9AE646096CCD287ACE999D2EFB8ADA5;
IL2CPP_EXTERN_C String_t* _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDA6B345F08D5EDFABC1A4FE87C7580A22CB2C4FB;
IL2CPP_EXTERN_C String_t* _stringLiteralDDA0FEDECC3765A8D5F295C4B302D615D29F3483;
IL2CPP_EXTERN_C String_t* _stringLiteralE11D1474ED58671D7630AF4937D80F0F3E7A5896;
IL2CPP_EXTERN_C String_t* _stringLiteralE13258345AC5ED7FA38D641004219DBE3A3FB56C;
IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC;
IL2CPP_EXTERN_C String_t* _stringLiteralE610AFD3290809B1D62848F53491246DB230B5BB;
IL2CPP_EXTERN_C String_t* _stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F;
IL2CPP_EXTERN_C String_t* _stringLiteralE86F8F43B9D456F4E47ACD029ADCCE78BE9C9AA7;
IL2CPP_EXTERN_C String_t* _stringLiteralEF170C3C541112A47757D834CCBAB9C979FF6DDD;
IL2CPP_EXTERN_C String_t* _stringLiteralEF66B249911CEEC9157882862B05470085C28541;
IL2CPP_EXTERN_C String_t* _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE;
IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7;
IL2CPP_EXTERN_C String_t* _stringLiteralF573A277D927617DD82553D63A8E5EC8F6165ECD;
IL2CPP_EXTERN_C String_t* _stringLiteralF7C03E97995F6950303A46C204A216735E6B4582;
IL2CPP_EXTERN_C String_t* _stringLiteralFBA7DE9CE5677EA11663546DA9E63CB203A71D1B;
IL2CPP_EXTERN_C String_t* _stringLiteralFC9B4C75B4026AF1BA70A16680CA49724A8B5E88;
IL2CPP_EXTERN_C const RuntimeMethod* IriHelper_EscapeUnescapeIri_mE7C6E85447A41E32A050856BC24B40279EDFF6E5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Length_m339FDCE1FC17C2B97AEA44937294504AF706F7FF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SecurityUtils_SecureConstructorInvoke_m1AEE51CBB019E631EB2D71F3A0508B016765E2E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SecurityUtils_SecureCreateInstance_mD642B41CCEFD053670E9BBC47EBC3B71493D73FE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Span_1__ctor_mB886029FDB28A19EF15C463DD88A08470033D192_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Span_1_op_Implicit_m3F9E69D4CE96EE41699F772D0B6270E9D230982F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Span_1_op_Implicit_mD65020B112814C67FED9F2C3DE2B0B78D4E2A486_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UriBuilder_ToString_m0DEFF1C8981338B9D30B81620E839DCF2CFF4713_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UriBuilder__ctor_mD45945E23BE6C1AA8C56E64DEC181E36EE826C25_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_CreateHelper_mC4FC141C7E569879417FFC24BCB47E22CE09163B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_CreateHostStringHelper_mB7076A86E12D57D5722AA4AC0993B38332A21C8D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_CreateThis_m522F36D576D9A8803410439127DB32837331BA3A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_CreateUri_m9D81A5F3B332C44FDD875893EF619631708791F2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_FromHex_m16EF28AD07AF8D499C8157124A9E7C01D6FFFAA8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_GetComponentsHelper_m83D8E4A027E180AFB34BA5290A8FF381EBCBCB75_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_GetComponents_m30E3EAD4E9A39939456E764FEF94AFD4D6B7532A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_GetHostViaCustomSyntax_m6632DAD1F66901E82C60A47D626A9140A586C802_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_GetRelativeSerializationString_mDEB0AD1094EC2842C2F0830C1E43FF2FFDEB6F5B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_IsBaseOf_m8A97015EF5FE3B91A413F678735EABB09D6CFB74_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_ParseRemaining_m9134D26360C9EEDFAFAFEE1ECA1A5CEE66BE5A3A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_ParseSchemeCheckImplicitFile_m8244C40705A553AA88036339B231B1BB279580DC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_UnescapeDataString_mD0A4732F7ED9CA5DB9E46D802971B5406094CC77_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri__ctor_m24549041BC5661EAC10BA8CB35B60AD6512AF69B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri__ctor_m5AA91BCDE21E8AD62B9A48948CF3661B2F00E38F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri__ctor_m6CA436E6AD2768A121FA851CBEEFA3623E849D3A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri__ctor_mD7EC916948CBFE71F80298DDA6E4209724958B09_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri__ctor_mE1AB9FB0563073B8DFB381A69A54E9E0459D583F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_AbsolutePath_mABB93DD30D4C0F11948DE5C117650B1C3A9925CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_AbsoluteUri_m080934F4F2E2160EBEABDF00F8B6D59888EA63AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_Authority_m5BE92DE43B1B4BCD6849FEBDE5530AB97E0C31EB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_DnsSafeHost_mE5001E7AE7F1879A2059024EA06C9031F6320A2B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_Fragment_m3CB7AD14DA9618ADE406039D4713F67D6951D835_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_HostNameType_m710282366272F2807B7D09D79C20014515BB81D3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_Host_m2C0E258C7DFF7A340049BE9BC08FF45E90988D8C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_IsDefaultPort_m1BFC89B27306852E9AFDEF92897FD52B0B3ECD06_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_IsFile_m760E384ED177DC9197D5010B763F64196552DF5F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_IsLoopback_m0E865DCC324F483C0C60E7D8E6FEF7AD0F46059A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_IsUnc_mB190B452D6A7B09FC8BDD967A5C38F32E87E0FCA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_LocalPath_m60EE736E6F601238CBC20CE7DBB647C61F16DB0E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_PathAndQuery_m33B64A4AAF08510C0199CF5A85918B91D1008E5C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_Port_m7A1413AC9D9A2FC5DC8A7F89DF4A01ACA0241A02_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_Query_m17DEC663263C486C8C8177AF9C4BFE2FFBE51178_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_Segments_m823EACCF22A1B1D27771147C7B509702E21C2811_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_UserInfo_mC0189C851F71ACF0B48A462E74C7F3EB86501C8D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_mF5D8FB18DBF2C4B2F879F8E8E12D8FB8FCDB5477_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var;
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com;
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke;
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com;
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
struct Il2CppArrayBounds;
// System.Collections.ArrayList
struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A : public RuntimeObject
{
// System.Object[] System.Collections.ArrayList::_items
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_0;
// System.Int32 System.Collections.ArrayList::_size
int32_t ____size_1;
// System.Int32 System.Collections.ArrayList::_version
int32_t ____version_2;
// System.Object System.Collections.ArrayList::_syncRoot
RuntimeObject* ____syncRoot_3;
};
// System.Reflection.Assembly
struct Assembly_t : public RuntimeObject
{
};
// Native definition for P/Invoke marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_com
{
};
// System.Reflection.Binder
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235 : public RuntimeObject
{
};
// System.Collections.Comparer
struct Comparer_t489050BA9C6F7C6808A60F16D392DCB237050653 : public RuntimeObject
{
// System.Globalization.CompareInfo System.Collections.Comparer::_compareInfo
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ____compareInfo_0;
};
struct Comparer_t489050BA9C6F7C6808A60F16D392DCB237050653_StaticFields
{
// System.Collections.Comparer System.Collections.Comparer::Default
Comparer_t489050BA9C6F7C6808A60F16D392DCB237050653* ___Default_1;
// System.Collections.Comparer System.Collections.Comparer::DefaultInvariant
Comparer_t489050BA9C6F7C6808A60F16D392DCB237050653* ___DefaultInvariant_2;
};
// System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject
{
// 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_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___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_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___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_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
};
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields
{
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___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_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture_34;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture_35;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number_36;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name_37;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::s_UserPreferredCultureInfoInAppX
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX_38;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_39;
};
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_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_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___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_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_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_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___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_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// System.Text.DecoderFallback
struct DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90 : public RuntimeObject
{
};
struct DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90_StaticFields
{
// System.Text.DecoderFallback System.Text.DecoderFallback::s_replacementFallback
DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ___s_replacementFallback_0;
// System.Text.DecoderFallback System.Text.DecoderFallback::s_exceptionFallback
DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ___s_exceptionFallback_1;
};
// System.Text.EncoderFallback
struct EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293 : public RuntimeObject
{
};
struct EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293_StaticFields
{
// System.Text.EncoderFallback System.Text.EncoderFallback::s_replacementFallback
EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___s_replacementFallback_0;
// System.Text.EncoderFallback System.Text.EncoderFallback::s_exceptionFallback
EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___s_exceptionFallback_1;
};
// System.Text.Encoding
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095 : public RuntimeObject
{
// System.Int32 System.Text.Encoding::m_codePage
int32_t ___m_codePage_9;
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2* ___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_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___encoderFallback_13;
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ___decoderFallback_14;
};
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_StaticFields
{
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___defaultEncoding_0;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___unicodeEncoding_1;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___bigEndianUnicode_2;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf7Encoding_3;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf8Encoding_4;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf32Encoding_5;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___asciiEncoding_6;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___latin1Encoding_7;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Text.Encoding> modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54* ___encodings_8;
// System.Object System.Text.Encoding::s_InternalSyncObject
RuntimeObject* ___s_InternalSyncObject_15;
};
// System.IPv6AddressHelper
struct IPv6AddressHelper_t62CA08D2A7EAB4F0DD6475B546C4345683CC36F7 : public RuntimeObject
{
};
// System.InvariantComparer
struct InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29 : public RuntimeObject
{
// System.Globalization.CompareInfo System.InvariantComparer::m_compareInfo
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___m_compareInfo_0;
};
struct InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29_StaticFields
{
// System.InvariantComparer System.InvariantComparer::Default
InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29* ___Default_1;
};
// System.IriHelper
struct IriHelper_tCAECD6BCC90021BD25D33DCF15923173CF839167 : public RuntimeObject
{
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
};
// System.NotImplemented
struct NotImplemented_tB902025AC2F3DD903F667140EBAA0A29CD4E2B45 : public RuntimeObject
{
};
// System.IO.Path
struct Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC : public RuntimeObject
{
};
struct Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_StaticFields
{
// System.Char[] System.IO.Path::InvalidPathChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___PathSeparatorChars_6;
// System.Boolean System.IO.Path::dirEqualsVolume
bool ___dirEqualsVolume_7;
// System.Char[] System.IO.Path::trimEndCharsWindows
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___trimEndCharsWindows_8;
// System.Char[] System.IO.Path::trimEndCharsUnix
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___trimEndCharsUnix_9;
};
// System.SecurityUtils
struct SecurityUtils_t9837F51AC53EBEBFE6A7AEF6688C7F44CA6EB348 : public RuntimeObject
{
};
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37 : public RuntimeObject
{
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_members_3;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_data_4;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___m_types_5;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___m_nameToIndex_6;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_7;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_8;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_9;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_10;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t* ___objectType_11;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_12;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_13;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_14;
};
// System.String
struct String_t : public RuntimeObject
{
// System.Int32 System.String::_stringLength
int32_t ____stringLength_4;
// System.Char System.String::_firstChar
Il2CppChar ____firstChar_5;
};
struct String_t_StaticFields
{
// System.String System.String::Empty
String_t* ___Empty_6;
};
// System.StringComparer
struct StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06 : public RuntimeObject
{
};
struct StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_StaticFields
{
// System.CultureAwareComparer System.StringComparer::s_invariantCulture
CultureAwareComparer_t5822A6535A6EB4C448D1B7736067D1188BAEE8CD* ___s_invariantCulture_0;
// System.CultureAwareComparer System.StringComparer::s_invariantCultureIgnoreCase
CultureAwareComparer_t5822A6535A6EB4C448D1B7736067D1188BAEE8CD* ___s_invariantCultureIgnoreCase_1;
// System.OrdinalCaseSensitiveComparer System.StringComparer::s_ordinal
OrdinalCaseSensitiveComparer_t581CA7CB51DCF00B6012A697A4B4B3067144521A* ___s_ordinal_2;
// System.OrdinalIgnoreCaseComparer System.StringComparer::s_ordinalIgnoreCase
OrdinalIgnoreCaseComparer_t8BAE11990A4C855D3BCBBFB42F4EF8D45088FBB0* ___s_ordinalIgnoreCase_3;
};
// System.UriBuilder
struct UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72 : public RuntimeObject
{
// 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_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ____uri_9;
// System.String System.UriBuilder::_username
String_t* ____username_10;
};
// System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
{
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
{
};
// System.Uri/MoreInfo
struct MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA : public RuntimeObject
{
// 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;
};
// System.ValueTuple`2<System.Int32,System.Int32>
struct ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D
{
// T1 System.ValueTuple`2::Item1
int32_t ___Item1_0;
// T2 System.ValueTuple`2::Item2
int32_t ___Item2_1;
};
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
};
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
{
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
};
// System.Char
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
{
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
};
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
{
// System.Byte[] System.Char::s_categoryForLatin1
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
};
// System.Text.DecoderReplacementFallback
struct DecoderReplacementFallback_t398AF05FDF32BD471A1678894D1F1A81DDBEE3B0 : public DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90
{
// System.String System.Text.DecoderReplacementFallback::_strDefault
String_t* ____strDefault_2;
};
// System.Text.EncoderReplacementFallback
struct EncoderReplacementFallback_tCF704844DE6CF0B44DDB3C008824393233B19A16 : public EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293
{
// System.String System.Text.EncoderReplacementFallback::_strDefault
String_t* ____strDefault_2;
};
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
{
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0;
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
};
// System.Int64
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
{
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
};
// System.IntPtr
struct IntPtr_t
{
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
};
struct IntPtr_t_StaticFields
{
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
};
// System.Reflection.MethodBase
struct MethodBase_t : public MemberInfo_t
{
};
// System.Reflection.ParameterModifier
struct ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510
{
// System.Boolean[] System.Reflection.ParameterModifier::_byRef
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ____byRef_0;
};
// Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier
struct ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510_marshaled_pinvoke
{
int32_t* ____byRef_0;
};
// Native definition for COM marshalling of System.Reflection.ParameterModifier
struct ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510_marshaled_com
{
int32_t* ____byRef_0;
};
// System.UInt16
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
{
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
};
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
// System.Uri/Offset
#pragma pack(push, tp, 1)
struct Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493
{
// 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;
};
#pragma pack(pop, tp)
// System.ByReference`1<System.Char>
struct ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5
{
// System.IntPtr System.ByReference`1::_value
intptr_t ____value_0;
};
// System.ByReference`1<System.UInt16>
struct ByReference_1_t946C8F453CAF957A5339893AAA7FFF61CC68CECE
{
// System.IntPtr System.ByReference`1::_value
intptr_t ____value_0;
};
// System.Reflection.BindingFlags
struct BindingFlags_t5DC2835E4AE9C1862B3AD172EF35B6A5F4F1812C
{
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
};
// System.Globalization.CompareOptions
struct CompareOptions_tE5E7275E1FCBD5F8F3B53CC0038A11CABE120B00
{
// System.Int32 System.Globalization.CompareOptions::value__
int32_t ___value___2;
};
// System.Reflection.ConstructorInfo
struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB : public MethodBase_t
{
};
struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_StaticFields
{
// System.String System.Reflection.ConstructorInfo::ConstructorName
String_t* ___ConstructorName_0;
// System.String System.Reflection.ConstructorInfo::TypeConstructorName
String_t* ___TypeConstructorName_1;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
// System.Int32 System.Exception::caught_in_unmanaged
int32_t ___caught_in_unmanaged_16;
};
struct Exception_t_StaticFields
{
// System.Object System.Exception::s_EDILock
RuntimeObject* ___s_EDILock_0;
};
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// System.Runtime.InteropServices.GCHandle
struct GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC
{
// System.IntPtr System.Runtime.InteropServices.GCHandle::handle
intptr_t ___handle_0;
};
// System.Runtime.InteropServices.GCHandleType
struct GCHandleType_t4CD45A3495E593D093AB0CE36EF9EC1A1572F82A
{
// System.Int32 System.Runtime.InteropServices.GCHandleType::value__
int32_t ___value___2;
};
// System.Reflection.MethodInfo
struct MethodInfo_t : public MethodBase_t
{
};
// System.Text.NormalizationForm
struct NormalizationForm_t000C9151F649215BBA45A3AC3FB73C317B86EE7B
{
// System.Int32 System.Text.NormalizationForm::value__
int32_t ___value___2;
};
// System.ParsingError
struct ParsingError_t4DA7B5ED39FC185DA72BCB7E278C204762B57DE6
{
// System.Int32 System.ParsingError::value__
int32_t ___value___2;
};
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5
{
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
{
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
};
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t5EE358E619B251608A9327618C7BFE8638FC33C1
{
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2;
};
// System.StringComparison
struct StringComparison_tE14A55CCFA001A5AC85D754179BF2888F45CC94D
{
// System.Int32 System.StringComparison::value__
int32_t ___value___2;
};
// System.UnescapeMode
struct UnescapeMode_t221E12F33D6CD593C6E09DE2B66DA342EC6C4F2F
{
// System.Int32 System.UnescapeMode::value__
int32_t ___value___2;
};
// System.UriComponents
struct UriComponents_t92D6A11B001BCF2B97D0613FD0541637524A7A82
{
// System.Int32 System.UriComponents::value__
int32_t ___value___2;
};
// System.UriFormat
struct UriFormat_tCFECBDF50112D695E5A4C3F05AE60480FB77A2C0
{
// System.Int32 System.UriFormat::value__
int32_t ___value___2;
};
// System.UriHostNameType
struct UriHostNameType_t9BDBA62A4F46D00945BB64D0E6E8FF14EB5B7409
{
// System.Int32 System.UriHostNameType::value__
int32_t ___value___2;
};
// System.UriIdnScope
struct UriIdnScope_t001CC97A6F977E9BB7DB855CC6BA415A7F47491F
{
// System.Int32 System.UriIdnScope::value__
int32_t ___value___2;
};
// System.UriKind
struct UriKind_t6597BD6BF48C695D63244DF8541B5EA48FF7F9E7
{
// System.Int32 System.UriKind::value__
int32_t ___value___2;
};
// System.UriSyntaxFlags
struct UriSyntaxFlags_t6CAAB5E302AE2F84F42D8C4AF2FA8656EC5F97C8
{
// System.Int32 System.UriSyntaxFlags::value__
int32_t ___value___2;
};
// System.Uri/Check
struct Check_t9871FC2033ABF87812304D4DB64241F2D0981230
{
// System.Int32 System.Uri/Check::value__
int32_t ___value___2;
};
// System.Uri/Flags
struct Flags_t47CF4DB4036A6A539AFA6EE39C75F772E865E897
{
// System.UInt64 System.Uri/Flags::value__
uint64_t ___value___2;
};
// System.Uri/UriInfo
struct UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09 : public RuntimeObject
{
// 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_tE612E8724BE1BAC109CDFA8ED5567B5979139493 ___Offset_3;
// System.String System.Uri/UriInfo::DnsSafeHost
String_t* ___DnsSafeHost_4;
// System.Uri/MoreInfo System.Uri/UriInfo::MoreInfo
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* ___MoreInfo_5;
};
// System.UriParser/UriQuirksVersion
struct UriQuirksVersion_tC8E3F60985AD631D7F8894B1136B33BD9D03C72D
{
// System.Int32 System.UriParser/UriQuirksVersion::value__
int32_t ___value___2;
};
// System.ReadOnlySpan`1<System.Char>
struct ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1
{
// System.ByReference`1<T> System.ReadOnlySpan`1::_pointer
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 ____pointer_0;
// System.Int32 System.ReadOnlySpan`1::_length
int32_t ____length_1;
};
// System.ReadOnlySpan`1<System.UInt16>
struct ReadOnlySpan_1_tA2EFC117098BD2B38ADBF809AA976D9F3C13654F
{
// System.ByReference`1<T> System.ReadOnlySpan`1::_pointer
ByReference_1_t946C8F453CAF957A5339893AAA7FFF61CC68CECE ____pointer_0;
// System.Int32 System.ReadOnlySpan`1::_length
int32_t ____length_1;
};
// System.Span`1<System.Char>
struct Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D
{
// System.ByReference`1<T> System.Span`1::_pointer
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 ____pointer_0;
// System.Int32 System.Span`1::_length
int32_t ____length_1;
};
// System.Span`1<System.UInt16>
struct Span_1_t3C28155FFD2FA88D962FCE88A14C370626303A8D
{
// System.ByReference`1<T> System.Span`1::_pointer
ByReference_1_t946C8F453CAF957A5339893AAA7FFF61CC68CECE ____pointer_0;
// System.Int32 System.Span`1::_length
int32_t ____length_1;
};
// System.Globalization.CompareInfo
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57 : public RuntimeObject
{
// System.String System.Globalization.CompareInfo::m_name
String_t* ___m_name_5;
// System.String System.Globalization.CompareInfo::_sortName
String_t* ____sortName_6;
// System.Globalization.SortVersion System.Globalization.CompareInfo::m_SortVersion
SortVersion_tBB62978F95905541FC817E11F73A0B1DB392F07E* ___m_SortVersion_7;
// System.Int32 System.Globalization.CompareInfo::culture
int32_t ___culture_8;
// System.Globalization.ISimpleCollator System.Globalization.CompareInfo::collator
RuntimeObject* ___collator_9;
};
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields
{
// System.Globalization.CompareInfo System.Globalization.CompareInfo::Invariant
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___Invariant_4;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.ISimpleCollator> System.Globalization.CompareInfo::collators
Dictionary_2_tFA0E7CD5951B83DD87A65E89D971A68E538F9470* ___collators_10;
// System.Boolean System.Globalization.CompareInfo::managedCollation
bool ___managedCollation_11;
// System.Boolean System.Globalization.CompareInfo::managedCollationChecked
bool ___managedCollationChecked_12;
};
// System.CultureAwareComparer
struct CultureAwareComparer_t5822A6535A6EB4C448D1B7736067D1188BAEE8CD : public StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06
{
// System.Globalization.CompareInfo System.CultureAwareComparer::_compareInfo
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ____compareInfo_4;
// System.Globalization.CompareOptions System.CultureAwareComparer::_options
int32_t ____options_5;
};
// System.Reflection.Module
struct Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0 : public RuntimeObject
{
};
struct Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_StaticFields
{
// System.Reflection.TypeFilter System.Reflection.Module::FilterTypeName
TypeFilter_tD8F0A4CFBE6E8F8FA8D673113A73026EDA4640BA* ___FilterTypeName_0;
// System.Reflection.TypeFilter System.Reflection.Module::FilterTypeNameIgnoreCase
TypeFilter_tD8F0A4CFBE6E8F8FA8D673113A73026EDA4640BA* ___FilterTypeNameIgnoreCase_1;
};
// Native definition for P/Invoke marshalling of System.Reflection.Module
struct Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Reflection.Module
struct Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_marshaled_com
{
};
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677
{
// 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;
};
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_pinvoke
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_com
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// System.SystemException
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
{
};
// System.Type
struct Type_t : public MemberInfo_t
{
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
};
struct Type_t_StaticFields
{
// System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_1;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2;
// System.Object System.Type::Missing
RuntimeObject* ___Missing_3;
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6;
};
// System.Uri
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E : public RuntimeObject
{
// 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_t920B0868286118827C08B08A15A9456AF6C19D81* ___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_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* ___m_Info_18;
// System.Boolean System.Uri::m_iriParsing
bool ___m_iriParsing_19;
};
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields
{
// 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___HexLowerChars_27;
// System.Char[] System.Uri::_WSchars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____WSchars_28;
};
// System.UriParser
struct UriParser_t920B0868286118827C08B08A15A9456AF6C19D81 : public RuntimeObject
{
// 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;
};
struct UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields
{
// System.Collections.Generic.Dictionary`2<System.String,System.UriParser> System.UriParser::m_Table
Dictionary_2_t42B08F27E32EDAA06A656F208F4F64F212F66238* ___m_Table_0;
// System.Collections.Generic.Dictionary`2<System.String,System.UriParser> System.UriParser::m_TempTable
Dictionary_2_t42B08F27E32EDAA06A656F208F4F64F212F66238* ___m_TempTable_1;
// System.UriParser System.UriParser::HttpUri
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___HttpUri_7;
// System.UriParser System.UriParser::HttpsUri
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___HttpsUri_8;
// System.UriParser System.UriParser::WsUri
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___WsUri_9;
// System.UriParser System.UriParser::WssUri
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___WssUri_10;
// System.UriParser System.UriParser::FtpUri
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___FtpUri_11;
// System.UriParser System.UriParser::FileUri
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___FileUri_12;
// System.UriParser System.UriParser::GopherUri
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___GopherUri_13;
// System.UriParser System.UriParser::NntpUri
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___NntpUri_14;
// System.UriParser System.UriParser::NewsUri
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___NewsUri_15;
// System.UriParser System.UriParser::MailToUri
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___MailToUri_16;
// System.UriParser System.UriParser::UuidUri
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___UuidUri_17;
// System.UriParser System.UriParser::TelnetUri
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___TelnetUri_18;
// System.UriParser System.UriParser::LdapUri
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___LdapUri_19;
// System.UriParser System.UriParser::NetTcpUri
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___NetTcpUri_20;
// System.UriParser System.UriParser::NetPipeUri
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___NetPipeUri_21;
// System.UriParser System.UriParser::VsMacrosUri
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___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;
};
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
// System.String System.ArgumentException::_paramName
String_t* ____paramName_18;
};
// System.FormatException
struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.NotImplementedException
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.Security.SecurityException
struct SecurityException_t025CB4C23107E67E07CF085826B40EDE72F8165C : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
// System.String System.Security.SecurityException::permissionState
String_t* ___permissionState_18;
};
// System.ArgumentNullException
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
};
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
// System.Object System.ArgumentOutOfRangeException::_actualValue
RuntimeObject* ____actualValue_19;
};
// System.UriFormatException
struct UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF : public FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B
{
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
{
ALIGN_FIELD (8) String_t* m_Items[1];
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
{
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB : public RuntimeArray
{
ALIGN_FIELD (8) Type_t* m_Items[1];
inline Type_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Type_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Type_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Type_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Type_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.ParameterModifier[]
struct ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364 : public RuntimeArray
{
ALIGN_FIELD (8) ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 m_Items[1];
inline ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510* 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, ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL);
}
inline ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL);
}
};
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray
{
ALIGN_FIELD (8) Il2CppChar m_Items[1];
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
{
m_Items[index] = value;
}
};
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray
{
ALIGN_FIELD (8) uint8_t m_Items[1];
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.Int32 System.ReadOnlySpan`1<System.UInt16>::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m339FDCE1FC17C2B97AEA44937294504AF706F7FF_gshared_inline (ReadOnlySpan_1_tA2EFC117098BD2B38ADBF809AA976D9F3C13654F* __this, const RuntimeMethod* method) ;
// System.Void System.ValueTuple`2<System.Int32,System.Int32>::.ctor(T1,T2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_2__ctor_mF5D8FB18DBF2C4B2F879F8E8E12D8FB8FCDB5477_gshared (ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D* __this, int32_t ___item10, int32_t ___item21, const RuntimeMethod* method) ;
// System.Int32 System.ReadOnlySpan`1<System.Char>::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, const RuntimeMethod* method) ;
// System.ReadOnlySpan`1<T> System.ReadOnlySpan`1<System.Char>::Slice(System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) ;
// System.Void System.Span`1<System.UInt16>::.ctor(System.Void*,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mB886029FDB28A19EF15C463DD88A08470033D192_gshared_inline (Span_1_t3C28155FFD2FA88D962FCE88A14C370626303A8D* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method) ;
// System.ReadOnlySpan`1<T> System.Span`1<System.UInt16>::op_Implicit(System.Span`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_tA2EFC117098BD2B38ADBF809AA976D9F3C13654F Span_1_op_Implicit_m3F9E69D4CE96EE41699F772D0B6270E9D230982F_gshared (Span_1_t3C28155FFD2FA88D962FCE88A14C370626303A8D ___span0, const RuntimeMethod* method) ;
// System.Void System.Span`1<System.Char>::.ctor(System.Void*,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method) ;
// System.Span`1<T> System.Span`1<System.Char>::Slice(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, int32_t ___start0, const RuntimeMethod* method) ;
// System.Span`1<T> System.Span`1<System.Char>::Slice(System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) ;
// System.ReadOnlySpan`1<T> System.Span`1<System.Char>::op_Implicit(System.Span`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 Span_1_op_Implicit_mD65020B112814C67FED9F2C3DE2B0B78D4E2A486_gshared (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___span0, const RuntimeMethod* method) ;
// System.Void System.ReadOnlySpan`1<System.Char>::.ctor(T&,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method) ;
// System.Void System.Span`1<System.Char>::.ctor(T&,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method) ;
// System.Int32 System.ReadOnlySpan`1<System.UInt16>::get_Length()
inline int32_t ReadOnlySpan_1_get_Length_m339FDCE1FC17C2B97AEA44937294504AF706F7FF_inline (ReadOnlySpan_1_tA2EFC117098BD2B38ADBF809AA976D9F3C13654F* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ReadOnlySpan_1_tA2EFC117098BD2B38ADBF809AA976D9F3C13654F*, const RuntimeMethod*))ReadOnlySpan_1_get_Length_m339FDCE1FC17C2B97AEA44937294504AF706F7FF_gshared_inline)(__this, method);
}
// System.Void System.ValueTuple`2<System.Int32,System.Int32>::.ctor(T1,T2)
inline void ValueTuple_2__ctor_mF5D8FB18DBF2C4B2F879F8E8E12D8FB8FCDB5477 (ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D* __this, int32_t ___item10, int32_t ___item21, const RuntimeMethod* method)
{
(( void (*) (ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D*, int32_t, int32_t, const RuntimeMethod*))ValueTuple_2__ctor_mF5D8FB18DBF2C4B2F879F8E8E12D8FB8FCDB5477_gshared)(__this, ___item10, ___item21, method);
}
// System.Boolean System.Uri::IsHexDigit(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsHexDigit_m65CBC0215C67105D79C7B49FAF5DD4676B86ED20 (Il2CppChar ___character0, const RuntimeMethod* method) ;
// System.Boolean System.IPv4AddressHelper::IsValid(System.Char*,System.Int32,System.Int32&,System.Boolean,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv4AddressHelper_IsValid_m1E626B5740F8C0F4F4AEA9D8D9E06933BD79C7AE (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___allowIPv63, bool ___notImplicitFile4, bool ___unknownScheme5, const RuntimeMethod* method) ;
// System.Int32 System.ReadOnlySpan`1<System.Char>::get_Length()
inline int32_t ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*, const RuntimeMethod*))ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_gshared_inline)(__this, method);
}
// System.ReadOnlySpan`1<T> System.ReadOnlySpan`1<System.Char>::Slice(System.Int32,System.Int32)
inline ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method)
{
return (( ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_gshared_inline)(__this, ___start0, ___length1, method);
}
// System.String System.String::CreateString(System.ReadOnlySpan`1<System.Char>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m1618CF9F1145C9832FC830A4BD6DD96A540012F8 (String_t* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___value0, const RuntimeMethod* method) ;
// System.Int32 System.IPv4AddressHelper::ParseHostNumber(System.ReadOnlySpan`1<System.Char>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IPv4AddressHelper_ParseHostNumber_mA778BE5D8E7B36AFF00BC3A042D532C5E4718B74 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___str0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method) ;
// System.Int32 System.Uri::FromHex(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_FromHex_m16EF28AD07AF8D499C8157124A9E7C01D6FFFAA8 (Il2CppChar ___digit0, const RuntimeMethod* method) ;
// System.Void System.Span`1<System.UInt16>::.ctor(System.Void*,System.Int32)
inline void Span_1__ctor_mB886029FDB28A19EF15C463DD88A08470033D192_inline (Span_1_t3C28155FFD2FA88D962FCE88A14C370626303A8D* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method)
{
(( void (*) (Span_1_t3C28155FFD2FA88D962FCE88A14C370626303A8D*, void*, int32_t, const RuntimeMethod*))Span_1__ctor_mB886029FDB28A19EF15C463DD88A08470033D192_gshared_inline)(__this, ___pointer0, ___length1, method);
}
// System.ReadOnlySpan`1<System.Char> System.String::op_Implicit(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline (String_t* ___value0, const RuntimeMethod* method) ;
// System.Void System.IPv6AddressHelper::Parse(System.ReadOnlySpan`1<System.Char>,System.UInt16*,System.Int32,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IPv6AddressHelper_Parse_mE09CDE68CBB5BE9195B68D52D79D81591C270CAF (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___address0, uint16_t* ___numbers1, int32_t ___start2, String_t** ___scopeId3, const RuntimeMethod* method) ;
// System.ReadOnlySpan`1<T> System.Span`1<System.UInt16>::op_Implicit(System.Span`1<T>)
inline ReadOnlySpan_1_tA2EFC117098BD2B38ADBF809AA976D9F3C13654F Span_1_op_Implicit_m3F9E69D4CE96EE41699F772D0B6270E9D230982F (Span_1_t3C28155FFD2FA88D962FCE88A14C370626303A8D ___span0, const RuntimeMethod* method)
{
return (( ReadOnlySpan_1_tA2EFC117098BD2B38ADBF809AA976D9F3C13654F (*) (Span_1_t3C28155FFD2FA88D962FCE88A14C370626303A8D, const RuntimeMethod*))Span_1_op_Implicit_m3F9E69D4CE96EE41699F772D0B6270E9D230982F_gshared)(___span0, method);
}
// System.Boolean System.IPv6AddressHelper::IsLoopback(System.ReadOnlySpan`1<System.UInt16>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_IsLoopback_mE5795ECD1129E9EB2368E4A7D4EB1433CF51A3F4 (ReadOnlySpan_1_tA2EFC117098BD2B38ADBF809AA976D9F3C13654F ___numbers0, const RuntimeMethod* method) ;
// System.ValueTuple`2<System.Int32,System.Int32> System.IPv6AddressHelper::FindCompressionRange(System.ReadOnlySpan`1<System.UInt16>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D IPv6AddressHelper_FindCompressionRange_m52DF5ADCE15CB8AE6F141E829F1252EBB436A39F (ReadOnlySpan_1_tA2EFC117098BD2B38ADBF809AA976D9F3C13654F ___numbers0, const RuntimeMethod* method) ;
// System.Boolean System.IPv6AddressHelper::ShouldHaveIpv4Embedded(System.ReadOnlySpan`1<System.UInt16>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_ShouldHaveIpv4Embedded_m59F598D7493A037117972E6D4AF8F233B7D87ABC (ReadOnlySpan_1_tA2EFC117098BD2B38ADBF809AA976D9F3C13654F ___numbers0, const RuntimeMethod* method) ;
// System.Void System.Span`1<System.Char>::.ctor(System.Void*,System.Int32)
inline void Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method)
{
(( void (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, void*, int32_t, const RuntimeMethod*))Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_gshared_inline)(__this, ___pointer0, ___length1, method);
}
// System.Span`1<T> System.Span`1<System.Char>::Slice(System.Int32)
inline Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, int32_t ___start0, const RuntimeMethod* method)
{
return (( Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, int32_t, const RuntimeMethod*))Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_gshared_inline)(__this, ___start0, method);
}
// System.Boolean System.Int32::TryFormat(System.Span`1<System.Char>,System.Int32&,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryFormat_m09C5DAC7B8CB25D5D7FAEB7043384D0B05679A1A (int32_t* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, int32_t* ___charsWritten1, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format2, RuntimeObject* ___provider3, const RuntimeMethod* method) ;
// System.Boolean System.UInt16::TryFormat(System.Span`1<System.Char>,System.Int32&,System.ReadOnlySpan`1<System.Char>,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt16_TryFormat_mFBBE717EEAC00E6B5ABC83B6D3AD7C7C5E310281 (uint16_t* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, int32_t* ___charsWritten1, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format2, RuntimeObject* ___provider3, const RuntimeMethod* method) ;
// System.Span`1<T> System.Span`1<System.Char>::Slice(System.Int32,System.Int32)
inline Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method)
{
return (( Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_gshared_inline)(__this, ___start0, ___length1, method);
}
// System.ReadOnlySpan`1<T> System.Span`1<System.Char>::op_Implicit(System.Span`1<T>)
inline ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 Span_1_op_Implicit_mD65020B112814C67FED9F2C3DE2B0B78D4E2A486 (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___span0, const RuntimeMethod* method)
{
return (( ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D, const RuntimeMethod*))Span_1_op_Implicit_mD65020B112814C67FED9F2C3DE2B0B78D4E2A486_gshared)(___span0, method);
}
// System.Boolean System.IPv6AddressHelper::InternalIsValid(System.Char*,System.Int32,System.Int32&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_InternalIsValid_m23A4A563DF5766AC8391628217ADE8670A740D3D (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___validateStrictAddress3, const RuntimeMethod* method) ;
// System.Void System.NotImplementedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742 (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Void System.ArgumentNullException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___paramName0, const RuntimeMethod* method) ;
// System.Void System.UriBuilder::Init(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_Init_m5A6628A92532D3CAACD649C7528C15261C17A99D (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri0, const RuntimeMethod* method) ;
// System.String System.Uri::get_Fragment()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Fragment_m3CB7AD14DA9618ADE406039D4713F67D6951D835 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.String System.Uri::get_Query()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Query_m17DEC663263C486C8C8177AF9C4BFE2FFBE51178 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.String System.Uri::get_Host()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m2C0E258C7DFF7A340049BE9BC08FF45E90988D8C (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.String System.Uri::get_AbsolutePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_mABB93DD30D4C0F11948DE5C117650B1C3A9925CA (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Int32 System.Uri::get_Port()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m7A1413AC9D9A2FC5DC8A7F89DF4A01ACA0241A02 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.String System.Uri::get_Scheme()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Boolean System.Uri::get_HasAuthority()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_HasAuthority_m2180FC17FB6FE7A11EBA0BDE1EF5EB9EF808A909 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.String System.Uri::get_UserInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_UserInfo_mC0189C851F71ACF0B48A462E74C7F3EB86501C8D (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A (String_t* ___value0, const RuntimeMethod* method) ;
// System.Int32 System.String::IndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.String System.String::Substring(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method) ;
// System.String System.String::Substring(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) ;
// System.Void System.UriBuilder::SetFieldsFromUri(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_SetFieldsFromUri_mB6015DF5AA0D123A1B2749378D88FA26D409788E (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri0, const RuntimeMethod* method) ;
// System.Int32 System.String::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
// System.String System.String::Replace(System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m86403DC5F422D8D5E1CFAAF255B103CB807EDAAF (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method) ;
// System.String System.Uri::InternalEscapeString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_InternalEscapeString_m4F24E88E5A581C3992C85B23EA0EDE0952A4B82F (String_t* ___rawString0, const RuntimeMethod* method) ;
// System.Void System.Uri::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m6CA436E6AD2768A121FA851CBEEFA3623E849D3A (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___uriString0, const RuntimeMethod* method) ;
// System.Uri System.UriBuilder::get_Uri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* UriBuilder_get_Uri_mD0DF3F7DDF7C56CC99E2D29E06C959F80A4171A1 (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* __this, const RuntimeMethod* method) ;
// System.Void System.UriFormatException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriFormatException__ctor_m718A5DEB020FAAD1F654CD05E63C3988AA7712D3 (UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* __this, String_t* ___textString0, const RuntimeMethod* method) ;
// System.UriParser System.UriParser::GetSyntax(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* UriParser_GetSyntax_mD610CEF6784E137AF251EBC41629E2FE1D344615 (String_t* ___lwrCaseScheme0, const RuntimeMethod* method) ;
// System.Boolean System.UriParser::InFact(System.UriSyntaxFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532 (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* __this, int32_t ___flags0, const RuntimeMethod* method) ;
// System.Boolean System.UriParser::NotAny(System.UriSyntaxFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_NotAny_mCE6CF6736414BE547215F6E44C3E1283DEA05F56 (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* __this, int32_t ___flags0, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method) ;
// System.String System.Int32::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0 (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___values0, const RuntimeMethod* method) ;
// System.Void System.SecurityUtils::DemandReflectionAccess(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityUtils_DemandReflectionAccess_mE5DD76091B53E4D8E1FFC66F7B925ECBAD4780A7 (Type_t* ___type0, const RuntimeMethod* method) ;
// System.Object System.SecurityUtils::SecureCreateInstance(System.Type,System.Object[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecurityUtils_SecureCreateInstance_mD642B41CCEFD053670E9BBC47EBC3B71493D73FE (Type_t* ___type0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, bool ___allowNonPublic2, const RuntimeMethod* method) ;
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7 (Type_t* ___left0, Type_t* ___right1, const RuntimeMethod* method) ;
// System.Boolean System.Type::get_IsVisible()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsVisible_m8D48AAF067E6F92E801302D572C187DCD209628A (Type_t* __this, const RuntimeMethod* method) ;
// System.Boolean System.SecurityUtils::HasReflectionPermission(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityUtils_HasReflectionPermission_m5B4DA8E0E402CC81DCF03D9F48E31177D6BF3465 (Type_t* ___type0, const RuntimeMethod* method) ;
// System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Activator_CreateInstance_mFB735A8FC37FEBDE59EF1E0A0C87C702E5C82CC8 (Type_t* ___type0, int32_t ___bindingAttr1, Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___binder2, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args3, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture4, const RuntimeMethod* method) ;
// System.Object System.SecurityUtils::SecureConstructorInvoke(System.Type,System.Type[],System.Object[],System.Boolean,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecurityUtils_SecureConstructorInvoke_m1AEE51CBB019E631EB2D71F3A0508B016765E2E4 (Type_t* ___type0, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___argTypes1, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args2, bool ___allowNonPublic3, int32_t ___extraFlags4, const RuntimeMethod* method) ;
// System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* Type_GetConstructor_m27DB07707556F5798E5482B1D314C562E3883C85 (Type_t* __this, int32_t ___bindingAttr0, Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___binder1, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___types2, ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364* ___modifiers3, const RuntimeMethod* method) ;
// System.Boolean System.Reflection.ConstructorInfo::op_Inequality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Inequality_m6D2C06D7D85103EA9EC958DC47DA4EB44122C614 (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___left0, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___right1, const RuntimeMethod* method) ;
// System.Object System.Reflection.ConstructorInfo::Invoke(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConstructorInfo_Invoke_m15FDF2B682BD01CC934BE4D314EF2193103CECFE (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___parameters0, const RuntimeMethod* method) ;
// System.Boolean System.Reflection.MethodBase::get_IsPublic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsPublic_m471B6CEE0FF2B45843C1F314B624FC7968199AB4 (MethodBase_t* __this, const RuntimeMethod* method) ;
// System.Boolean System.SecurityUtils::GenericArgumentsAreVisible(System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityUtils_GenericArgumentsAreVisible_m9B8C8AFEACBA5DE37451E7020D0151B7E1CEFF12 (MethodInfo_t* ___method0, const RuntimeMethod* method) ;
// System.Void System.SecurityUtils::DemandGrantSet(System.Reflection.Assembly)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityUtils_DemandGrantSet_mC943D87E3DF95B136FAE87EBFEB073209DDB928B (Assembly_t* ___assembly0, const RuntimeMethod* method) ;
// System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826 (MethodBase_t* __this, RuntimeObject* ___obj0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___parameters1, const RuntimeMethod* method) ;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425 (const RuntimeMethod* method) ;
// System.Int32 System.Collections.Comparer::Compare(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_Compare_mDD38FA42ECFEF28996EFF1EB6E504895A16FB021 (Comparer_t489050BA9C6F7C6808A60F16D392DCB237050653* __this, RuntimeObject* ___a0, RuntimeObject* ___b1, const RuntimeMethod* method) ;
// System.Void System.InvariantComparer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvariantComparer__ctor_m42B33CC43C194F792B70B96258F930ECF46970A5 (InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29* __this, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsSurrogatePair(System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsSurrogatePair_m151511C02189357F58B62328B00F1C2BFA24F44E (Il2CppChar ___highSurrogate0, Il2CppChar ___lowSurrogate1, const RuntimeMethod* method) ;
// System.String System.String::CreateString(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mFBC28D2E3EB87D497F7E702E4FFAD65F635E44DF (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___val0, const RuntimeMethod* method) ;
// System.Int32 System.String::CompareOrdinal(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method) ;
// System.Boolean System.Uri::IsGenDelim(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsGenDelim_mB6256291D6D90DAFB8B923D197BBD48A371F4265 (Il2CppChar ___ch0, const RuntimeMethod* method) ;
// System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::Alloc(System.Object,System.Runtime.InteropServices.GCHandleType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC GCHandle_Alloc_m1FC35418B654D3F48B4F70D525EBD6A208A59075 (RuntimeObject* ___value0, int32_t ___type1, const RuntimeMethod* method) ;
// System.IntPtr System.Runtime.InteropServices.GCHandle::AddrOfPinnedObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GCHandle_AddrOfPinnedObject_m9C047E154D6F0FE66BE003AB99F0B67A2CA953A6 (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* __this, const RuntimeMethod* method) ;
// System.Void* System.IntPtr::op_Explicit(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* IntPtr_op_Explicit_m693F2F9E685EE117D4AC080342B8959DAF684294 (intptr_t ___value0, const RuntimeMethod* method) ;
// System.Char System.UriHelper::EscapedAscii(System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar UriHelper_EscapedAscii_mC7BE08D5B7803E83C57B8269F298B6DFA9EC5120 (Il2CppChar ___digit0, Il2CppChar ___next1, const RuntimeMethod* method) ;
// System.Boolean System.IriHelper::CheckIsReserved(System.Char,System.UriComponents)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriHelper_CheckIsReserved_mFF947D4AEDC2D811E2B5379B9706901ED2B29868 (Il2CppChar ___ch0, int32_t ___component1, const RuntimeMethod* method) ;
// System.Boolean System.UriHelper::IsNotSafeForUnescape(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriHelper_IsNotSafeForUnescape_mD11825AB8FE6E410A5C0D6D7850C607DBF697D7E (Il2CppChar ___ch0, const RuntimeMethod* method) ;
// System.Text.Encoding System.Text.Encoding::get_UTF8()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Encoding_get_UTF8_m9700ADA8E0F244002B2A89B483F1B2133B8FE336 (const RuntimeMethod* method) ;
// System.Void System.Text.EncoderReplacementFallback::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncoderReplacementFallback__ctor_mAE7F1C5BF4E5A1F6CF4F9E12A71A63DDD4077D18 (EncoderReplacementFallback_tCF704844DE6CF0B44DDB3C008824393233B19A16* __this, String_t* ___replacement0, const RuntimeMethod* method) ;
// System.Void System.Text.Encoding::set_EncoderFallback(System.Text.EncoderFallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_set_EncoderFallback_m479A67230C286D29DAC4A9A93074708666FD483D (Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* __this, EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___value0, const RuntimeMethod* method) ;
// System.Void System.Text.DecoderReplacementFallback::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderReplacementFallback__ctor_mA73B628532B991FA39C2D7A1C5285CF93DC88F60 (DecoderReplacementFallback_t398AF05FDF32BD471A1678894D1F1A81DDBEE3B0* __this, String_t* ___replacement0, const RuntimeMethod* method) ;
// System.Void System.Text.Encoding::set_DecoderFallback(System.Text.DecoderFallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_set_DecoderFallback_mFBC533A11D06D09A563D86497A4CF43C71C62C78 (Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* __this, DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ___value0, const RuntimeMethod* method) ;
// System.Void System.UriHelper::MatchUTF8Sequence(System.Char*,System.Char[],System.Int32&,System.Char[],System.Int32,System.Byte[],System.Int32,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriHelper_MatchUTF8Sequence_m0E963F060C446C4BBBBD60E4D54CAE9A36D5A3F7 (Il2CppChar* ___pDest0, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___dest1, int32_t* ___destOffset2, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___unescapedChars3, int32_t ___charCount4, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___bytes5, int32_t ___byteCount6, bool ___isQuery7, bool ___iriParsing8, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsHighSurrogate(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsHighSurrogate_m8842F5E950FC9EAE3B20556630C2AA5CA9FEB6D4 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Boolean System.IriHelper::CheckIriUnicodeRange(System.Char,System.Char,System.Boolean&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriHelper_CheckIriUnicodeRange_m76D54508F06B0BD021CF86889C71C44578B495FB (Il2CppChar ___highSurr0, Il2CppChar ___lowSurr1, bool* ___surrogatePair2, bool ___isQuery3, const RuntimeMethod* method) ;
// System.Boolean System.IriHelper::CheckIriUnicodeRange(System.Char,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriHelper_CheckIriUnicodeRange_m47EF9FBD5FE075A464AE2A242FB43BEBC7C4F775 (Il2CppChar ___unicode0, bool ___isQuery1, const RuntimeMethod* method) ;
// System.Boolean System.Uri::IsBidiControlCharacter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsBidiControlCharacter_m17A486D6ED9263488C6F4B3F3EDF1BF95352765E (Il2CppChar ___ch0, const RuntimeMethod* method) ;
// System.Void System.Buffer::Memcpy(System.Byte*,System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_Memcpy_m6874835F520CE2DC08FB09B307E8F65E92939C46 (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___len2, const RuntimeMethod* method) ;
// System.Boolean System.Runtime.InteropServices.GCHandle::get_IsAllocated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843 (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.InteropServices.GCHandle::Free()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3 (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* __this, const RuntimeMethod* method) ;
// System.Void System.UriHelper::EscapeAsciiChar(System.Char,System.Char[],System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriHelper_EscapeAsciiChar_m3B740B3721EF4D93E9B9DFB2F881138AF4DE4452 (Il2CppChar ___ch0, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___to1, int32_t* ___pos2, const RuntimeMethod* method) ;
// System.String System.String::CreateString(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) ;
// System.UriSyntaxFlags System.UriParser::get_Flags()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UriParser_get_Flags_mBE183D7CBEEEBEC670CCF1DF21D56B354796D6C3_inline (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* __this, const RuntimeMethod* method) ;
// System.Boolean System.Uri::NotAny(System.Uri/Flags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_NotAny_mB88A38A602D4A784CADBD43FDF4CDA0235371E81 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, uint64_t ___flags0, const RuntimeMethod* method) ;
// System.Boolean System.Uri::StaticNotAny(System.Uri/Flags,System.Uri/Flags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_StaticNotAny_mC49F6501AFE849E383AC6777CEB63D2B409B264E (uint64_t ___allFlags0, uint64_t ___checkFlags1, const RuntimeMethod* method) ;
// System.Boolean System.Uri::get_IsDosPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsDosPath_m16357B61F5D111C45EF7D40276B96429E414F0D2 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Void System.Uri::CreateUriInfo(System.Uri/Flags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateUriInfo_m3B4F804AB6CB010246F2A52F123D6E44DECDE998 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, uint64_t ___cF0, const RuntimeMethod* method) ;
// System.Void System.Uri::ParseRemaining()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_ParseRemaining_m9134D26360C9EEDFAFAFEE1ECA1A5CEE66BE5A3A (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Uri/UriInfo System.Uri::EnsureUriInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* Uri_EnsureUriInfo_m6FE387306AF82CDCFC56E2E9C2171C406D1FA982 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Boolean System.Uri::InFact(System.Uri/Flags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, uint64_t ___flags0, const RuntimeMethod* method) ;
// System.Void System.Uri::CreateHostString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateHostString_mBBAF0ACD4E2EE673F8F7F4E416D87517D94245CF (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Void System.Uri::CreateThis(System.String,System.Boolean,System.UriKind)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateThis_m522F36D576D9A8803410439127DB32837331BA3A (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___uri0, bool ___dontEscape1, int32_t ___uriKind2, const RuntimeMethod* method) ;
// System.Boolean System.Uri::get_IsAbsoluteUri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsAbsoluteUri_m2F9B759B85D295639D7959A616E1FBC203D756DF (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___paramName0, const RuntimeMethod* method) ;
// System.Void System.Uri::CreateUri(System.Uri,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateUri_m9D81A5F3B332C44FDD875893EF619631708791F2 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri0, String_t* ___relativeUri1, bool ___dontEscape2, const RuntimeMethod* method) ;
// System.UriParser System.Uri::get_Syntax()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Boolean System.UriParser::get_IsSimple()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_get_IsSimple_m8ED850D585BA3BA0FDC239496065E6D2D973C7E5 (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* __this, const RuntimeMethod* method) ;
// System.Uri System.Uri::ResolveHelper(System.Uri,System.Uri,System.String&,System.Boolean&,System.UriFormatException&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* Uri_ResolveHelper_m8FD2A09E63507DB5178AE3C182C323E8EA4B8752 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri0, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___relativeUri1, String_t** ___newUriString2, bool* ___userEscaped3, UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** ___e4, const RuntimeMethod* method) ;
// System.Boolean System.Uri::op_Inequality(System.Uri,System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Inequality_mC32A3382EF16D80BF39005BDD2AB452203D76D6E (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri10, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri21, const RuntimeMethod* method) ;
// System.Void System.Uri::CreateThisFromUri(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateThisFromUri_m986BB8F1CF8D75EEFA12D9D0963BA927FA394BE5 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___otherUri0, const RuntimeMethod* method) ;
// System.String System.UriParser::InternalResolve(System.Uri,System.Uri,System.UriFormatException&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UriParser_InternalResolve_mD1963080EBCF493DA78656AA5AEA458BF5138F5B (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___thisBaseUri0, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uriLink1, UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** ___parsingError2, const RuntimeMethod* method) ;
// System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460 (const RuntimeMethod* method) ;
// System.ParsingError System.Uri::CheckSchemeSyntax(System.Char*,System.UInt16,System.UriParser&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_CheckSchemeSyntax_m7D9517CBE8B09F13A24AF4EEF0AE2D185C3E1C2D (Il2CppChar* ___ptr0, uint16_t ___length1, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** ___syntax2, const RuntimeMethod* method) ;
// System.String System.Uri::get_OriginalString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.String System.Uri::CombineUri(System.Uri,System.String,System.UriFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_CombineUri_m0A99C4A1F80FF7E6C8747545BB4610ABC4B4F9D1 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___basePart0, String_t* ___relativePart1, int32_t ___uriFormat2, const RuntimeMethod* method) ;
// System.String SR::GetString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D (String_t* ___name0, const RuntimeMethod* method) ;
// System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Uri::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_GetObjectData_m0D16C2BC060F0B88503DCC0EEACB151D43FA16CA (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___serializationInfo0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___streamingContext1, const RuntimeMethod* method) ;
// System.String System.Uri::GetParts(System.UriComponents,System.UriFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, int32_t ___uriParts0, int32_t ___formatAs1, const RuntimeMethod* method) ;
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___name0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// System.Boolean System.Uri::get_IsNotAbsoluteUri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Void System.InvalidOperationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.String System.Uri::get_PrivateAbsolutePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_PrivateAbsolutePath_mF7B63FC5EBFAB1EE164BF868900B548962C5A546 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Void System.Uri/MoreInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MoreInfo__ctor_m4AC1286A4D4DAD0AB0EE99A2C952D54BFA5F44A7 (MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* __this, const RuntimeMethod* method) ;
// System.String System.Uri::GetLocalPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetLocalPath_mDC900B37A0BEA02CAD7298582C2042221F9859DE (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Void System.Uri::EnsureHostString(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_EnsureHostString_m7F5F3ED8488F83170A857CD51F0CFEB8322AA055 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, bool ___allowDnsOptimization0, const RuntimeMethod* method) ;
// System.Uri/Flags System.Uri::get_HostType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Uri_get_HostType_mA30DC51045EE5FE94B3CB84B0D361A9C28EE572E (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.String System.UriParser::get_SchemeName()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.ArrayList::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80 (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* __this, const RuntimeMethod* method) ;
// System.Int32 System.String::IndexOf(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method) ;
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___handle0, const RuntimeMethod* method) ;
// System.Boolean System.Uri::get_IsUncPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsUncPath_m2D9E7E2DB4EA57EF268B9BA167A1389E18AE9835 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Interlocked_CompareExchange_mE9CAF0B3E78E95BA138B5623615D3C0242581977 (RuntimeObject** ___location10, RuntimeObject* ___value1, RuntimeObject* ___comparand2, const RuntimeMethod* method) ;
// System.Object System.Uri::get_InitializeLock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Uri_get_InitializeLock_mBC92A79EFBC775C9192BB5992F88AB868576D9CF (const RuntimeMethod* method) ;
// System.Void System.Threading.Monitor::Exit(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9 (RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4 (RuntimeObject* ___obj0, bool* ___lockTaken1, const RuntimeMethod* method) ;
// System.Void System.Uri::EnsureParseRemaining()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_EnsureParseRemaining_mDF7D4313A56047EB22457E12330C138156D54783 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Boolean System.Uri::get_IsFile()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsFile_m760E384ED177DC9197D5010B763F64196552DF5F (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Boolean System.String::StartsWith(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) ;
// System.Boolean System.Uri::get_IsLoopback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsLoopback_m0E865DCC324F483C0C60E7D8E6FEF7AD0F46059A (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Boolean System.Uri::get_IsUncOrDosPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsUncOrDosPath_m33F2D8808AB44816518C1C464152D4B7872374F0 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Boolean System.Uri::get_IsImplicitFile()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.String System.String::Remove(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68 (String_t* __this, int32_t ___startIndex0, int32_t ___count1, const RuntimeMethod* method) ;
// System.String System.String::Insert(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Insert_mA279E748F06514A6D0B9B680D651D6A6C6BB561A (String_t* __this, int32_t ___startIndex0, String_t* ___value1, const RuntimeMethod* method) ;
// System.Char[] System.UriHelper::UnescapeString(System.String,System.Int32,System.Int32,System.Char[],System.Int32&,System.Char,System.Char,System.Char,System.UnescapeMode,System.UriParser,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54 (String_t* ___input0, int32_t ___start1, int32_t ___end2, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___dest3, int32_t* ___destPosition4, Il2CppChar ___rsvd15, Il2CppChar ___rsvd26, Il2CppChar ___rsvd37, int32_t ___unescapeMode8, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___syntax9, bool ___isQuery10, const RuntimeMethod* method) ;
// System.Char[] System.Uri::Compress(System.Char[],System.UInt16,System.Int32&,System.UriParser)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* Uri_Compress_m0A24E0C5DD7555EA7723C37FF428B0B1CA6B976D (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___dest0, uint16_t ___start1, int32_t* ___destLength2, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___syntax3, const RuntimeMethod* method) ;
// System.String System.Uri::GetUnescapedParts(System.UriComponents,System.UriFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetUnescapedParts_m57F83B75B05C5D8EAB6B8ACCB6C8E4F0922CB7ED (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, int32_t ___uriParts0, int32_t ___formatAs1, const RuntimeMethod* method) ;
// System.Int32 System.UriParser::get_DefaultPort()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UriParser_get_DefaultPort_m38684C86B40F59960533D8F812B311ACBBEB7AA5_inline (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* __this, const RuntimeMethod* method) ;
// System.Boolean System.Uri::get_AllowIdn()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_AllowIdn_m612B747CE2F03FCA867D81F14710758B561209E7 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Boolean System.Uri::get_OriginalStringSwitched()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_OriginalStringSwitched_mBE7152D5DA7A1D922B728B9EA8C64815B0469FB7 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Void System.ArgumentException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Int32 System.Uri::CalculateCaseInsensitiveHashCode(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_CalculateCaseInsensitiveHashCode_mC84DC2B6AE39DB00143C7DE8BD0CDA05872635A5 (String_t* ___text0, const RuntimeMethod* method) ;
// System.String System.Uri::GetComponentsHelper(System.UriComponents,System.UriFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetComponentsHelper_m83D8E4A027E180AFB34BA5290A8FF381EBCBCB75 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, int32_t ___uriComponents0, int32_t ___uriFormat1, const RuntimeMethod* method) ;
// System.Boolean System.Uri::TryCreate(System.String,System.UriKind,System.Uri&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_TryCreate_mBDD7F98C3BEBD9C3936DDF7960533CBB56478FDF (String_t* ___uriString0, int32_t ___uriKind1, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** ___result2, const RuntimeMethod* method) ;
// System.Boolean System.String::Equals(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D (String_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Int32 System.String::Compare(System.String,System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method) ;
// System.Boolean System.Uri::get_UserDrivenParsing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_UserDrivenParsing_mF2426529046B3DF3292A7AA2F4885F8D6591BBBD (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* UriHelper_EscapeString_m616525587FFF13665945B9173F3C2EC41C9EDDA8 (String_t* ___input0, int32_t ___start1, int32_t ___end2, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___dest3, int32_t* ___destPos4, bool ___isUriString5, Il2CppChar ___force16, Il2CppChar ___force27, Il2CppChar ___rsvd8, const RuntimeMethod* method) ;
// System.UInt16 System.Uri::ParseSchemeCheckImplicitFile(System.Char*,System.UInt16,System.ParsingError&,System.Uri/Flags&,System.UriParser&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Uri_ParseSchemeCheckImplicitFile_m8244C40705A553AA88036339B231B1BB279580DC (Il2CppChar* ___uriString0, uint16_t ___length1, int32_t* ___err2, uint64_t* ___flags3, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** ___syntax4, const RuntimeMethod* method) ;
// System.ParsingError System.Uri::PrivateParseMinimal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_PrivateParseMinimal_m4D4C3CB26AC0DE8B0E1F7DC4143F2004D9D25B17 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.UriFormatException System.Uri::GetException(System.ParsingError)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* Uri_GetException_m9BD1AF317D6DE516C8D3909A0ECD460BA35996F7 (int32_t ___err0, const RuntimeMethod* method) ;
// System.Boolean System.Uri::IsLWS(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsLWS_m16D38DDA4D0A7CD3899DEEE31CEF160EAF2C3A44 (Il2CppChar ___ch0, const RuntimeMethod* method) ;
// System.Boolean System.UriParser::IsAllSet(System.UriSyntaxFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_IsAllSet_mEE811F1E7BBCC34D7A32BC30A18AD5D34E690813 (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* __this, int32_t ___flags0, const RuntimeMethod* method) ;
// System.Boolean System.Uri::IsAsciiLetter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsAsciiLetter_mFDC33D2D538AFF6A5819B73CB555709865ADE841 (Il2CppChar ___character0, const RuntimeMethod* method) ;
// System.UInt16 System.Uri::CheckAuthorityHelper(System.Char*,System.UInt16,System.UInt16,System.ParsingError&,System.Uri/Flags&,System.UriParser,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Uri_CheckAuthorityHelper_m7946931160B7EC50E7167A11E570A4AF8AEB5B2E (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, Il2CppChar* ___pString0, uint16_t ___idx1, uint16_t ___length2, int32_t* ___err3, uint64_t* ___flags4, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___syntax5, String_t** ___newHost6, const RuntimeMethod* method) ;
// System.Void System.Uri::PrivateParseMinimalIri(System.String,System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_PrivateParseMinimalIri_mD8C7CA7EE14D994E915B48FB6A2CDE62253D4F1E (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___newHost0, uint16_t ___idx1, const RuntimeMethod* method) ;
// System.Void System.Uri/UriInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriInfo__ctor_m88A6E3E7164B78B18C70D83CA5AD734517D308B3 (UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* __this, const RuntimeMethod* method) ;
// System.Boolean System.Uri::StaticInFact(System.Uri/Flags,System.Uri/Flags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_StaticInFact_m85C3E521AD9916CC030AC01E311F79D90E981B05 (uint64_t ___allFlags0, uint64_t ___checkFlags1, const RuntimeMethod* method) ;
// System.Void System.Uri::GetHostViaCustomSyntax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_GetHostViaCustomSyntax_m6632DAD1F66901E82C60A47D626A9140A586C802 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.String System.Uri::CreateHostStringHelper(System.String,System.UInt16,System.UInt16,System.Uri/Flags&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_CreateHostStringHelper_mB7076A86E12D57D5722AA4AC0993B38332A21C8D (String_t* ___str0, uint16_t ___idx1, uint16_t ___end2, uint64_t* ___flags3, String_t** ___scopeId4, const RuntimeMethod* method) ;
// System.Uri/Check System.Uri::CheckCanonical(System.Char*,System.UInt16&,System.UInt16,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_CheckCanonical_m54AFA85AA00A9909C2EC01F026873F12532AD7F7 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __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&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_ParseCanonicalName_m12865C6C2427B6ED804747CB1117D0B80E332F4D (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&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IPv6AddressHelper_ParseCanonicalName_m148CB0071D79C29D97FE7E537B0BFA2CB27B709C (String_t* ___str0, int32_t ___start1, bool* ___isLoopback2, String_t** ___scopeId3, const RuntimeMethod* method) ;
// System.String System.IPv4AddressHelper::ParseCanonicalName(System.String,System.Int32,System.Int32,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IPv4AddressHelper_ParseCanonicalName_m25D822E5AC4B56E40C2404C8DE1C03E70ABCF72C (String_t* ___str0, int32_t ___start1, int32_t ___end2, bool* ___isLoopback3, const RuntimeMethod* method) ;
// System.String System.UncNameHelper::ParseCanonicalName(System.String,System.Int32,System.Int32,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UncNameHelper_ParseCanonicalName_mB07DBCB21F6996E1A2BC9D4D4DD427AE0E5D36E2 (String_t* ___str0, int32_t ___start1, int32_t ___end2, bool* ___loopback3, const RuntimeMethod* method) ;
// System.String System.UriParser::InternalGetComponents(System.Uri,System.UriComponents,System.UriFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UriParser_InternalGetComponents_m52F450C5283A1820D5AFD07505E5FE82D4F476B0 (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___thisUri0, int32_t ___uriComponents1, int32_t ___uriFormat2, const RuntimeMethod* method) ;
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.String SR::GetString(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_mF713FCC09E41A8D1C0DE44EDD0932A57800A9BA3 (String_t* ___name0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method) ;
// System.String System.Uri::GetComponents(System.UriComponents,System.UriFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetComponents_m30E3EAD4E9A39939456E764FEF94AFD4D6B7532A (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, int32_t ___components0, int32_t ___format1, const RuntimeMethod* method) ;
// System.UInt16 System.Uri::get_SecuredPathIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Uri_get_SecuredPathIndex_m575B7B28B17F8F7EE3FA563ACF6390B0926732AD (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.String System.Uri::GetUriPartsFromUserString(System.UriComponents)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetUriPartsFromUserString_m3D6EEB76609CCC54A0ABE65911CC24603A184B29 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, int32_t ___uriParts0, const RuntimeMethod* method) ;
// System.String System.Uri::ReCreateParts(System.UriComponents,System.UInt16,System.UriFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_ReCreateParts_mB622FFDF74676902D184FD96C4E6B740B65140AF (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, int32_t ___parts0, uint16_t ___nonCanonical1, int32_t ___formatAs2, const RuntimeMethod* method) ;
// System.Void System.String::CopyTo(System.Int32,System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC (String_t* __this, int32_t ___sourceIndex0, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___destination1, int32_t ___destinationIndex2, int32_t ___count3, const RuntimeMethod* method) ;
// System.String System.DomainNameHelper::UnicodeEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_UnicodeEquivalent_m62B17C161795C1C6AC76D49A3FB50B16693CC9DB (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, bool* ___atLeastOneValidIdn4, const RuntimeMethod* method) ;
// System.String System.UInt16::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16_ToString_mCFE0EB73F03E7230D7F2694140FF9CECE793184D (uint16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.Char[] System.Uri::GetCanonicalPath(System.Char[],System.Int32&,System.UriFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* Uri_GetCanonicalPath_m66FA22F6E85D79E360A7EE86C0E03F1A009F6F99 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___dest0, int32_t* ___pos1, int32_t ___formatAs2, const RuntimeMethod* method) ;
// System.Boolean System.UriParser::get_ShouldUseLegacyV2Quirks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_get_ShouldUseLegacyV2Quirks_m2BDF10B430FDA291AA6962104CD838776F31D20E (const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method) ;
// System.Void System.Uri::FindEndOfComponent(System.String,System.UInt16&,System.UInt16,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_FindEndOfComponent_m59CB1EFDA410B42014EA7DCDBA0C9FC9F5996E02 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___input0, uint16_t* ___idx1, uint16_t ___end2, Il2CppChar ___delim3, const RuntimeMethod* method) ;
// System.String System.Uri::EscapeUnescapeIri(System.String,System.Int32,System.Int32,System.UriComponents)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeUnescapeIri_m14C0CD1A4C14E2458685E5A10049204B1A15C16C (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___input0, int32_t ___start1, int32_t ___end2, int32_t ___component3, const RuntimeMethod* method) ;
// System.String System.String::Normalize(System.Text.NormalizationForm)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Normalize_mB458CCECBD27D6E9FB44CF03D37E856846C41831 (String_t* __this, int32_t ___normalizationForm0, const RuntimeMethod* method) ;
// System.Int32 System.IntPtr::get_Size()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_get_Size_mF11301B9A665D54B8DC89DC6AFE37728B91E6F10 (const RuntimeMethod* method) ;
// System.Boolean System.Uri::CheckKnownSchemes(System.Int64*,System.UInt16,System.UriParser&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckKnownSchemes_mB4E8E77DD15C70FACC9DA5078083E670B0EC9FA1 (int64_t* ___lptr0, uint16_t ___nChars1, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** ___syntax2, const RuntimeMethod* method) ;
// System.String System.String::CreateString(System.Char*,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m3F8794FEB452558B8A68C65E1F0B603B3D94E0E2 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) ;
// System.UriParser System.UriParser::FindOrFetchAsUnknownV1Syntax(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* UriParser_FindOrFetchAsUnknownV1Syntax_m29D45A9BF93C7C4FC7C819658043B6E753E7F01A (String_t* ___lwrCaseScheme0, const RuntimeMethod* method) ;
// System.Boolean System.Uri::IriParsingStatic(System.UriParser)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IriParsingStatic_m5FACD38C4EDB61BC6AC465759CDB56F24C34C3B8 (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___syntax0, const RuntimeMethod* method) ;
// System.Boolean System.Uri::StaticIsFile(System.UriParser)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_StaticIsFile_mDA17D91238AB2D1C549C55C524F67C714145D9CF (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___syntax0, const RuntimeMethod* method) ;
// System.String System.IriHelper::EscapeUnescapeIri(System.Char*,System.Int32,System.Int32,System.UriComponents)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IriHelper_EscapeUnescapeIri_mE7C6E85447A41E32A050856BC24B40279EDFF6E5 (Il2CppChar* ___pInput0, int32_t ___start1, int32_t ___end2, int32_t ___component3, const RuntimeMethod* method) ;
// System.Boolean System.IPv6AddressHelper::IsValid(System.Char*,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_IsValid_mEA13C6DB64BF812706785DA99E9AFFBC95C1C3E7 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, const RuntimeMethod* method) ;
// System.Void System.Uri::InitializeUriConfig()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_InitializeUriConfig_mADB8B77C49B053970C363E91FE4BDD8315401364 (const RuntimeMethod* method) ;
// System.Boolean System.DomainNameHelper::IsValid(System.Char*,System.UInt16,System.Int32&,System.Boolean&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsValid_m9E1909F6CA353F469ACF623BCBE1E3B545164752 (Il2CppChar* ___name0, uint16_t ___pos1, int32_t* ___returnedEnd2, bool* ___notCanonical3, bool ___notImplicitFile4, const RuntimeMethod* method) ;
// System.Boolean System.Uri::IsIntranet(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsIntranet_m3AC6DBC7C35F309DFAD0951ABC7D95A8000548EE (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___schemeHost0, const RuntimeMethod* method) ;
// System.Boolean System.Uri::AllowIdnStatic(System.UriParser,System.Uri/Flags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_AllowIdnStatic_m0B61B2A586F2BF870D185A1BD65151F52EFBC457 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___syntax0, uint64_t ___flags1, const RuntimeMethod* method) ;
// System.Boolean System.DomainNameHelper::IsValidByIri(System.Char*,System.UInt16,System.Int32&,System.Boolean&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsValidByIri_mE5772C5B7528885976ACB5AB11881B79A410CE24 (Il2CppChar* ___name0, uint16_t ___pos1, int32_t* ___returnedEnd2, bool* ___notCanonical3, bool ___notImplicitFile4, const RuntimeMethod* method) ;
// System.Void System.Uri::CheckAuthorityHelperHandleDnsIri(System.Char*,System.UInt16,System.Int32,System.Int32,System.Boolean,System.Boolean,System.UriParser,System.String,System.Uri/Flags&,System.Boolean&,System.String&,System.ParsingError&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CheckAuthorityHelperHandleDnsIri_mB737EC35D3A477668E6E289D09DFB43EAD4D4D62 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, Il2CppChar* ___pString0, uint16_t ___start1, int32_t ___end2, int32_t ___startInput3, bool ___iriParsing4, bool ___hasUnicode5, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___syntax6, String_t* ___userInfoString7, uint64_t* ___flags8, bool* ___justNormalized9, String_t** ___newHost10, int32_t* ___err11, const RuntimeMethod* method) ;
// System.Boolean System.UncNameHelper::IsValid(System.Char*,System.UInt16,System.Int32&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UncNameHelper_IsValid_m677F95E73B0278AC062F862BEA6BE646048127D4 (Il2CppChar* ___name0, uint16_t ___start1, int32_t* ___returnedEnd2, bool ___notImplicitFile3, const RuntimeMethod* method) ;
// System.Void System.Uri::CheckAuthorityHelperHandleAnyHostIri(System.Char*,System.Int32,System.Int32,System.Boolean,System.Boolean,System.UriParser,System.Uri/Flags&,System.String&,System.ParsingError&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CheckAuthorityHelperHandleAnyHostIri_mE38845CEFA41AB52AB949CAE2A43D77FB397C08D (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, Il2CppChar* ___pString0, int32_t ___startInput1, int32_t ___end2, bool ___iriParsing3, bool ___hasUnicode4, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___syntax5, uint64_t* ___flags6, String_t** ___newHost7, int32_t* ___err8, const RuntimeMethod* method) ;
// System.String System.DomainNameHelper::IdnEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_IdnEquivalent_m14CEBD0BD7B1BF46F8806E4EB5BB1901F7F29E2A (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, bool* ___atLeastOneValidIdn4, const RuntimeMethod* method) ;
// System.String System.DomainNameHelper::UnicodeEquivalent(System.String,System.Char*,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_UnicodeEquivalent_mD229718EC61E3ECBFA7AF5C894D22ADEEDE1B4ED (String_t* ___idnHost0, Il2CppChar* ___hostname1, int32_t ___start2, int32_t ___end3, const RuntimeMethod* method) ;
// System.String System.Uri::StripBidiControlCharacter(System.Char*,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_StripBidiControlCharacter_m259E2D3AA84B455ADD63DFBC4EC802241E4317FA (Il2CppChar* ___strToClean0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) ;
// System.String System.DomainNameHelper::IdnEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_IdnEquivalent_mD8EBF17C7A0A50FFAA03EAA9CA737899C9A0881E (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, String_t** ___bidiStrippedHost4, const RuntimeMethod* method) ;
// System.Void System.Uri::FindEndOfComponent(System.Char*,System.UInt16&,System.UInt16,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_FindEndOfComponent_m198F7AC80BEA08E8DAA6B4577D8A872B41C519B1 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, Il2CppChar* ___str0, uint16_t* ___idx1, uint16_t ___end2, Il2CppChar ___delim3, const RuntimeMethod* method) ;
// System.Void System.Uri::UnescapeOnly(System.Char*,System.Int32,System.Int32&,System.Char,System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_UnescapeOnly_m16364432252C3908D378B0BC2BC37F9AD5CED9A6 (Il2CppChar* ___pch0, int32_t ___start1, int32_t* ___end2, Il2CppChar ___ch13, Il2CppChar ___ch24, Il2CppChar ___ch35, const RuntimeMethod* method) ;
// System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9 (RuntimeArray* ___src0, int32_t ___srcOffset1, RuntimeArray* ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method) ;
// System.Char[] System.UriHelper::UnescapeString(System.Char*,System.Int32,System.Int32,System.Char[],System.Int32&,System.Char,System.Char,System.Char,System.UnescapeMode,System.UriParser,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* UriHelper_UnescapeString_mD137E2B3F648504A96E7F244796CDCEBE6BB9BE1 (Il2CppChar* ___pStr0, int32_t ___start1, int32_t ___end2, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___dest3, int32_t* ___destPosition4, Il2CppChar ___rsvd15, Il2CppChar ___rsvd26, Il2CppChar ___rsvd37, int32_t ___unescapeMode8, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___syntax9, bool ___isQuery10, const RuntimeMethod* method) ;
// System.StringComparer System.StringComparer::get_InvariantCultureIgnoreCase()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06* StringComparer_get_InvariantCultureIgnoreCase_mAAE3230211B6F7E6303F496B33286218FC9ADD64_inline (const RuntimeMethod* method) ;
// System.Boolean System.Uri::get_IsUnc()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsUnc_mB190B452D6A7B09FC8BDD967A5C38F32E87E0FCA (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF8B69BE42B5C5ABCAD3C176FBBE3010E0815D65D (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method) ;
// System.String System.Uri::get_DnsSafeHost()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_DnsSafeHost_mE5001E7AE7F1879A2059024EA06C9031F6320A2B (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.ParsingError System.Uri::ParseScheme(System.String,System.Uri/Flags&,System.UriParser&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_ParseScheme_m97A1B445A9528F29FC3007B02F2F8789AC201E82 (String_t* ___uriString0, uint64_t* ___flags1, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** ___syntax2, const RuntimeMethod* method) ;
// System.Void System.Uri::InitializeUri(System.ParsingError,System.UriKind,System.UriFormatException&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_InitializeUri_m044EA7C6188B132874B4522D5CA41EEFDB9A1718 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, int32_t ___err0, int32_t ___uriKind1, UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** ___e2, const RuntimeMethod* method) ;
// System.Boolean System.Uri::CheckForConfigLoad(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckForConfigLoad_mC7297EBC00884B1793FDB16F79BF0FCFD53E9FA7 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___data0, const RuntimeMethod* method) ;
// System.Boolean System.Uri::CheckForUnicode(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckForUnicode_mC763EF0DDC61EE359A6256B95209736EC0353AA1 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___data0, const RuntimeMethod* method) ;
// System.Boolean System.Uri::CheckForEscapedUnreserved(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckForEscapedUnreserved_mCEF702F733C72BE825E9FEBBEA751540A6A78D11 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___data0, const RuntimeMethod* method) ;
// System.UriParser System.UriParser::InternalOnNewUri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* UriParser_InternalOnNewUri_m93B84E04949FAE8FE3B6919DA9F933B682D4B2F8 (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* __this, const RuntimeMethod* method) ;
// System.Void System.UriParser::InternalValidate(System.Uri,System.UriFormatException&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriParser_InternalValidate_m69157B3E80381F3FC104788160F2213B3FE8F39D (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___thisUri0, UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** ___parsingError1, const RuntimeMethod* method) ;
// System.Void System.Uri::SetUserDrivenParsing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_SetUserDrivenParsing_mDE80D352D6343F50F152EB65EF142E84F7F79D69 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Boolean System.UriHelper::Is3986Unreserved(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriHelper_Is3986Unreserved_m06ED29AEFC563547A29E1DAA6A55760ADD9FCC30 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Uri System.Uri::CreateHelper(System.String,System.Boolean,System.UriKind,System.UriFormatException&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* Uri_CreateHelper_mC4FC141C7E569879417FFC24BCB47E22CE09163B (String_t* ___uriString0, bool ___dontEscape1, int32_t ___uriKind2, UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** ___e3, const RuntimeMethod* method) ;
// System.Boolean System.Uri::TryCreate(System.Uri,System.Uri,System.Uri&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_TryCreate_mCA31A2D77EDBBD6A927FC819270229B164A85E93 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri0, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___relativeUri1, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** ___result2, const RuntimeMethod* method) ;
// System.Boolean System.Uri::get_UserEscaped()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_UserEscaped_m5A376B8E2DDB815CAA2E34AF8890FBA943DC2085 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m60B543A63AC8692C28096003FBF2AD124B9D5B85 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___paramName0, RuntimeObject* ___actualValue1, String_t* ___message2, const RuntimeMethod* method) ;
// System.String System.Uri::GetRelativeSerializationString(System.UriFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetRelativeSerializationString_mDEB0AD1094EC2842C2F0830C1E43FF2FFDEB6F5B (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, int32_t ___format0, const RuntimeMethod* method) ;
// System.Void System.Uri::.ctor(System.Uri/Flags,System.UriParser,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m6EA3AF49C103A3D56EBBB24BCAEE8DE7E8676AF4 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, uint64_t ___flags0, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___uriParser1, String_t* ___uri2, const RuntimeMethod* method) ;
// System.String System.String::Trim(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m81BD35659E6F89DDD56816975E6E05390D023FE5 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___trimChars0, const RuntimeMethod* method) ;
// System.ParsingError System.Uri::GetCombinedString(System.Uri,System.String,System.Boolean,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_GetCombinedString_mA3D01108BC32A4594A578A4345BA0F012F554521 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri0, String_t* ___relativeStr1, bool ___dontEscape2, String_t** ___result3, const RuntimeMethod* method) ;
// System.String System.Uri::UnescapeDataString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_UnescapeDataString_mD0A4732F7ED9CA5DB9E46D802971B5406094CC77 (String_t* ___stringToUnescape0, const RuntimeMethod* method) ;
// System.String System.Uri::GetEscapedParts(System.UriComponents)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetEscapedParts_m0C33275AFEA210E5CAD22649E8B61B49FB43971E (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, int32_t ___uriParts0, const RuntimeMethod* method) ;
// System.Boolean System.Uri::IsBaseOfHelper(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsBaseOfHelper_m7FA3996CDF7C53EA4A7F8FC71617559AF90C7F73 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uriLink0, const RuntimeMethod* method) ;
// System.Boolean System.UriParser::InternalIsBaseOf(System.Uri,System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_InternalIsBaseOf_m2624812244DF535922F1A8447E269BB8BBDD74FD (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___thisBaseUri0, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uriLink1, const RuntimeMethod* method) ;
// System.Boolean System.String::op_Inequality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// System.Boolean System.UriHelper::TestForSubPath(System.Char*,System.UInt16,System.Char*,System.UInt16,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriHelper_TestForSubPath_mBC7C47F3C8258BF49162CA099F43E24575CFBFCF (Il2CppChar* ___pMe0, uint16_t ___meLength1, Il2CppChar* ___pShe2, uint16_t ___sheLength3, bool ___ignoreCase4, const RuntimeMethod* method) ;
// System.String System.Environment::GetEnvironmentVariable(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_mFA1E83F28F2E74EF3312F9D4B582FFBE38804ED8 (String_t* ___variable0, const RuntimeMethod* method) ;
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF (RuntimeArray* ___array0, RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 ___fldHandle1, const RuntimeMethod* method) ;
// System.Char& System.String::GetRawStringData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D (String_t* __this, const RuntimeMethod* method) ;
// System.Void System.ReadOnlySpan`1<System.Char>::.ctor(T&,System.Int32)
inline void ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method)
{
(( void (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*, Il2CppChar*, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_gshared_inline)(__this, ___ptr0, ___length1, method);
}
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353 (const RuntimeMethod* method) ;
// System.Void System.ThrowHelper::ThrowInvalidTypeWithPointersNotSupported(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowInvalidTypeWithPointersNotSupported_m6A58AD8706EDDB4CE9C309A6085249B6377C8CB5 (Type_t* ___targetType0, const RuntimeMethod* method) ;
// System.Void System.Span`1<System.Char>::.ctor(T&,System.Int32)
inline void Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method)
{
(( void (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, Il2CppChar*, int32_t, const RuntimeMethod*))Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_gshared_inline)(__this, ___ptr0, ___length1, method);
}
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ValueTuple`2<System.Int32,System.Int32> System.IPv6AddressHelper::FindCompressionRange(System.ReadOnlySpan`1<System.UInt16>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D IPv6AddressHelper_FindCompressionRange_m52DF5ADCE15CB8AE6F141E829F1252EBB436A39F (ReadOnlySpan_1_tA2EFC117098BD2B38ADBF809AA976D9F3C13654F ___numbers0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m339FDCE1FC17C2B97AEA44937294504AF706F7FF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mF5D8FB18DBF2C4B2F879F8E8E12D8FB8FCDB5477_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
V_0 = 0;
V_1 = (-1);
V_2 = 0;
V_3 = 0;
goto IL_002d;
}
IL_000a:
{
int32_t L_0 = V_3;
uint16_t* L_1;
L_1 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (L_0), ((&___numbers0))->____length_1);
int32_t L_2 = *((uint16_t*)L_1);
if (L_2)
{
goto IL_0027;
}
}
{
int32_t L_3 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_3, 1));
int32_t L_4 = V_2;
int32_t L_5 = V_0;
if ((((int32_t)L_4) <= ((int32_t)L_5)))
{
goto IL_0029;
}
}
{
int32_t L_6 = V_2;
V_0 = L_6;
int32_t L_7 = V_3;
int32_t L_8 = V_2;
V_1 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_7, L_8)), 1));
goto IL_0029;
}
IL_0027:
{
V_2 = 0;
}
IL_0029:
{
int32_t L_9 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_9, 1));
}
IL_002d:
{
int32_t L_10 = V_3;
int32_t L_11;
L_11 = ReadOnlySpan_1_get_Length_m339FDCE1FC17C2B97AEA44937294504AF706F7FF_inline((&___numbers0), ReadOnlySpan_1_get_Length_m339FDCE1FC17C2B97AEA44937294504AF706F7FF_RuntimeMethod_var);
if ((((int32_t)L_10) < ((int32_t)L_11)))
{
goto IL_000a;
}
}
{
int32_t L_12 = V_0;
if ((((int32_t)L_12) > ((int32_t)1)))
{
goto IL_0043;
}
}
{
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D L_13;
memset((&L_13), 0, sizeof(L_13));
ValueTuple_2__ctor_mF5D8FB18DBF2C4B2F879F8E8E12D8FB8FCDB5477((&L_13), (-1), (-1), /*hidden argument*/ValueTuple_2__ctor_mF5D8FB18DBF2C4B2F879F8E8E12D8FB8FCDB5477_RuntimeMethod_var);
return L_13;
}
IL_0043:
{
int32_t L_14 = V_1;
int32_t L_15 = V_1;
int32_t L_16 = V_0;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D L_17;
memset((&L_17), 0, sizeof(L_17));
ValueTuple_2__ctor_mF5D8FB18DBF2C4B2F879F8E8E12D8FB8FCDB5477((&L_17), L_14, ((int32_t)il2cpp_codegen_add(L_15, L_16)), /*hidden argument*/ValueTuple_2__ctor_mF5D8FB18DBF2C4B2F879F8E8E12D8FB8FCDB5477_RuntimeMethod_var);
return L_17;
}
}
// System.Boolean System.IPv6AddressHelper::ShouldHaveIpv4Embedded(System.ReadOnlySpan`1<System.UInt16>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_ShouldHaveIpv4Embedded_m59F598D7493A037117972E6D4AF8F233B7D87ABC (ReadOnlySpan_1_tA2EFC117098BD2B38ADBF809AA976D9F3C13654F ___numbers0, const RuntimeMethod* method)
{
{
uint16_t* L_0;
L_0 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (0), ((&___numbers0))->____length_1);
int32_t L_1 = *((uint16_t*)L_0);
if (L_1)
{
goto IL_007c;
}
}
{
uint16_t* L_2;
L_2 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (1), ((&___numbers0))->____length_1);
int32_t L_3 = *((uint16_t*)L_2);
if (L_3)
{
goto IL_007c;
}
}
{
uint16_t* L_4;
L_4 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (2), ((&___numbers0))->____length_1);
int32_t L_5 = *((uint16_t*)L_4);
if (L_5)
{
goto IL_007c;
}
}
{
uint16_t* L_6;
L_6 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (3), ((&___numbers0))->____length_1);
int32_t L_7 = *((uint16_t*)L_6);
if (L_7)
{
goto IL_007c;
}
}
{
uint16_t* L_8;
L_8 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (6), ((&___numbers0))->____length_1);
int32_t L_9 = *((uint16_t*)L_8);
if (!L_9)
{
goto IL_007c;
}
}
{
uint16_t* L_10;
L_10 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (4), ((&___numbers0))->____length_1);
int32_t L_11 = *((uint16_t*)L_10);
if (L_11)
{
goto IL_005f;
}
}
{
uint16_t* L_12;
L_12 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (5), ((&___numbers0))->____length_1);
int32_t L_13 = *((uint16_t*)L_12);
if (!L_13)
{
goto IL_005d;
}
}
{
uint16_t* L_14;
L_14 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (5), ((&___numbers0))->____length_1);
int32_t L_15 = *((uint16_t*)L_14);
if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)65535)))))
{
goto IL_005f;
}
}
IL_005d:
{
return (bool)1;
}
IL_005f:
{
uint16_t* L_16;
L_16 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (4), ((&___numbers0))->____length_1);
int32_t L_17 = *((uint16_t*)L_16);
if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)65535)))))
{
goto IL_007c;
}
}
{
uint16_t* L_18;
L_18 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (5), ((&___numbers0))->____length_1);
int32_t L_19 = *((uint16_t*)L_18);
if (L_19)
{
goto IL_007c;
}
}
{
return (bool)1;
}
IL_007c:
{
uint16_t* L_20;
L_20 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (4), ((&___numbers0))->____length_1);
int32_t L_21 = *((uint16_t*)L_20);
if (L_21)
{
goto IL_0098;
}
}
{
uint16_t* L_22;
L_22 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (5), ((&___numbers0))->____length_1);
int32_t L_23 = *((uint16_t*)L_22);
return (bool)((((int32_t)L_23) == ((int32_t)((int32_t)24318)))? 1 : 0);
}
IL_0098:
{
return (bool)0;
}
}
// System.Boolean System.IPv6AddressHelper::IsValidStrict(System.Char*,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_IsValidStrict_m63AA667FE446A0F20109E4680BE64B9B60F73123 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
int32_t V_5 = 0;
bool V_6 = false;
int32_t V_7 = 0;
Il2CppChar V_8 = 0x0;
int32_t G_B67_0 = 0;
{
V_0 = 0;
V_1 = 0;
V_2 = (bool)0;
V_3 = (bool)0;
V_4 = (bool)1;
V_5 = 1;
V_6 = (bool)0;
int32_t L_0 = ___start1;
int32_t* L_1 = ___end2;
int32_t L_2 = *((int32_t*)L_1);
if ((((int32_t)L_0) >= ((int32_t)L_2)))
{
goto IL_0029;
}
}
{
Il2CppChar* L_3 = ___name0;
int32_t L_4 = ___start1;
int32_t L_5 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), 2)))));
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)91)))))
{
goto IL_0029;
}
}
{
int32_t L_6 = ___start1;
___start1 = ((int32_t)il2cpp_codegen_add(L_6, 1));
V_6 = (bool)1;
}
IL_0029:
{
int32_t L_7 = ___start1;
V_7 = L_7;
goto IL_01cf;
}
IL_0031:
{
Il2CppChar* L_8 = ___name0;
int32_t L_9 = V_7;
int32_t L_10 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_9), 2)))));
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_11;
L_11 = Uri_IsHexDigit_m65CBC0215C67105D79C7B49FAF5DD4676B86ED20(L_10, NULL);
if (!L_11)
{
goto IL_004c;
}
}
{
int32_t L_12 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_12, 1));
V_4 = (bool)0;
goto IL_01c9;
}
IL_004c:
{
int32_t L_13 = V_1;
if ((((int32_t)L_13) <= ((int32_t)4)))
{
goto IL_0052;
}
}
{
return (bool)0;
}
IL_0052:
{
int32_t L_14 = V_1;
if (!L_14)
{
goto IL_0061;
}
}
{
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_15, 1));
int32_t L_16 = V_7;
int32_t L_17 = V_1;
V_5 = ((int32_t)il2cpp_codegen_subtract(L_16, L_17));
V_1 = 0;
}
IL_0061:
{
Il2CppChar* L_18 = ___name0;
int32_t L_19 = V_7;
int32_t L_20 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_19), 2)))));
V_8 = L_20;
Il2CppChar L_21 = V_8;
if ((!(((uint32_t)L_21) <= ((uint32_t)((int32_t)46)))))
{
goto IL_0085;
}
}
{
Il2CppChar L_22 = V_8;
if ((((int32_t)L_22) == ((int32_t)((int32_t)37))))
{
goto IL_00c3;
}
}
{
Il2CppChar L_23 = V_8;
if ((((int32_t)L_23) == ((int32_t)((int32_t)46))))
{
goto IL_0195;
}
}
{
goto IL_01c5;
}
IL_0085:
{
Il2CppChar L_24 = V_8;
if ((((int32_t)L_24) == ((int32_t)((int32_t)47))))
{
goto IL_0193;
}
}
{
Il2CppChar L_25 = V_8;
if ((((int32_t)L_25) == ((int32_t)((int32_t)58))))
{
goto IL_016f;
}
}
{
Il2CppChar L_26 = V_8;
if ((((int32_t)L_26) == ((int32_t)((int32_t)93))))
{
goto IL_00d0;
}
}
{
goto IL_01c5;
}
IL_00a2:
{
int32_t L_27 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_27, 1));
Il2CppChar* L_28 = ___name0;
int32_t L_29 = V_7;
int32_t L_30 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_29), 2)))));
if ((((int32_t)L_30) == ((int32_t)((int32_t)93))))
{
goto IL_00d0;
}
}
{
Il2CppChar* L_31 = ___name0;
int32_t L_32 = V_7;
int32_t L_33 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_32), 2)))));
if ((((int32_t)L_33) == ((int32_t)((int32_t)47))))
{
goto IL_0193;
}
}
IL_00c3:
{
int32_t L_34 = V_7;
int32_t* L_35 = ___end2;
int32_t L_36 = *((int32_t*)L_35);
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_34, 1))) < ((int32_t)L_36)))
{
goto IL_00a2;
}
}
{
goto IL_01c7;
}
IL_00d0:
{
bool L_37 = V_6;
if (L_37)
{
goto IL_00d6;
}
}
{
return (bool)0;
}
IL_00d6:
{
V_6 = (bool)0;
int32_t L_38 = V_7;
int32_t* L_39 = ___end2;
int32_t L_40 = *((int32_t*)L_39);
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_38, 1))) >= ((int32_t)L_40)))
{
goto IL_00f1;
}
}
{
Il2CppChar* L_41 = ___name0;
int32_t L_42 = V_7;
int32_t L_43 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_41, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_42, 1))), 2)))));
if ((((int32_t)L_43) == ((int32_t)((int32_t)58))))
{
goto IL_00f1;
}
}
{
return (bool)0;
}
IL_00f1:
{
int32_t L_44 = V_7;
int32_t* L_45 = ___end2;
int32_t L_46 = *((int32_t*)L_45);
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_44, 3))) >= ((int32_t)L_46)))
{
goto IL_013f;
}
}
{
Il2CppChar* L_47 = ___name0;
int32_t L_48 = V_7;
int32_t L_49 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_48, 2))), 2)))));
if ((!(((uint32_t)L_49) == ((uint32_t)((int32_t)48)))))
{
goto IL_013f;
}
}
{
Il2CppChar* L_50 = ___name0;
int32_t L_51 = V_7;
int32_t L_52 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_50, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_51, 3))), 2)))));
if ((!(((uint32_t)L_52) == ((uint32_t)((int32_t)120)))))
{
goto IL_013f;
}
}
{
int32_t L_53 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_53, 4));
goto IL_0134;
}
IL_011d:
{
Il2CppChar* L_54 = ___name0;
int32_t L_55 = V_7;
int32_t L_56 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_54, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_55), 2)))));
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_57;
L_57 = Uri_IsHexDigit_m65CBC0215C67105D79C7B49FAF5DD4676B86ED20(L_56, NULL);
if (L_57)
{
goto IL_012e;
}
}
{
return (bool)0;
}
IL_012e:
{
int32_t L_58 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_58, 1));
}
IL_0134:
{
int32_t L_59 = V_7;
int32_t* L_60 = ___end2;
int32_t L_61 = *((int32_t*)L_60);
if ((((int32_t)L_59) < ((int32_t)L_61)))
{
goto IL_011d;
}
}
{
goto IL_01c9;
}
IL_013f:
{
int32_t L_62 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_62, 2));
goto IL_0167;
}
IL_0147:
{
Il2CppChar* L_63 = ___name0;
int32_t L_64 = V_7;
int32_t L_65 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_63, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_64), 2)))));
if ((((int32_t)L_65) < ((int32_t)((int32_t)48))))
{
goto IL_015f;
}
}
{
Il2CppChar* L_66 = ___name0;
int32_t L_67 = V_7;
int32_t L_68 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_66, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_67), 2)))));
if ((((int32_t)L_68) <= ((int32_t)((int32_t)57))))
{
goto IL_0161;
}
}
IL_015f:
{
return (bool)0;
}
IL_0161:
{
int32_t L_69 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_69, 1));
}
IL_0167:
{
int32_t L_70 = V_7;
int32_t* L_71 = ___end2;
int32_t L_72 = *((int32_t*)L_71);
if ((((int32_t)L_70) < ((int32_t)L_72)))
{
goto IL_0147;
}
}
{
goto IL_01c9;
}
IL_016f:
{
int32_t L_73 = V_7;
if ((((int32_t)L_73) <= ((int32_t)0)))
{
goto IL_018e;
}
}
{
Il2CppChar* L_74 = ___name0;
int32_t L_75 = V_7;
int32_t L_76 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_74, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_subtract(L_75, 1))), 2)))));
if ((!(((uint32_t)L_76) == ((uint32_t)((int32_t)58)))))
{
goto IL_018e;
}
}
{
bool L_77 = V_2;
if (!L_77)
{
goto IL_0187;
}
}
{
return (bool)0;
}
IL_0187:
{
V_2 = (bool)1;
V_4 = (bool)0;
goto IL_01c7;
}
IL_018e:
{
V_4 = (bool)1;
goto IL_01c7;
}
IL_0193:
{
return (bool)0;
}
IL_0195:
{
bool L_78 = V_3;
if (!L_78)
{
goto IL_019a;
}
}
{
return (bool)0;
}
IL_019a:
{
int32_t* L_79 = ___end2;
int32_t L_80 = *((int32_t*)L_79);
V_7 = L_80;
Il2CppChar* L_81 = ___name0;
int32_t L_82 = V_5;
bool L_83;
L_83 = IPv4AddressHelper_IsValid_m1E626B5740F8C0F4F4AEA9D8D9E06933BD79C7AE(L_81, L_82, (&V_7), (bool)1, (bool)0, (bool)0, NULL);
if (L_83)
{
goto IL_01af;
}
}
{
return (bool)0;
}
IL_01af:
{
int32_t L_84 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_84, 1));
int32_t L_85 = V_7;
int32_t L_86 = V_1;
V_5 = ((int32_t)il2cpp_codegen_subtract(L_85, L_86));
V_1 = 0;
V_3 = (bool)1;
int32_t L_87 = V_7;
V_7 = ((int32_t)il2cpp_codegen_subtract(L_87, 1));
goto IL_01c7;
}
IL_01c5:
{
return (bool)0;
}
IL_01c7:
{
V_1 = 0;
}
IL_01c9:
{
int32_t L_88 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_88, 1));
}
IL_01cf:
{
int32_t L_89 = V_7;
int32_t* L_90 = ___end2;
int32_t L_91 = *((int32_t*)L_90);
if ((((int32_t)L_89) < ((int32_t)L_91)))
{
goto IL_0031;
}
}
{
int32_t L_92 = V_1;
if (!L_92)
{
goto IL_01e5;
}
}
{
int32_t L_93 = V_1;
if ((((int32_t)L_93) <= ((int32_t)4)))
{
goto IL_01e1;
}
}
{
return (bool)0;
}
IL_01e1:
{
int32_t L_94 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_94, 1));
}
IL_01e5:
{
bool L_95 = V_4;
if (L_95)
{
goto IL_01fe;
}
}
{
bool L_96 = V_2;
if (L_96)
{
goto IL_01f2;
}
}
{
int32_t L_97 = V_0;
G_B67_0 = ((((int32_t)L_97) == ((int32_t)8))? 1 : 0);
goto IL_01f6;
}
IL_01f2:
{
int32_t L_98 = V_0;
G_B67_0 = ((((int32_t)L_98) < ((int32_t)8))? 1 : 0);
}
IL_01f6:
{
if (!G_B67_0)
{
goto IL_01fe;
}
}
{
bool L_99 = V_6;
return (bool)((((int32_t)L_99) == ((int32_t)0))? 1 : 0);
}
IL_01fe:
{
return (bool)0;
}
}
// System.Void System.IPv6AddressHelper::Parse(System.ReadOnlySpan`1<System.Char>,System.UInt16*,System.Int32,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IPv6AddressHelper_Parse_mE09CDE68CBB5BE9195B68D52D79D81591C270CAF (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___address0, uint16_t* ___numbers1, int32_t ___start2, String_t** ___scopeId3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
int32_t V_4 = 0;
int32_t V_5 = 0;
Il2CppChar V_6 = 0x0;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t V_9 = 0;
int32_t V_10 = 0;
{
V_0 = 0;
V_1 = 0;
V_2 = (-1);
V_3 = (bool)1;
V_4 = 0;
int32_t L_0 = ___start2;
Il2CppChar* L_1;
L_1 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___address0))->____pointer_0))->value, (L_0), ((&___address0))->____length_1);
int32_t L_2 = *((uint16_t*)L_1);
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)91)))))
{
goto IL_001d;
}
}
{
int32_t L_3 = ___start2;
___start2 = ((int32_t)il2cpp_codegen_add(L_3, 1));
}
IL_001d:
{
int32_t L_4 = ___start2;
V_5 = L_4;
goto IL_0254;
}
IL_0025:
{
int32_t L_5 = V_5;
Il2CppChar* L_6;
L_6 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___address0))->____pointer_0))->value, (L_5), ((&___address0))->____length_1);
int32_t L_7 = *((uint16_t*)L_6);
V_6 = L_7;
Il2CppChar L_8 = V_6;
if ((((int32_t)L_8) == ((int32_t)((int32_t)37))))
{
goto IL_004e;
}
}
{
Il2CppChar L_9 = V_6;
if ((((int32_t)L_9) == ((int32_t)((int32_t)47))))
{
goto IL_01f5;
}
}
{
Il2CppChar L_10 = V_6;
if ((((int32_t)L_10) == ((int32_t)((int32_t)58))))
{
goto IL_00d5;
}
}
{
goto IL_023a;
}
IL_004e:
{
bool L_11 = V_3;
if (!L_11)
{
goto IL_0060;
}
}
{
uint16_t* L_12 = ___numbers1;
int32_t L_13 = V_1;
int32_t L_14 = L_13;
V_1 = ((int32_t)il2cpp_codegen_add(L_14, 1));
int32_t L_15 = V_0;
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_14), 2))))) = (int16_t)((int32_t)(uint16_t)L_15);
V_3 = (bool)0;
}
IL_0060:
{
int32_t L_16 = V_5;
___start2 = L_16;
int32_t L_17 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_17, 1));
goto IL_0072;
}
IL_006c:
{
int32_t L_18 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_18, 1));
}
IL_0072:
{
int32_t L_19 = V_5;
int32_t L_20;
L_20 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___address0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if ((((int32_t)L_19) >= ((int32_t)L_20)))
{
goto IL_0099;
}
}
{
int32_t L_21 = V_5;
Il2CppChar* L_22;
L_22 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___address0))->____pointer_0))->value, (L_21), ((&___address0))->____length_1);
int32_t L_23 = *((uint16_t*)L_22);
if ((((int32_t)L_23) == ((int32_t)((int32_t)93))))
{
goto IL_0099;
}
}
{
int32_t L_24 = V_5;
Il2CppChar* L_25;
L_25 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___address0))->____pointer_0))->value, (L_24), ((&___address0))->____length_1);
int32_t L_26 = *((uint16_t*)L_25);
if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)47)))))
{
goto IL_006c;
}
}
IL_0099:
{
String_t** L_27 = ___scopeId3;
int32_t L_28 = ___start2;
int32_t L_29 = V_5;
int32_t L_30 = ___start2;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_31;
L_31 = ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_inline((&___address0), L_28, ((int32_t)il2cpp_codegen_subtract(L_29, L_30)), ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_RuntimeMethod_var);
String_t* L_32;
L_32 = String_CreateString_m1618CF9F1145C9832FC830A4BD6DD96A540012F8(NULL, L_31, NULL);
*((RuntimeObject**)L_27) = (RuntimeObject*)L_32;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_27, (void*)(RuntimeObject*)L_32);
goto IL_00b4;
}
IL_00ae:
{
int32_t L_33 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_33, 1));
}
IL_00b4:
{
int32_t L_34 = V_5;
int32_t L_35;
L_35 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___address0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if ((((int32_t)L_34) >= ((int32_t)L_35)))
{
goto IL_0254;
}
}
{
int32_t L_36 = V_5;
Il2CppChar* L_37;
L_37 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___address0))->____pointer_0))->value, (L_36), ((&___address0))->____length_1);
int32_t L_38 = *((uint16_t*)L_37);
if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)93)))))
{
goto IL_00ae;
}
}
{
goto IL_0254;
}
IL_00d5:
{
uint16_t* L_39 = ___numbers1;
int32_t L_40 = V_1;
int32_t L_41 = L_40;
V_1 = ((int32_t)il2cpp_codegen_add(L_41, 1));
int32_t L_42 = V_0;
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_39, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_41), 2))))) = (int16_t)((int32_t)(uint16_t)L_42);
V_0 = 0;
int32_t L_43 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_43, 1));
int32_t L_44 = V_5;
Il2CppChar* L_45;
L_45 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___address0))->____pointer_0))->value, (L_44), ((&___address0))->____length_1);
int32_t L_46 = *((uint16_t*)L_45);
if ((!(((uint32_t)L_46) == ((uint32_t)((int32_t)58)))))
{
goto IL_0102;
}
}
{
int32_t L_47 = V_1;
V_2 = L_47;
int32_t L_48 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_48, 1));
goto IL_010d;
}
IL_0102:
{
int32_t L_49 = V_2;
if ((((int32_t)L_49) >= ((int32_t)0)))
{
goto IL_010d;
}
}
{
int32_t L_50 = V_1;
if ((((int32_t)L_50) < ((int32_t)6)))
{
goto IL_0254;
}
}
IL_010d:
{
int32_t L_51 = V_5;
V_7 = L_51;
goto IL_019c;
}
IL_0116:
{
int32_t L_52 = V_7;
Il2CppChar* L_53;
L_53 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___address0))->____pointer_0))->value, (L_52), ((&___address0))->____length_1);
int32_t L_54 = *((uint16_t*)L_53);
if ((!(((uint32_t)L_54) == ((uint32_t)((int32_t)46)))))
{
goto IL_0196;
}
}
{
goto IL_012c;
}
IL_0126:
{
int32_t L_55 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_55, 1));
}
IL_012c:
{
int32_t L_56 = V_7;
int32_t L_57;
L_57 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___address0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if ((((int32_t)L_56) >= ((int32_t)L_57)))
{
goto IL_0161;
}
}
{
int32_t L_58 = V_7;
Il2CppChar* L_59;
L_59 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___address0))->____pointer_0))->value, (L_58), ((&___address0))->____length_1);
int32_t L_60 = *((uint16_t*)L_59);
if ((((int32_t)L_60) == ((int32_t)((int32_t)93))))
{
goto IL_0161;
}
}
{
int32_t L_61 = V_7;
Il2CppChar* L_62;
L_62 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___address0))->____pointer_0))->value, (L_61), ((&___address0))->____length_1);
int32_t L_63 = *((uint16_t*)L_62);
if ((((int32_t)L_63) == ((int32_t)((int32_t)47))))
{
goto IL_0161;
}
}
{
int32_t L_64 = V_7;
Il2CppChar* L_65;
L_65 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___address0))->____pointer_0))->value, (L_64), ((&___address0))->____length_1);
int32_t L_66 = *((uint16_t*)L_65);
if ((!(((uint32_t)L_66) == ((uint32_t)((int32_t)37)))))
{
goto IL_0126;
}
}
IL_0161:
{
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_67 = ___address0;
int32_t L_68 = V_5;
int32_t L_69 = V_7;
int32_t L_70;
L_70 = IPv4AddressHelper_ParseHostNumber_mA778BE5D8E7B36AFF00BC3A042D532C5E4718B74(L_67, L_68, L_69, NULL);
V_0 = L_70;
uint16_t* L_71 = ___numbers1;
int32_t L_72 = V_1;
int32_t L_73 = L_72;
V_1 = ((int32_t)il2cpp_codegen_add(L_73, 1));
int32_t L_74 = V_0;
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_71, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_73), 2))))) = (int16_t)((int32_t)(uint16_t)((int32_t)(L_74>>((int32_t)16))));
uint16_t* L_75 = ___numbers1;
int32_t L_76 = V_1;
int32_t L_77 = L_76;
V_1 = ((int32_t)il2cpp_codegen_add(L_77, 1));
int32_t L_78 = V_0;
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_75, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_77), 2))))) = (int16_t)((int32_t)(uint16_t)L_78);
int32_t L_79 = V_7;
V_5 = L_79;
V_0 = 0;
V_3 = (bool)0;
goto IL_0254;
}
IL_0196:
{
int32_t L_80 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_80, 1));
}
IL_019c:
{
int32_t L_81 = V_7;
int32_t L_82;
L_82 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___address0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if ((((int32_t)L_81) >= ((int32_t)L_82)))
{
goto IL_0254;
}
}
{
int32_t L_83 = V_7;
Il2CppChar* L_84;
L_84 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___address0))->____pointer_0))->value, (L_83), ((&___address0))->____length_1);
int32_t L_85 = *((uint16_t*)L_84);
if ((((int32_t)L_85) == ((int32_t)((int32_t)93))))
{
goto IL_0254;
}
}
{
int32_t L_86 = V_7;
Il2CppChar* L_87;
L_87 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___address0))->____pointer_0))->value, (L_86), ((&___address0))->____length_1);
int32_t L_88 = *((uint16_t*)L_87);
if ((((int32_t)L_88) == ((int32_t)((int32_t)58))))
{
goto IL_0254;
}
}
{
int32_t L_89 = V_7;
Il2CppChar* L_90;
L_90 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___address0))->____pointer_0))->value, (L_89), ((&___address0))->____length_1);
int32_t L_91 = *((uint16_t*)L_90);
if ((((int32_t)L_91) == ((int32_t)((int32_t)37))))
{
goto IL_0254;
}
}
{
int32_t L_92 = V_7;
Il2CppChar* L_93;
L_93 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___address0))->____pointer_0))->value, (L_92), ((&___address0))->____length_1);
int32_t L_94 = *((uint16_t*)L_93);
if ((((int32_t)L_94) == ((int32_t)((int32_t)47))))
{
goto IL_0254;
}
}
{
int32_t L_95 = V_7;
int32_t L_96 = V_5;
if ((((int32_t)L_95) < ((int32_t)((int32_t)il2cpp_codegen_add(L_96, 4)))))
{
goto IL_0116;
}
}
{
goto IL_0254;
}
IL_01f5:
{
bool L_97 = V_3;
if (!L_97)
{
goto IL_0207;
}
}
{
uint16_t* L_98 = ___numbers1;
int32_t L_99 = V_1;
int32_t L_100 = L_99;
V_1 = ((int32_t)il2cpp_codegen_add(L_100, 1));
int32_t L_101 = V_0;
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_98, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_100), 2))))) = (int16_t)((int32_t)(uint16_t)L_101);
V_3 = (bool)0;
}
IL_0207:
{
int32_t L_102 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_102, 1));
goto IL_022a;
}
IL_020f:
{
int32_t L_103 = V_4;
int32_t L_104 = V_5;
Il2CppChar* L_105;
L_105 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___address0))->____pointer_0))->value, (L_104), ((&___address0))->____length_1);
int32_t L_106 = *((uint16_t*)L_105);
V_4 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_103, ((int32_t)10))), ((int32_t)il2cpp_codegen_subtract(L_106, ((int32_t)48)))));
int32_t L_107 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_107, 1));
}
IL_022a:
{
int32_t L_108 = V_5;
Il2CppChar* L_109;
L_109 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___address0))->____pointer_0))->value, (L_108), ((&___address0))->____length_1);
int32_t L_110 = *((uint16_t*)L_109);
if ((!(((uint32_t)L_110) == ((uint32_t)((int32_t)93)))))
{
goto IL_020f;
}
}
{
goto IL_0254;
}
IL_023a:
{
int32_t L_111 = V_0;
int32_t L_112 = V_5;
int32_t L_113 = L_112;
V_5 = ((int32_t)il2cpp_codegen_add(L_113, 1));
Il2CppChar* L_114;
L_114 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___address0))->____pointer_0))->value, (L_113), ((&___address0))->____length_1);
int32_t L_115 = *((uint16_t*)L_114);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
int32_t L_116;
L_116 = Uri_FromHex_m16EF28AD07AF8D499C8157124A9E7C01D6FFFAA8(L_115, NULL);
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_111, ((int32_t)16))), L_116));
}
IL_0254:
{
int32_t L_117 = V_5;
int32_t L_118;
L_118 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___address0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var);
if ((((int32_t)L_117) >= ((int32_t)L_118)))
{
goto IL_0270;
}
}
{
int32_t L_119 = V_5;
Il2CppChar* L_120;
L_120 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___address0))->____pointer_0))->value, (L_119), ((&___address0))->____length_1);
int32_t L_121 = *((uint16_t*)L_120);
if ((!(((uint32_t)L_121) == ((uint32_t)((int32_t)93)))))
{
goto IL_0025;
}
}
IL_0270:
{
bool L_122 = V_3;
if (!L_122)
{
goto IL_0280;
}
}
{
uint16_t* L_123 = ___numbers1;
int32_t L_124 = V_1;
int32_t L_125 = L_124;
V_1 = ((int32_t)il2cpp_codegen_add(L_125, 1));
int32_t L_126 = V_0;
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_123, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_125), 2))))) = (int16_t)((int32_t)(uint16_t)L_126);
}
IL_0280:
{
int32_t L_127 = V_2;
if ((((int32_t)L_127) <= ((int32_t)0)))
{
goto IL_02c1;
}
}
{
V_8 = 7;
int32_t L_128 = V_1;
V_9 = ((int32_t)il2cpp_codegen_subtract(L_128, 1));
int32_t L_129 = V_1;
int32_t L_130 = V_2;
V_10 = ((int32_t)il2cpp_codegen_subtract(L_129, L_130));
goto IL_02bc;
}
IL_0293:
{
uint16_t* L_131 = ___numbers1;
int32_t L_132 = V_8;
int32_t L_133 = L_132;
V_8 = ((int32_t)il2cpp_codegen_subtract(L_133, 1));
uint16_t* L_134 = ___numbers1;
int32_t L_135 = V_9;
int32_t L_136 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_134, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_135), 2)))));
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_131, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_133), 2))))) = (int16_t)L_136;
uint16_t* L_137 = ___numbers1;
int32_t L_138 = V_9;
int32_t L_139 = L_138;
V_9 = ((int32_t)il2cpp_codegen_subtract(L_139, 1));
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_137, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_139), 2))))) = (int16_t)0;
int32_t L_140 = V_10;
V_10 = ((int32_t)il2cpp_codegen_subtract(L_140, 1));
}
IL_02bc:
{
int32_t L_141 = V_10;
if ((((int32_t)L_141) > ((int32_t)0)))
{
goto IL_0293;
}
}
IL_02c1:
{
return;
}
}
// System.String System.IPv6AddressHelper::ParseCanonicalName(System.String,System.Int32,System.Boolean&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IPv6AddressHelper_ParseCanonicalName_m148CB0071D79C29D97FE7E537B0BFA2CB27B709C (String_t* ___str0, int32_t ___start1, bool* ___isLoopback2, String_t** ___scopeId3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_mB886029FDB28A19EF15C463DD88A08470033D192_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_op_Implicit_m3F9E69D4CE96EE41699F772D0B6270E9D230982F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_op_Implicit_mD65020B112814C67FED9F2C3DE2B0B78D4E2A486_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B);
s_Il2CppMethodInitialized = true;
}
uint16_t* V_0 = NULL;
Span_1_t3C28155FFD2FA88D962FCE88A14C370626303A8D V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
int32_t V_3 = 0;
bool V_4 = false;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D V_5;
memset((&V_5), 0, sizeof(V_5));
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t V_9 = 0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 V_10;
memset((&V_10), 0, sizeof(V_10));
{
int8_t* L_0 = (int8_t*) alloca(((uintptr_t)((int32_t)16)));
memset(L_0, 0, ((uintptr_t)((int32_t)16)));
V_0 = (uint16_t*)(L_0);
uint16_t* L_1 = V_0;
*((int64_t*)L_1) = (int64_t)((int64_t)0);
uint16_t* L_2 = V_0;
*((int64_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_2, 8))) = (int64_t)((int64_t)0);
uint16_t* L_3 = V_0;
Span_1__ctor_mB886029FDB28A19EF15C463DD88A08470033D192_inline((&V_1), (void*)L_3, 8, Span_1__ctor_mB886029FDB28A19EF15C463DD88A08470033D192_RuntimeMethod_var);
String_t* L_4 = ___str0;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_5;
L_5 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_4, NULL);
uint16_t* L_6 = V_0;
int32_t L_7 = ___start1;
String_t** L_8 = ___scopeId3;
IPv6AddressHelper_Parse_mE09CDE68CBB5BE9195B68D52D79D81591C270CAF(L_5, L_6, L_7, L_8, NULL);
bool* L_9 = ___isLoopback2;
Span_1_t3C28155FFD2FA88D962FCE88A14C370626303A8D L_10 = V_1;
ReadOnlySpan_1_tA2EFC117098BD2B38ADBF809AA976D9F3C13654F L_11;
L_11 = Span_1_op_Implicit_m3F9E69D4CE96EE41699F772D0B6270E9D230982F(L_10, Span_1_op_Implicit_m3F9E69D4CE96EE41699F772D0B6270E9D230982F_RuntimeMethod_var);
bool L_12;
L_12 = IPv6AddressHelper_IsLoopback_mE5795ECD1129E9EB2368E4A7D4EB1433CF51A3F4(L_11, NULL);
*((int8_t*)L_9) = (int8_t)L_12;
Span_1_t3C28155FFD2FA88D962FCE88A14C370626303A8D L_13 = V_1;
ReadOnlySpan_1_tA2EFC117098BD2B38ADBF809AA976D9F3C13654F L_14;
L_14 = Span_1_op_Implicit_m3F9E69D4CE96EE41699F772D0B6270E9D230982F(L_13, Span_1_op_Implicit_m3F9E69D4CE96EE41699F772D0B6270E9D230982F_RuntimeMethod_var);
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D L_15;
L_15 = IPv6AddressHelper_FindCompressionRange_m52DF5ADCE15CB8AE6F141E829F1252EBB436A39F(L_14, NULL);
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D L_16 = L_15;
int32_t L_17 = L_16.___Item1_0;
V_2 = L_17;
int32_t L_18 = L_16.___Item2_1;
V_3 = L_18;
Span_1_t3C28155FFD2FA88D962FCE88A14C370626303A8D L_19 = V_1;
ReadOnlySpan_1_tA2EFC117098BD2B38ADBF809AA976D9F3C13654F L_20;
L_20 = Span_1_op_Implicit_m3F9E69D4CE96EE41699F772D0B6270E9D230982F(L_19, Span_1_op_Implicit_m3F9E69D4CE96EE41699F772D0B6270E9D230982F_RuntimeMethod_var);
bool L_21;
L_21 = IPv6AddressHelper_ShouldHaveIpv4Embedded_m59F598D7493A037117972E6D4AF8F233B7D87ABC(L_20, NULL);
V_4 = L_21;
int8_t* L_22 = (int8_t*) alloca(((uintptr_t)((int32_t)96)));
memset(L_22, 0, ((uintptr_t)((int32_t)96)));
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_23;
memset((&L_23), 0, sizeof(L_23));
Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline((&L_23), (void*)(L_22), ((int32_t)48), /*hidden argument*/Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var);
V_5 = L_23;
Il2CppChar* L_24;
L_24 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_5))->____pointer_0))->value, (0), ((&V_5))->____length_1);
*((int16_t*)L_24) = (int16_t)((int32_t)91);
V_6 = 1;
V_8 = 0;
goto IL_0230;
}
IL_007d:
{
bool L_25 = V_4;
if (!L_25)
{
goto IL_01ad;
}
}
{
int32_t L_26 = V_8;
if ((!(((uint32_t)L_26) == ((uint32_t)6))))
{
goto IL_01ad;
}
}
{
int32_t L_27 = V_6;
int32_t L_28 = L_27;
V_6 = ((int32_t)il2cpp_codegen_add(L_28, 1));
Il2CppChar* L_29;
L_29 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_5))->____pointer_0))->value, (L_28), ((&V_5))->____length_1);
*((int16_t*)L_29) = (int16_t)((int32_t)58);
int32_t L_30 = V_8;
uint16_t* L_31;
L_31 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&V_1))->____pointer_0))->value, (L_30), ((&V_1))->____length_1);
int32_t L_32 = *((uint16_t*)L_31);
V_9 = ((int32_t)(L_32>>8));
int32_t L_33 = V_6;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_34;
L_34 = Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_inline((&V_5), L_33, Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_10), sizeof(ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_35 = V_10;
bool L_36;
L_36 = Int32_TryFormat_m09C5DAC7B8CB25D5D7FAEB7043384D0B05679A1A((&V_9), L_34, (&V_7), L_35, (RuntimeObject*)NULL, NULL);
int32_t L_37 = V_6;
int32_t L_38 = V_7;
V_6 = ((int32_t)il2cpp_codegen_add(L_37, L_38));
int32_t L_39 = V_6;
int32_t L_40 = L_39;
V_6 = ((int32_t)il2cpp_codegen_add(L_40, 1));
Il2CppChar* L_41;
L_41 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_5))->____pointer_0))->value, (L_40), ((&V_5))->____length_1);
*((int16_t*)L_41) = (int16_t)((int32_t)46);
int32_t L_42 = V_8;
uint16_t* L_43;
L_43 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&V_1))->____pointer_0))->value, (L_42), ((&V_1))->____length_1);
int32_t L_44 = *((uint16_t*)L_43);
V_9 = ((int32_t)(L_44&((int32_t)255)));
int32_t L_45 = V_6;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_46;
L_46 = Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_inline((&V_5), L_45, Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_10), sizeof(ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_47 = V_10;
bool L_48;
L_48 = Int32_TryFormat_m09C5DAC7B8CB25D5D7FAEB7043384D0B05679A1A((&V_9), L_46, (&V_7), L_47, (RuntimeObject*)NULL, NULL);
int32_t L_49 = V_6;
int32_t L_50 = V_7;
V_6 = ((int32_t)il2cpp_codegen_add(L_49, L_50));
int32_t L_51 = V_6;
int32_t L_52 = L_51;
V_6 = ((int32_t)il2cpp_codegen_add(L_52, 1));
Il2CppChar* L_53;
L_53 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_5))->____pointer_0))->value, (L_52), ((&V_5))->____length_1);
*((int16_t*)L_53) = (int16_t)((int32_t)46);
int32_t L_54 = V_8;
uint16_t* L_55;
L_55 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&V_1))->____pointer_0))->value, (((int32_t)il2cpp_codegen_add(L_54, 1))), ((&V_1))->____length_1);
int32_t L_56 = *((uint16_t*)L_55);
V_9 = ((int32_t)(L_56>>8));
int32_t L_57 = V_6;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_58;
L_58 = Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_inline((&V_5), L_57, Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_10), sizeof(ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_59 = V_10;
bool L_60;
L_60 = Int32_TryFormat_m09C5DAC7B8CB25D5D7FAEB7043384D0B05679A1A((&V_9), L_58, (&V_7), L_59, (RuntimeObject*)NULL, NULL);
int32_t L_61 = V_6;
int32_t L_62 = V_7;
V_6 = ((int32_t)il2cpp_codegen_add(L_61, L_62));
int32_t L_63 = V_6;
int32_t L_64 = L_63;
V_6 = ((int32_t)il2cpp_codegen_add(L_64, 1));
Il2CppChar* L_65;
L_65 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_5))->____pointer_0))->value, (L_64), ((&V_5))->____length_1);
*((int16_t*)L_65) = (int16_t)((int32_t)46);
int32_t L_66 = V_8;
uint16_t* L_67;
L_67 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&V_1))->____pointer_0))->value, (((int32_t)il2cpp_codegen_add(L_66, 1))), ((&V_1))->____length_1);
int32_t L_68 = *((uint16_t*)L_67);
V_9 = ((int32_t)(L_68&((int32_t)255)));
int32_t L_69 = V_6;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_70;
L_70 = Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_inline((&V_5), L_69, Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_10), sizeof(ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_71 = V_10;
bool L_72;
L_72 = Int32_TryFormat_m09C5DAC7B8CB25D5D7FAEB7043384D0B05679A1A((&V_9), L_70, (&V_7), L_71, (RuntimeObject*)NULL, NULL);
int32_t L_73 = V_6;
int32_t L_74 = V_7;
V_6 = ((int32_t)il2cpp_codegen_add(L_73, L_74));
goto IL_0238;
}
IL_01ad:
{
int32_t L_75 = V_2;
int32_t L_76 = V_8;
if ((!(((uint32_t)L_75) == ((uint32_t)L_76))))
{
goto IL_01c3;
}
}
{
int32_t L_77 = V_6;
int32_t L_78 = L_77;
V_6 = ((int32_t)il2cpp_codegen_add(L_78, 1));
Il2CppChar* L_79;
L_79 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_5))->____pointer_0))->value, (L_78), ((&V_5))->____length_1);
*((int16_t*)L_79) = (int16_t)((int32_t)58);
}
IL_01c3:
{
int32_t L_80 = V_2;
int32_t L_81 = V_8;
if ((((int32_t)L_80) > ((int32_t)L_81)))
{
goto IL_01df;
}
}
{
int32_t L_82 = V_3;
if ((!(((uint32_t)L_82) == ((uint32_t)8))))
{
goto IL_01df;
}
}
{
int32_t L_83 = V_6;
int32_t L_84 = L_83;
V_6 = ((int32_t)il2cpp_codegen_add(L_84, 1));
Il2CppChar* L_85;
L_85 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_5))->____pointer_0))->value, (L_84), ((&V_5))->____length_1);
*((int16_t*)L_85) = (int16_t)((int32_t)58);
goto IL_0238;
}
IL_01df:
{
int32_t L_86 = V_2;
int32_t L_87 = V_8;
if ((((int32_t)L_86) > ((int32_t)L_87)))
{
goto IL_01e9;
}
}
{
int32_t L_88 = V_8;
int32_t L_89 = V_3;
if ((((int32_t)L_88) < ((int32_t)L_89)))
{
goto IL_022a;
}
}
IL_01e9:
{
int32_t L_90 = V_8;
if (!L_90)
{
goto IL_01fe;
}
}
{
int32_t L_91 = V_6;
int32_t L_92 = L_91;
V_6 = ((int32_t)il2cpp_codegen_add(L_92, 1));
Il2CppChar* L_93;
L_93 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_5))->____pointer_0))->value, (L_92), ((&V_5))->____length_1);
*((int16_t*)L_93) = (int16_t)((int32_t)58);
}
IL_01fe:
{
int32_t L_94 = V_8;
uint16_t* L_95;
L_95 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&V_1))->____pointer_0))->value, (L_94), ((&V_1))->____length_1);
int32_t L_96 = V_6;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_97;
L_97 = Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_inline((&V_5), L_96, Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_RuntimeMethod_var);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_98;
L_98 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B, NULL);
bool L_99;
L_99 = UInt16_TryFormat_mFBBE717EEAC00E6B5ABC83B6D3AD7C7C5E310281(L_95, L_97, (&V_7), L_98, (RuntimeObject*)NULL, NULL);
int32_t L_100 = V_6;
int32_t L_101 = V_7;
V_6 = ((int32_t)il2cpp_codegen_add(L_100, L_101));
}
IL_022a:
{
int32_t L_102 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add(L_102, 1));
}
IL_0230:
{
int32_t L_103 = V_8;
if ((((int32_t)L_103) < ((int32_t)8)))
{
goto IL_007d;
}
}
IL_0238:
{
int32_t L_104 = V_6;
int32_t L_105 = L_104;
V_6 = ((int32_t)il2cpp_codegen_add(L_105, 1));
Il2CppChar* L_106;
L_106 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_5))->____pointer_0))->value, (L_105), ((&V_5))->____length_1);
*((int16_t*)L_106) = (int16_t)((int32_t)93);
int32_t L_107 = V_6;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_108;
L_108 = Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_inline((&V_5), 0, L_107, Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_109;
L_109 = Span_1_op_Implicit_mD65020B112814C67FED9F2C3DE2B0B78D4E2A486(L_108, Span_1_op_Implicit_mD65020B112814C67FED9F2C3DE2B0B78D4E2A486_RuntimeMethod_var);
String_t* L_110;
L_110 = String_CreateString_m1618CF9F1145C9832FC830A4BD6DD96A540012F8(NULL, L_109, NULL);
return L_110;
}
}
// System.Boolean System.IPv6AddressHelper::IsLoopback(System.ReadOnlySpan`1<System.UInt16>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_IsLoopback_mE5795ECD1129E9EB2368E4A7D4EB1433CF51A3F4 (ReadOnlySpan_1_tA2EFC117098BD2B38ADBF809AA976D9F3C13654F ___numbers0, const RuntimeMethod* method)
{
{
uint16_t* L_0;
L_0 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (0), ((&___numbers0))->____length_1);
int32_t L_1 = *((uint16_t*)L_0);
if (L_1)
{
goto IL_009d;
}
}
{
uint16_t* L_2;
L_2 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (1), ((&___numbers0))->____length_1);
int32_t L_3 = *((uint16_t*)L_2);
if (L_3)
{
goto IL_009d;
}
}
{
uint16_t* L_4;
L_4 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (2), ((&___numbers0))->____length_1);
int32_t L_5 = *((uint16_t*)L_4);
if (L_5)
{
goto IL_009d;
}
}
{
uint16_t* L_6;
L_6 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (3), ((&___numbers0))->____length_1);
int32_t L_7 = *((uint16_t*)L_6);
if (L_7)
{
goto IL_009d;
}
}
{
uint16_t* L_8;
L_8 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (4), ((&___numbers0))->____length_1);
int32_t L_9 = *((uint16_t*)L_8);
if (L_9)
{
goto IL_009d;
}
}
{
uint16_t* L_10;
L_10 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (5), ((&___numbers0))->____length_1);
int32_t L_11 = *((uint16_t*)L_10);
if (L_11)
{
goto IL_005f;
}
}
{
uint16_t* L_12;
L_12 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (6), ((&___numbers0))->____length_1);
int32_t L_13 = *((uint16_t*)L_12);
if (L_13)
{
goto IL_005f;
}
}
{
uint16_t* L_14;
L_14 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (7), ((&___numbers0))->____length_1);
int32_t L_15 = *((uint16_t*)L_14);
if ((((int32_t)L_15) == ((int32_t)1)))
{
goto IL_009b;
}
}
IL_005f:
{
uint16_t* L_16;
L_16 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (6), ((&___numbers0))->____length_1);
int32_t L_17 = *((uint16_t*)L_16);
if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)32512)))))
{
goto IL_0099;
}
}
{
uint16_t* L_18;
L_18 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (7), ((&___numbers0))->____length_1);
int32_t L_19 = *((uint16_t*)L_18);
if ((!(((uint32_t)L_19) == ((uint32_t)1))))
{
goto IL_0099;
}
}
{
uint16_t* L_20;
L_20 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (5), ((&___numbers0))->____length_1);
int32_t L_21 = *((uint16_t*)L_20);
if (!L_21)
{
goto IL_0097;
}
}
{
uint16_t* L_22;
L_22 = il2cpp_span_get_item((uint16_t*)((Il2CppByReference*)&(((&___numbers0))->____pointer_0))->value, (5), ((&___numbers0))->____length_1);
int32_t L_23 = *((uint16_t*)L_22);
return (bool)((((int32_t)L_23) == ((int32_t)((int32_t)65535)))? 1 : 0);
}
IL_0097:
{
return (bool)1;
}
IL_0099:
{
return (bool)0;
}
IL_009b:
{
return (bool)1;
}
IL_009d:
{
return (bool)0;
}
}
// System.Boolean System.IPv6AddressHelper::InternalIsValid(System.Char*,System.Int32,System.Int32&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_InternalIsValid_m23A4A563DF5766AC8391628217ADE8670A740D3D (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___validateStrictAddress3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
Il2CppChar V_9 = 0x0;
int32_t G_B6_0 = 0;
int32_t G_B52_0 = 0;
int32_t G_B51_0 = 0;
int32_t G_B53_0 = 0;
int32_t G_B53_1 = 0;
int32_t G_B58_0 = 0;
{
V_0 = 0;
V_1 = 0;
V_2 = (bool)0;
V_3 = (bool)0;
V_4 = (bool)0;
V_5 = (bool)1;
V_6 = 1;
int32_t L_0 = ___start1;
V_7 = L_0;
goto IL_0145;
}
IL_0019:
{
bool L_1 = V_4;
if (L_1)
{
goto IL_002c;
}
}
{
Il2CppChar* L_2 = ___name0;
int32_t L_3 = V_7;
int32_t L_4 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_3), 2)))));
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Uri_IsHexDigit_m65CBC0215C67105D79C7B49FAF5DD4676B86ED20(L_4, NULL);
G_B6_0 = ((int32_t)(L_5));
goto IL_004a;
}
IL_002c:
{
Il2CppChar* L_6 = ___name0;
int32_t L_7 = V_7;
int32_t L_8 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), 2)))));
if ((((int32_t)L_8) < ((int32_t)((int32_t)48))))
{
goto IL_0049;
}
}
{
Il2CppChar* L_9 = ___name0;
int32_t L_10 = V_7;
int32_t L_11 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_10), 2)))));
G_B6_0 = ((((int32_t)((((int32_t)L_11) > ((int32_t)((int32_t)57)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_004a;
}
IL_0049:
{
G_B6_0 = 0;
}
IL_004a:
{
if (!G_B6_0)
{
goto IL_0058;
}
}
{
int32_t L_12 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_12, 1));
V_5 = (bool)0;
goto IL_013f;
}
IL_0058:
{
int32_t L_13 = V_1;
if ((((int32_t)L_13) <= ((int32_t)4)))
{
goto IL_005e;
}
}
{
return (bool)0;
}
IL_005e:
{
int32_t L_14 = V_1;
if (!L_14)
{
goto IL_006b;
}
}
{
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_15, 1));
int32_t L_16 = V_7;
int32_t L_17 = V_1;
V_6 = ((int32_t)il2cpp_codegen_subtract(L_16, L_17));
}
IL_006b:
{
Il2CppChar* L_18 = ___name0;
int32_t L_19 = V_7;
int32_t L_20 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_19), 2)))));
V_9 = L_20;
Il2CppChar L_21 = V_9;
if ((!(((uint32_t)L_21) <= ((uint32_t)((int32_t)46)))))
{
goto IL_008f;
}
}
{
Il2CppChar L_22 = V_9;
if ((((int32_t)L_22) == ((int32_t)((int32_t)37))))
{
goto IL_00a6;
}
}
{
Il2CppChar L_23 = V_9;
if ((((int32_t)L_23) == ((int32_t)((int32_t)46))))
{
goto IL_0113;
}
}
{
goto IL_013b;
}
IL_008f:
{
Il2CppChar L_24 = V_9;
if ((((int32_t)L_24) == ((int32_t)((int32_t)47))))
{
goto IL_00fb;
}
}
{
Il2CppChar L_25 = V_9;
if ((((int32_t)L_25) == ((int32_t)((int32_t)58))))
{
goto IL_00d7;
}
}
{
Il2CppChar L_26 = V_9;
if ((((int32_t)L_26) == ((int32_t)((int32_t)93))))
{
goto IL_00cd;
}
}
{
goto IL_013b;
}
IL_00a6:
{
int32_t L_27 = V_7;
int32_t L_28 = ((int32_t)il2cpp_codegen_add(L_27, 1));
V_7 = L_28;
int32_t* L_29 = ___end2;
int32_t L_30 = *((int32_t*)L_29);
if ((!(((uint32_t)L_28) == ((uint32_t)L_30))))
{
goto IL_00b3;
}
}
{
return (bool)0;
}
IL_00b3:
{
Il2CppChar* L_31 = ___name0;
int32_t L_32 = V_7;
int32_t L_33 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_32), 2)))));
if ((((int32_t)L_33) == ((int32_t)((int32_t)93))))
{
goto IL_00cd;
}
}
{
Il2CppChar* L_34 = ___name0;
int32_t L_35 = V_7;
int32_t L_36 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_35), 2)))));
if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)47)))))
{
goto IL_00a6;
}
}
{
goto IL_00fb;
}
IL_00cd:
{
int32_t L_37 = V_7;
___start1 = L_37;
int32_t* L_38 = ___end2;
int32_t L_39 = *((int32_t*)L_38);
V_7 = L_39;
goto IL_013f;
}
IL_00d7:
{
int32_t L_40 = V_7;
if ((((int32_t)L_40) <= ((int32_t)0)))
{
goto IL_00f6;
}
}
{
Il2CppChar* L_41 = ___name0;
int32_t L_42 = V_7;
int32_t L_43 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_41, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_subtract(L_42, 1))), 2)))));
if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)58)))))
{
goto IL_00f6;
}
}
{
bool L_44 = V_2;
if (!L_44)
{
goto IL_00ef;
}
}
{
return (bool)0;
}
IL_00ef:
{
V_2 = (bool)1;
V_5 = (bool)0;
goto IL_013d;
}
IL_00f6:
{
V_5 = (bool)1;
goto IL_013d;
}
IL_00fb:
{
bool L_45 = ___validateStrictAddress3;
if (!L_45)
{
goto IL_0100;
}
}
{
return (bool)0;
}
IL_0100:
{
int32_t L_46 = V_0;
bool L_47 = V_4;
if (!((int32_t)(((((int32_t)L_46) == ((int32_t)0))? 1 : 0)|(int32_t)L_47)))
{
goto IL_010b;
}
}
{
return (bool)0;
}
IL_010b:
{
V_4 = (bool)1;
V_5 = (bool)1;
goto IL_013d;
}
IL_0113:
{
bool L_48 = V_3;
if (!L_48)
{
goto IL_0118;
}
}
{
return (bool)0;
}
IL_0118:
{
int32_t* L_49 = ___end2;
int32_t L_50 = *((int32_t*)L_49);
V_7 = L_50;
Il2CppChar* L_51 = ___name0;
int32_t L_52 = V_6;
bool L_53;
L_53 = IPv4AddressHelper_IsValid_m1E626B5740F8C0F4F4AEA9D8D9E06933BD79C7AE(L_51, L_52, (&V_7), (bool)1, (bool)0, (bool)0, NULL);
if (L_53)
{
goto IL_012d;
}
}
{
return (bool)0;
}
IL_012d:
{
int32_t L_54 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_54, 1));
V_3 = (bool)1;
int32_t L_55 = V_7;
V_7 = ((int32_t)il2cpp_codegen_subtract(L_55, 1));
goto IL_013d;
}
IL_013b:
{
return (bool)0;
}
IL_013d:
{
V_1 = 0;
}
IL_013f:
{
int32_t L_56 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_56, 1));
}
IL_0145:
{
int32_t L_57 = V_7;
int32_t* L_58 = ___end2;
int32_t L_59 = *((int32_t*)L_58);
if ((((int32_t)L_57) < ((int32_t)L_59)))
{
goto IL_0019;
}
}
{
bool L_60 = V_4;
if (!L_60)
{
goto IL_015c;
}
}
{
int32_t L_61 = V_1;
if ((((int32_t)L_61) < ((int32_t)1)))
{
goto IL_015a;
}
}
{
int32_t L_62 = V_1;
if ((((int32_t)L_62) <= ((int32_t)2)))
{
goto IL_015c;
}
}
IL_015a:
{
return (bool)0;
}
IL_015c:
{
bool L_63 = V_4;
G_B51_0 = 8;
if (L_63)
{
G_B52_0 = 8;
goto IL_0164;
}
}
{
G_B53_0 = 0;
G_B53_1 = G_B51_0;
goto IL_0165;
}
IL_0164:
{
G_B53_0 = 1;
G_B53_1 = G_B52_0;
}
IL_0165:
{
V_8 = ((int32_t)il2cpp_codegen_add(G_B53_1, G_B53_0));
bool L_64 = V_5;
if (L_64)
{
goto IL_0192;
}
}
{
int32_t L_65 = V_1;
if ((((int32_t)L_65) > ((int32_t)4)))
{
goto IL_0192;
}
}
{
bool L_66 = V_2;
if (L_66)
{
goto IL_017a;
}
}
{
int32_t L_67 = V_0;
int32_t L_68 = V_8;
G_B58_0 = ((((int32_t)L_67) == ((int32_t)L_68))? 1 : 0);
goto IL_017f;
}
IL_017a:
{
int32_t L_69 = V_0;
int32_t L_70 = V_8;
G_B58_0 = ((((int32_t)L_69) < ((int32_t)L_70))? 1 : 0);
}
IL_017f:
{
if (!G_B58_0)
{
goto IL_0192;
}
}
{
int32_t L_71 = V_7;
int32_t* L_72 = ___end2;
int32_t L_73 = *((int32_t*)L_72);
if ((!(((uint32_t)L_71) == ((uint32_t)((int32_t)il2cpp_codegen_add(L_73, 1))))))
{
goto IL_0190;
}
}
{
int32_t* L_74 = ___end2;
int32_t L_75 = ___start1;
*((int32_t*)L_74) = (int32_t)((int32_t)il2cpp_codegen_add(L_75, 1));
return (bool)1;
}
IL_0190:
{
return (bool)0;
}
IL_0192:
{
return (bool)0;
}
}
// System.Boolean System.IPv6AddressHelper::IsValid(System.Char*,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_IsValid_mEA13C6DB64BF812706785DA99E9AFFBC95C1C3E7 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, const RuntimeMethod* method)
{
{
Il2CppChar* L_0 = ___name0;
int32_t L_1 = ___start1;
int32_t* L_2 = ___end2;
bool L_3;
L_3 = IPv6AddressHelper_InternalIsValid_m23A4A563DF5766AC8391628217ADE8670A740D3D(L_0, L_1, L_2, (bool)0, NULL);
return L_3;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Exception System.NotImplemented::ByDesignWithMessage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* NotImplemented_ByDesignWithMessage_m91D3B27BDC19FF6AAEDD420C9A8E3A43FB3B9DE3 (String_t* ___message0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___message0;
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_1 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var);
NullCheck(L_1);
NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_1, L_0, NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.UriBuilder::.ctor(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder__ctor_mD45945E23BE6C1AA8C56E64DEC181E36EE826C25 (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58B716FF5428F7961E1403E6D969E605D0F27EAF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5FC154761871B7293BA5D77E57A16A71359FE4E5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
s_Il2CppMethodInitialized = true;
}
{
__this->____changed_0 = (bool)1;
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->____fragment_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____fragment_1), (void*)L_0);
__this->____host_2 = _stringLiteral5FC154761871B7293BA5D77E57A16A71359FE4E5;
Il2CppCodeGenWriteBarrier((void**)(&__this->____host_2), (void*)_stringLiteral5FC154761871B7293BA5D77E57A16A71359FE4E5);
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->____password_3 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____password_3), (void*)L_1);
__this->____path_4 = _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____path_4), (void*)_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
__this->____port_5 = (-1);
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->____query_6 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____query_6), (void*)L_2);
__this->____scheme_7 = _stringLiteral58B716FF5428F7961E1403E6D969E605D0F27EAF;
Il2CppCodeGenWriteBarrier((void**)(&__this->____scheme_7), (void*)_stringLiteral58B716FF5428F7961E1403E6D969E605D0F27EAF);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
String_t* L_3 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___SchemeDelimiter_12;
__this->____schemeDelimiter_8 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____schemeDelimiter_8), (void*)L_3);
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->____username_10 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->____username_10), (void*)L_4);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5 = ___uri0;
if (L_5)
{
goto IL_007a;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_6 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_6);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UriBuilder__ctor_mD45945E23BE6C1AA8C56E64DEC181E36EE826C25_RuntimeMethod_var)));
}
IL_007a:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_7 = ___uri0;
UriBuilder_Init_m5A6628A92532D3CAACD649C7528C15261C17A99D(__this, L_7, NULL);
return;
}
}
// System.Void System.UriBuilder::Init(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_Init_m5A6628A92532D3CAACD649C7528C15261C17A99D (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B2_0 = NULL;
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B1_0 = NULL;
String_t* G_B3_0 = NULL;
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B3_1 = NULL;
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___uri0;
NullCheck(L_0);
String_t* L_1;
L_1 = Uri_get_Fragment_m3CB7AD14DA9618ADE406039D4713F67D6951D835(L_0, NULL);
__this->____fragment_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____fragment_1), (void*)L_1);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = ___uri0;
NullCheck(L_2);
String_t* L_3;
L_3 = Uri_get_Query_m17DEC663263C486C8C8177AF9C4BFE2FFBE51178(L_2, NULL);
__this->____query_6 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____query_6), (void*)L_3);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_4 = ___uri0;
NullCheck(L_4);
String_t* L_5;
L_5 = Uri_get_Host_m2C0E258C7DFF7A340049BE9BC08FF45E90988D8C(L_4, NULL);
__this->____host_2 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->____host_2), (void*)L_5);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_6 = ___uri0;
NullCheck(L_6);
String_t* L_7;
L_7 = Uri_get_AbsolutePath_mABB93DD30D4C0F11948DE5C117650B1C3A9925CA(L_6, NULL);
__this->____path_4 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->____path_4), (void*)L_7);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_8 = ___uri0;
NullCheck(L_8);
int32_t L_9;
L_9 = Uri_get_Port_m7A1413AC9D9A2FC5DC8A7F89DF4A01ACA0241A02(L_8, NULL);
__this->____port_5 = L_9;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_10 = ___uri0;
NullCheck(L_10);
String_t* L_11;
L_11 = Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F(L_10, NULL);
__this->____scheme_7 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->____scheme_7), (void*)L_11);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_12 = ___uri0;
NullCheck(L_12);
bool L_13;
L_13 = Uri_get_HasAuthority_m2180FC17FB6FE7A11EBA0BDE1EF5EB9EF808A909(L_12, NULL);
G_B1_0 = __this;
if (L_13)
{
G_B2_0 = __this;
goto IL_0058;
}
}
{
G_B3_0 = _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D;
G_B3_1 = G_B1_0;
goto IL_005d;
}
IL_0058:
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
String_t* L_14 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___SchemeDelimiter_12;
G_B3_0 = L_14;
G_B3_1 = G_B2_0;
}
IL_005d:
{
NullCheck(G_B3_1);
G_B3_1->____schemeDelimiter_8 = G_B3_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B3_1->____schemeDelimiter_8), (void*)G_B3_0);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_15 = ___uri0;
NullCheck(L_15);
String_t* L_16;
L_16 = Uri_get_UserInfo_mC0189C851F71ACF0B48A462E74C7F3EB86501C8D(L_15, NULL);
V_0 = L_16;
String_t* L_17 = V_0;
bool L_18;
L_18 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_17, NULL);
if (L_18)
{
goto IL_00a4;
}
}
{
String_t* L_19 = V_0;
NullCheck(L_19);
int32_t L_20;
L_20 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_19, ((int32_t)58), 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;
L_24 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_22, ((int32_t)il2cpp_codegen_add(L_23, 1)), NULL);
__this->____password_3 = L_24;
Il2CppCodeGenWriteBarrier((void**)(&__this->____password_3), (void*)L_24);
String_t* L_25 = V_0;
int32_t L_26 = V_1;
NullCheck(L_25);
String_t* L_27;
L_27 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_25, 0, L_26, NULL);
__this->____username_10 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&__this->____username_10), (void*)L_27);
goto IL_00a4;
}
IL_009d:
{
String_t* L_28 = V_0;
__this->____username_10 = L_28;
Il2CppCodeGenWriteBarrier((void**)(&__this->____username_10), (void*)L_28);
}
IL_00a4:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_29 = ___uri0;
UriBuilder_SetFieldsFromUri_mB6015DF5AA0D123A1B2749378D88FA26D409788E(__this, L_29, NULL);
return;
}
}
// System.Void System.UriBuilder::set_Path(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Path_mD17EF197B4A8A764682938B468B647DAE716E9D0 (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
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;
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
if (L_2)
{
goto IL_0012;
}
}
IL_000b:
{
___value0 = _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
}
IL_0012:
{
String_t* L_3 = ___value0;
NullCheck(L_3);
String_t* L_4;
L_4 = String_Replace_m86403DC5F422D8D5E1CFAAF255B103CB807EDAAF(L_3, ((int32_t)92), ((int32_t)47), NULL);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
String_t* L_5;
L_5 = Uri_InternalEscapeString_m4F24E88E5A581C3992C85B23EA0EDE0952A4B82F(L_4, NULL);
__this->____path_4 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->____path_4), (void*)L_5);
__this->____changed_0 = (bool)1;
return;
}
}
// System.Uri System.UriBuilder::get_Uri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* UriBuilder_get_Uri_mD0DF3F7DDF7C56CC99E2D29E06C959F80A4171A1 (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->____changed_0;
if (!L_0)
{
goto IL_002c;
}
}
{
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)il2cpp_codegen_object_new(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
NullCheck(L_2);
Uri__ctor_m6CA436E6AD2768A121FA851CBEEFA3623E849D3A(L_2, L_1, NULL);
__this->____uri_9 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____uri_9), (void*)L_2);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = __this->____uri_9;
UriBuilder_SetFieldsFromUri_mB6015DF5AA0D123A1B2749378D88FA26D409788E(__this, L_3, NULL);
__this->____changed_0 = (bool)0;
}
IL_002c:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_4 = __this->____uri_9;
return L_4;
}
}
// System.Boolean System.UriBuilder::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriBuilder_Equals_m2318FB925C63380B75D92D199A9C2AE4AA98F322 (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* __this, RuntimeObject* ___rparam0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___rparam0;
if (L_0)
{
goto IL_0005;
}
}
{
return (bool)0;
}
IL_0005:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_1;
L_1 = UriBuilder_get_Uri_mD0DF3F7DDF7C56CC99E2D29E06C959F80A4171A1(__this, NULL);
RuntimeObject* L_2 = ___rparam0;
NullCheck(L_2);
String_t* L_3;
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
NullCheck(L_1);
bool L_4;
L_4 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_1, L_3);
return L_4;
}
}
// System.Int32 System.UriBuilder::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UriBuilder_GetHashCode_m8ECFACD3573A5E927B335A3443481248118C8310 (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* __this, const RuntimeMethod* method)
{
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0;
L_0 = UriBuilder_get_Uri_mD0DF3F7DDF7C56CC99E2D29E06C959F80A4171A1(__this, NULL);
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0);
return L_1;
}
}
// System.Void System.UriBuilder::SetFieldsFromUri(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_SetFieldsFromUri_mB6015DF5AA0D123A1B2749378D88FA26D409788E (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B2_0 = NULL;
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B1_0 = NULL;
String_t* G_B3_0 = NULL;
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B3_1 = NULL;
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___uri0;
NullCheck(L_0);
String_t* L_1;
L_1 = Uri_get_Fragment_m3CB7AD14DA9618ADE406039D4713F67D6951D835(L_0, NULL);
__this->____fragment_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____fragment_1), (void*)L_1);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = ___uri0;
NullCheck(L_2);
String_t* L_3;
L_3 = Uri_get_Query_m17DEC663263C486C8C8177AF9C4BFE2FFBE51178(L_2, NULL);
__this->____query_6 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____query_6), (void*)L_3);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_4 = ___uri0;
NullCheck(L_4);
String_t* L_5;
L_5 = Uri_get_Host_m2C0E258C7DFF7A340049BE9BC08FF45E90988D8C(L_4, NULL);
__this->____host_2 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->____host_2), (void*)L_5);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_6 = ___uri0;
NullCheck(L_6);
String_t* L_7;
L_7 = Uri_get_AbsolutePath_mABB93DD30D4C0F11948DE5C117650B1C3A9925CA(L_6, NULL);
__this->____path_4 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->____path_4), (void*)L_7);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_8 = ___uri0;
NullCheck(L_8);
int32_t L_9;
L_9 = Uri_get_Port_m7A1413AC9D9A2FC5DC8A7F89DF4A01ACA0241A02(L_8, NULL);
__this->____port_5 = L_9;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_10 = ___uri0;
NullCheck(L_10);
String_t* L_11;
L_11 = Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F(L_10, NULL);
__this->____scheme_7 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->____scheme_7), (void*)L_11);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_12 = ___uri0;
NullCheck(L_12);
bool L_13;
L_13 = Uri_get_HasAuthority_m2180FC17FB6FE7A11EBA0BDE1EF5EB9EF808A909(L_12, NULL);
G_B1_0 = __this;
if (L_13)
{
G_B2_0 = __this;
goto IL_0058;
}
}
{
G_B3_0 = _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D;
G_B3_1 = G_B1_0;
goto IL_005d;
}
IL_0058:
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
String_t* L_14 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___SchemeDelimiter_12;
G_B3_0 = L_14;
G_B3_1 = G_B2_0;
}
IL_005d:
{
NullCheck(G_B3_1);
G_B3_1->____schemeDelimiter_8 = G_B3_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B3_1->____schemeDelimiter_8), (void*)G_B3_0);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_15 = ___uri0;
NullCheck(L_15);
String_t* L_16;
L_16 = Uri_get_UserInfo_mC0189C851F71ACF0B48A462E74C7F3EB86501C8D(L_15, NULL);
V_0 = L_16;
String_t* L_17 = V_0;
NullCheck(L_17);
int32_t L_18;
L_18 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_17, 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;
L_20 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_19, ((int32_t)58), 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;
L_24 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_22, ((int32_t)il2cpp_codegen_add(L_23, 1)), NULL);
__this->____password_3 = L_24;
Il2CppCodeGenWriteBarrier((void**)(&__this->____password_3), (void*)L_24);
String_t* L_25 = V_0;
int32_t L_26 = V_1;
NullCheck(L_25);
String_t* L_27;
L_27 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_25, 0, L_26, NULL);
__this->____username_10 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&__this->____username_10), (void*)L_27);
return;
}
IL_009d:
{
String_t* L_28 = V_0;
__this->____username_10 = L_28;
Il2CppCodeGenWriteBarrier((void**)(&__this->____username_10), (void*)L_28);
}
IL_00a4:
{
return;
}
}
// System.String System.UriBuilder::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UriBuilder_ToString_m0DEFF1C8981338B9D30B81620E839DCF2CFF4713 (UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* V_1 = NULL;
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B10_0 = NULL;
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B6_0 = NULL;
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B9_0 = NULL;
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B7_0 = NULL;
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B8_0 = NULL;
String_t* G_B11_0 = NULL;
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B11_1 = NULL;
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B14_0 = NULL;
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B13_0 = NULL;
String_t* G_B15_0 = NULL;
UriBuilder_t7931690A4195FCF7400D95D3107C3FB1D55A1C72* G_B15_1 = NULL;
String_t* G_B19_0 = NULL;
int32_t G_B21_0 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B21_1 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B21_2 = NULL;
int32_t G_B20_0 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B20_1 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B20_2 = NULL;
String_t* G_B22_0 = NULL;
int32_t G_B22_1 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B22_2 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B22_3 = NULL;
int32_t G_B24_0 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B24_1 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B24_2 = NULL;
int32_t G_B23_0 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B23_1 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B23_2 = NULL;
String_t* G_B25_0 = NULL;
int32_t G_B25_1 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B25_2 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B25_3 = NULL;
int32_t G_B27_0 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B27_1 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B27_2 = NULL;
int32_t G_B26_0 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B26_1 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B26_2 = NULL;
int32_t G_B28_0 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B28_1 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B28_2 = NULL;
String_t* G_B29_0 = NULL;
int32_t G_B29_1 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B29_2 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B29_3 = NULL;
int32_t G_B32_0 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B32_1 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B32_2 = NULL;
int32_t G_B30_0 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B30_1 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B30_2 = NULL;
int32_t G_B31_0 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B31_1 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B31_2 = NULL;
int32_t G_B33_0 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B33_1 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B33_2 = NULL;
String_t* G_B34_0 = NULL;
int32_t G_B34_1 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B34_2 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B34_3 = NULL;
{
String_t* L_0 = __this->____username_10;
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
if (L_1)
{
goto IL_0026;
}
}
{
String_t* L_2 = __this->____password_3;
NullCheck(L_2);
int32_t L_3;
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_0026;
}
}
{
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_4 = (UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var)));
NullCheck(L_4);
UriFormatException__ctor_m718A5DEB020FAAD1F654CD05E63C3988AA7712D3(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5F7CEBC6DA97A6E86F8A408A3A322D7C54C64457)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UriBuilder_ToString_m0DEFF1C8981338B9D30B81620E839DCF2CFF4713_RuntimeMethod_var)));
}
IL_0026:
{
String_t* L_5 = __this->____scheme_7;
NullCheck(L_5);
int32_t L_6;
L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL);
if (!L_6)
{
goto IL_00a1;
}
}
{
String_t* L_7 = __this->____scheme_7;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_8;
L_8 = UriParser_GetSyntax_mD610CEF6784E137AF251EBC41629E2FE1D344615(L_7, NULL);
V_1 = L_8;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_9 = V_1;
if (!L_9)
{
goto IL_0082;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_10 = V_1;
NullCheck(L_10);
bool L_11;
L_11 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_10, 1, NULL);
G_B6_0 = __this;
if (L_11)
{
G_B10_0 = __this;
goto IL_0076;
}
}
{
String_t* L_12 = __this->____host_2;
NullCheck(L_12);
int32_t L_13;
L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL);
G_B7_0 = G_B6_0;
if (!L_13)
{
G_B9_0 = G_B6_0;
goto IL_006f;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_14 = V_1;
NullCheck(L_14);
bool L_15;
L_15 = UriParser_NotAny_mCE6CF6736414BE547215F6E44C3E1283DEA05F56(L_14, ((int32_t)16384), NULL);
G_B8_0 = G_B7_0;
if (!L_15)
{
G_B9_0 = G_B7_0;
goto IL_006f;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_16 = V_1;
NullCheck(L_16);
bool L_17;
L_17 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_16, 2, NULL);
G_B9_0 = G_B8_0;
if (L_17)
{
G_B10_0 = G_B8_0;
goto IL_0076;
}
}
IL_006f:
{
G_B11_0 = _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D;
G_B11_1 = G_B9_0;
goto IL_007b;
}
IL_0076:
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
String_t* L_18 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___SchemeDelimiter_12;
G_B11_0 = L_18;
G_B11_1 = G_B10_0;
}
IL_007b:
{
NullCheck(G_B11_1);
G_B11_1->____schemeDelimiter_8 = G_B11_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B11_1->____schemeDelimiter_8), (void*)G_B11_0);
goto IL_00a1;
}
IL_0082:
{
String_t* L_19 = __this->____host_2;
NullCheck(L_19);
int32_t L_20;
L_20 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_19, NULL);
G_B13_0 = __this;
if (L_20)
{
G_B14_0 = __this;
goto IL_0097;
}
}
{
G_B15_0 = _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D;
G_B15_1 = G_B13_0;
goto IL_009c;
}
IL_0097:
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
String_t* L_21 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___SchemeDelimiter_12;
G_B15_0 = L_21;
G_B15_1 = G_B14_0;
}
IL_009c:
{
NullCheck(G_B15_1);
G_B15_1->____schemeDelimiter_8 = G_B15_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B15_1->____schemeDelimiter_8), (void*)G_B15_0);
}
IL_00a1:
{
String_t* L_22 = __this->____scheme_7;
NullCheck(L_22);
int32_t L_23;
L_23 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_22, NULL);
if (L_23)
{
goto IL_00b5;
}
}
{
String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
G_B19_0 = L_24;
goto IL_00c6;
}
IL_00b5:
{
String_t* L_25 = __this->____scheme_7;
String_t* L_26 = __this->____schemeDelimiter_8;
String_t* L_27;
L_27 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_25, L_26, NULL);
G_B19_0 = L_27;
}
IL_00c6:
{
V_0 = G_B19_0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_28 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* 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_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_31 = L_29;
String_t* L_32 = __this->____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_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_33 = L_31;
String_t* L_34 = __this->____password_3;
NullCheck(L_34);
int32_t L_35;
L_35 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_34, 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))->___Empty_6;
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->____password_3;
String_t* L_38;
L_38 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_37, 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_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_39 = G_B22_3;
String_t* L_40 = __this->____username_10;
NullCheck(L_40);
int32_t L_41;
L_41 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_40, 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))->___Empty_6;
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 = _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476;
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_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_43 = G_B25_3;
String_t* L_44 = __this->____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_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_45 = L_43;
int32_t L_46 = __this->____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->____host_2;
NullCheck(L_47);
int32_t L_48;
L_48 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_47, 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))->___Empty_6;
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->____port_5);
String_t* L_51;
L_51 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(L_50, NULL);
String_t* L_52;
L_52 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_51, 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_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_53 = G_B29_3;
String_t* L_54 = __this->____host_2;
NullCheck(L_54);
int32_t L_55;
L_55 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_54, 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->____path_4;
NullCheck(L_56);
int32_t L_57;
L_57 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_56, 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->____path_4;
NullCheck(L_58);
Il2CppChar L_59;
L_59 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_58, 0, 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))->___Empty_6;
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 = _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
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_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_61 = G_B34_3;
String_t* L_62 = __this->____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_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_63 = L_61;
String_t* L_64 = __this->____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_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_65 = L_63;
String_t* L_66 = __this->____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;
L_67 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_65, 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
// System.Void System.SecurityUtils::DemandReflectionAccess(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityUtils_DemandReflectionAccess_mE5DD76091B53E4D8E1FFC66F7B925ECBAD4780A7 (Type_t* ___type0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.SecurityUtils::DemandGrantSet(System.Reflection.Assembly)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityUtils_DemandGrantSet_mC943D87E3DF95B136FAE87EBFEB073209DDB928B (Assembly_t* ___assembly0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean System.SecurityUtils::HasReflectionPermission(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityUtils_HasReflectionPermission_m5B4DA8E0E402CC81DCF03D9F48E31177D6BF3465 (Type_t* ___type0, const RuntimeMethod* method)
{
bool V_0 = false;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
try
{// begin try (depth: 1)
Type_t* L_0 = ___type0;
SecurityUtils_DemandReflectionAccess_mE5DD76091B53E4D8E1FFC66F7B925ECBAD4780A7(L_0, NULL);
V_0 = (bool)1;
goto IL_000f;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityException_t025CB4C23107E67E07CF085826B40EDE72F8165C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_000a;
}
throw e;
}
CATCH_000a:
{// begin catch(System.Security.SecurityException)
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_000d;
}// end catch (depth: 1)
IL_000d:
{
return (bool)0;
}
IL_000f:
{
bool L_1 = V_0;
return L_1;
}
}
// System.Object System.SecurityUtils::SecureCreateInstance(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecurityUtils_SecureCreateInstance_mDE7E56409D0674CB8601DA0E37761FF83DCEFE32 (Type_t* ___type0, const RuntimeMethod* method)
{
{
Type_t* L_0 = ___type0;
RuntimeObject* L_1;
L_1 = SecurityUtils_SecureCreateInstance_mD642B41CCEFD053670E9BBC47EBC3B71493D73FE(L_0, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, (bool)0, NULL);
return L_1;
}
}
// System.Object System.SecurityUtils::SecureCreateInstance(System.Type,System.Object[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecurityUtils_SecureCreateInstance_mD642B41CCEFD053670E9BBC47EBC3B71493D73FE (Type_t* ___type0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, bool ___allowNonPublic2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Type_t* L_0 = ___type0;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_0, (Type_t*)NULL, NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtils_SecureCreateInstance_mD642B41CCEFD053670E9BBC47EBC3B71493D73FE_RuntimeMethod_var)));
}
IL_0014:
{
V_0 = ((int32_t)532);
Type_t* L_3 = ___type0;
NullCheck(L_3);
bool L_4;
L_4 = Type_get_IsVisible_m8D48AAF067E6F92E801302D572C187DCD209628A(L_3, NULL);
if (L_4)
{
goto IL_002a;
}
}
{
Type_t* L_5 = ___type0;
SecurityUtils_DemandReflectionAccess_mE5DD76091B53E4D8E1FFC66F7B925ECBAD4780A7(L_5, NULL);
goto IL_0038;
}
IL_002a:
{
bool L_6 = ___allowNonPublic2;
if (!L_6)
{
goto IL_0038;
}
}
{
Type_t* L_7 = ___type0;
bool L_8;
L_8 = SecurityUtils_HasReflectionPermission_m5B4DA8E0E402CC81DCF03D9F48E31177D6BF3465(L_7, NULL);
if (L_8)
{
goto IL_0038;
}
}
{
___allowNonPublic2 = (bool)0;
}
IL_0038:
{
bool L_9 = ___allowNonPublic2;
if (!L_9)
{
goto IL_0040;
}
}
{
int32_t L_10 = V_0;
V_0 = ((int32_t)((int32_t)L_10|((int32_t)32)));
}
IL_0040:
{
Type_t* L_11 = ___type0;
int32_t L_12 = V_0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = ___args1;
RuntimeObject* L_14;
L_14 = Activator_CreateInstance_mFB735A8FC37FEBDE59EF1E0A0C87C702E5C82CC8(L_11, L_12, (Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235*)NULL, L_13, (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)NULL, NULL);
return L_14;
}
}
// System.Object System.SecurityUtils::SecureCreateInstance(System.Type,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecurityUtils_SecureCreateInstance_m13F43BD265253662CAACF7717A6AEBBD828A105F (Type_t* ___type0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method)
{
{
Type_t* L_0 = ___type0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = ___args1;
RuntimeObject* L_2;
L_2 = SecurityUtils_SecureCreateInstance_mD642B41CCEFD053670E9BBC47EBC3B71493D73FE(L_0, L_1, (bool)0, NULL);
return L_2;
}
}
// System.Object System.SecurityUtils::SecureConstructorInvoke(System.Type,System.Type[],System.Object[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecurityUtils_SecureConstructorInvoke_mACB3821F34281C37E13A3535D63C834B84CE371A (Type_t* ___type0, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___argTypes1, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args2, bool ___allowNonPublic3, const RuntimeMethod* method)
{
{
Type_t* L_0 = ___type0;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_1 = ___argTypes1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = ___args2;
bool L_3 = ___allowNonPublic3;
RuntimeObject* L_4;
L_4 = SecurityUtils_SecureConstructorInvoke_m1AEE51CBB019E631EB2D71F3A0508B016765E2E4(L_0, L_1, L_2, L_3, 0, NULL);
return L_4;
}
}
// System.Object System.SecurityUtils::SecureConstructorInvoke(System.Type,System.Type[],System.Object[],System.Boolean,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecurityUtils_SecureConstructorInvoke_m1AEE51CBB019E631EB2D71F3A0508B016765E2E4 (Type_t* ___type0, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___argTypes1, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args2, bool ___allowNonPublic3, int32_t ___extraFlags4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_1 = NULL;
{
Type_t* L_0 = ___type0;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_0, (Type_t*)NULL, NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtils_SecureConstructorInvoke_m1AEE51CBB019E631EB2D71F3A0508B016765E2E4_RuntimeMethod_var)));
}
IL_0014:
{
Type_t* L_3 = ___type0;
NullCheck(L_3);
bool L_4;
L_4 = Type_get_IsVisible_m8D48AAF067E6F92E801302D572C187DCD209628A(L_3, NULL);
if (L_4)
{
goto IL_0024;
}
}
{
Type_t* L_5 = ___type0;
SecurityUtils_DemandReflectionAccess_mE5DD76091B53E4D8E1FFC66F7B925ECBAD4780A7(L_5, NULL);
goto IL_0032;
}
IL_0024:
{
bool L_6 = ___allowNonPublic3;
if (!L_6)
{
goto IL_0032;
}
}
{
Type_t* L_7 = ___type0;
bool L_8;
L_8 = SecurityUtils_HasReflectionPermission_m5B4DA8E0E402CC81DCF03D9F48E31177D6BF3465(L_7, NULL);
if (L_8)
{
goto IL_0032;
}
}
{
___allowNonPublic3 = (bool)0;
}
IL_0032:
{
int32_t L_9 = ___extraFlags4;
V_0 = ((int32_t)(((int32_t)52)|(int32_t)L_9));
bool L_10 = ___allowNonPublic3;
if (L_10)
{
goto IL_0040;
}
}
{
int32_t L_11 = V_0;
V_0 = ((int32_t)((int32_t)L_11&((int32_t)-33)));
}
IL_0040:
{
Type_t* L_12 = ___type0;
int32_t L_13 = V_0;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_14 = ___argTypes1;
NullCheck(L_12);
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_15;
L_15 = Type_GetConstructor_m27DB07707556F5798E5482B1D314C562E3883C85(L_12, L_13, (Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235*)NULL, L_14, (ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364*)NULL, NULL);
V_1 = L_15;
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_16 = V_1;
il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var);
bool L_17;
L_17 = ConstructorInfo_op_Inequality_m6D2C06D7D85103EA9EC958DC47DA4EB44122C614(L_16, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL);
if (!L_17)
{
goto IL_005c;
}
}
{
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_18 = V_1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = ___args2;
NullCheck(L_18);
RuntimeObject* L_20;
L_20 = ConstructorInfo_Invoke_m15FDF2B682BD01CC934BE4D314EF2193103CECFE(L_18, L_19, NULL);
return L_20;
}
IL_005c:
{
return NULL;
}
}
// System.Boolean System.SecurityUtils::GenericArgumentsAreVisible(System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityUtils_GenericArgumentsAreVisible_m9B8C8AFEACBA5DE37451E7020D0151B7E1CEFF12 (MethodInfo_t* ___method0, const RuntimeMethod* method)
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_0 = NULL;
int32_t V_1 = 0;
{
MethodInfo_t* L_0 = ___method0;
NullCheck(L_0);
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethod() */, L_0);
if (!L_1)
{
goto IL_0029;
}
}
{
MethodInfo_t* L_2 = ___method0;
NullCheck(L_2);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_3;
L_3 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(29 /* System.Type[] System.Reflection.MethodBase::GetGenericArguments() */, L_2);
V_0 = L_3;
V_1 = 0;
goto IL_0023;
}
IL_0013:
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_4 = V_0;
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = L_5;
Type_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
NullCheck(L_7);
bool L_8;
L_8 = Type_get_IsVisible_m8D48AAF067E6F92E801302D572C187DCD209628A(L_7, NULL);
if (L_8)
{
goto IL_001f;
}
}
{
return (bool)0;
}
IL_001f:
{
int32_t L_9 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_9, 1));
}
IL_0023:
{
int32_t L_10 = V_1;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_11 = V_0;
NullCheck(L_11);
if ((((int32_t)L_10) < ((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))
{
goto IL_0013;
}
}
IL_0029:
{
return (bool)1;
}
}
// System.Object System.SecurityUtils::MethodInfoInvoke(System.Reflection.MethodInfo,System.Object,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecurityUtils_MethodInfoInvoke_m45DE024E7600065A05ED143B1F8DF8DBDCCB1375 (MethodInfo_t* ___method0, RuntimeObject* ___target1, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Type_t* V_0 = NULL;
{
MethodInfo_t* L_0 = ___method0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_0);
V_0 = L_1;
Type_t* L_2 = V_0;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_2, (Type_t*)NULL, NULL);
if (!L_3)
{
goto IL_0032;
}
}
{
MethodInfo_t* L_4 = ___method0;
NullCheck(L_4);
bool L_5;
L_5 = MethodBase_get_IsPublic_m471B6CEE0FF2B45843C1F314B624FC7968199AB4(L_4, NULL);
if (!L_5)
{
goto IL_0020;
}
}
{
MethodInfo_t* L_6 = ___method0;
bool L_7;
L_7 = SecurityUtils_GenericArgumentsAreVisible_m9B8C8AFEACBA5DE37451E7020D0151B7E1CEFF12(L_6, NULL);
if (L_7)
{
goto IL_0050;
}
}
IL_0020:
{
MethodInfo_t* L_8 = ___method0;
NullCheck(L_8);
Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* L_9;
L_9 = VirtualFuncInvoker0< Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* >::Invoke(11 /* System.Reflection.Module System.Reflection.MemberInfo::get_Module() */, L_8);
NullCheck(L_9);
Assembly_t* L_10;
L_10 = VirtualFuncInvoker0< Assembly_t* >::Invoke(8 /* System.Reflection.Assembly System.Reflection.Module::get_Assembly() */, L_9);
SecurityUtils_DemandGrantSet_mC943D87E3DF95B136FAE87EBFEB073209DDB928B(L_10, NULL);
goto IL_0050;
}
IL_0032:
{
Type_t* L_11 = V_0;
NullCheck(L_11);
bool L_12;
L_12 = Type_get_IsVisible_m8D48AAF067E6F92E801302D572C187DCD209628A(L_11, NULL);
if (!L_12)
{
goto IL_004a;
}
}
{
MethodInfo_t* L_13 = ___method0;
NullCheck(L_13);
bool L_14;
L_14 = MethodBase_get_IsPublic_m471B6CEE0FF2B45843C1F314B624FC7968199AB4(L_13, NULL);
if (!L_14)
{
goto IL_004a;
}
}
{
MethodInfo_t* L_15 = ___method0;
bool L_16;
L_16 = SecurityUtils_GenericArgumentsAreVisible_m9B8C8AFEACBA5DE37451E7020D0151B7E1CEFF12(L_15, NULL);
if (L_16)
{
goto IL_0050;
}
}
IL_004a:
{
Type_t* L_17 = V_0;
SecurityUtils_DemandReflectionAccess_mE5DD76091B53E4D8E1FFC66F7B925ECBAD4780A7(L_17, NULL);
}
IL_0050:
{
MethodInfo_t* L_18 = ___method0;
RuntimeObject* L_19 = ___target1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_20 = ___args2;
NullCheck(L_18);
RuntimeObject* L_21;
L_21 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_18, L_19, L_20, NULL);
return L_21;
}
}
#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.InvariantComparer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvariantComparer__ctor_m42B33CC43C194F792B70B96258F930ECF46970A5 (InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
NullCheck(L_0);
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_1;
L_1 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(13 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_0);
__this->___m_compareInfo_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_compareInfo_0), (void*)L_1);
return;
}
}
// System.Int32 System.InvariantComparer::Compare(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InvariantComparer_Compare_m74CBFBF1B02F2E9C149AC405D969DB2F4A802889 (InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29* __this, RuntimeObject* ___a0, RuntimeObject* ___b1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Comparer_t489050BA9C6F7C6808A60F16D392DCB237050653_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
RuntimeObject* L_0 = ___a0;
V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var));
RuntimeObject* L_1 = ___b1;
V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var));
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_0022;
}
}
{
String_t* L_3 = V_1;
if (!L_3)
{
goto IL_0022;
}
}
{
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_4 = __this->___m_compareInfo_0;
String_t* L_5 = V_0;
String_t* L_6 = V_1;
NullCheck(L_4);
int32_t L_7;
L_7 = VirtualFuncInvoker2< int32_t, String_t*, String_t* >::Invoke(6 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String) */, L_4, L_5, L_6);
return L_7;
}
IL_0022:
{
il2cpp_codegen_runtime_class_init_inline(Comparer_t489050BA9C6F7C6808A60F16D392DCB237050653_il2cpp_TypeInfo_var);
Comparer_t489050BA9C6F7C6808A60F16D392DCB237050653* L_8 = ((Comparer_t489050BA9C6F7C6808A60F16D392DCB237050653_StaticFields*)il2cpp_codegen_static_fields_for(Comparer_t489050BA9C6F7C6808A60F16D392DCB237050653_il2cpp_TypeInfo_var))->___Default_1;
RuntimeObject* L_9 = ___a0;
RuntimeObject* L_10 = ___b1;
NullCheck(L_8);
int32_t L_11;
L_11 = Comparer_Compare_mDD38FA42ECFEF28996EFF1EB6E504895A16FB021(L_8, L_9, L_10, NULL);
return L_11;
}
}
// System.Void System.InvariantComparer::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvariantComparer__cctor_m319780C01DB316EE447344855F394630AF6F3C6F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29* L_0 = (InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29*)il2cpp_codegen_object_new(InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29_il2cpp_TypeInfo_var);
NullCheck(L_0);
InvariantComparer__ctor_m42B33CC43C194F792B70B96258F930ECF46970A5(L_0, NULL);
((InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29_StaticFields*)il2cpp_codegen_static_fields_for(InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29_il2cpp_TypeInfo_var))->___Default_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29_StaticFields*)il2cpp_codegen_static_fields_for(InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29_il2cpp_TypeInfo_var))->___Default_1), (void*)L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.IriHelper::CheckIriUnicodeRange(System.Char,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriHelper_CheckIriUnicodeRange_m47EF9FBD5FE075A464AE2A242FB43BEBC7C4F775 (Il2CppChar ___unicode0, bool ___isQuery1, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___unicode0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)160))))
{
goto IL_0010;
}
}
{
Il2CppChar L_1 = ___unicode0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)55295))))
{
goto IL_0049;
}
}
IL_0010:
{
Il2CppChar L_2 = ___unicode0;
if ((((int32_t)L_2) < ((int32_t)((int32_t)63744))))
{
goto IL_0020;
}
}
{
Il2CppChar L_3 = ___unicode0;
if ((((int32_t)L_3) <= ((int32_t)((int32_t)64975))))
{
goto IL_0049;
}
}
IL_0020:
{
Il2CppChar L_4 = ___unicode0;
if ((((int32_t)L_4) < ((int32_t)((int32_t)65008))))
{
goto IL_0030;
}
}
{
Il2CppChar L_5 = ___unicode0;
if ((((int32_t)L_5) <= ((int32_t)((int32_t)65519))))
{
goto IL_0049;
}
}
IL_0030:
{
bool L_6 = ___isQuery1;
if (!L_6)
{
goto IL_0047;
}
}
{
Il2CppChar L_7 = ___unicode0;
if ((((int32_t)L_7) < ((int32_t)((int32_t)57344))))
{
goto IL_0047;
}
}
{
Il2CppChar L_8 = ___unicode0;
return (bool)((((int32_t)((((int32_t)L_8) > ((int32_t)((int32_t)63743)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0047:
{
return (bool)0;
}
IL_0049:
{
return (bool)1;
}
}
// System.Boolean System.IriHelper::CheckIriUnicodeRange(System.Char,System.Char,System.Boolean&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriHelper_CheckIriUnicodeRange_m76D54508F06B0BD021CF86889C71C44578B495FB (Il2CppChar ___highSurr0, Il2CppChar ___lowSurr1, bool* ___surrogatePair2, bool ___isQuery3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05ECDE4FA37D99AB9C256356029BDA339AC0909A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F4997869821EE2A85E8697700968CDB3A43E09A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15428EFDE6CBC42BB38ECB1C1ED2BC18985A61C8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18F30814AAC5E0346EF626D2C4D69E75BB8092D8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BB3A73D1E65DCBE7CA53AF078C885143F1E6CB8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BF0DF290BFCF779AD20AF65993E83C1BABDE338);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CBA9DA268DC043D5D48F9B1A91E94AC5F76EAF8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral32A14D70913B30E357C574C847E795B24E48CAC2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41D84AC5D8F16FBF1E5198F982B2A1BC9DA66EEE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48AE4960538AEA6C629E58F3554B6E9A7D26D9E0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C5033300573C261BEFC85B31F928B42D1767A20);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E30C21F5452337FC417E80E84D2E63331BF74BE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62E7D3DB20849B131752FF5F49A8178D44DC3C0F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76B42114875193483A08D74CEEFED1552FD328AC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral893234A48A938BC927582C6857B067656A459E82);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FF7E1714A1569B390FACA3E974DC3E6F734EE44);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA49E0D7ABF2BBFCF5C0D687E40C671557E3766C7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB4A2A1A4E24D5E7EAF8EC59DB9F81A65F47FBB0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBAC2173B4A90E0CCDFDFF632E8EDD9EE26861557);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB27FD8C1492058DA5D90548581B4866E1A7D640);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC59EA632EEBD5205EC137D1B018FF86AE5FC29F0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC939E97413EFE99419879B0916E1BE14BAA53F0D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCA42FF3A79C1E42FD11406835C7F646CD446470);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD02A34301E6D4991BF9384E388591B78D87B74D5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD325F94C66794EB0B3E8C4CEF310C06AF86E0A6D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA6B345F08D5EDFABC1A4FE87C7580A22CB2C4FB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE11D1474ED58671D7630AF4937D80F0F3E7A5896);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF170C3C541112A47757D834CCBAB9C979FF6DDD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF66B249911CEEC9157882862B05470085C28541);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF573A277D927617DD82553D63A8E5EC8F6165ECD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBA7DE9CE5677EA11663546DA9E63CB203A71D1B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC9B4C75B4026AF1BA70A16680CA49724A8B5E88);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
String_t* V_1 = NULL;
{
V_0 = (bool)0;
bool* L_0 = ___surrogatePair2;
*((int8_t*)L_0) = (int8_t)0;
Il2CppChar L_1 = ___highSurr0;
Il2CppChar L_2 = ___lowSurr1;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Char_IsSurrogatePair_m151511C02189357F58B62328B00F1C2BFA24F44E(L_1, L_2, NULL);
if (!L_3)
{
goto IL_020e;
}
}
{
bool* L_4 = ___surrogatePair2;
*((int8_t*)L_4) = (int8_t)1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)2);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = L_5;
Il2CppChar L_7 = ___highSurr0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)L_7);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = L_6;
Il2CppChar L_9 = ___lowSurr1;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)L_9);
String_t* L_10;
L_10 = String_CreateString_mFBC28D2E3EB87D497F7E702E4FFAD65F635E44DF(NULL, L_8, NULL);
V_1 = L_10;
String_t* L_11 = V_1;
int32_t L_12;
L_12 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_11, _stringLiteral2BB3A73D1E65DCBE7CA53AF078C885143F1E6CB8, NULL);
if ((((int32_t)L_12) < ((int32_t)0)))
{
goto IL_0047;
}
}
{
String_t* L_13 = V_1;
int32_t L_14;
L_14 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_13, _stringLiteral893234A48A938BC927582C6857B067656A459E82, NULL);
if ((((int32_t)L_14) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_0047:
{
String_t* L_15 = V_1;
int32_t L_16;
L_16 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_15, _stringLiteralCCA42FF3A79C1E42FD11406835C7F646CD446470, NULL);
if ((((int32_t)L_16) < ((int32_t)0)))
{
goto IL_0066;
}
}
{
String_t* L_17 = V_1;
int32_t L_18;
L_18 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_17, _stringLiteral62E7D3DB20849B131752FF5F49A8178D44DC3C0F, NULL);
if ((((int32_t)L_18) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_0066:
{
String_t* L_19 = V_1;
int32_t L_20;
L_20 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_19, _stringLiteralBB27FD8C1492058DA5D90548581B4866E1A7D640, NULL);
if ((((int32_t)L_20) < ((int32_t)0)))
{
goto IL_0085;
}
}
{
String_t* L_21 = V_1;
int32_t L_22;
L_22 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_21, _stringLiteral18F30814AAC5E0346EF626D2C4D69E75BB8092D8, NULL);
if ((((int32_t)L_22) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_0085:
{
String_t* L_23 = V_1;
int32_t L_24;
L_24 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_23, _stringLiteralD325F94C66794EB0B3E8C4CEF310C06AF86E0A6D, NULL);
if ((((int32_t)L_24) < ((int32_t)0)))
{
goto IL_00a4;
}
}
{
String_t* L_25 = V_1;
int32_t L_26;
L_26 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_25, _stringLiteral76B42114875193483A08D74CEEFED1552FD328AC, NULL);
if ((((int32_t)L_26) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_00a4:
{
String_t* L_27 = V_1;
int32_t L_28;
L_28 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_27, _stringLiteralE11D1474ED58671D7630AF4937D80F0F3E7A5896, NULL);
if ((((int32_t)L_28) < ((int32_t)0)))
{
goto IL_00c3;
}
}
{
String_t* L_29 = V_1;
int32_t L_30;
L_30 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_29, _stringLiteralC59EA632EEBD5205EC137D1B018FF86AE5FC29F0, NULL);
if ((((int32_t)L_30) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_00c3:
{
String_t* L_31 = V_1;
int32_t L_32;
L_32 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_31, _stringLiteral9FF7E1714A1569B390FACA3E974DC3E6F734EE44, NULL);
if ((((int32_t)L_32) < ((int32_t)0)))
{
goto IL_00e2;
}
}
{
String_t* L_33 = V_1;
int32_t L_34;
L_34 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_33, _stringLiteralBAC2173B4A90E0CCDFDFF632E8EDD9EE26861557, NULL);
if ((((int32_t)L_34) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_00e2:
{
String_t* L_35 = V_1;
int32_t L_36;
L_36 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_35, _stringLiteral15428EFDE6CBC42BB38ECB1C1ED2BC18985A61C8, NULL);
if ((((int32_t)L_36) < ((int32_t)0)))
{
goto IL_0101;
}
}
{
String_t* L_37 = V_1;
int32_t L_38;
L_38 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_37, _stringLiteral5E30C21F5452337FC417E80E84D2E63331BF74BE, NULL);
if ((((int32_t)L_38) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_0101:
{
String_t* L_39 = V_1;
int32_t L_40;
L_40 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_39, _stringLiteralDA6B345F08D5EDFABC1A4FE87C7580A22CB2C4FB, NULL);
if ((((int32_t)L_40) < ((int32_t)0)))
{
goto IL_0120;
}
}
{
String_t* L_41 = V_1;
int32_t L_42;
L_42 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_41, _stringLiteral0F4997869821EE2A85E8697700968CDB3A43E09A, NULL);
if ((((int32_t)L_42) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_0120:
{
String_t* L_43 = V_1;
int32_t L_44;
L_44 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_43, _stringLiteralEF66B249911CEEC9157882862B05470085C28541, NULL);
if ((((int32_t)L_44) < ((int32_t)0)))
{
goto IL_013f;
}
}
{
String_t* L_45 = V_1;
int32_t L_46;
L_46 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_45, _stringLiteralC939E97413EFE99419879B0916E1BE14BAA53F0D, NULL);
if ((((int32_t)L_46) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_013f:
{
String_t* L_47 = V_1;
int32_t L_48;
L_48 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_47, _stringLiteralFBA7DE9CE5677EA11663546DA9E63CB203A71D1B, NULL);
if ((((int32_t)L_48) < ((int32_t)0)))
{
goto IL_015e;
}
}
{
String_t* L_49 = V_1;
int32_t L_50;
L_50 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_49, _stringLiteral2BF0DF290BFCF779AD20AF65993E83C1BABDE338, NULL);
if ((((int32_t)L_50) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_015e:
{
String_t* L_51 = V_1;
int32_t L_52;
L_52 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_51, _stringLiteralAB4A2A1A4E24D5E7EAF8EC59DB9F81A65F47FBB0, NULL);
if ((((int32_t)L_52) < ((int32_t)0)))
{
goto IL_017d;
}
}
{
String_t* L_53 = V_1;
int32_t L_54;
L_54 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_53, _stringLiteral48AE4960538AEA6C629E58F3554B6E9A7D26D9E0, NULL);
if ((((int32_t)L_54) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_017d:
{
String_t* L_55 = V_1;
int32_t L_56;
L_56 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_55, _stringLiteralA49E0D7ABF2BBFCF5C0D687E40C671557E3766C7, NULL);
if ((((int32_t)L_56) < ((int32_t)0)))
{
goto IL_0199;
}
}
{
String_t* L_57 = V_1;
int32_t L_58;
L_58 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_57, _stringLiteral05ECDE4FA37D99AB9C256356029BDA339AC0909A, NULL);
if ((((int32_t)L_58) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_0199:
{
String_t* L_59 = V_1;
int32_t L_60;
L_60 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_59, _stringLiteral2CBA9DA268DC043D5D48F9B1A91E94AC5F76EAF8, NULL);
if ((((int32_t)L_60) < ((int32_t)0)))
{
goto IL_01b5;
}
}
{
String_t* L_61 = V_1;
int32_t L_62;
L_62 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_61, _stringLiteral4C5033300573C261BEFC85B31F928B42D1767A20, NULL);
if ((((int32_t)L_62) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_01b5:
{
String_t* L_63 = V_1;
int32_t L_64;
L_64 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_63, _stringLiteralF573A277D927617DD82553D63A8E5EC8F6165ECD, NULL);
if ((((int32_t)L_64) < ((int32_t)0)))
{
goto IL_01d1;
}
}
{
String_t* L_65 = V_1;
int32_t L_66;
L_66 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_65, _stringLiteralD02A34301E6D4991BF9384E388591B78D87B74D5, NULL);
if ((((int32_t)L_66) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_01d1:
{
bool L_67 = ___isQuery3;
if (!L_67)
{
goto IL_020e;
}
}
{
String_t* L_68 = V_1;
int32_t L_69;
L_69 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_68, _stringLiteral32A14D70913B30E357C574C847E795B24E48CAC2, NULL);
if ((((int32_t)L_69) < ((int32_t)0)))
{
goto IL_01f0;
}
}
{
String_t* L_70 = V_1;
int32_t L_71;
L_71 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_70, _stringLiteralFC9B4C75B4026AF1BA70A16680CA49724A8B5E88, NULL);
if ((((int32_t)L_71) <= ((int32_t)0)))
{
goto IL_020c;
}
}
IL_01f0:
{
String_t* L_72 = V_1;
int32_t L_73;
L_73 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_72, _stringLiteral41D84AC5D8F16FBF1E5198F982B2A1BC9DA66EEE, NULL);
if ((((int32_t)L_73) < ((int32_t)0)))
{
goto IL_020e;
}
}
{
String_t* L_74 = V_1;
int32_t L_75;
L_75 = String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F(L_74, _stringLiteralEF170C3C541112A47757D834CCBAB9C979FF6DDD, NULL);
if ((((int32_t)L_75) > ((int32_t)0)))
{
goto IL_020e;
}
}
IL_020c:
{
V_0 = (bool)1;
}
IL_020e:
{
bool L_76 = V_0;
return L_76;
}
}
// System.Boolean System.IriHelper::CheckIsReserved(System.Char,System.UriComponents)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriHelper_CheckIsReserved_mFF947D4AEDC2D811E2B5379B9706901ED2B29868 (Il2CppChar ___ch0, int32_t ___component1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___component1;
if ((((int32_t)L_0) == ((int32_t)1)))
{
goto IL_002b;
}
}
{
int32_t L_1 = ___component1;
if ((((int32_t)L_1) == ((int32_t)2)))
{
goto IL_002b;
}
}
{
int32_t L_2 = ___component1;
if ((((int32_t)L_2) == ((int32_t)4)))
{
goto IL_002b;
}
}
{
int32_t L_3 = ___component1;
if ((((int32_t)L_3) == ((int32_t)8)))
{
goto IL_002b;
}
}
{
int32_t L_4 = ___component1;
if ((((int32_t)L_4) == ((int32_t)((int32_t)16))))
{
goto IL_002b;
}
}
{
int32_t L_5 = ___component1;
if ((((int32_t)L_5) == ((int32_t)((int32_t)32))))
{
goto IL_002b;
}
}
{
int32_t L_6 = ___component1;
if ((((int32_t)L_6) == ((int32_t)((int32_t)64))))
{
goto IL_002b;
}
}
{
int32_t L_7 = ___component1;
if (!L_7)
{
goto IL_0024;
}
}
{
return (bool)0;
}
IL_0024:
{
Il2CppChar L_8 = ___ch0;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Uri_IsGenDelim_mB6256291D6D90DAFB8B923D197BBD48A371F4265(L_8, NULL);
return L_9;
}
IL_002b:
{
int32_t L_10 = ___component1;
if ((((int32_t)L_10) > ((int32_t)4)))
{
goto IL_003c;
}
}
{
int32_t L_11 = ___component1;
if ((((int32_t)L_11) == ((int32_t)2)))
{
goto IL_0050;
}
}
{
int32_t L_12 = ___component1;
if ((((int32_t)L_12) == ((int32_t)4)))
{
goto IL_0070;
}
}
{
goto IL_00d2;
}
IL_003c:
{
int32_t L_13 = ___component1;
if ((((int32_t)L_13) == ((int32_t)((int32_t)16))))
{
goto IL_0095;
}
}
{
int32_t L_14 = ___component1;
if ((((int32_t)L_14) == ((int32_t)((int32_t)32))))
{
goto IL_00b0;
}
}
{
int32_t L_15 = ___component1;
if ((((int32_t)L_15) == ((int32_t)((int32_t)64))))
{
goto IL_00c1;
}
}
{
goto IL_00d2;
}
IL_0050:
{
Il2CppChar L_16 = ___ch0;
if ((((int32_t)L_16) == ((int32_t)((int32_t)47))))
{
goto IL_006e;
}
}
{
Il2CppChar L_17 = ___ch0;
if ((((int32_t)L_17) == ((int32_t)((int32_t)63))))
{
goto IL_006e;
}
}
{
Il2CppChar L_18 = ___ch0;
if ((((int32_t)L_18) == ((int32_t)((int32_t)35))))
{
goto IL_006e;
}
}
{
Il2CppChar L_19 = ___ch0;
if ((((int32_t)L_19) == ((int32_t)((int32_t)91))))
{
goto IL_006e;
}
}
{
Il2CppChar L_20 = ___ch0;
if ((((int32_t)L_20) == ((int32_t)((int32_t)93))))
{
goto IL_006e;
}
}
{
Il2CppChar L_21 = ___ch0;
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)64)))))
{
goto IL_00d2;
}
}
IL_006e:
{
return (bool)1;
}
IL_0070:
{
Il2CppChar L_22 = ___ch0;
if ((((int32_t)L_22) == ((int32_t)((int32_t)58))))
{
goto IL_0093;
}
}
{
Il2CppChar L_23 = ___ch0;
if ((((int32_t)L_23) == ((int32_t)((int32_t)47))))
{
goto IL_0093;
}
}
{
Il2CppChar L_24 = ___ch0;
if ((((int32_t)L_24) == ((int32_t)((int32_t)63))))
{
goto IL_0093;
}
}
{
Il2CppChar L_25 = ___ch0;
if ((((int32_t)L_25) == ((int32_t)((int32_t)35))))
{
goto IL_0093;
}
}
{
Il2CppChar L_26 = ___ch0;
if ((((int32_t)L_26) == ((int32_t)((int32_t)91))))
{
goto IL_0093;
}
}
{
Il2CppChar L_27 = ___ch0;
if ((((int32_t)L_27) == ((int32_t)((int32_t)93))))
{
goto IL_0093;
}
}
{
Il2CppChar L_28 = ___ch0;
if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)64)))))
{
goto IL_00d2;
}
}
IL_0093:
{
return (bool)1;
}
IL_0095:
{
Il2CppChar L_29 = ___ch0;
if ((((int32_t)L_29) == ((int32_t)((int32_t)47))))
{
goto IL_00ae;
}
}
{
Il2CppChar L_30 = ___ch0;
if ((((int32_t)L_30) == ((int32_t)((int32_t)63))))
{
goto IL_00ae;
}
}
{
Il2CppChar L_31 = ___ch0;
if ((((int32_t)L_31) == ((int32_t)((int32_t)35))))
{
goto IL_00ae;
}
}
{
Il2CppChar L_32 = ___ch0;
if ((((int32_t)L_32) == ((int32_t)((int32_t)91))))
{
goto IL_00ae;
}
}
{
Il2CppChar L_33 = ___ch0;
if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)93)))))
{
goto IL_00d2;
}
}
IL_00ae:
{
return (bool)1;
}
IL_00b0:
{
Il2CppChar L_34 = ___ch0;
if ((((int32_t)L_34) == ((int32_t)((int32_t)35))))
{
goto IL_00bf;
}
}
{
Il2CppChar L_35 = ___ch0;
if ((((int32_t)L_35) == ((int32_t)((int32_t)91))))
{
goto IL_00bf;
}
}
{
Il2CppChar L_36 = ___ch0;
if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)93)))))
{
goto IL_00d2;
}
}
IL_00bf:
{
return (bool)1;
}
IL_00c1:
{
Il2CppChar L_37 = ___ch0;
if ((((int32_t)L_37) == ((int32_t)((int32_t)35))))
{
goto IL_00d0;
}
}
{
Il2CppChar L_38 = ___ch0;
if ((((int32_t)L_38) == ((int32_t)((int32_t)91))))
{
goto IL_00d0;
}
}
{
Il2CppChar L_39 = ___ch0;
if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)93)))))
{
goto IL_00d2;
}
}
IL_00d0:
{
return (bool)1;
}
IL_00d2:
{
return (bool)0;
}
}
// System.String System.IriHelper::EscapeUnescapeIri(System.Char*,System.Int32,System.Int32,System.UriComponents)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IriHelper_EscapeUnescapeIri_mE7C6E85447A41E32A050856BC24B40279EDFF6E5 (Il2CppChar* ___pInput0, int32_t ___start1, int32_t ___end2, int32_t ___component3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecoderReplacementFallback_t398AF05FDF32BD471A1678894D1F1A81DDBEE3B0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EncoderReplacementFallback_tCF704844DE6CF0B44DDB3C008824393233B19A16_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IriHelper_EscapeUnescapeIri_mE7C6E85447A41E32A050856BC24B40279EDFF6E5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_2;
memset((&V_2), 0, sizeof(V_2));
Il2CppChar* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
Il2CppChar V_7 = 0x0;
bool V_8 = false;
bool V_9 = false;
int32_t V_10 = 0;
int32_t V_11 = 0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_12 = NULL;
int32_t V_13 = 0;
int32_t V_14 = 0;
Il2CppChar V_15 = 0x0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_16 = NULL;
Il2CppChar* V_17 = NULL;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_18 = NULL;
uint8_t* V_19 = NULL;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_20 = NULL;
int32_t V_21 = 0;
int32_t V_22 = 0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B40_0 = NULL;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B39_0 = NULL;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B41_0 = NULL;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B42_0 = NULL;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B44_0 = NULL;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B43_0 = NULL;
Il2CppChar* G_B51_0 = NULL;
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* G_B51_1 = NULL;
Il2CppChar* G_B50_0 = NULL;
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* G_B50_1 = NULL;
int32_t G_B52_0 = 0;
Il2CppChar* G_B52_1 = NULL;
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* G_B52_2 = NULL;
{
int32_t L_0 = ___end2;
int32_t L_1 = ___start1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract(L_0, L_1)));
V_0 = L_2;
V_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = V_0;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_4;
L_4 = GCHandle_Alloc_m1FC35418B654D3F48B4F70D525EBD6A208A59075((RuntimeObject*)L_3, 3, NULL);
V_2 = L_4;
intptr_t L_5;
L_5 = GCHandle_AddrOfPinnedObject_m9C047E154D6F0FE66BE003AB99F0B67A2CA953A6((&V_2), NULL);
void* L_6;
L_6 = IntPtr_op_Explicit_m693F2F9E685EE117D4AC080342B8959DAF684294(L_5, NULL);
V_3 = (Il2CppChar*)L_6;
V_4 = 0;
int32_t L_7 = ___start1;
V_5 = L_7;
V_6 = 0;
V_8 = (bool)0;
V_9 = (bool)0;
goto IL_03cb;
}
IL_0034:
{
V_8 = (bool)0;
V_9 = (bool)0;
Il2CppChar* L_8 = ___pInput0;
int32_t L_9 = V_5;
int32_t L_10 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_9), 2)))));
int32_t L_11 = L_10;
V_7 = L_11;
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)37)))))
{
goto IL_022f;
}
}
{
int32_t L_12 = V_5;
int32_t L_13 = ___end2;
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_12, 2))) >= ((int32_t)L_13)))
{
goto IL_0215;
}
}
{
Il2CppChar* L_14 = ___pInput0;
int32_t L_15 = V_5;
int32_t L_16 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_15, 1))), 2)))));
Il2CppChar* L_17 = ___pInput0;
int32_t L_18 = V_5;
int32_t L_19 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_18, 2))), 2)))));
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
Il2CppChar L_20;
L_20 = UriHelper_EscapedAscii_mC7BE08D5B7803E83C57B8269F298B6DFA9EC5120(L_16, L_19, NULL);
V_7 = L_20;
Il2CppChar L_21 = V_7;
if ((((int32_t)L_21) == ((int32_t)((int32_t)65535))))
{
goto IL_0093;
}
}
{
Il2CppChar L_22 = V_7;
if ((((int32_t)L_22) == ((int32_t)((int32_t)37))))
{
goto IL_0093;
}
}
{
Il2CppChar L_23 = V_7;
int32_t L_24 = ___component3;
bool L_25;
L_25 = IriHelper_CheckIsReserved_mFF947D4AEDC2D811E2B5379B9706901ED2B29868(L_23, L_24, NULL);
if (L_25)
{
goto IL_0093;
}
}
{
Il2CppChar L_26 = V_7;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
bool L_27;
L_27 = UriHelper_IsNotSafeForUnescape_mD11825AB8FE6E410A5C0D6D7850C607DBF697D7E(L_26, NULL);
if (!L_27)
{
goto IL_00e1;
}
}
IL_0093:
{
Il2CppChar* L_28 = V_3;
int32_t L_29 = V_6;
int32_t L_30 = L_29;
V_6 = ((int32_t)il2cpp_codegen_add(L_30, 1));
Il2CppChar* L_31 = ___pInput0;
int32_t L_32 = V_5;
int32_t L_33 = L_32;
V_5 = ((int32_t)il2cpp_codegen_add(L_33, 1));
int32_t L_34 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_33), 2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_30), 2))))) = (int16_t)L_34;
Il2CppChar* L_35 = V_3;
int32_t L_36 = V_6;
int32_t L_37 = L_36;
V_6 = ((int32_t)il2cpp_codegen_add(L_37, 1));
Il2CppChar* L_38 = ___pInput0;
int32_t L_39 = V_5;
int32_t L_40 = L_39;
V_5 = ((int32_t)il2cpp_codegen_add(L_40, 1));
int32_t L_41 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_38, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_40), 2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_35, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_37), 2))))) = (int16_t)L_41;
Il2CppChar* L_42 = V_3;
int32_t L_43 = V_6;
int32_t L_44 = L_43;
V_6 = ((int32_t)il2cpp_codegen_add(L_44, 1));
Il2CppChar* L_45 = ___pInput0;
int32_t L_46 = V_5;
int32_t L_47 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_45, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_46), 2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_42, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_44), 2))))) = (int16_t)L_47;
goto IL_03c5;
}
IL_00e1:
{
Il2CppChar L_48 = V_7;
if ((((int32_t)L_48) > ((int32_t)((int32_t)127))))
{
goto IL_0101;
}
}
{
Il2CppChar* L_49 = V_3;
int32_t L_50 = V_6;
int32_t L_51 = L_50;
V_6 = ((int32_t)il2cpp_codegen_add(L_51, 1));
Il2CppChar L_52 = V_7;
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_51), 2))))) = (int16_t)L_52;
int32_t L_53 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_53, 2));
goto IL_03c5;
}
IL_0101:
{
int32_t L_54 = V_5;
V_10 = L_54;
V_11 = 1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_55 = V_1;
if (L_55)
{
goto IL_0115;
}
}
{
int32_t L_56 = ___end2;
int32_t L_57 = V_5;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_58 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract(L_56, L_57)));
V_1 = L_58;
}
IL_0115:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_59 = V_1;
Il2CppChar L_60 = V_7;
NullCheck(L_59);
(L_59)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)((int32_t)(uint8_t)L_60));
int32_t L_61 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_61, 3));
goto IL_0178;
}
IL_0123:
{
Il2CppChar* L_62 = ___pInput0;
int32_t L_63 = V_5;
int32_t L_64 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_62, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_63), 2)))));
int32_t L_65 = L_64;
V_7 = L_65;
if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)37)))))
{
goto IL_017d;
}
}
{
int32_t L_66 = V_5;
int32_t L_67 = ___end2;
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_66, 2))) >= ((int32_t)L_67)))
{
goto IL_017d;
}
}
{
Il2CppChar* L_68 = ___pInput0;
int32_t L_69 = V_5;
int32_t L_70 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_68, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_69, 1))), 2)))));
Il2CppChar* L_71 = ___pInput0;
int32_t L_72 = V_5;
int32_t L_73 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_71, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_72, 2))), 2)))));
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
Il2CppChar L_74;
L_74 = UriHelper_EscapedAscii_mC7BE08D5B7803E83C57B8269F298B6DFA9EC5120(L_70, L_73, NULL);
V_7 = L_74;
Il2CppChar L_75 = V_7;
if ((((int32_t)L_75) == ((int32_t)((int32_t)65535))))
{
goto IL_017d;
}
}
{
Il2CppChar L_76 = V_7;
if ((((int32_t)L_76) < ((int32_t)((int32_t)128))))
{
goto IL_017d;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_77 = V_1;
int32_t L_78 = V_11;
int32_t L_79 = L_78;
V_11 = ((int32_t)il2cpp_codegen_add(L_79, 1));
Il2CppChar L_80 = V_7;
NullCheck(L_77);
(L_77)->SetAt(static_cast<il2cpp_array_size_t>(L_79), (uint8_t)((int32_t)(uint8_t)L_80));
int32_t L_81 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_81, 3));
}
IL_0178:
{
int32_t L_82 = V_5;
int32_t L_83 = ___end2;
if ((((int32_t)L_82) < ((int32_t)L_83)))
{
goto IL_0123;
}
}
IL_017d:
{
int32_t L_84 = V_5;
V_5 = ((int32_t)il2cpp_codegen_subtract(L_84, 1));
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_85;
L_85 = Encoding_get_UTF8_m9700ADA8E0F244002B2A89B483F1B2133B8FE336(NULL);
NullCheck(L_85);
RuntimeObject* L_86;
L_86 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Object System.Text.Encoding::Clone() */, L_85);
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_87 = ((Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095*)CastclassClass((RuntimeObject*)L_86, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_il2cpp_TypeInfo_var));
EncoderReplacementFallback_tCF704844DE6CF0B44DDB3C008824393233B19A16* L_88 = (EncoderReplacementFallback_tCF704844DE6CF0B44DDB3C008824393233B19A16*)il2cpp_codegen_object_new(EncoderReplacementFallback_tCF704844DE6CF0B44DDB3C008824393233B19A16_il2cpp_TypeInfo_var);
NullCheck(L_88);
EncoderReplacementFallback__ctor_mAE7F1C5BF4E5A1F6CF4F9E12A71A63DDD4077D18(L_88, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
NullCheck(L_87);
Encoding_set_EncoderFallback_m479A67230C286D29DAC4A9A93074708666FD483D(L_87, L_88, NULL);
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_89 = L_87;
DecoderReplacementFallback_t398AF05FDF32BD471A1678894D1F1A81DDBEE3B0* L_90 = (DecoderReplacementFallback_t398AF05FDF32BD471A1678894D1F1A81DDBEE3B0*)il2cpp_codegen_object_new(DecoderReplacementFallback_t398AF05FDF32BD471A1678894D1F1A81DDBEE3B0_il2cpp_TypeInfo_var);
NullCheck(L_90);
DecoderReplacementFallback__ctor_mA73B628532B991FA39C2D7A1C5285CF93DC88F60(L_90, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
NullCheck(L_89);
Encoding_set_DecoderFallback_mFBC533A11D06D09A563D86497A4CF43C71C62C78(L_89, L_90, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_91 = V_1;
NullCheck(L_91);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_92 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_91)->max_length)));
V_12 = L_92;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_93 = V_1;
int32_t L_94 = V_11;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_95 = V_12;
NullCheck(L_89);
int32_t L_96;
L_96 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t >::Invoke(26 /* System.Int32 System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_89, L_93, 0, L_94, L_95, 0);
V_13 = L_96;
int32_t L_97 = V_13;
if (!L_97)
{
goto IL_01e9;
}
}
{
Il2CppChar* L_98 = V_3;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_99 = V_0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_100 = V_12;
int32_t L_101 = V_13;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_102 = V_1;
int32_t L_103 = V_11;
int32_t L_104 = ___component3;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
UriHelper_MatchUTF8Sequence_m0E963F060C446C4BBBBD60E4D54CAE9A36D5A3F7(L_98, L_99, (&V_6), L_100, L_101, L_102, L_103, (bool)((((int32_t)L_104) == ((int32_t)((int32_t)32)))? 1 : 0), (bool)1, NULL);
goto IL_02e6;
}
IL_01e9:
{
int32_t L_105 = V_10;
V_14 = L_105;
goto IL_020a;
}
IL_01ef:
{
Il2CppChar* L_106 = V_3;
int32_t L_107 = V_6;
int32_t L_108 = L_107;
V_6 = ((int32_t)il2cpp_codegen_add(L_108, 1));
Il2CppChar* L_109 = ___pInput0;
int32_t L_110 = V_14;
int32_t L_111 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_109, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_110), 2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_106, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_108), 2))))) = (int16_t)L_111;
int32_t L_112 = V_14;
V_14 = ((int32_t)il2cpp_codegen_add(L_112, 1));
}
IL_020a:
{
int32_t L_113 = V_14;
int32_t L_114 = V_5;
if ((((int32_t)L_113) <= ((int32_t)L_114)))
{
goto IL_01ef;
}
}
{
goto IL_02e6;
}
IL_0215:
{
Il2CppChar* L_115 = V_3;
int32_t L_116 = V_6;
int32_t L_117 = L_116;
V_6 = ((int32_t)il2cpp_codegen_add(L_117, 1));
Il2CppChar* L_118 = ___pInput0;
int32_t L_119 = V_5;
int32_t L_120 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_118, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_119), 2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_115, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_117), 2))))) = (int16_t)L_120;
goto IL_02e6;
}
IL_022f:
{
Il2CppChar L_121 = V_7;
if ((((int32_t)L_121) <= ((int32_t)((int32_t)127))))
{
goto IL_02d1;
}
}
{
Il2CppChar L_122 = V_7;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_123;
L_123 = Char_IsHighSurrogate_m8842F5E950FC9EAE3B20556630C2AA5CA9FEB6D4(L_122, NULL);
if (!L_123)
{
goto IL_029e;
}
}
{
int32_t L_124 = V_5;
int32_t L_125 = ___end2;
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_124, 1))) >= ((int32_t)L_125)))
{
goto IL_029e;
}
}
{
Il2CppChar* L_126 = ___pInput0;
int32_t L_127 = V_5;
int32_t L_128 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_126, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_127, 1))), 2)))));
V_15 = L_128;
Il2CppChar L_129 = V_7;
Il2CppChar L_130 = V_15;
int32_t L_131 = ___component3;
bool L_132;
L_132 = IriHelper_CheckIriUnicodeRange_m76D54508F06B0BD021CF86889C71C44578B495FB(L_129, L_130, (&V_9), (bool)((((int32_t)L_131) == ((int32_t)((int32_t)32)))? 1 : 0), NULL);
V_8 = (bool)((((int32_t)L_132) == ((int32_t)0))? 1 : 0);
bool L_133 = V_8;
if (L_133)
{
goto IL_02e6;
}
}
{
Il2CppChar* L_134 = V_3;
int32_t L_135 = V_6;
int32_t L_136 = L_135;
V_6 = ((int32_t)il2cpp_codegen_add(L_136, 1));
Il2CppChar* L_137 = ___pInput0;
int32_t L_138 = V_5;
int32_t L_139 = L_138;
V_5 = ((int32_t)il2cpp_codegen_add(L_139, 1));
int32_t L_140 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_137, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_139), 2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_134, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_136), 2))))) = (int16_t)L_140;
Il2CppChar* L_141 = V_3;
int32_t L_142 = V_6;
int32_t L_143 = L_142;
V_6 = ((int32_t)il2cpp_codegen_add(L_143, 1));
Il2CppChar* L_144 = ___pInput0;
int32_t L_145 = V_5;
int32_t L_146 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_144, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_145), 2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_141, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_143), 2))))) = (int16_t)L_146;
goto IL_02e6;
}
IL_029e:
{
Il2CppChar L_147 = V_7;
int32_t L_148 = ___component3;
bool L_149;
L_149 = IriHelper_CheckIriUnicodeRange_m47EF9FBD5FE075A464AE2A242FB43BEBC7C4F775(L_147, (bool)((((int32_t)L_148) == ((int32_t)((int32_t)32)))? 1 : 0), NULL);
if (!L_149)
{
goto IL_02cc;
}
}
{
Il2CppChar L_150 = V_7;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_151;
L_151 = Uri_IsBidiControlCharacter_m17A486D6ED9263488C6F4B3F3EDF1BF95352765E(L_150, NULL);
if (L_151)
{
goto IL_02e6;
}
}
{
Il2CppChar* L_152 = V_3;
int32_t L_153 = V_6;
int32_t L_154 = L_153;
V_6 = ((int32_t)il2cpp_codegen_add(L_154, 1));
Il2CppChar* L_155 = ___pInput0;
int32_t L_156 = V_5;
int32_t L_157 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_155, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_156), 2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_152, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_154), 2))))) = (int16_t)L_157;
goto IL_02e6;
}
IL_02cc:
{
V_8 = (bool)1;
goto IL_02e6;
}
IL_02d1:
{
Il2CppChar* L_158 = V_3;
int32_t L_159 = V_6;
int32_t L_160 = L_159;
V_6 = ((int32_t)il2cpp_codegen_add(L_160, 1));
Il2CppChar* L_161 = ___pInput0;
int32_t L_162 = V_5;
int32_t L_163 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_161, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_162), 2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_158, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_160), 2))))) = (int16_t)L_163;
}
IL_02e6:
{
bool L_164 = V_8;
if (!L_164)
{
goto IL_03c5;
}
}
{
int32_t L_165 = V_4;
if ((((int32_t)L_165) >= ((int32_t)((int32_t)12))))
{
goto IL_0357;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_166 = V_0;
NullCheck(L_166);
if (((int64_t)((int32_t)(((RuntimeArray*)L_166)->max_length)) + (int64_t)((int32_t)90) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)(((RuntimeArray*)L_166)->max_length)) + (int64_t)((int32_t)90) > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), IriHelper_EscapeUnescapeIri_mE7C6E85447A41E32A050856BC24B40279EDFF6E5_RuntimeMethod_var);
int32_t L_167 = V_4;
if (((int64_t)L_167 + (int64_t)((int32_t)90) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_167 + (int64_t)((int32_t)90) > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), IriHelper_EscapeUnescapeIri_mE7C6E85447A41E32A050856BC24B40279EDFF6E5_RuntimeMethod_var);
V_4 = ((int32_t)il2cpp_codegen_add(L_167, ((int32_t)90)));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_168 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)(((RuntimeArray*)L_166)->max_length)), ((int32_t)90))));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_169 = L_168;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_170 = L_169;
V_18 = L_170;
G_B39_0 = L_169;
if (!L_170)
{
G_B40_0 = L_169;
goto IL_0311;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_171 = V_18;
NullCheck(L_171);
G_B40_0 = G_B39_0;
if (((int32_t)(((RuntimeArray*)L_171)->max_length)))
{
G_B41_0 = G_B39_0;
goto IL_0317;
}
}
IL_0311:
{
V_17 = (Il2CppChar*)((uintptr_t)0);
G_B42_0 = G_B40_0;
goto IL_0322;
}
IL_0317:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_172 = V_18;
NullCheck(L_172);
V_17 = (Il2CppChar*)((uintptr_t)((L_172)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))));
G_B42_0 = G_B41_0;
}
IL_0322:
{
Il2CppChar* L_173 = V_17;
Il2CppChar* L_174 = V_3;
int32_t L_175 = V_6;
Buffer_Memcpy_m6874835F520CE2DC08FB09B307E8F65E92939C46((uint8_t*)L_173, (uint8_t*)L_174, ((int32_t)il2cpp_codegen_multiply(L_175, 2)), NULL);
V_18 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL;
bool L_176;
L_176 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_2), NULL);
G_B43_0 = G_B42_0;
if (!L_176)
{
G_B44_0 = G_B42_0;
goto IL_0341;
}
}
{
GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3((&V_2), NULL);
G_B44_0 = G_B43_0;
}
IL_0341:
{
V_0 = G_B44_0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_177 = V_0;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_178;
L_178 = GCHandle_Alloc_m1FC35418B654D3F48B4F70D525EBD6A208A59075((RuntimeObject*)L_177, 3, NULL);
V_2 = L_178;
intptr_t L_179;
L_179 = GCHandle_AddrOfPinnedObject_m9C047E154D6F0FE66BE003AB99F0B67A2CA953A6((&V_2), NULL);
void* L_180;
L_180 = IntPtr_op_Explicit_m693F2F9E685EE117D4AC080342B8959DAF684294(L_179, NULL);
V_3 = (Il2CppChar*)L_180;
}
IL_0357:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_181 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)4);
V_16 = L_181;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_182 = V_16;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_183 = L_182;
V_20 = L_183;
if (!L_183)
{
goto IL_036c;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_184 = V_20;
NullCheck(L_184);
if (((int32_t)(((RuntimeArray*)L_184)->max_length)))
{
goto IL_0372;
}
}
IL_036c:
{
V_19 = (uint8_t*)((uintptr_t)0);
goto IL_037d;
}
IL_0372:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_185 = V_20;
NullCheck(L_185);
V_19 = (uint8_t*)((uintptr_t)((L_185)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))));
}
IL_037d:
{
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_186;
L_186 = Encoding_get_UTF8_m9700ADA8E0F244002B2A89B483F1B2133B8FE336(NULL);
Il2CppChar* L_187 = ___pInput0;
int32_t L_188 = V_5;
bool L_189 = V_9;
G_B50_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_187, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_188), 2))));
G_B50_1 = L_186;
if (L_189)
{
G_B51_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_187, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_188), 2))));
G_B51_1 = L_186;
goto IL_0390;
}
}
{
G_B52_0 = 1;
G_B52_1 = G_B50_0;
G_B52_2 = G_B50_1;
goto IL_0391;
}
IL_0390:
{
G_B52_0 = 2;
G_B52_1 = G_B51_0;
G_B52_2 = G_B51_1;
}
IL_0391:
{
uint8_t* L_190 = V_19;
NullCheck(G_B52_2);
int32_t L_191;
L_191 = VirtualFuncInvoker4< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t >::Invoke(21 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32) */, G_B52_2, G_B52_1, G_B52_0, L_190, 4);
V_21 = L_191;
int32_t L_192 = V_4;
int32_t L_193 = V_21;
V_4 = ((int32_t)il2cpp_codegen_subtract(L_192, ((int32_t)il2cpp_codegen_multiply(L_193, 3))));
V_22 = 0;
goto IL_03bc;
}
IL_03a9:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_194 = V_16;
int32_t L_195 = V_22;
NullCheck(L_194);
int32_t L_196 = L_195;
uint8_t L_197 = (L_194)->GetAt(static_cast<il2cpp_array_size_t>(L_196));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_198 = V_0;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
UriHelper_EscapeAsciiChar_m3B740B3721EF4D93E9B9DFB2F881138AF4DE4452(L_197, L_198, (&V_6), NULL);
int32_t L_199 = V_22;
V_22 = ((int32_t)il2cpp_codegen_add(L_199, 1));
}
IL_03bc:
{
int32_t L_200 = V_22;
int32_t L_201 = V_21;
if ((((int32_t)L_200) < ((int32_t)L_201)))
{
goto IL_03a9;
}
}
{
V_20 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
}
IL_03c5:
{
int32_t L_202 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_202, 1));
}
IL_03cb:
{
int32_t L_203 = V_5;
int32_t L_204 = ___end2;
if ((((int32_t)L_203) < ((int32_t)L_204)))
{
goto IL_0034;
}
}
{
bool L_205;
L_205 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_2), NULL);
if (!L_205)
{
goto IL_03e3;
}
}
{
GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3((&V_2), NULL);
}
IL_03e3:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_206 = V_0;
int32_t L_207 = V_6;
String_t* L_208;
L_208 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_206, 0, L_207, NULL);
return L_208;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.Uri::get_IsImplicitFile()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->___m_Flags_17;
return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&((int64_t)((int32_t)536870912))))) <= ((uint64_t)((int64_t)0))))? 1 : 0);
}
}
// System.Boolean System.Uri::get_IsUncOrDosPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsUncOrDosPath_m33F2D8808AB44816518C1C464152D4B7872374F0 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->___m_Flags_17;
return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&((int64_t)((int32_t)402653184))))) <= ((uint64_t)((int64_t)0))))? 1 : 0);
}
}
// System.Boolean System.Uri::get_IsDosPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsDosPath_m16357B61F5D111C45EF7D40276B96429E414F0D2 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->___m_Flags_17;
return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&((int64_t)((int32_t)134217728))))) <= ((uint64_t)((int64_t)0))))? 1 : 0);
}
}
// System.Boolean System.Uri::get_IsUncPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsUncPath_m2D9E7E2DB4EA57EF268B9BA167A1389E18AE9835 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->___m_Flags_17;
return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&((int64_t)((int32_t)268435456))))) <= ((uint64_t)((int64_t)0))))? 1 : 0);
}
}
// System.Uri/Flags System.Uri::get_HostType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Uri_get_HostType_mA30DC51045EE5FE94B3CB84B0D361A9C28EE572E (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->___m_Flags_17;
return (uint64_t)(((int64_t)((int64_t)L_0&((int64_t)((int32_t)458752)))));
}
}
// System.UriParser System.Uri::get_Syntax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_0 = __this->___m_Syntax_15;
return L_0;
}
}
// System.Boolean System.Uri::get_IsNotAbsoluteUri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_0 = __this->___m_Syntax_15;
return (bool)((((RuntimeObject*)(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
}
}
// System.Boolean System.Uri::IriParsingStatic(System.UriParser)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IriParsingStatic_m5FACD38C4EDB61BC6AC465759CDB56F24C34C3B8 (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___syntax0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_0 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_IriParsing_23;
il2cpp_codegen_memory_barrier();
if (!L_0)
{
goto IL_0020;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_1 = ___syntax0;
if (!L_1)
{
goto IL_0019;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_2 = ___syntax0;
NullCheck(L_2);
bool L_3;
L_3 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_2, ((int32_t)268435456), NULL);
if (L_3)
{
goto IL_001e;
}
}
IL_0019:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_4 = ___syntax0;
return (bool)((((RuntimeObject*)(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
}
IL_001e:
{
return (bool)1;
}
IL_0020:
{
return (bool)0;
}
}
// System.Boolean System.Uri::get_AllowIdn()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_AllowIdn_m612B747CE2F03FCA867D81F14710758B561209E7 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_0 = __this->___m_Syntax_15;
if (!L_0)
{
goto IL_0043;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_1 = __this->___m_Syntax_15;
NullCheck(L_1);
int32_t L_2;
L_2 = UriParser_get_Flags_mBE183D7CBEEEBEC670CCF1DF21D56B354796D6C3_inline(L_1, NULL);
if (!((int32_t)((int32_t)L_2&((int32_t)67108864))))
{
goto IL_0043;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
int32_t L_3 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_IdnScope_22;
il2cpp_codegen_memory_barrier();
if ((((int32_t)L_3) == ((int32_t)2)))
{
goto IL_0041;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
int32_t L_4 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_IdnScope_22;
il2cpp_codegen_memory_barrier();
if ((!(((uint32_t)L_4) == ((uint32_t)1))))
{
goto IL_003f;
}
}
{
bool L_5;
L_5 = Uri_NotAny_mB88A38A602D4A784CADBD43FDF4CDA0235371E81(__this, ((int64_t)137438953472LL), NULL);
return L_5;
}
IL_003f:
{
return (bool)0;
}
IL_0041:
{
return (bool)1;
}
IL_0043:
{
return (bool)0;
}
}
// System.Boolean System.Uri::AllowIdnStatic(System.UriParser,System.Uri/Flags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_AllowIdnStatic_m0B61B2A586F2BF870D185A1BD65151F52EFBC457 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___syntax0, uint64_t ___flags1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_0 = ___syntax0;
if (!L_0)
{
goto IL_0039;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_1 = ___syntax0;
NullCheck(L_1);
int32_t L_2;
L_2 = UriParser_get_Flags_mBE183D7CBEEEBEC670CCF1DF21D56B354796D6C3_inline(L_1, NULL);
if (!((int32_t)((int32_t)L_2&((int32_t)67108864))))
{
goto IL_0039;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
int32_t L_3 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_IdnScope_22;
il2cpp_codegen_memory_barrier();
if ((((int32_t)L_3) == ((int32_t)2)))
{
goto IL_0037;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
int32_t L_4 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_IdnScope_22;
il2cpp_codegen_memory_barrier();
if ((!(((uint32_t)L_4) == ((uint32_t)1))))
{
goto IL_0035;
}
}
{
uint64_t L_5 = ___flags1;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_6;
L_6 = Uri_StaticNotAny_mC49F6501AFE849E383AC6777CEB63D2B409B264E(L_5, ((int64_t)137438953472LL), NULL);
return L_6;
}
IL_0035:
{
return (bool)0;
}
IL_0037:
{
return (bool)1;
}
IL_0039:
{
return (bool)0;
}
}
// System.Boolean System.Uri::IsIntranet(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsIntranet_m3AC6DBC7C35F309DFAD0951ABC7D95A8000548EE (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___schemeHost0, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.Uri::get_UserDrivenParsing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_UserDrivenParsing_mF2426529046B3DF3292A7AA2F4885F8D6591BBBD (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->___m_Flags_17;
return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&((int64_t)((int32_t)16777216))))) <= ((uint64_t)((int64_t)0))))? 1 : 0);
}
}
// System.Void System.Uri::SetUserDrivenParsing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_SetUserDrivenParsing_mDE80D352D6343F50F152EB65EF142E84F7F79D69 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)(((int64_t)((int32_t)16777216))|((int64_t)((int64_t)L_0&((int64_t)((int32_t)524288))))));
return;
}
}
// System.UInt16 System.Uri::get_SecuredPathIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Uri_get_SecuredPathIndex_m575B7B28B17F8F7EE3FA563ACF6390B0926732AD (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
Il2CppChar V_0 = 0x0;
int32_t G_B5_0 = 0;
{
bool L_0;
L_0 = Uri_get_IsDosPath_m16357B61F5D111C45EF7D40276B96429E414F0D2(__this, NULL);
if (!L_0)
{
goto IL_0034;
}
}
{
String_t* L_1 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_2 = __this->___m_Info_18;
NullCheck(L_2);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_3 = (&L_2->___Offset_3);
uint16_t L_4 = L_3->___Path_4;
NullCheck(L_1);
Il2CppChar L_5;
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_1, L_4, NULL);
V_0 = L_5;
Il2CppChar L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)47))))
{
goto IL_0031;
}
}
{
Il2CppChar L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)92))))
{
goto IL_0031;
}
}
{
G_B5_0 = 2;
goto IL_0032;
}
IL_0031:
{
G_B5_0 = 3;
}
IL_0032:
{
return (uint16_t)((int32_t)(uint16_t)G_B5_0);
}
IL_0034:
{
return (uint16_t)0;
}
}
// System.Boolean System.Uri::NotAny(System.Uri/Flags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_NotAny_mB88A38A602D4A784CADBD43FDF4CDA0235371E81 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, uint64_t ___flags0, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->___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)0)))? 1 : 0);
}
}
// System.Boolean System.Uri::InFact(System.Uri/Flags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, uint64_t ___flags0, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->___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)0))))? 1 : 0);
}
}
// System.Boolean System.Uri::StaticNotAny(System.Uri/Flags,System.Uri/Flags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_StaticNotAny_mC49F6501AFE849E383AC6777CEB63D2B409B264E (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)0)))? 1 : 0);
}
}
// System.Boolean System.Uri::StaticInFact(System.Uri/Flags,System.Uri/Flags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_StaticInFact_m85C3E521AD9916CC030AC01E311F79D90E981B05 (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)0))))? 1 : 0);
}
}
// System.Uri/UriInfo System.Uri::EnsureUriInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* Uri_EnsureUriInfo_m6FE387306AF82CDCFC56E2E9C2171C406D1FA982 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
uint64_t V_0 = 0;
{
uint64_t L_0 = __this->___m_Flags_17;
V_0 = L_0;
uint64_t L_1 = __this->___m_Flags_17;
if (((int64_t)((int64_t)L_1&((int64_t)((int32_t)1073741824)))))
{
goto IL_001d;
}
}
{
uint64_t L_2 = V_0;
Uri_CreateUriInfo_m3B4F804AB6CB010246F2A52F123D6E44DECDE998(__this, L_2, NULL);
}
IL_001d:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_3 = __this->___m_Info_18;
return L_3;
}
}
// System.Void System.Uri::EnsureParseRemaining()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_EnsureParseRemaining_mDF7D4313A56047EB22457E12330C138156D54783 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->___m_Flags_17;
if (((int64_t)((int64_t)L_0&((int64_t)(uint64_t)((uint32_t)((int32_t)-2147483648LL))))))
{
goto IL_0015;
}
}
{
Uri_ParseRemaining_m9134D26360C9EEDFAFAFEE1ECA1A5CEE66BE5A3A(__this, NULL);
}
IL_0015:
{
return;
}
}
// System.Void System.Uri::EnsureHostString(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_EnsureHostString_m7F5F3ED8488F83170A857CD51F0CFEB8322AA055 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, bool ___allowDnsOptimization0, const RuntimeMethod* method)
{
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_0;
L_0 = Uri_EnsureUriInfo_m6FE387306AF82CDCFC56E2E9C2171C406D1FA982(__this, NULL);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_1 = __this->___m_Info_18;
NullCheck(L_1);
String_t* L_2 = L_1->___Host_0;
if (L_2)
{
goto IL_002c;
}
}
{
bool L_3 = ___allowDnsOptimization0;
if (!L_3)
{
goto IL_0026;
}
}
{
bool L_4;
L_4 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)33554432)), NULL);
if (!L_4)
{
goto IL_0026;
}
}
{
return;
}
IL_0026:
{
Uri_CreateHostString_mBBAF0ACD4E2EE673F8F7F4E416D87517D94245CF(__this, NULL);
}
IL_002c:
{
return;
}
}
// System.Void System.Uri::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m6CA436E6AD2768A121FA851CBEEFA3623E849D3A (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___uriString0, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
String_t* L_0 = ___uriString0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_1);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6D153343DC0552ABAFC2B893F453DC72854A37BE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri__ctor_m6CA436E6AD2768A121FA851CBEEFA3623E849D3A_RuntimeMethod_var)));
}
IL_0014:
{
String_t* L_2 = ___uriString0;
Uri_CreateThis_m522F36D576D9A8803410439127DB32837331BA3A(__this, L_2, (bool)0, 1, NULL);
return;
}
}
// System.Void System.Uri::.ctor(System.String,System.UriKind)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m24549041BC5661EAC10BA8CB35B60AD6512AF69B (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___uriString0, int32_t ___uriKind1, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
String_t* L_0 = ___uriString0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_1);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6D153343DC0552ABAFC2B893F453DC72854A37BE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri__ctor_m24549041BC5661EAC10BA8CB35B60AD6512AF69B_RuntimeMethod_var)));
}
IL_0014:
{
String_t* L_2 = ___uriString0;
int32_t L_3 = ___uriKind1;
Uri_CreateThis_m522F36D576D9A8803410439127DB32837331BA3A(__this, L_2, (bool)0, L_3, NULL);
return;
}
}
// System.Void System.Uri::.ctor(System.Uri,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_mD7EC916948CBFE71F80298DDA6E4209724958B09 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___baseUri0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_1);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53CEBA286266000AA0D18A26DBE6FBE7714C8319)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri__ctor_mD7EC916948CBFE71F80298DDA6E4209724958B09_RuntimeMethod_var)));
}
IL_0014:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = ___baseUri0;
NullCheck(L_2);
bool L_3;
L_3 = Uri_get_IsAbsoluteUri_m2F9B759B85D295639D7959A616E1FBC203D756DF(L_2, NULL);
if (L_3)
{
goto IL_0027;
}
}
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_4 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_4);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53CEBA286266000AA0D18A26DBE6FBE7714C8319)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri__ctor_mD7EC916948CBFE71F80298DDA6E4209724958B09_RuntimeMethod_var)));
}
IL_0027:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5 = ___baseUri0;
String_t* L_6 = ___relativeUri1;
Uri_CreateUri_m9D81A5F3B332C44FDD875893EF619631708791F2(__this, L_5, L_6, (bool)0, NULL);
return;
}
}
// System.Void System.Uri::CreateUri(System.Uri,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateUri_m9D81A5F3B332C44FDD875893EF619631708791F2 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri0, String_t* ___relativeUri1, bool ___dontEscape2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* V_0 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_1 = NULL;
{
String_t* L_0 = ___relativeUri1;
bool L_1 = ___dontEscape2;
Uri_CreateThis_m522F36D576D9A8803410439127DB32837331BA3A(__this, L_0, L_1, ((int32_t)300), NULL);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = ___baseUri0;
NullCheck(L_2);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_3;
L_3 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(L_2, NULL);
NullCheck(L_3);
bool L_4;
L_4 = UriParser_get_IsSimple_m8ED850D585BA3BA0FDC239496065E6D2D973C7E5(L_3, NULL);
if (!L_4)
{
goto IL_0042;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5 = ___baseUri0;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_6;
L_6 = Uri_ResolveHelper_m8FD2A09E63507DB5178AE3C182C323E8EA4B8752(L_5, __this, (&___relativeUri1), (&___dontEscape2), (&V_0), NULL);
V_1 = L_6;
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_7 = V_0;
if (!L_7)
{
goto IL_002d;
}
}
{
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_8 = V_0;
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_CreateUri_m9D81A5F3B332C44FDD875893EF619631708791F2_RuntimeMethod_var)));
}
IL_002d:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_9 = V_1;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_10;
L_10 = Uri_op_Inequality_mC32A3382EF16D80BF39005BDD2AB452203D76D6E(L_9, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL);
if (!L_10)
{
goto IL_005b;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_11 = V_1;
if ((((RuntimeObject*)(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)L_11) == ((RuntimeObject*)(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)__this)))
{
goto IL_0041;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_12 = V_1;
Uri_CreateThisFromUri_m986BB8F1CF8D75EEFA12D9D0963BA927FA394BE5(__this, L_12, NULL);
}
IL_0041:
{
return;
}
IL_0042:
{
___dontEscape2 = (bool)0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_13 = ___baseUri0;
NullCheck(L_13);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_14;
L_14 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(L_13, NULL);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_15 = ___baseUri0;
NullCheck(L_14);
String_t* L_16;
L_16 = UriParser_InternalResolve_mD1963080EBCF493DA78656AA5AEA458BF5138F5B(L_14, L_15, __this, (&V_0), NULL);
___relativeUri1 = L_16;
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_17 = V_0;
if (!L_17)
{
goto IL_005b;
}
}
{
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_18 = V_0;
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_CreateUri_m9D81A5F3B332C44FDD875893EF619631708791F2_RuntimeMethod_var)));
}
IL_005b:
{
__this->___m_Flags_17 = ((int64_t)0);
__this->___m_Info_18 = (UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Info_18), (void*)(UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09*)NULL);
__this->___m_Syntax_15 = (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Syntax_15), (void*)(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)NULL);
String_t* L_19 = ___relativeUri1;
bool L_20 = ___dontEscape2;
Uri_CreateThis_m522F36D576D9A8803410439127DB32837331BA3A(__this, L_19, L_20, 1, NULL);
return;
}
}
// System.Void System.Uri::.ctor(System.Uri,System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m5AA91BCDE21E8AD62B9A48948CF3661B2F00E38F (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri0, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___relativeUri1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* V_1 = NULL;
bool V_2 = false;
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___baseUri0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_1);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53CEBA286266000AA0D18A26DBE6FBE7714C8319)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri__ctor_m5AA91BCDE21E8AD62B9A48948CF3661B2F00E38F_RuntimeMethod_var)));
}
IL_0014:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = ___baseUri0;
NullCheck(L_2);
bool L_3;
L_3 = Uri_get_IsAbsoluteUri_m2F9B759B85D295639D7959A616E1FBC203D756DF(L_2, NULL);
if (L_3)
{
goto IL_0027;
}
}
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_4 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_4);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53CEBA286266000AA0D18A26DBE6FBE7714C8319)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri__ctor_m5AA91BCDE21E8AD62B9A48948CF3661B2F00E38F_RuntimeMethod_var)));
}
IL_0027:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5 = ___relativeUri1;
Uri_CreateThisFromUri_m986BB8F1CF8D75EEFA12D9D0963BA927FA394BE5(__this, L_5, NULL);
V_0 = (String_t*)NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_6 = ___baseUri0;
NullCheck(L_6);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_7;
L_7 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(L_6, NULL);
NullCheck(L_7);
bool L_8;
L_8 = UriParser_get_IsSimple_m8ED850D585BA3BA0FDC239496065E6D2D973C7E5(L_7, NULL);
if (!L_8)
{
goto IL_0073;
}
}
{
bool L_9;
L_9 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)524288)), NULL);
V_2 = L_9;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_10 = ___baseUri0;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_11;
L_11 = Uri_ResolveHelper_m8FD2A09E63507DB5178AE3C182C323E8EA4B8752(L_10, __this, (&V_0), (&V_2), (&V_1), NULL);
___relativeUri1 = L_11;
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_12 = V_1;
if (!L_12)
{
goto IL_005e;
}
}
{
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_13 = V_1;
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri__ctor_m5AA91BCDE21E8AD62B9A48948CF3661B2F00E38F_RuntimeMethod_var)));
}
IL_005e:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_14 = ___relativeUri1;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_15;
L_15 = Uri_op_Inequality_mC32A3382EF16D80BF39005BDD2AB452203D76D6E(L_14, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL);
if (!L_15)
{
goto IL_008a;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_16 = ___relativeUri1;
if ((((RuntimeObject*)(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)L_16) == ((RuntimeObject*)(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)__this)))
{
goto IL_0072;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_17 = ___relativeUri1;
Uri_CreateThisFromUri_m986BB8F1CF8D75EEFA12D9D0963BA927FA394BE5(__this, L_17, NULL);
}
IL_0072:
{
return;
}
IL_0073:
{
V_2 = (bool)0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_18 = ___baseUri0;
NullCheck(L_18);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_19;
L_19 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(L_18, NULL);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_20 = ___baseUri0;
NullCheck(L_19);
String_t* L_21;
L_21 = UriParser_InternalResolve_mD1963080EBCF493DA78656AA5AEA458BF5138F5B(L_19, L_20, __this, (&V_1), NULL);
V_0 = L_21;
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_22 = V_1;
if (!L_22)
{
goto IL_008a;
}
}
{
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_23 = V_1;
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri__ctor_m5AA91BCDE21E8AD62B9A48948CF3661B2F00E38F_RuntimeMethod_var)));
}
IL_008a:
{
__this->___m_Flags_17 = ((int64_t)0);
__this->___m_Info_18 = (UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Info_18), (void*)(UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09*)NULL);
__this->___m_Syntax_15 = (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Syntax_15), (void*)(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)NULL);
String_t* L_24 = V_0;
bool L_25 = V_2;
Uri_CreateThis_m522F36D576D9A8803410439127DB32837331BA3A(__this, L_24, L_25, 1, NULL);
return;
}
}
// System.ParsingError System.Uri::GetCombinedString(System.Uri,System.String,System.Boolean,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_GetCombinedString_mA3D01108BC32A4594A578A4345BA0F012F554521 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri0, String_t* ___relativeStr1, bool ___dontEscape2, String_t** ___result3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
Il2CppChar* V_2 = NULL;
String_t* V_3 = NULL;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* V_4 = NULL;
String_t* G_B22_0 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B22_1 = NULL;
String_t** G_B22_2 = NULL;
String_t* G_B21_0 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B21_1 = NULL;
String_t** G_B21_2 = NULL;
int32_t G_B23_0 = 0;
String_t* G_B23_1 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* 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;
L_2 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_0, L_1, 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;
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, L_4, 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;
L_8 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, L_7, 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;
L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_9, L_10, 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;
L_14 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_12, L_13, 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;
L_18 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_16, 0, L_17, 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;
L_23 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, L_23));
}
IL_0067:
{
V_4 = (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)NULL;
Il2CppChar* L_24 = V_2;
String_t* L_25 = V_1;
NullCheck(L_25);
int32_t L_26;
L_26 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_25, NULL);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
int32_t L_27;
L_27 = Uri_CheckSchemeSyntax_m7D9517CBE8B09F13A24AF4EEF0AE2D185C3E1C2D(L_24, (uint16_t)((int32_t)(uint16_t)L_26), (&V_4), NULL);
if (L_27)
{
goto IL_00ab;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_28 = ___baseUri0;
NullCheck(L_28);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_29;
L_29 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(L_28, NULL);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_30 = V_4;
if ((!(((RuntimeObject*)(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)L_29) == ((RuntimeObject*)(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)L_30))))
{
goto IL_00a6;
}
}
{
int32_t L_31 = V_0;
String_t* L_32 = ___relativeStr1;
NullCheck(L_32);
int32_t L_33;
L_33 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_32, NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_31, 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;
L_36 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_34, ((int32_t)il2cpp_codegen_add(L_35, 1)), 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))->___Empty_6;
___relativeStr1 = L_37;
goto IL_00ab;
}
IL_00a6:
{
String_t** L_38 = ___result3;
String_t* L_39 = ___relativeStr1;
*((RuntimeObject**)L_38) = (RuntimeObject*)L_39;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_38, (void*)(RuntimeObject*)L_39);
return (int32_t)(0);
}
IL_00ab:
{
V_3 = (String_t*)NULL;
goto IL_00bf;
}
IL_00af:
{
int32_t L_40 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_40, 1));
}
IL_00b3:
{
int32_t L_41 = V_0;
String_t* L_42 = ___relativeStr1;
NullCheck(L_42);
int32_t L_43;
L_43 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_42, 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;
L_45 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_44, NULL);
if (L_45)
{
goto IL_00d1;
}
}
{
String_t** L_46 = ___result3;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_47 = ___baseUri0;
NullCheck(L_47);
String_t* L_48;
L_48 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(L_47, NULL);
*((RuntimeObject**)L_46) = (RuntimeObject*)L_48;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_46, (void*)(RuntimeObject*)L_48);
return (int32_t)(0);
}
IL_00d1:
{
String_t** L_49 = ___result3;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* 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_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
String_t* L_53;
L_53 = Uri_CombineUri_m0A99C4A1F80FF7E6C8747545BB4610ABC4B4F9D1(G_B23_2, G_B23_1, G_B23_0, NULL);
*((RuntimeObject**)G_B23_3) = (RuntimeObject*)L_53;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B23_3, (void*)(RuntimeObject*)L_53);
return (int32_t)(0);
}
}
// System.UriFormatException System.Uri::GetException(System.ParsingError)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* Uri_GetException_m9BD1AF317D6DE516C8D3909A0ECD460BA35996F7 (int32_t ___err0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D714861C7EC595B0F134B25D51B6C3D17B97BE7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0ECCA26D6E6512BFFD6AC0372868F35B289A0AC9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10967EC4A6C481862CE1D9E400B88D2400A58495);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2548827C46E1449217FD7CD3DA9F653E7BC05534);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2659A93A14DB81D09000B3E98CBB7FBD3940D067);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4FB7CA16AB7B5A4F956554894A7222DF13F448AA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral659F36F170A47067B1A80CD9B6619237197BD872);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82F0E6BA3FD6F5AA7F9F5A798046A3B615F6D560);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD90CDA62B9AE646096CCD287ACE999D2EFB8ADA5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDDA0FEDECC3765A8D5F295C4B302D615D29F3483);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE610AFD3290809B1D62848F53491246DB230B5BB);
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_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF*)NULL;
}
IL_0041:
{
String_t* L_1;
L_1 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(_stringLiteral82F0E6BA3FD6F5AA7F9F5A798046A3B615F6D560, NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_2 = (UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF*)il2cpp_codegen_object_new(UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var);
NullCheck(L_2);
UriFormatException__ctor_m718A5DEB020FAAD1F654CD05E63C3988AA7712D3(L_2, L_1, NULL);
return L_2;
}
IL_0051:
{
String_t* L_3;
L_3 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(_stringLiteral0D714861C7EC595B0F134B25D51B6C3D17B97BE7, NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_4 = (UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF*)il2cpp_codegen_object_new(UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var);
NullCheck(L_4);
UriFormatException__ctor_m718A5DEB020FAAD1F654CD05E63C3988AA7712D3(L_4, L_3, NULL);
return L_4;
}
IL_0061:
{
String_t* L_5;
L_5 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(_stringLiteralE610AFD3290809B1D62848F53491246DB230B5BB, NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_6 = (UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF*)il2cpp_codegen_object_new(UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var);
NullCheck(L_6);
UriFormatException__ctor_m718A5DEB020FAAD1F654CD05E63C3988AA7712D3(L_6, L_5, NULL);
return L_6;
}
IL_0071:
{
String_t* L_7;
L_7 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(_stringLiteral659F36F170A47067B1A80CD9B6619237197BD872, NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_8 = (UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF*)il2cpp_codegen_object_new(UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var);
NullCheck(L_8);
UriFormatException__ctor_m718A5DEB020FAAD1F654CD05E63C3988AA7712D3(L_8, L_7, NULL);
return L_8;
}
IL_0081:
{
String_t* L_9;
L_9 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(_stringLiteralD90CDA62B9AE646096CCD287ACE999D2EFB8ADA5, NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_10 = (UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF*)il2cpp_codegen_object_new(UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var);
NullCheck(L_10);
UriFormatException__ctor_m718A5DEB020FAAD1F654CD05E63C3988AA7712D3(L_10, L_9, NULL);
return L_10;
}
IL_0091:
{
String_t* L_11;
L_11 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(_stringLiteralDDA0FEDECC3765A8D5F295C4B302D615D29F3483, NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_12 = (UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF*)il2cpp_codegen_object_new(UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var);
NullCheck(L_12);
UriFormatException__ctor_m718A5DEB020FAAD1F654CD05E63C3988AA7712D3(L_12, L_11, NULL);
return L_12;
}
IL_00a1:
{
String_t* L_13;
L_13 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(_stringLiteral2548827C46E1449217FD7CD3DA9F653E7BC05534, NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_14 = (UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF*)il2cpp_codegen_object_new(UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var);
NullCheck(L_14);
UriFormatException__ctor_m718A5DEB020FAAD1F654CD05E63C3988AA7712D3(L_14, L_13, NULL);
return L_14;
}
IL_00b1:
{
String_t* L_15;
L_15 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(_stringLiteral2659A93A14DB81D09000B3E98CBB7FBD3940D067, NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_16 = (UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF*)il2cpp_codegen_object_new(UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var);
NullCheck(L_16);
UriFormatException__ctor_m718A5DEB020FAAD1F654CD05E63C3988AA7712D3(L_16, L_15, NULL);
return L_16;
}
IL_00c1:
{
String_t* L_17;
L_17 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(_stringLiteral82F0E6BA3FD6F5AA7F9F5A798046A3B615F6D560, NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_18 = (UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF*)il2cpp_codegen_object_new(UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var);
NullCheck(L_18);
UriFormatException__ctor_m718A5DEB020FAAD1F654CD05E63C3988AA7712D3(L_18, L_17, NULL);
return L_18;
}
IL_00d1:
{
String_t* L_19;
L_19 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(_stringLiteral10967EC4A6C481862CE1D9E400B88D2400A58495, NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_20 = (UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF*)il2cpp_codegen_object_new(UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var);
NullCheck(L_20);
UriFormatException__ctor_m718A5DEB020FAAD1F654CD05E63C3988AA7712D3(L_20, L_19, NULL);
return L_20;
}
IL_00e1:
{
String_t* L_21;
L_21 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(_stringLiteral0ECCA26D6E6512BFFD6AC0372868F35B289A0AC9, NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_22 = (UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF*)il2cpp_codegen_object_new(UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var);
NullCheck(L_22);
UriFormatException__ctor_m718A5DEB020FAAD1F654CD05E63C3988AA7712D3(L_22, L_21, NULL);
return L_22;
}
IL_00f1:
{
String_t* L_23;
L_23 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(_stringLiteral4FB7CA16AB7B5A4F956554894A7222DF13F448AA, NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_24 = (UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF*)il2cpp_codegen_object_new(UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var);
NullCheck(L_24);
UriFormatException__ctor_m718A5DEB020FAAD1F654CD05E63C3988AA7712D3(L_24, L_23, NULL);
return L_24;
}
IL_0101:
{
String_t* L_25;
L_25 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(_stringLiteral82F0E6BA3FD6F5AA7F9F5A798046A3B615F6D560, NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_26 = (UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF*)il2cpp_codegen_object_new(UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var);
NullCheck(L_26);
UriFormatException__ctor_m718A5DEB020FAAD1F654CD05E63C3988AA7712D3(L_26, L_25, NULL);
return L_26;
}
}
// System.Void System.Uri::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_mE1AB9FB0563073B8DFB381A69A54E9E0459D583F (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___serializationInfo0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___streamingContext1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02158C33AAFC69461998755D511D2DD0C9BDBB59);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral279EA60C732ADCA7403A83C01015BDFB2C45ECA3);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___serializationInfo0;
NullCheck(L_0);
String_t* L_1;
L_1 = SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9(L_0, _stringLiteral279EA60C732ADCA7403A83C01015BDFB2C45ECA3, NULL);
V_0 = L_1;
String_t* L_2 = V_0;
NullCheck(L_2);
int32_t L_3;
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
if (!L_3)
{
goto IL_0024;
}
}
{
String_t* L_4 = V_0;
Uri_CreateThis_m522F36D576D9A8803410439127DB32837331BA3A(__this, L_4, (bool)0, 1, NULL);
return;
}
IL_0024:
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_5 = ___serializationInfo0;
NullCheck(L_5);
String_t* L_6;
L_6 = SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9(L_5, _stringLiteral02158C33AAFC69461998755D511D2DD0C9BDBB59, NULL);
V_0 = L_6;
String_t* L_7 = V_0;
if (L_7)
{
goto IL_003e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_8 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_8);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6D153343DC0552ABAFC2B893F453DC72854A37BE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri__ctor_mE1AB9FB0563073B8DFB381A69A54E9E0459D583F_RuntimeMethod_var)));
}
IL_003e:
{
String_t* L_9 = V_0;
Uri_CreateThis_m522F36D576D9A8803410439127DB32837331BA3A(__this, L_9, (bool)0, 2, NULL);
return;
}
}
// System.Void System.Uri::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_System_Runtime_Serialization_ISerializable_GetObjectData_m39D9B260E68B8715E9B693A125A2116CE14D760D (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___serializationInfo0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___streamingContext1, const RuntimeMethod* method)
{
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___serializationInfo0;
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___streamingContext1;
Uri_GetObjectData_m0D16C2BC060F0B88503DCC0EEACB151D43FA16CA(__this, L_0, L_1, NULL);
return;
}
}
// System.Void System.Uri::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_GetObjectData_m0D16C2BC060F0B88503DCC0EEACB151D43FA16CA (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___serializationInfo0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___streamingContext1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02158C33AAFC69461998755D511D2DD0C9BDBB59);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral279EA60C732ADCA7403A83C01015BDFB2C45ECA3);
s_Il2CppMethodInitialized = true;
}
{
bool L_0;
L_0 = Uri_get_IsAbsoluteUri_m2F9B759B85D295639D7959A616E1FBC203D756DF(__this, NULL);
if (!L_0)
{
goto IL_0020;
}
}
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_1 = ___serializationInfo0;
String_t* L_2;
L_2 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(__this, ((int32_t)-2147483648LL), 1, NULL);
NullCheck(L_1);
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_1, _stringLiteral279EA60C732ADCA7403A83C01015BDFB2C45ECA3, L_2, NULL);
return;
}
IL_0020:
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_3 = ___serializationInfo0;
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
NullCheck(L_3);
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_3, _stringLiteral279EA60C732ADCA7403A83C01015BDFB2C45ECA3, L_4, NULL);
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_5 = ___serializationInfo0;
String_t* L_6;
L_6 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(__this, ((int32_t)-2147483648LL), 1, NULL);
NullCheck(L_5);
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_5, _stringLiteral02158C33AAFC69461998755D511D2DD0C9BDBB59, L_6, NULL);
return;
}
}
// System.String System.Uri::get_AbsolutePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_mABB93DD30D4C0F11948DE5C117650B1C3A9925CA (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
bool L_0;
L_0 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(__this, NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1;
L_1 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_get_AbsolutePath_mABB93DD30D4C0F11948DE5C117650B1C3A9925CA_RuntimeMethod_var)));
}
IL_0018:
{
String_t* L_3;
L_3 = Uri_get_PrivateAbsolutePath_mF7B63FC5EBFAB1EE164BF868900B548962C5A546(__this, NULL);
V_0 = L_3;
bool L_4;
L_4 = Uri_get_IsDosPath_m16357B61F5D111C45EF7D40276B96429E414F0D2(__this, NULL);
if (!L_4)
{
goto IL_003a;
}
}
{
String_t* L_5 = V_0;
NullCheck(L_5);
Il2CppChar L_6;
L_6 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_5, 0, 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;
L_8 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_7, 1, NULL);
V_0 = L_8;
}
IL_003a:
{
String_t* L_9 = V_0;
return L_9;
}
}
// System.String System.Uri::get_PrivateAbsolutePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_PrivateAbsolutePath_mF7B63FC5EBFAB1EE164BF868900B548962C5A546 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* V_0 = NULL;
String_t* V_1 = NULL;
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_0;
L_0 = Uri_EnsureUriInfo_m6FE387306AF82CDCFC56E2E9C2171C406D1FA982(__this, NULL);
V_0 = L_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_1 = V_0;
NullCheck(L_1);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_2 = L_1->___MoreInfo_5;
if (L_2)
{
goto IL_001a;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_3 = V_0;
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_4 = (MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA*)il2cpp_codegen_object_new(MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA_il2cpp_TypeInfo_var);
NullCheck(L_4);
MoreInfo__ctor_m4AC1286A4D4DAD0AB0EE99A2C952D54BFA5F44A7(L_4, NULL);
NullCheck(L_3);
L_3->___MoreInfo_5 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&L_3->___MoreInfo_5), (void*)L_4);
}
IL_001a:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_5 = V_0;
NullCheck(L_5);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_6 = L_5->___MoreInfo_5;
NullCheck(L_6);
String_t* L_7 = L_6->___Path_0;
V_1 = L_7;
String_t* L_8 = V_1;
if (L_8)
{
goto IL_0042;
}
}
{
String_t* L_9;
L_9 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(__this, ((int32_t)1073741840), 1, NULL);
V_1 = L_9;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_10 = V_0;
NullCheck(L_10);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_11 = L_10->___MoreInfo_5;
String_t* L_12 = V_1;
NullCheck(L_11);
L_11->___Path_0 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&L_11->___Path_0), (void*)L_12);
}
IL_0042:
{
String_t* L_13 = V_1;
return L_13;
}
}
// System.String System.Uri::get_AbsoluteUri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_AbsoluteUri_m080934F4F2E2160EBEABDF00F8B6D59888EA63AE (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* V_0 = NULL;
String_t* V_1 = NULL;
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_0 = __this->___m_Syntax_15;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1;
L_1 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_get_AbsoluteUri_m080934F4F2E2160EBEABDF00F8B6D59888EA63AE_RuntimeMethod_var)));
}
IL_0018:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_3;
L_3 = Uri_EnsureUriInfo_m6FE387306AF82CDCFC56E2E9C2171C406D1FA982(__this, NULL);
V_0 = L_3;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_4 = V_0;
NullCheck(L_4);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_5 = L_4->___MoreInfo_5;
if (L_5)
{
goto IL_0032;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_6 = V_0;
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_7 = (MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA*)il2cpp_codegen_object_new(MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA_il2cpp_TypeInfo_var);
NullCheck(L_7);
MoreInfo__ctor_m4AC1286A4D4DAD0AB0EE99A2C952D54BFA5F44A7(L_7, NULL);
NullCheck(L_6);
L_6->___MoreInfo_5 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&L_6->___MoreInfo_5), (void*)L_7);
}
IL_0032:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_8 = V_0;
NullCheck(L_8);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_9 = L_8->___MoreInfo_5;
NullCheck(L_9);
String_t* L_10 = L_9->___AbsoluteUri_3;
V_1 = L_10;
String_t* L_11 = V_1;
if (L_11)
{
goto IL_0057;
}
}
{
String_t* L_12;
L_12 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(__this, ((int32_t)127), 1, NULL);
V_1 = L_12;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_13 = V_0;
NullCheck(L_13);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_14 = L_13->___MoreInfo_5;
String_t* L_15 = V_1;
NullCheck(L_14);
L_14->___AbsoluteUri_3 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&L_14->___AbsoluteUri_3), (void*)L_15);
}
IL_0057:
{
String_t* L_16 = V_1;
return L_16;
}
}
// System.String System.Uri::get_LocalPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_m60EE736E6F601238CBC20CE7DBB647C61F16DB0E (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(__this, NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1;
L_1 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_get_LocalPath_m60EE736E6F601238CBC20CE7DBB647C61F16DB0E_RuntimeMethod_var)));
}
IL_0018:
{
String_t* L_3;
L_3 = Uri_GetLocalPath_mDC900B37A0BEA02CAD7298582C2042221F9859DE(__this, NULL);
return L_3;
}
}
// System.String System.Uri::get_Authority()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Authority_m5BE92DE43B1B4BCD6849FEBDE5530AB97E0C31EB (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(__this, NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1;
L_1 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_get_Authority_m5BE92DE43B1B4BCD6849FEBDE5530AB97E0C31EB_RuntimeMethod_var)));
}
IL_0018:
{
String_t* L_3;
L_3 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(__this, ((int32_t)12), 1, NULL);
return L_3;
}
}
// System.UriHostNameType System.Uri::get_HostNameType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_HostNameType_m710282366272F2807B7D09D79C20014515BB81D3 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
uint64_t V_0 = 0;
{
bool L_0;
L_0 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(__this, NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1;
L_1 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_get_HostNameType_m710282366272F2807B7D09D79C20014515BB81D3_RuntimeMethod_var)));
}
IL_0018:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_3 = __this->___m_Syntax_15;
NullCheck(L_3);
bool L_4;
L_4 = UriParser_get_IsSimple_m8ED850D585BA3BA0FDC239496065E6D2D973C7E5(L_3, NULL);
if (!L_4)
{
goto IL_002e;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_5;
L_5 = Uri_EnsureUriInfo_m6FE387306AF82CDCFC56E2E9C2171C406D1FA982(__this, NULL);
goto IL_0035;
}
IL_002e:
{
Uri_EnsureHostString_m7F5F3ED8488F83170A857CD51F0CFEB8322AA055(__this, (bool)0, NULL);
}
IL_0035:
{
uint64_t L_6;
L_6 = Uri_get_HostType_mA30DC51045EE5FE94B3CB84B0D361A9C28EE572E(__this, NULL);
V_0 = L_6;
uint64_t L_7 = V_0;
if ((!(((uint64_t)L_7) <= ((uint64_t)((int64_t)((int32_t)196608))))))
{
goto IL_0062;
}
}
{
uint64_t L_8 = V_0;
if ((((int64_t)L_8) == ((int64_t)((int64_t)((int32_t)65536)))))
{
goto IL_0083;
}
}
{
uint64_t L_9 = V_0;
if ((((int64_t)L_9) == ((int64_t)((int64_t)((int32_t)131072)))))
{
goto IL_0081;
}
}
{
uint64_t L_10 = V_0;
if ((((int64_t)L_10) == ((int64_t)((int64_t)((int32_t)196608)))))
{
goto IL_007f;
}
}
{
goto IL_008b;
}
IL_0062:
{
uint64_t L_11 = V_0;
if ((((int64_t)L_11) == ((int64_t)((int64_t)((int32_t)262144)))))
{
goto IL_0087;
}
}
{
uint64_t L_12 = V_0;
if ((((int64_t)L_12) == ((int64_t)((int64_t)((int32_t)327680)))))
{
goto IL_0085;
}
}
{
uint64_t L_13 = V_0;
if ((((int64_t)L_13) == ((int64_t)((int64_t)((int32_t)458752)))))
{
goto IL_0089;
}
}
{
goto IL_008b;
}
IL_007f:
{
return (int32_t)(2);
}
IL_0081:
{
return (int32_t)(3);
}
IL_0083:
{
return (int32_t)(4);
}
IL_0085:
{
return (int32_t)(1);
}
IL_0087:
{
return (int32_t)(1);
}
IL_0089:
{
return (int32_t)(0);
}
IL_008b:
{
return (int32_t)(0);
}
}
// System.Boolean System.Uri::get_IsDefaultPort()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsDefaultPort_m1BFC89B27306852E9AFDEF92897FD52B0B3ECD06 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(__this, NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1;
L_1 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_get_IsDefaultPort_m1BFC89B27306852E9AFDEF92897FD52B0B3ECD06_RuntimeMethod_var)));
}
IL_0018:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_3 = __this->___m_Syntax_15;
NullCheck(L_3);
bool L_4;
L_4 = UriParser_get_IsSimple_m8ED850D585BA3BA0FDC239496065E6D2D973C7E5(L_3, NULL);
if (!L_4)
{
goto IL_002e;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_5;
L_5 = Uri_EnsureUriInfo_m6FE387306AF82CDCFC56E2E9C2171C406D1FA982(__this, NULL);
goto IL_0035;
}
IL_002e:
{
Uri_EnsureHostString_m7F5F3ED8488F83170A857CD51F0CFEB8322AA055(__this, (bool)0, NULL);
}
IL_0035:
{
bool L_6;
L_6 = Uri_NotAny_mB88A38A602D4A784CADBD43FDF4CDA0235371E81(__this, ((int64_t)((int32_t)8388608)), NULL);
return L_6;
}
}
// System.Boolean System.Uri::get_IsFile()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsFile_m760E384ED177DC9197D5010B763F64196552DF5F (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0;
L_0 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(__this, NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1;
L_1 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_get_IsFile_m760E384ED177DC9197D5010B763F64196552DF5F_RuntimeMethod_var)));
}
IL_0018:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_3 = __this->___m_Syntax_15;
NullCheck(L_3);
String_t* L_4;
L_4 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_3, NULL);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
String_t* L_5 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeFile_0;
return (bool)((((RuntimeObject*)(String_t*)L_4) == ((RuntimeObject*)(String_t*)L_5))? 1 : 0);
}
}
// System.Boolean System.Uri::get_IsLoopback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsLoopback_m0E865DCC324F483C0C60E7D8E6FEF7AD0F46059A (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(__this, NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1;
L_1 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_get_IsLoopback_m0E865DCC324F483C0C60E7D8E6FEF7AD0F46059A_RuntimeMethod_var)));
}
IL_0018:
{
Uri_EnsureHostString_m7F5F3ED8488F83170A857CD51F0CFEB8322AA055(__this, (bool)0, NULL);
bool L_3;
L_3 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)4194304)), NULL);
return L_3;
}
}
// System.String System.Uri::get_PathAndQuery()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_PathAndQuery_m33B64A4AAF08510C0199CF5A85918B91D1008E5C (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
bool L_0;
L_0 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(__this, NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1;
L_1 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_get_PathAndQuery_m33B64A4AAF08510C0199CF5A85918B91D1008E5C_RuntimeMethod_var)));
}
IL_0018:
{
String_t* L_3;
L_3 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(__this, ((int32_t)48), 1, NULL);
V_0 = L_3;
bool L_4;
L_4 = Uri_get_IsDosPath_m16357B61F5D111C45EF7D40276B96429E414F0D2(__this, NULL);
if (!L_4)
{
goto IL_003d;
}
}
{
String_t* L_5 = V_0;
NullCheck(L_5);
Il2CppChar L_6;
L_6 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_5, 0, 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;
L_8 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_7, 1, NULL);
V_0 = L_8;
}
IL_003d:
{
String_t* L_9 = V_0;
return L_9;
}
}
// System.String[] System.Uri::get_Segments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* Uri_get_Segments_m823EACCF22A1B1D27771147C7B509702E21C2811 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL;
String_t* V_1 = NULL;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
bool L_0;
L_0 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(__this, NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1;
L_1 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_get_Segments_m823EACCF22A1B1D27771147C7B509702E21C2811_RuntimeMethod_var)));
}
IL_0018:
{
V_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = V_0;
if (L_3)
{
goto IL_0091;
}
}
{
String_t* L_4;
L_4 = Uri_get_PrivateAbsolutePath_mF7B63FC5EBFAB1EE164BF868900B548962C5A546(__this, NULL);
V_1 = L_4;
String_t* L_5 = V_1;
NullCheck(L_5);
int32_t L_6;
L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL);
if (L_6)
{
goto IL_0035;
}
}
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)0);
V_0 = L_7;
goto IL_0091;
}
IL_0035:
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_8 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
NullCheck(L_8);
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_8, NULL);
V_2 = L_8;
V_3 = 0;
goto IL_0072;
}
IL_003f:
{
String_t* L_9 = V_1;
int32_t L_10 = V_3;
NullCheck(L_9);
int32_t L_11;
L_11 = String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4(L_9, ((int32_t)47), L_10, NULL);
V_4 = L_11;
int32_t L_12 = V_4;
if ((!(((uint32_t)L_12) == ((uint32_t)(-1)))))
{
goto IL_0059;
}
}
{
String_t* L_13 = V_1;
NullCheck(L_13);
int32_t L_14;
L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL);
V_4 = ((int32_t)il2cpp_codegen_subtract(L_14, 1));
}
IL_0059:
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_15 = V_2;
String_t* L_16 = V_1;
int32_t L_17 = V_3;
int32_t L_18 = V_4;
int32_t L_19 = V_3;
NullCheck(L_16);
String_t* L_20;
L_20 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_16, L_17, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_18, L_19)), 1)), NULL);
NullCheck(L_15);
int32_t L_21;
L_21 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_15, L_20);
int32_t L_22 = V_4;
V_3 = ((int32_t)il2cpp_codegen_add(L_22, 1));
}
IL_0072:
{
int32_t L_23 = V_3;
String_t* L_24 = V_1;
NullCheck(L_24);
int32_t L_25;
L_25 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_24, NULL);
if ((((int32_t)L_23) < ((int32_t)L_25)))
{
goto IL_003f;
}
}
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_26 = V_2;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_27 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_28;
L_28 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_27, NULL);
NullCheck(L_26);
RuntimeArray* L_29;
L_29 = VirtualFuncInvoker1< RuntimeArray*, Type_t* >::Invoke(47 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_26, L_28);
V_0 = ((StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)Castclass((RuntimeObject*)L_29, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var));
}
IL_0091:
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_30 = V_0;
return L_30;
}
}
// System.Boolean System.Uri::get_IsUnc()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsUnc_mB190B452D6A7B09FC8BDD967A5C38F32E87E0FCA (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(__this, NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1;
L_1 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_get_IsUnc_mB190B452D6A7B09FC8BDD967A5C38F32E87E0FCA_RuntimeMethod_var)));
}
IL_0018:
{
bool L_3;
L_3 = Uri_get_IsUncPath_m2D9E7E2DB4EA57EF268B9BA167A1389E18AE9835(__this, NULL);
return L_3;
}
}
// System.String System.Uri::get_Host()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m2C0E258C7DFF7A340049BE9BC08FF45E90988D8C (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(__this, NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1;
L_1 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_get_Host_m2C0E258C7DFF7A340049BE9BC08FF45E90988D8C_RuntimeMethod_var)));
}
IL_0018:
{
String_t* L_3;
L_3 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(__this, 4, 1, NULL);
return L_3;
}
}
// System.Boolean System.Uri::StaticIsFile(System.UriParser)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_StaticIsFile_mDA17D91238AB2D1C549C55C524F67C714145D9CF (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___syntax0, const RuntimeMethod* method)
{
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_0 = ___syntax0;
NullCheck(L_0);
bool L_1;
L_1 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_0, ((int32_t)8192), NULL);
return L_1;
}
}
// System.Object System.Uri::get_InitializeLock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Uri_get_InitializeLock_mBC92A79EFBC775C9192BB5992F88AB868576D9CF (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
RuntimeObject* L_0 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_initLock_26;
if (L_0)
{
goto IL_001a;
}
}
{
RuntimeObject* L_1 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
NullCheck(L_1);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_1, NULL);
V_0 = L_1;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
RuntimeObject* L_2 = V_0;
RuntimeObject* L_3;
L_3 = Interlocked_CompareExchange_mE9CAF0B3E78E95BA138B5623615D3C0242581977((&((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_initLock_26), L_2, NULL, NULL);
}
IL_001a:
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
RuntimeObject* L_4 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_initLock_26;
return L_4;
}
}
// System.Void System.Uri::InitializeUriConfig()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_InitializeUriConfig_mADB8B77C49B053970C363E91FE4BDD8315401364 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
bool V_1 = false;
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_0 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_ConfigInitialized_20;
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_0047;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
RuntimeObject* L_1;
L_1 = Uri_get_InitializeLock_mBC92A79EFBC775C9192BB5992F88AB868576D9CF(NULL);
V_0 = L_1;
V_1 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_003d:
{// begin finally (depth: 1)
{
bool L_2 = V_1;
if (!L_2)
{
goto IL_0046;
}
}
{
RuntimeObject* L_3 = V_0;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_3, NULL);
}
IL_0046:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
RuntimeObject* L_4 = V_0;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_4, (&V_1), NULL);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_5 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_ConfigInitialized_20;
il2cpp_codegen_memory_barrier();
if (L_5)
{
goto IL_003b_1;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_6 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_ConfigInitializing_21;
il2cpp_codegen_memory_barrier();
if (L_6)
{
goto IL_003b_1;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
il2cpp_codegen_memory_barrier();
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_ConfigInitialized_20 = (bool)1;
il2cpp_codegen_memory_barrier();
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_ConfigInitializing_21 = (bool)0;
}
IL_003b_1:
{
goto IL_0047;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0047:
{
return;
}
}
// System.String System.Uri::GetLocalPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetLocalPath_mDC900B37A0BEA02CAD7298582C2042221F9859DE (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B57_0 = NULL;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B56_0 = NULL;
int32_t G_B58_0 = 0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B58_1 = NULL;
{
Uri_EnsureParseRemaining_mDF7D4313A56047EB22457E12330C138156D54783(__this, NULL);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_0 = __this->___m_Info_18;
NullCheck(L_0);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_1 = (&L_0->___Offset_3);
uint16_t L_2 = L_1->___Host_2;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_3 = __this->___m_Info_18;
NullCheck(L_3);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_4 = (&L_3->___Offset_3);
uint16_t L_5 = L_4->___Path_4;
if ((((int32_t)L_2) == ((int32_t)L_5)))
{
goto IL_004e;
}
}
{
bool L_6;
L_6 = Uri_get_IsFile_m760E384ED177DC9197D5010B763F64196552DF5F(__this, NULL);
if (!L_6)
{
goto IL_004e;
}
}
{
String_t* L_7;
L_7 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(__this, NULL);
NullCheck(L_7);
bool L_8;
L_8 = String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264(L_7, _stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA, 4, NULL);
if (!L_8)
{
goto IL_004e;
}
}
{
bool L_9;
L_9 = Uri_get_IsLoopback_m0E865DCC324F483C0C60E7D8E6FEF7AD0F46059A(__this, 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_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_11 = __this->___m_Info_18;
NullCheck(L_11);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_12 = (&L_11->___Offset_3);
uint16_t L_13 = L_12->___Host_2;
V_2 = L_13;
goto IL_0080;
}
IL_0068:
{
String_t* L_14;
L_14 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(__this, NULL);
int32_t L_15 = V_2;
NullCheck(L_14);
Il2CppChar L_16;
L_16 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_14, L_15, 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(L_17, 1));
}
IL_0080:
{
int32_t L_18 = V_2;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_19 = __this->___m_Info_18;
NullCheck(L_19);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_20 = (&L_19->___Offset_3);
uint16_t L_21 = L_20->___Path_4;
if ((((int32_t)L_18) < ((int32_t)L_21)))
{
goto IL_0068;
}
}
IL_0093:
{
bool L_22;
L_22 = Uri_get_IsUncPath_m2D9E7E2DB4EA57EF268B9BA167A1389E18AE9835(__this, NULL);
bool L_23 = V_0;
V_1 = (bool)((int32_t)((int32_t)L_22|(int32_t)L_23));
bool L_24;
L_24 = Uri_get_IsUncOrDosPath_m33F2D8808AB44816518C1C464152D4B7872374F0(__this, NULL);
if (!L_24)
{
goto IL_00b9;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_25 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___IsWindowsFileSystem_25;
if (L_25)
{
goto IL_00b6;
}
}
{
bool L_26;
L_26 = Uri_get_IsUncPath_m2D9E7E2DB4EA57EF268B9BA167A1389E18AE9835(__this, 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)(G_B16_0|(int32_t)L_27)))
{
goto IL_03a5;
}
}
{
Uri_EnsureHostString_m7F5F3ED8488F83170A857CD51F0CFEB8322AA055(__this, (bool)0, NULL);
bool L_28;
L_28 = Uri_NotAny_mB88A38A602D4A784CADBD43FDF4CDA0235371E81(__this, ((int64_t)((int32_t)8212)), NULL);
if (!L_28)
{
goto IL_022b;
}
}
{
bool L_29 = V_0;
if (L_29)
{
goto IL_022b;
}
}
{
bool L_30;
L_30 = Uri_get_IsUncPath_m2D9E7E2DB4EA57EF268B9BA167A1389E18AE9835(__this, NULL);
if (L_30)
{
goto IL_00f9;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_31 = __this->___m_Info_18;
NullCheck(L_31);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_32 = (&L_31->___Offset_3);
uint16_t L_33 = L_32->___Path_4;
G_B22_0 = ((int32_t)(L_33));
goto IL_010b;
}
IL_00f9:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_34 = __this->___m_Info_18;
NullCheck(L_34);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_35 = (&L_34->___Offset_3);
uint16_t L_36 = L_35->___Host_2;
G_B22_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, 2));
}
IL_010b:
{
V_3 = G_B22_0;
bool L_37;
L_37 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(__this, NULL);
if (!L_37)
{
goto IL_0154;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_38 = __this->___m_Info_18;
NullCheck(L_38);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_39 = (&L_38->___Offset_3);
uint16_t L_40 = L_39->___Host_2;
bool L_41;
L_41 = Uri_get_IsDosPath_m16357B61F5D111C45EF7D40276B96429E414F0D2(__this, 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_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_42 = __this->___m_Info_18;
NullCheck(L_42);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_43 = (&L_42->___Offset_3);
uint16_t L_44 = L_43->___Query_5;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_45 = __this->___m_Info_18;
NullCheck(L_45);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_46 = (&L_45->___Offset_3);
uint16_t L_47 = L_46->___End_7;
if ((((int32_t)L_44) == ((int32_t)L_47)))
{
goto IL_01c0;
}
}
IL_0154:
{
bool L_48;
L_48 = Uri_get_IsDosPath_m16357B61F5D111C45EF7D40276B96429E414F0D2(__this, NULL);
if (!L_48)
{
goto IL_017c;
}
}
{
String_t* L_49 = __this->___m_String_13;
int32_t L_50 = V_3;
NullCheck(L_49);
Il2CppChar L_51;
L_51 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_49, L_50, NULL);
if ((((int32_t)L_51) == ((int32_t)((int32_t)47))))
{
goto IL_019c;
}
}
{
String_t* L_52 = __this->___m_String_13;
int32_t L_53 = V_3;
NullCheck(L_52);
Il2CppChar L_54;
L_54 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_52, L_53, NULL);
if ((((int32_t)L_54) == ((int32_t)((int32_t)92))))
{
goto IL_019c;
}
}
IL_017c:
{
String_t* L_55 = __this->___m_String_13;
int32_t L_56 = V_3;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_57 = __this->___m_Info_18;
NullCheck(L_57);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_58 = (&L_57->___Offset_3);
uint16_t L_59 = L_58->___Query_5;
int32_t L_60 = V_3;
NullCheck(L_55);
String_t* L_61;
L_61 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_55, L_56, ((int32_t)il2cpp_codegen_subtract((int32_t)L_59, L_60)), NULL);
G_B34_0 = L_61;
goto IL_01c6;
}
IL_019c:
{
String_t* L_62 = __this->___m_String_13;
int32_t L_63 = V_3;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_64 = __this->___m_Info_18;
NullCheck(L_64);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_65 = (&L_64->___Offset_3);
uint16_t L_66 = L_65->___Query_5;
int32_t L_67 = V_3;
NullCheck(L_62);
String_t* L_68;
L_68 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_62, ((int32_t)il2cpp_codegen_add(L_63, 1)), ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract((int32_t)L_66, L_67)), 1)), NULL);
G_B34_0 = L_68;
goto IL_01c6;
}
IL_01c0:
{
String_t* L_69 = __this->___m_String_13;
G_B34_0 = L_69;
}
IL_01c6:
{
V_9 = G_B34_0;
bool L_70;
L_70 = Uri_get_IsDosPath_m16357B61F5D111C45EF7D40276B96429E414F0D2(__this, NULL);
if (!L_70)
{
goto IL_01f6;
}
}
{
String_t* L_71 = V_9;
NullCheck(L_71);
Il2CppChar L_72;
L_72 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_71, 1, 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;
L_74 = String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68(L_73, 1, 1, NULL);
V_9 = L_74;
String_t* L_75 = V_9;
NullCheck(L_75);
String_t* L_76;
L_76 = String_Insert_mA279E748F06514A6D0B9B680D651D6A6C6BB561A(L_75, 1, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, 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;
L_79 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_77, L_78, 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;
L_81 = String_Replace_m86403DC5F422D8D5E1CFAAF255B103CB807EDAAF(L_80, ((int32_t)47), ((int32_t)92), NULL);
V_9 = L_81;
goto IL_0228;
}
IL_0217:
{
int32_t L_82 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add(L_82, 1));
}
IL_021d:
{
int32_t L_83 = V_10;
String_t* L_84 = V_9;
NullCheck(L_84);
int32_t L_85;
L_85 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_84, 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_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_87 = __this->___m_Info_18;
NullCheck(L_87);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_88 = (&L_87->___Offset_3);
uint16_t L_89 = L_88->___Path_4;
V_3 = L_89;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_90 = __this->___m_Info_18;
NullCheck(L_90);
String_t* L_91 = L_90->___Host_0;
V_6 = L_91;
String_t* L_92 = V_6;
NullCheck(L_92);
int32_t L_93;
L_93 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_92, NULL);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_94 = __this->___m_Info_18;
NullCheck(L_94);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_95 = (&L_94->___Offset_3);
uint16_t L_96 = L_95->___Fragment_6;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_97 = __this->___m_Info_18;
NullCheck(L_97);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_98 = (&L_97->___Offset_3);
uint16_t L_99 = L_98->___Path_4;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_100 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_93, 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_102 = V_4;
NullCheck(L_102);
(L_102)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)92));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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;
L_106 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_105, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_107 = V_4;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_108 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_109;
L_109 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(L_104, 0, L_106, L_107, (&V_5), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_108, (bool)0, NULL);
goto IL_02e1;
}
IL_02bd:
{
String_t* L_110 = __this->___m_String_13;
int32_t L_111 = V_3;
NullCheck(L_110);
Il2CppChar L_112;
L_112 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_110, L_111, NULL);
if ((((int32_t)L_112) == ((int32_t)((int32_t)47))))
{
goto IL_02dd;
}
}
{
String_t* L_113 = __this->___m_String_13;
int32_t L_114 = V_3;
NullCheck(L_113);
Il2CppChar L_115;
L_115 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_113, L_114, NULL);
if ((!(((uint32_t)L_115) == ((uint32_t)((int32_t)92)))))
{
goto IL_02e1;
}
}
IL_02dd:
{
int32_t L_116 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_116, 1));
}
IL_02e1:
{
int32_t L_117 = V_5;
V_7 = (uint16_t)((int32_t)(uint16_t)L_117);
bool L_118;
L_118 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)16)), NULL);
if (!L_118)
{
goto IL_02f9;
}
}
{
bool L_119;
L_119 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(__this, NULL);
if (!L_119)
{
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_120 = __this->___m_String_13;
int32_t L_121 = V_3;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_122 = __this->___m_Info_18;
NullCheck(L_122);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_123 = (&L_122->___Offset_3);
uint16_t L_124 = L_123->___Query_5;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_125 = V_4;
int32_t L_126 = V_8;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_127 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_128;
L_128 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(L_120, L_121, L_124, L_125, (&V_5), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), L_126, L_127, (bool)1, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_129 = V_4;
NullCheck(L_129);
int32_t L_130 = 1;
uint16_t L_131 = (uint16_t)(L_129)->GetAt(static_cast<il2cpp_array_size_t>(L_130));
if ((!(((uint32_t)L_131) == ((uint32_t)((int32_t)124)))))
{
goto IL_0347;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_132 = V_4;
NullCheck(L_132);
(L_132)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)58));
}
IL_0347:
{
bool L_133;
L_133 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)8192)), NULL);
if (!L_133)
{
goto IL_0377;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_134 = V_4;
bool L_135;
L_135 = Uri_get_IsDosPath_m16357B61F5D111C45EF7D40276B96429E414F0D2(__this, NULL);
G_B56_0 = L_134;
if (L_135)
{
G_B57_0 = L_134;
goto IL_0363;
}
}
{
uint16_t L_136 = V_7;
G_B58_0 = ((int32_t)(L_136));
G_B58_1 = G_B56_0;
goto IL_0367;
}
IL_0363:
{
uint16_t L_137 = V_7;
G_B58_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_137, 2));
G_B58_1 = G_B57_0;
}
IL_0367:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_138 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_139;
L_139 = Uri_Compress_m0A24E0C5DD7555EA7723C37FF428B0B1CA6B976D(G_B58_1, (uint16_t)((int32_t)(uint16_t)G_B58_0), (&V_5), L_138, NULL);
V_4 = L_139;
}
IL_0377:
{
V_11 = (uint16_t)0;
goto IL_0393;
}
IL_037c:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_140 = V_4;
uint16_t L_141 = V_11;
NullCheck(L_140);
uint16_t L_142 = L_141;
uint16_t L_143 = (uint16_t)(L_140)->GetAt(static_cast<il2cpp_array_size_t>(L_142));
if ((!(((uint32_t)L_143) == ((uint32_t)((int32_t)47)))))
{
goto IL_038c;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_144 = V_4;
uint16_t L_145 = V_11;
NullCheck(L_144);
(L_144)->SetAt(static_cast<il2cpp_array_size_t>(L_145), (Il2CppChar)((int32_t)92));
}
IL_038c:
{
uint16_t L_146 = V_11;
V_11 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_146, 1)));
}
IL_0393:
{
uint16_t L_147 = V_11;
int32_t L_148 = V_5;
if ((((int32_t)L_147) < ((int32_t)((int32_t)(uint16_t)L_148))))
{
goto IL_037c;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_149 = V_4;
int32_t L_150 = V_5;
String_t* L_151;
L_151 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_149, 0, L_150, NULL);
return L_151;
}
IL_03a5:
{
String_t* L_152;
L_152 = Uri_GetUnescapedParts_m57F83B75B05C5D8EAB6B8ACCB6C8E4F0922CB7ED(__this, ((int32_t)1073741840), 2, NULL);
return L_152;
}
}
// System.Int32 System.Uri::get_Port()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m7A1413AC9D9A2FC5DC8A7F89DF4A01ACA0241A02 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(__this, NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1;
L_1 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_get_Port_m7A1413AC9D9A2FC5DC8A7F89DF4A01ACA0241A02_RuntimeMethod_var)));
}
IL_0018:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_3 = __this->___m_Syntax_15;
NullCheck(L_3);
bool L_4;
L_4 = UriParser_get_IsSimple_m8ED850D585BA3BA0FDC239496065E6D2D973C7E5(L_3, NULL);
if (!L_4)
{
goto IL_002e;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_5;
L_5 = Uri_EnsureUriInfo_m6FE387306AF82CDCFC56E2E9C2171C406D1FA982(__this, NULL);
goto IL_0035;
}
IL_002e:
{
Uri_EnsureHostString_m7F5F3ED8488F83170A857CD51F0CFEB8322AA055(__this, (bool)0, NULL);
}
IL_0035:
{
bool L_6;
L_6 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)8388608)), NULL);
if (!L_6)
{
goto IL_0054;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_7 = __this->___m_Info_18;
NullCheck(L_7);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_8 = (&L_7->___Offset_3);
uint16_t L_9 = L_8->___PortValue_3;
return L_9;
}
IL_0054:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_10 = __this->___m_Syntax_15;
NullCheck(L_10);
int32_t L_11;
L_11 = UriParser_get_DefaultPort_m38684C86B40F59960533D8F812B311ACBBEB7AA5_inline(L_10, NULL);
return L_11;
}
}
// System.String System.Uri::get_Query()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Query_m17DEC663263C486C8C8177AF9C4BFE2FFBE51178 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* V_0 = NULL;
String_t* V_1 = NULL;
{
bool L_0;
L_0 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(__this, NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1;
L_1 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_get_Query_m17DEC663263C486C8C8177AF9C4BFE2FFBE51178_RuntimeMethod_var)));
}
IL_0018:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_3;
L_3 = Uri_EnsureUriInfo_m6FE387306AF82CDCFC56E2E9C2171C406D1FA982(__this, NULL);
V_0 = L_3;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_4 = V_0;
NullCheck(L_4);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_5 = L_4->___MoreInfo_5;
if (L_5)
{
goto IL_0032;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_6 = V_0;
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_7 = (MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA*)il2cpp_codegen_object_new(MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA_il2cpp_TypeInfo_var);
NullCheck(L_7);
MoreInfo__ctor_m4AC1286A4D4DAD0AB0EE99A2C952D54BFA5F44A7(L_7, NULL);
NullCheck(L_6);
L_6->___MoreInfo_5 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&L_6->___MoreInfo_5), (void*)L_7);
}
IL_0032:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_8 = V_0;
NullCheck(L_8);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_9 = L_8->___MoreInfo_5;
NullCheck(L_9);
String_t* L_10 = L_9->___Query_1;
V_1 = L_10;
String_t* L_11 = V_1;
if (L_11)
{
goto IL_005a;
}
}
{
String_t* L_12;
L_12 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(__this, ((int32_t)1073741856), 1, NULL);
V_1 = L_12;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_13 = V_0;
NullCheck(L_13);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_14 = L_13->___MoreInfo_5;
String_t* L_15 = V_1;
NullCheck(L_14);
L_14->___Query_1 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&L_14->___Query_1), (void*)L_15);
}
IL_005a:
{
String_t* L_16 = V_1;
return L_16;
}
}
// System.String System.Uri::get_Fragment()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Fragment_m3CB7AD14DA9618ADE406039D4713F67D6951D835 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* V_0 = NULL;
String_t* V_1 = NULL;
{
bool L_0;
L_0 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(__this, NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1;
L_1 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_get_Fragment_m3CB7AD14DA9618ADE406039D4713F67D6951D835_RuntimeMethod_var)));
}
IL_0018:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_3;
L_3 = Uri_EnsureUriInfo_m6FE387306AF82CDCFC56E2E9C2171C406D1FA982(__this, NULL);
V_0 = L_3;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_4 = V_0;
NullCheck(L_4);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_5 = L_4->___MoreInfo_5;
if (L_5)
{
goto IL_0032;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_6 = V_0;
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_7 = (MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA*)il2cpp_codegen_object_new(MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA_il2cpp_TypeInfo_var);
NullCheck(L_7);
MoreInfo__ctor_m4AC1286A4D4DAD0AB0EE99A2C952D54BFA5F44A7(L_7, NULL);
NullCheck(L_6);
L_6->___MoreInfo_5 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&L_6->___MoreInfo_5), (void*)L_7);
}
IL_0032:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_8 = V_0;
NullCheck(L_8);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_9 = L_8->___MoreInfo_5;
NullCheck(L_9);
String_t* L_10 = L_9->___Fragment_2;
V_1 = L_10;
String_t* L_11 = V_1;
if (L_11)
{
goto IL_005a;
}
}
{
String_t* L_12;
L_12 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(__this, ((int32_t)1073741888), 1, NULL);
V_1 = L_12;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_13 = V_0;
NullCheck(L_13);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_14 = L_13->___MoreInfo_5;
String_t* L_15 = V_1;
NullCheck(L_14);
L_14->___Fragment_2 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&L_14->___Fragment_2), (void*)L_15);
}
IL_005a:
{
String_t* L_16 = V_1;
return L_16;
}
}
// System.String System.Uri::get_Scheme()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(__this, NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1;
L_1 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F_RuntimeMethod_var)));
}
IL_0018:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_3 = __this->___m_Syntax_15;
NullCheck(L_3);
String_t* L_4;
L_4 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_3, NULL);
return L_4;
}
}
// System.Boolean System.Uri::get_OriginalStringSwitched()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_OriginalStringSwitched_mBE7152D5DA7A1D922B728B9EA8C64815B0469FB7 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___m_iriParsing_19;
if (!L_0)
{
goto IL_0019;
}
}
{
bool L_1;
L_1 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)8589934592LL), NULL);
if (L_1)
{
goto IL_0046;
}
}
IL_0019:
{
bool L_2;
L_2 = Uri_get_AllowIdn_m612B747CE2F03FCA867D81F14710758B561209E7(__this, NULL);
if (!L_2)
{
goto IL_0044;
}
}
{
bool L_3;
L_3 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)4294967296LL), NULL);
if (L_3)
{
goto IL_0042;
}
}
{
bool L_4;
L_4 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)68719476736LL), NULL);
return L_4;
}
IL_0042:
{
return (bool)1;
}
IL_0044:
{
return (bool)0;
}
IL_0046:
{
return (bool)1;
}
}
// System.String System.Uri::get_OriginalString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = Uri_get_OriginalStringSwitched_mBE7152D5DA7A1D922B728B9EA8C64815B0469FB7(__this, NULL);
if (L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = __this->___m_String_13;
return L_1;
}
IL_000f:
{
String_t* L_2 = __this->___m_originalUnicodeString_14;
return L_2;
}
}
// System.String System.Uri::get_DnsSafeHost()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_DnsSafeHost_mE5001E7AE7F1879A2059024EA06C9031F6320A2B (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL;
int32_t V_2 = 0;
{
bool L_0;
L_0 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(__this, NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1;
L_1 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_get_DnsSafeHost_mE5001E7AE7F1879A2059024EA06C9031F6320A2B_RuntimeMethod_var)));
}
IL_0018:
{
bool L_3;
L_3 = Uri_get_AllowIdn_m612B747CE2F03FCA867D81F14710758B561209E7(__this, NULL);
if (!L_3)
{
goto IL_0057;
}
}
{
uint64_t L_4 = __this->___m_Flags_17;
if (((int64_t)((int64_t)L_4&((int64_t)4294967296LL))))
{
goto IL_0044;
}
}
{
uint64_t L_5 = __this->___m_Flags_17;
if (!((int64_t)((int64_t)L_5&((int64_t)68719476736LL))))
{
goto IL_0057;
}
}
IL_0044:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_6;
L_6 = Uri_EnsureUriInfo_m6FE387306AF82CDCFC56E2E9C2171C406D1FA982(__this, NULL);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_7 = __this->___m_Info_18;
NullCheck(L_7);
String_t* L_8 = L_7->___DnsSafeHost_4;
return L_8;
}
IL_0057:
{
Uri_EnsureHostString_m7F5F3ED8488F83170A857CD51F0CFEB8322AA055(__this, (bool)0, NULL);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_9 = __this->___m_Info_18;
NullCheck(L_9);
String_t* L_10 = L_9->___DnsSafeHost_4;
bool L_11;
L_11 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_10, NULL);
if (L_11)
{
goto IL_007c;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_12 = __this->___m_Info_18;
NullCheck(L_12);
String_t* L_13 = L_12->___DnsSafeHost_4;
return L_13;
}
IL_007c:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_14 = __this->___m_Info_18;
NullCheck(L_14);
String_t* L_15 = L_14->___Host_0;
NullCheck(L_15);
int32_t L_16;
L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_15, NULL);
if (L_16)
{
goto IL_0094;
}
}
{
String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_17;
}
IL_0094:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_18 = __this->___m_Info_18;
NullCheck(L_18);
String_t* L_19 = L_18->___Host_0;
V_0 = L_19;
uint64_t L_20;
L_20 = Uri_get_HostType_mA30DC51045EE5FE94B3CB84B0D361A9C28EE572E(__this, NULL);
if ((!(((uint64_t)L_20) == ((uint64_t)((int64_t)((int32_t)65536))))))
{
goto IL_00df;
}
}
{
String_t* L_21 = V_0;
String_t* L_22 = V_0;
NullCheck(L_22);
int32_t L_23;
L_23 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_22, NULL);
NullCheck(L_21);
String_t* L_24;
L_24 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_21, 1, ((int32_t)il2cpp_codegen_subtract(L_23, 2)), NULL);
V_0 = L_24;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_25 = __this->___m_Info_18;
NullCheck(L_25);
String_t* L_26 = L_25->___ScopeId_1;
if (!L_26)
{
goto IL_013b;
}
}
{
String_t* L_27 = V_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_28 = __this->___m_Info_18;
NullCheck(L_28);
String_t* L_29 = L_28->___ScopeId_1;
String_t* L_30;
L_30 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_27, L_29, NULL);
V_0 = L_30;
goto IL_013b;
}
IL_00df:
{
uint64_t L_31;
L_31 = Uri_get_HostType_mA30DC51045EE5FE94B3CB84B0D361A9C28EE572E(__this, NULL);
if ((!(((uint64_t)L_31) == ((uint64_t)((int64_t)((int32_t)327680))))))
{
goto IL_013b;
}
}
{
bool L_32;
L_32 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)260)), NULL);
if (!L_32)
{
goto IL_013b;
}
}
{
String_t* L_33 = V_0;
NullCheck(L_33);
int32_t L_34;
L_34 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_33, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_35 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)L_34);
V_1 = L_35;
V_2 = 0;
String_t* L_36 = V_0;
String_t* L_37 = V_0;
NullCheck(L_37);
int32_t L_38;
L_38 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_37, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_39 = V_1;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_40 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_41;
L_41 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(L_36, 0, L_38, L_39, (&V_2), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), ((int32_t)10), L_40, (bool)0, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_42 = V_1;
int32_t L_43 = V_2;
String_t* L_44;
L_44 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_42, 0, L_43, NULL);
V_0 = L_44;
}
IL_013b:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_45 = __this->___m_Info_18;
String_t* L_46 = V_0;
NullCheck(L_45);
L_45->___DnsSafeHost_4 = L_46;
Il2CppCodeGenWriteBarrier((void**)(&L_45->___DnsSafeHost_4), (void*)L_46);
String_t* L_47 = V_0;
return L_47;
}
}
// System.Boolean System.Uri::get_IsAbsoluteUri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsAbsoluteUri_m2F9B759B85D295639D7959A616E1FBC203D756DF (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_0 = __this->___m_Syntax_15;
return (bool)((!(((RuntimeObject*)(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
}
}
// System.Boolean System.Uri::get_UserEscaped()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_UserEscaped_m5A376B8E2DDB815CAA2E34AF8890FBA943DC2085 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)524288)), NULL);
return L_0;
}
}
// System.String System.Uri::get_UserInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_UserInfo_mC0189C851F71ACF0B48A462E74C7F3EB86501C8D (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(__this, NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1;
L_1 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_get_UserInfo_mC0189C851F71ACF0B48A462E74C7F3EB86501C8D_RuntimeMethod_var)));
}
IL_0018:
{
String_t* L_3;
L_3 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(__this, 2, 1, NULL);
return L_3;
}
}
// System.Boolean System.Uri::IsGenDelim(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsGenDelim_mB6256291D6D90DAFB8B923D197BBD48A371F4265 (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::IsHexDigit(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsHexDigit_m65CBC0215C67105D79C7B49FAF5DD4676B86ED20 (Il2CppChar ___character0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___character0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)48))))
{
goto IL_000a;
}
}
{
Il2CppChar L_1 = ___character0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)57))))
{
goto IL_0024;
}
}
IL_000a:
{
Il2CppChar L_2 = ___character0;
if ((((int32_t)L_2) < ((int32_t)((int32_t)65))))
{
goto IL_0014;
}
}
{
Il2CppChar L_3 = ___character0;
if ((((int32_t)L_3) <= ((int32_t)((int32_t)70))))
{
goto IL_0024;
}
}
IL_0014:
{
Il2CppChar L_4 = ___character0;
if ((((int32_t)L_4) < ((int32_t)((int32_t)97))))
{
goto IL_0022;
}
}
{
Il2CppChar L_5 = ___character0;
return (bool)((((int32_t)((((int32_t)L_5) > ((int32_t)((int32_t)102)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0022:
{
return (bool)0;
}
IL_0024:
{
return (bool)1;
}
}
// System.Int32 System.Uri::FromHex(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_FromHex_m16EF28AD07AF8D499C8157124A9E7C01D6FFFAA8 (Il2CppChar ___digit0, const RuntimeMethod* method)
{
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)97)));
goto IL_0032;
}
IL_002e:
{
Il2CppChar L_9 = ___digit0;
G_B10_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, ((int32_t)65)));
}
IL_0032:
{
return ((int32_t)il2cpp_codegen_add(G_B10_0, ((int32_t)10)));
}
IL_0036:
{
Il2CppChar L_10 = ___digit0;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, ((int32_t)48)));
}
IL_003b:
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_11 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_11);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral491588DC50F24F885876BF828F202716C7BE3803)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_FromHex_m16EF28AD07AF8D499C8157124A9E7C01D6FFFAA8_RuntimeMethod_var)));
}
}
// System.Int32 System.Uri::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_GetHashCode_m41959A208E51019C57C20014B2505993FB94B70C (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* V_0 = NULL;
int32_t V_1 = 0;
String_t* V_2 = NULL;
{
bool L_0;
L_0 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(__this, NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
String_t* L_1;
L_1 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = Uri_CalculateCaseInsensitiveHashCode_mC84DC2B6AE39DB00143C7DE8BD0CDA05872635A5(L_1, NULL);
return L_2;
}
IL_0014:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_3;
L_3 = Uri_EnsureUriInfo_m6FE387306AF82CDCFC56E2E9C2171C406D1FA982(__this, NULL);
V_0 = L_3;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_4 = V_0;
NullCheck(L_4);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_5 = L_4->___MoreInfo_5;
if (L_5)
{
goto IL_002e;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_6 = V_0;
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_7 = (MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA*)il2cpp_codegen_object_new(MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA_il2cpp_TypeInfo_var);
NullCheck(L_7);
MoreInfo__ctor_m4AC1286A4D4DAD0AB0EE99A2C952D54BFA5F44A7(L_7, NULL);
NullCheck(L_6);
L_6->___MoreInfo_5 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&L_6->___MoreInfo_5), (void*)L_7);
}
IL_002e:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_8 = V_0;
NullCheck(L_8);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_9 = L_8->___MoreInfo_5;
NullCheck(L_9);
int32_t L_10 = L_9->___Hash_4;
V_1 = L_10;
int32_t L_11 = V_1;
if (L_11)
{
goto IL_0072;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_12 = V_0;
NullCheck(L_12);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_13 = L_12->___MoreInfo_5;
NullCheck(L_13);
String_t* L_14 = L_13->___RemoteUrl_5;
V_2 = L_14;
String_t* L_15 = V_2;
if (L_15)
{
goto IL_0056;
}
}
{
String_t* L_16;
L_16 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(__this, ((int32_t)61), 3, NULL);
V_2 = L_16;
}
IL_0056:
{
String_t* L_17 = V_2;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
int32_t L_18;
L_18 = Uri_CalculateCaseInsensitiveHashCode_mC84DC2B6AE39DB00143C7DE8BD0CDA05872635A5(L_17, 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_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_20 = V_0;
NullCheck(L_20);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_21 = L_20->___MoreInfo_5;
int32_t L_22 = V_1;
NullCheck(L_21);
L_21->___Hash_4 = L_22;
}
IL_0072:
{
int32_t L_23 = V_1;
return L_23;
}
}
// System.String System.Uri::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_ToString_mDD98375BF8CEBEF6E3708BBCA6C4AB0B54165DA2 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_0 = __this->___m_Syntax_15;
if (L_0)
{
goto IL_002f;
}
}
{
bool L_1 = __this->___m_iriParsing_19;
if (!L_1)
{
goto IL_0021;
}
}
{
bool L_2;
L_2 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)8589934592LL), NULL);
if (L_2)
{
goto IL_0028;
}
}
IL_0021:
{
String_t* L_3;
L_3 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(__this, NULL);
return L_3;
}
IL_0028:
{
String_t* L_4 = __this->___m_String_13;
return L_4;
}
IL_002f:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_5;
L_5 = Uri_EnsureUriInfo_m6FE387306AF82CDCFC56E2E9C2171C406D1FA982(__this, NULL);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_6 = __this->___m_Info_18;
NullCheck(L_6);
String_t* L_7 = L_6->___String_2;
if (L_7)
{
goto IL_007e;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_8;
L_8 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(__this, NULL);
NullCheck(L_8);
bool L_9;
L_9 = UriParser_get_IsSimple_m8ED850D585BA3BA0FDC239496065E6D2D973C7E5(L_8, NULL);
if (!L_9)
{
goto IL_006a;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_10 = __this->___m_Info_18;
String_t* L_11;
L_11 = Uri_GetComponentsHelper_m83D8E4A027E180AFB34BA5290A8FF381EBCBCB75(__this, ((int32_t)127), ((int32_t)32767), NULL);
NullCheck(L_10);
L_10->___String_2 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&L_10->___String_2), (void*)L_11);
goto IL_007e;
}
IL_006a:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_12 = __this->___m_Info_18;
String_t* L_13;
L_13 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(__this, ((int32_t)127), 3, NULL);
NullCheck(L_12);
L_12->___String_2 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&L_12->___String_2), (void*)L_13);
}
IL_007e:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_14 = __this->___m_Info_18;
NullCheck(L_14);
String_t* L_15 = L_14->___String_2;
return L_15;
}
}
// System.Boolean System.Uri::op_Equality(System.Uri,System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_mB299FA02A76FD12A781BCBAD53D65B73C1768682 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri10, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri21, const RuntimeMethod* method)
{
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___uri10;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_1 = ___uri21;
if ((!(((RuntimeObject*)(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)L_0) == ((RuntimeObject*)(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)L_1))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = ___uri10;
if (!L_2)
{
goto IL_000c;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = ___uri21;
if (L_3)
{
goto IL_000e;
}
}
IL_000c:
{
return (bool)0;
}
IL_000e:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_4 = ___uri21;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5 = ___uri10;
NullCheck(L_4);
bool L_6;
L_6 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5);
return L_6;
}
}
// System.Boolean System.Uri::op_Inequality(System.Uri,System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Inequality_mC32A3382EF16D80BF39005BDD2AB452203D76D6E (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri10, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri21, const RuntimeMethod* method)
{
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___uri10;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_1 = ___uri21;
if ((!(((RuntimeObject*)(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)L_0) == ((RuntimeObject*)(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)L_1))))
{
goto IL_0006;
}
}
{
return (bool)0;
}
IL_0006:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = ___uri10;
if (!L_2)
{
goto IL_000c;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = ___uri21;
if (L_3)
{
goto IL_000e;
}
}
IL_000c:
{
return (bool)1;
}
IL_000e:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_4 = ___uri21;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5 = ___uri10;
NullCheck(L_4);
bool L_6;
L_6 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5);
return (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean System.Uri::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_Equals_m1BD19791DD8A42FEFF5844C29623626C2849C452 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, RuntimeObject* ___comparand0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_0 = NULL;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* V_1 = NULL;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* 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_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)__this) == ((RuntimeObject*)(RuntimeObject*)L_1))))
{
goto IL_000b;
}
}
{
return (bool)1;
}
IL_000b:
{
RuntimeObject* L_2 = ___comparand0;
V_0 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)IsInstClass((RuntimeObject*)L_2, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var));
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* 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_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Uri_TryCreate_mBDD7F98C3BEBD9C3936DDF7960533CBB56478FDF(L_6, 0, (&V_0), NULL);
if (L_7)
{
goto IL_0031;
}
}
{
return (bool)0;
}
IL_0031:
{
String_t* L_8 = __this->___m_String_13;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_9 = V_0;
NullCheck(L_9);
String_t* L_10 = L_9->___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;
L_11 = Uri_get_IsAbsoluteUri_m2F9B759B85D295639D7959A616E1FBC203D756DF(__this, NULL);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_12 = V_0;
NullCheck(L_12);
bool L_13;
L_13 = Uri_get_IsAbsoluteUri_m2F9B759B85D295639D7959A616E1FBC203D756DF(L_12, NULL);
if ((((int32_t)L_11) == ((int32_t)L_13)))
{
goto IL_0051;
}
}
{
return (bool)0;
}
IL_0051:
{
bool L_14;
L_14 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(__this, NULL);
if (!L_14)
{
goto IL_006b;
}
}
{
String_t* L_15;
L_15 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(__this, NULL);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_16 = V_0;
NullCheck(L_16);
String_t* L_17;
L_17 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(L_16, NULL);
NullCheck(L_15);
bool L_18;
L_18 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_15, L_17, NULL);
return L_18;
}
IL_006b:
{
bool L_19;
L_19 = Uri_NotAny_mB88A38A602D4A784CADBD43FDF4CDA0235371E81(__this, ((int64_t)(uint64_t)((uint32_t)((int32_t)-2147483648LL))), NULL);
if (L_19)
{
goto IL_008a;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_20 = V_0;
NullCheck(L_20);
bool L_21;
L_21 = Uri_NotAny_mB88A38A602D4A784CADBD43FDF4CDA0235371E81(L_20, ((int64_t)(uint64_t)((uint32_t)((int32_t)-2147483648LL))), NULL);
if (!L_21)
{
goto IL_013b;
}
}
IL_008a:
{
bool L_22;
L_22 = Uri_get_IsUncOrDosPath_m33F2D8808AB44816518C1C464152D4B7872374F0(__this, NULL);
if (L_22)
{
goto IL_0125;
}
}
{
String_t* L_23 = __this->___m_String_13;
NullCheck(L_23);
int32_t L_24;
L_24 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_23, NULL);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_25 = V_0;
NullCheck(L_25);
String_t* L_26 = L_25->___m_String_13;
NullCheck(L_26);
int32_t L_27;
L_27 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_26, NULL);
if ((!(((uint32_t)L_24) == ((uint32_t)L_27))))
{
goto IL_013b;
}
}
{
String_t* L_28 = __this->___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;
L_32 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, L_32));
}
IL_00cb:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_33 = V_0;
NullCheck(L_33);
String_t* L_34 = L_33->___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;
L_38 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_8 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, L_38));
}
IL_00e6:
{
String_t* L_39 = __this->___m_String_13;
NullCheck(L_39);
int32_t L_40;
L_40 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_39, NULL);
V_10 = ((int32_t)il2cpp_codegen_subtract(L_40, 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)il2cpp_codegen_multiply(((intptr_t)L_42), 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)il2cpp_codegen_multiply(((intptr_t)L_45), 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(L_47, 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->___m_String_13;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_51 = V_0;
NullCheck(L_51);
String_t* L_52 = L_51->___m_String_13;
int32_t L_53;
L_53 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_50, L_52, 5, NULL);
if (L_53)
{
goto IL_013b;
}
}
{
return (bool)1;
}
IL_013b:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_54;
L_54 = Uri_EnsureUriInfo_m6FE387306AF82CDCFC56E2E9C2171C406D1FA982(__this, NULL);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_55 = V_0;
NullCheck(L_55);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_56;
L_56 = Uri_EnsureUriInfo_m6FE387306AF82CDCFC56E2E9C2171C406D1FA982(L_55, NULL);
bool L_57;
L_57 = Uri_get_UserDrivenParsing_mF2426529046B3DF3292A7AA2F4885F8D6591BBBD(__this, NULL);
if (L_57)
{
goto IL_02be;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_58 = V_0;
NullCheck(L_58);
bool L_59;
L_59 = Uri_get_UserDrivenParsing_mF2426529046B3DF3292A7AA2F4885F8D6591BBBD(L_58, NULL);
if (L_59)
{
goto IL_02be;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_60;
L_60 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(__this, NULL);
NullCheck(L_60);
bool L_61;
L_61 = UriParser_get_IsSimple_m8ED850D585BA3BA0FDC239496065E6D2D973C7E5(L_60, NULL);
if (!L_61)
{
goto IL_02be;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_62 = V_0;
NullCheck(L_62);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_63;
L_63 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(L_62, NULL);
NullCheck(L_63);
bool L_64;
L_64 = UriParser_get_IsSimple_m8ED850D585BA3BA0FDC239496065E6D2D973C7E5(L_63, NULL);
if (!L_64)
{
goto IL_02be;
}
}
{
bool L_65;
L_65 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)33554432)), NULL);
if (!L_65)
{
goto IL_0281;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_66 = V_0;
NullCheck(L_66);
bool L_67;
L_67 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(L_66, ((int64_t)((int32_t)33554432)), NULL);
if (!L_67)
{
goto IL_0281;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_68 = __this->___m_Info_18;
NullCheck(L_68);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_69 = (&L_68->___Offset_3);
uint16_t L_70 = L_69->___Host_2;
V_11 = L_70;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_71 = __this->___m_Info_18;
NullCheck(L_71);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_72 = (&L_71->___Offset_3);
uint16_t L_73 = L_72->___Path_4;
V_12 = L_73;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_74 = V_0;
NullCheck(L_74);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_75 = L_74->___m_Info_18;
NullCheck(L_75);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_76 = (&L_75->___Offset_3);
uint16_t L_77 = L_76->___Host_2;
V_13 = L_77;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_78 = V_0;
NullCheck(L_78);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_79 = L_78->___m_Info_18;
NullCheck(L_79);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_80 = (&L_79->___Offset_3);
uint16_t L_81 = L_80->___Path_4;
V_14 = L_81;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_82 = V_0;
NullCheck(L_82);
String_t* L_83 = L_82->___m_String_13;
V_15 = L_83;
uint16_t L_84 = V_12;
uint16_t L_85 = V_11;
uint16_t L_86 = V_14;
uint16_t L_87 = V_13;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_84, (int32_t)L_85))) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)L_87)))))
{
goto IL_023f;
}
}
{
uint16_t L_88 = V_11;
uint16_t L_89 = V_14;
uint16_t L_90 = V_13;
V_12 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)L_89)), (int32_t)L_90)));
goto IL_023f;
}
IL_020a:
{
String_t* L_91 = __this->___m_String_13;
uint16_t L_92 = V_11;
NullCheck(L_91);
Il2CppChar L_93;
L_93 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_91, L_92, NULL);
String_t* L_94 = V_15;
uint16_t L_95 = V_13;
NullCheck(L_94);
Il2CppChar L_96;
L_96 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_94, L_95, NULL);
if ((((int32_t)L_93) == ((int32_t)L_96)))
{
goto IL_0224;
}
}
{
return (bool)0;
}
IL_0224:
{
String_t* L_97 = V_15;
uint16_t L_98 = V_13;
NullCheck(L_97);
Il2CppChar L_99;
L_99 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_97, L_98, NULL);
if ((((int32_t)L_99) == ((int32_t)((int32_t)58))))
{
goto IL_0245;
}
}
{
uint16_t L_100 = V_11;
V_11 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_100, 1)));
uint16_t L_101 = V_13;
V_13 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_101, 1)));
}
IL_023f:
{
uint16_t L_102 = V_11;
uint16_t L_103 = V_12;
if ((((int32_t)L_102) < ((int32_t)L_103)))
{
goto IL_020a;
}
}
IL_0245:
{
uint16_t L_104 = V_11;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_105 = __this->___m_Info_18;
NullCheck(L_105);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_106 = (&L_105->___Offset_3);
uint16_t L_107 = L_106->___Path_4;
if ((((int32_t)L_104) >= ((int32_t)L_107)))
{
goto IL_026c;
}
}
{
String_t* L_108 = __this->___m_String_13;
uint16_t L_109 = V_11;
NullCheck(L_108);
Il2CppChar L_110;
L_110 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_108, L_109, NULL);
if ((((int32_t)L_110) == ((int32_t)((int32_t)58))))
{
goto IL_026c;
}
}
{
return (bool)0;
}
IL_026c:
{
uint16_t L_111 = V_13;
uint16_t L_112 = V_14;
if ((((int32_t)L_111) >= ((int32_t)L_112)))
{
goto IL_02ae;
}
}
{
String_t* L_113 = V_15;
uint16_t L_114 = V_13;
NullCheck(L_113);
Il2CppChar L_115;
L_115 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_113, L_114, NULL);
if ((((int32_t)L_115) == ((int32_t)((int32_t)58))))
{
goto IL_02ae;
}
}
{
return (bool)0;
}
IL_0281:
{
Uri_EnsureHostString_m7F5F3ED8488F83170A857CD51F0CFEB8322AA055(__this, (bool)0, NULL);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_116 = V_0;
NullCheck(L_116);
Uri_EnsureHostString_m7F5F3ED8488F83170A857CD51F0CFEB8322AA055(L_116, (bool)0, NULL);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_117 = __this->___m_Info_18;
NullCheck(L_117);
String_t* L_118 = L_117->___Host_0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_119 = V_0;
NullCheck(L_119);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_120 = L_119->___m_Info_18;
NullCheck(L_120);
String_t* L_121 = L_120->___Host_0;
NullCheck(L_118);
bool L_122;
L_122 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_118, L_121, NULL);
if (L_122)
{
goto IL_02ae;
}
}
{
return (bool)0;
}
IL_02ae:
{
int32_t L_123;
L_123 = Uri_get_Port_m7A1413AC9D9A2FC5DC8A7F89DF4A01ACA0241A02(__this, NULL);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_124 = V_0;
NullCheck(L_124);
int32_t L_125;
L_125 = Uri_get_Port_m7A1413AC9D9A2FC5DC8A7F89DF4A01ACA0241A02(L_124, NULL);
if ((((int32_t)L_123) == ((int32_t)L_125)))
{
goto IL_02be;
}
}
{
return (bool)0;
}
IL_02be:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_126 = __this->___m_Info_18;
V_1 = L_126;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_127 = V_0;
NullCheck(L_127);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_128 = L_127->___m_Info_18;
V_2 = L_128;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_129 = V_1;
NullCheck(L_129);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_130 = L_129->___MoreInfo_5;
if (L_130)
{
goto IL_02df;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_131 = V_1;
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_132 = (MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA*)il2cpp_codegen_object_new(MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA_il2cpp_TypeInfo_var);
NullCheck(L_132);
MoreInfo__ctor_m4AC1286A4D4DAD0AB0EE99A2C952D54BFA5F44A7(L_132, NULL);
NullCheck(L_131);
L_131->___MoreInfo_5 = L_132;
Il2CppCodeGenWriteBarrier((void**)(&L_131->___MoreInfo_5), (void*)L_132);
}
IL_02df:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_133 = V_2;
NullCheck(L_133);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_134 = L_133->___MoreInfo_5;
if (L_134)
{
goto IL_02f2;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_135 = V_2;
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_136 = (MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA*)il2cpp_codegen_object_new(MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA_il2cpp_TypeInfo_var);
NullCheck(L_136);
MoreInfo__ctor_m4AC1286A4D4DAD0AB0EE99A2C952D54BFA5F44A7(L_136, NULL);
NullCheck(L_135);
L_135->___MoreInfo_5 = L_136;
Il2CppCodeGenWriteBarrier((void**)(&L_135->___MoreInfo_5), (void*)L_136);
}
IL_02f2:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_137 = V_1;
NullCheck(L_137);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_138 = L_137->___MoreInfo_5;
NullCheck(L_138);
String_t* L_139 = L_138->___RemoteUrl_5;
V_3 = L_139;
String_t* L_140 = V_3;
if (L_140)
{
goto IL_0317;
}
}
{
String_t* L_141;
L_141 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(__this, ((int32_t)61), 3, NULL);
V_3 = L_141;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_142 = V_1;
NullCheck(L_142);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_143 = L_142->___MoreInfo_5;
String_t* L_144 = V_3;
NullCheck(L_143);
L_143->___RemoteUrl_5 = L_144;
Il2CppCodeGenWriteBarrier((void**)(&L_143->___RemoteUrl_5), (void*)L_144);
}
IL_0317:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_145 = V_2;
NullCheck(L_145);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_146 = L_145->___MoreInfo_5;
NullCheck(L_146);
String_t* L_147 = L_146->___RemoteUrl_5;
V_4 = L_147;
String_t* L_148 = V_4;
if (L_148)
{
goto IL_0340;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_149 = V_0;
NullCheck(L_149);
String_t* L_150;
L_150 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(L_149, ((int32_t)61), 3, NULL);
V_4 = L_150;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_151 = V_2;
NullCheck(L_151);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_152 = L_151->___MoreInfo_5;
String_t* L_153 = V_4;
NullCheck(L_152);
L_152->___RemoteUrl_5 = L_153;
Il2CppCodeGenWriteBarrier((void**)(&L_152->___RemoteUrl_5), (void*)L_153);
}
IL_0340:
{
bool L_154;
L_154 = Uri_get_IsUncOrDosPath_m33F2D8808AB44816518C1C464152D4B7872374F0(__this, NULL);
if (L_154)
{
goto IL_03c0;
}
}
{
String_t* L_155 = V_3;
NullCheck(L_155);
int32_t L_156;
L_156 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_155, NULL);
String_t* L_157 = V_4;
NullCheck(L_157);
int32_t L_158;
L_158 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_157, NULL);
if ((((int32_t)L_156) == ((int32_t)L_158)))
{
goto IL_0359;
}
}
{
return (bool)0;
}
IL_0359:
{
String_t* L_159 = V_3;
V_7 = L_159;
String_t* L_160 = V_7;
V_16 = (Il2CppChar*)((uintptr_t)L_160);
Il2CppChar* L_161 = V_16;
if (!L_161)
{
goto IL_036f;
}
}
{
Il2CppChar* L_162 = V_16;
int32_t L_163;
L_163 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_16 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_162, L_163));
}
IL_036f:
{
String_t* L_164 = V_4;
V_9 = L_164;
String_t* L_165 = V_9;
V_17 = (Il2CppChar*)((uintptr_t)L_165);
Il2CppChar* L_166 = V_17;
if (!L_166)
{
goto IL_0386;
}
}
{
Il2CppChar* L_167 = V_17;
int32_t L_168;
L_168 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_17 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_167, L_168));
}
IL_0386:
{
Il2CppChar* L_169 = V_16;
String_t* L_170 = V_3;
NullCheck(L_170);
int32_t L_171;
L_171 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_170, NULL);
V_18 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_169, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_171), 2))));
Il2CppChar* L_172 = V_17;
String_t* L_173 = V_3;
NullCheck(L_173);
int32_t L_174;
L_174 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_173, NULL);
V_19 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_172, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_174), 2))));
goto IL_03b8;
}
IL_03a4:
{
Il2CppChar* L_175 = V_18;
Il2CppChar* L_176 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_175, 2));
V_18 = L_176;
int32_t L_177 = *((uint16_t*)L_176);
Il2CppChar* L_178 = V_19;
Il2CppChar* L_179 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_178, 2));
V_19 = L_179;
int32_t L_180 = *((uint16_t*)L_179);
if ((((int32_t)L_177) == ((int32_t)L_180)))
{
goto IL_03b8;
}
}
{
return (bool)0;
}
IL_03b8:
{
Il2CppChar* L_181 = V_18;
Il2CppChar* L_182 = V_16;
if ((!(((uintptr_t)L_181) == ((uintptr_t)L_182))))
{
goto IL_03a4;
}
}
{
return (bool)1;
}
IL_03c0:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_183 = V_1;
NullCheck(L_183);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_184 = L_183->___MoreInfo_5;
NullCheck(L_184);
String_t* L_185 = L_184->___RemoteUrl_5;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_186 = V_2;
NullCheck(L_186);
MoreInfo_tB58ABF2D5D75E92D35BBC37192CD0D5C02C3F0FA* L_187 = L_186->___MoreInfo_5;
NullCheck(L_187);
String_t* L_188 = L_187->___RemoteUrl_5;
bool L_189;
L_189 = Uri_get_IsUncOrDosPath_m33F2D8808AB44816518C1C464152D4B7872374F0(__this, NULL);
G_B76_0 = L_188;
G_B76_1 = L_185;
if (L_189)
{
G_B77_0 = L_188;
G_B77_1 = L_185;
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_190;
L_190 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(G_B78_2, G_B78_1, G_B78_0, NULL);
return (bool)((((int32_t)L_190) == ((int32_t)0))? 1 : 0);
}
}
// System.String System.Uri::InternalEscapeString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_InternalEscapeString_m4F24E88E5A581C3992C85B23EA0EDE0952A4B82F (String_t* ___rawString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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))->___Empty_6;
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;
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5;
L_5 = UriHelper_EscapeString_m616525587FFF13665945B9173F3C2EC41C9EDDA8(L_2, 0, L_4, (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL, (&V_0), (bool)1, ((int32_t)63), ((int32_t)35), ((int32_t)37), NULL);
V_1 = L_5;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = V_1;
if (L_6)
{
goto IL_0028;
}
}
{
String_t* L_7 = ___rawString0;
return L_7;
}
IL_0028:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = V_1;
int32_t L_9 = V_0;
String_t* L_10;
L_10 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_8, 0, L_9, NULL);
return L_10;
}
}
// System.ParsingError System.Uri::ParseScheme(System.String,System.Uri/Flags&,System.UriParser&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_ParseScheme_m97A1B445A9528F29FC3007B02F2F8789AC201E82 (String_t* ___uriString0, uint64_t* ___flags1, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** ___syntax2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
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;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, 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;
L_8 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, L_8));
}
IL_0026:
{
V_3 = 0;
Il2CppChar* L_9 = V_1;
int32_t L_10 = V_0;
uint64_t* L_11 = ___flags1;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_12 = ___syntax2;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
uint16_t L_13;
L_13 = Uri_ParseSchemeCheckImplicitFile_m8244C40705A553AA88036339B231B1BB279580DC(L_9, (uint16_t)((int32_t)(uint16_t)L_10), (&V_3), L_11, L_12, 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)(L_18|((int64_t)(uint64_t)L_19)));
V_2 = (String_t*)NULL;
return (int32_t)(0);
}
}
// System.UriFormatException System.Uri::ParseMinimal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* Uri_ParseMinimal_m24D824EC77216C64F4B8B9175915CD6C3C6DB7B5 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0;
L_0 = Uri_PrivateParseMinimal_m4D4C3CB26AC0DE8B0E1F7DC4143F2004D9D25B17(__this, NULL);
V_0 = L_0;
int32_t L_1 = V_0;
if (L_1)
{
goto IL_000c;
}
}
{
return (UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF*)NULL;
}
IL_000c:
{
uint64_t L_2 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_2|((int64_t)((int32_t)67108864))));
int32_t L_3 = V_0;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_4;
L_4 = Uri_GetException_m9BD1AF317D6DE516C8D3909A0ECD460BA35996F7(L_3, NULL);
return L_4;
}
}
// System.ParsingError System.Uri::PrivateParseMinimal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_PrivateParseMinimal_m4D4C3CB26AC0DE8B0E1F7DC4143F2004D9D25B17 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
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_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B79_1 = NULL;
uint64_t G_B78_0 = 0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B78_1 = NULL;
int64_t G_B80_0 = 0;
uint64_t G_B80_1 = 0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B80_2 = NULL;
{
uint64_t L_0 = __this->___m_Flags_17;
V_0 = (uint16_t)((int32_t)(uint16_t)((int64_t)((int64_t)L_0&((int64_t)((int32_t)65535)))));
String_t* L_1 = __this->___m_String_13;
NullCheck(L_1);
int32_t L_2;
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
V_1 = (uint16_t)((int32_t)(uint16_t)L_2);
V_2 = (String_t*)NULL;
uint64_t L_3 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_3&((int64_t)((int32_t)-16842752))));
bool L_4 = __this->___m_iriParsing_19;
if (!L_4)
{
goto IL_005d;
}
}
{
uint64_t L_5 = __this->___m_Flags_17;
if (!((int64_t)((int64_t)L_5&((int64_t)8589934592LL))))
{
goto IL_005d;
}
}
{
uint64_t L_6 = __this->___m_Flags_17;
if (!((int64_t)((int64_t)L_6&((int64_t)17179869184LL))))
{
goto IL_0065;
}
}
IL_005d:
{
String_t* L_7 = __this->___m_String_13;
G_B5_0 = L_7;
goto IL_006b;
}
IL_0065:
{
String_t* L_8 = __this->___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;
L_12 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, 1))), 2)))));
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_18;
L_18 = Uri_IsLWS_m16D38DDA4D0A7CD3899DEEE31CEF160EAF2C3A44(L_17, 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, 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, 1)));
V_1 = (uint16_t)L_24;
int32_t L_25 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_24), 2)))));
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_26;
L_26 = Uri_IsLWS_m16D38DDA4D0A7CD3899DEEE31CEF160EAF2C3A44(L_25, 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, 1)));
}
IL_00b1:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_28 = __this->___m_Syntax_15;
NullCheck(L_28);
bool L_29;
L_29 = UriParser_IsAllSet_mEE811F1E7BBCC34D7A32BC30A18AD5D34E690813(L_28, ((int32_t)1048704), NULL);
if (!L_29)
{
goto IL_0273;
}
}
{
bool L_30;
L_30 = Uri_NotAny_mB88A38A602D4A784CADBD43FDF4CDA0235371E81(__this, ((int64_t)((int32_t)536870912)), 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, 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)il2cpp_codegen_multiply(((intptr_t)L_35), 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, 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_t920B0868286118827C08B08A15A9456AF6C19D81* L_42 = __this->___m_Syntax_15;
NullCheck(L_42);
bool L_43;
L_43 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_42, ((int32_t)8192), 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->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_48|((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, 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_52, 1))), 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)il2cpp_codegen_multiply(((intptr_t)L_57), 2)))));
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_59;
L_59 = Uri_IsAsciiLetter_mFDC33D2D538AFF6A5819B73CB555709865ADE841(L_58, 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, 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_63, 2))), 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_t920B0868286118827C08B08A15A9456AF6C19D81* L_67 = __this->___m_Syntax_15;
NullCheck(L_67);
bool L_68;
L_68 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_67, ((int32_t)8192), NULL);
if (!L_68)
{
goto IL_0273;
}
}
{
return (int32_t)(7);
}
IL_01a7:
{
uint64_t L_69 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_69|((int64_t)((int32_t)134217728))));
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_70 = __this->___m_Syntax_15;
NullCheck(L_70);
bool L_71;
L_71 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_70, 1, NULL);
if (!L_71)
{
goto IL_01db;
}
}
{
uint64_t L_72 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_72|((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, 1)));
goto IL_0273;
}
IL_01f2:
{
uint16_t L_78 = V_6;
V_0 = L_78;
goto IL_0273;
}
IL_01f7:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_79 = __this->___m_Syntax_15;
NullCheck(L_79);
bool L_80;
L_80 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_79, ((int32_t)8192), 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)il2cpp_codegen_multiply(((intptr_t)L_88), 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)il2cpp_codegen_multiply(((intptr_t)L_91), 2)))));
if ((((int32_t)L_92) == ((int32_t)((int32_t)35))))
{
goto IL_0273;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_93 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___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->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_96|((int64_t)17592186044416LL)));
uint16_t L_97 = V_6;
V_0 = L_97;
goto IL_0273;
}
IL_025d:
{
uint64_t L_98 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_98|((int64_t)((int32_t)268435456))));
uint16_t L_99 = V_6;
V_0 = L_99;
}
IL_0273:
{
uint64_t L_100 = __this->___m_Flags_17;
if (((int64_t)((int64_t)L_100&((int64_t)((int32_t)402653184)))))
{
goto IL_03c3;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_101 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___IsWindowsFileSystem_25;
if (L_101)
{
goto IL_02a1;
}
}
{
uint64_t L_102 = __this->___m_Flags_17;
if (((int64_t)((int64_t)L_102&((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, 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)il2cpp_codegen_multiply(((intptr_t)L_106), 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_109, 1))), 2)))));
V_8 = L_110;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_111 = __this->___m_Syntax_15;
NullCheck(L_111);
bool L_112;
L_112 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_111, 1, NULL);
if (!L_112)
{
goto IL_031d;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_113 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___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_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_118 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___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->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_121|((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, 2)));
goto IL_03c3;
}
IL_031b:
{
return (int32_t)(3);
}
IL_031d:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_123 = __this->___m_Syntax_15;
NullCheck(L_123);
bool L_124;
L_124 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_123, 2, NULL);
if (!L_124)
{
goto IL_035f;
}
}
{
bool L_125;
L_125 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)1048576)), 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->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_128|((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, 2)));
goto IL_03c3;
}
IL_035f:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_130 = __this->___m_Syntax_15;
NullCheck(L_130);
bool L_131;
L_131 = UriParser_NotAny_mCE6CF6736414BE547215F6E44C3E1283DEA05F56(L_130, ((int32_t)16384), NULL);
if (!L_131)
{
goto IL_03c3;
}
}
{
uint64_t L_132 = __this->___m_Flags_17;
uint16_t L_133 = V_0;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_132|((int64_t)(((int64_t)(uint64_t)L_133)|((int64_t)((int32_t)458752))))));
return (int32_t)(0);
}
IL_0389:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_134 = __this->___m_Syntax_15;
NullCheck(L_134);
bool L_135;
L_135 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_134, 1, NULL);
if (!L_135)
{
goto IL_0399;
}
}
{
return (int32_t)(3);
}
IL_0399:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_136 = __this->___m_Syntax_15;
NullCheck(L_136);
bool L_137;
L_137 = UriParser_NotAny_mCE6CF6736414BE547215F6E44C3E1283DEA05F56(L_136, ((int32_t)16384), NULL);
if (!L_137)
{
goto IL_03c3;
}
}
{
uint64_t L_138 = __this->___m_Flags_17;
uint16_t L_139 = V_0;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_138|((int64_t)(((int64_t)(uint64_t)L_139)|((int64_t)((int32_t)458752))))));
return (int32_t)(0);
}
IL_03c3:
{
bool L_140;
L_140 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)134217728)), NULL);
if (!L_140)
{
goto IL_040c;
}
}
{
uint64_t L_141 = __this->___m_Flags_17;
uint64_t L_142 = __this->___m_Flags_17;
G_B78_0 = L_141;
G_B78_1 = __this;
if (((int64_t)((int64_t)L_142&((int64_t)((int32_t)1048576)))))
{
G_B79_0 = L_141;
G_B79_1 = __this;
goto IL_03ef;
}
}
{
G_B80_0 = ((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)((int32_t)327680));
G_B80_1 = G_B79_0;
G_B80_2 = G_B79_1;
}
IL_03f5:
{
NullCheck(G_B80_2);
G_B80_2->___m_Flags_17 = ((int64_t)((int64_t)G_B80_1|G_B80_0));
uint64_t L_143 = __this->___m_Flags_17;
uint16_t L_144 = V_0;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_143|((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->___m_Flags_17);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_149 = __this->___m_Syntax_15;
uint16_t L_150;
L_150 = Uri_CheckAuthorityHelper_m7946931160B7EC50E7167A11E570A4AF8AEB5B2E(__this, L_145, L_146, L_147, (&V_9), L_148, L_149, (&V_2), 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)il2cpp_codegen_multiply(((intptr_t)L_156), 2)))));
if ((!(((uint32_t)L_157) == ((uint32_t)((int32_t)92)))))
{
goto IL_0462;
}
}
{
bool L_158;
L_158 = Uri_NotAny_mB88A38A602D4A784CADBD43FDF4CDA0235371E81(__this, ((int64_t)((int32_t)536870912)), NULL);
if (!L_158)
{
goto IL_0462;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_159 = __this->___m_Syntax_15;
NullCheck(L_159);
bool L_160;
L_160 = UriParser_NotAny_mCE6CF6736414BE547215F6E44C3E1283DEA05F56(L_159, ((int32_t)1048576), NULL);
if (!L_160)
{
goto IL_0462;
}
}
{
return (int32_t)(((int32_t)11));
}
IL_0462:
{
uint64_t L_161 = __this->___m_Flags_17;
uint16_t L_162 = V_0;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_161|((int64_t)(uint64_t)L_162)));
V_4 = (String_t*)NULL;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
int32_t L_163 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_IdnScope_22;
il2cpp_codegen_memory_barrier();
if (L_163)
{
goto IL_0485;
}
}
{
bool L_164 = __this->___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_mD8C7CA7EE14D994E915B48FB6A2CDE62253D4F1E(__this, L_165, L_166, NULL);
}
IL_048d:
{
return (int32_t)(0);
}
}
// System.Void System.Uri::PrivateParseMinimalIri(System.String,System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_PrivateParseMinimalIri_mD8C7CA7EE14D994E915B48FB6A2CDE62253D4F1E (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __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->___m_String_13 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_String_13), (void*)L_1);
}
IL_000a:
{
bool L_2 = __this->___m_iriParsing_19;
if (L_2)
{
goto IL_003e;
}
}
{
bool L_3;
L_3 = Uri_get_AllowIdn_m612B747CE2F03FCA867D81F14710758B561209E7(__this, NULL);
if (!L_3)
{
goto IL_003e;
}
}
{
uint64_t L_4 = __this->___m_Flags_17;
if (((int64_t)((int64_t)L_4&((int64_t)4294967296LL))))
{
goto IL_0075;
}
}
{
uint64_t L_5 = __this->___m_Flags_17;
if (((int64_t)((int64_t)L_5&((int64_t)68719476736LL))))
{
goto IL_0075;
}
}
IL_003e:
{
bool L_6 = __this->___m_iriParsing_19;
if (!L_6)
{
goto IL_00cb;
}
}
{
uint64_t L_7 = __this->___m_Flags_17;
if (((int64_t)((int64_t)L_7&((int64_t)8589934592LL))))
{
goto IL_00cb;
}
}
{
bool L_8;
L_8 = Uri_get_AllowIdn_m612B747CE2F03FCA867D81F14710758B561209E7(__this, NULL);
if (!L_8)
{
goto IL_00cb;
}
}
{
uint64_t L_9 = __this->___m_Flags_17;
if (!((int64_t)((int64_t)L_9&((int64_t)4294967296LL))))
{
goto IL_00cb;
}
}
IL_0075:
{
uint64_t L_10 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_10&((int64_t)((int32_t)-65536))));
uint64_t L_11 = __this->___m_Flags_17;
String_t* L_12 = __this->___m_String_13;
NullCheck(L_12);
int32_t L_13;
L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL);
__this->___m_Flags_17 = ((int64_t)((int64_t)L_11|((int64_t)L_13)));
String_t* L_14 = __this->___m_String_13;
String_t* L_15 = __this->___m_originalUnicodeString_14;
uint16_t L_16 = ___idx1;
String_t* L_17 = __this->___m_originalUnicodeString_14;
NullCheck(L_17);
int32_t L_18;
L_18 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_17, NULL);
uint16_t L_19 = ___idx1;
NullCheck(L_15);
String_t* L_20;
L_20 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_15, L_16, ((int32_t)il2cpp_codegen_subtract(L_18, (int32_t)L_19)), NULL);
String_t* L_21;
L_21 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_14, L_20, NULL);
__this->___m_String_13 = L_21;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_String_13), (void*)L_21);
}
IL_00cb:
{
bool L_22 = __this->___m_iriParsing_19;
if (!L_22)
{
goto IL_00fb;
}
}
{
uint64_t L_23 = __this->___m_Flags_17;
if (!((int64_t)((int64_t)L_23&((int64_t)8589934592LL))))
{
goto IL_00fb;
}
}
{
uint64_t L_24 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_24|((int64_t)274877906944LL)));
}
IL_00fb:
{
return;
}
}
// System.Void System.Uri::CreateUriInfo(System.Uri/Flags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateUriInfo_m3B4F804AB6CB010246F2A52F123D6E44DECDE998 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, uint64_t ___cF0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* 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;
String_t* G_B48_0 = NULL;
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_0 = (UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09*)il2cpp_codegen_object_new(UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09_il2cpp_TypeInfo_var);
NullCheck(L_0);
UriInfo__ctor_m88A6E3E7164B78B18C70D83CA5AD734517D308B3(L_0, NULL);
V_0 = L_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_1 = V_0;
NullCheck(L_1);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_2 = (&L_1->___Offset_3);
String_t* L_3 = __this->___m_String_13;
NullCheck(L_3);
int32_t L_4;
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
L_2->___End_7 = (uint16_t)((int32_t)(uint16_t)L_4);
bool L_5;
L_5 = Uri_get_UserDrivenParsing_mF2426529046B3DF3292A7AA2F4885F8D6591BBBD(__this, 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)((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, 1)));
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_8 = V_0;
NullCheck(L_8);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_9 = (&L_8->___Offset_3);
uint16_t* L_10 = (&L_9->___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(L_12, 1)));
}
IL_0051:
{
uint16_t L_13 = V_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_14 = V_0;
NullCheck(L_14);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_15 = (&L_14->___Offset_3);
uint16_t L_16 = L_15->___End_7;
if ((((int32_t)L_13) >= ((int32_t)L_16)))
{
goto IL_0072;
}
}
{
String_t* L_17 = __this->___m_String_13;
uint16_t L_18 = V_1;
NullCheck(L_17);
Il2CppChar L_19;
L_19 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_17, L_18, NULL);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_20;
L_20 = Uri_IsLWS_m16D38DDA4D0A7CD3899DEEE31CEF160EAF2C3A44(L_19, NULL);
if (L_20)
{
goto IL_003b;
}
}
IL_0072:
{
uint64_t L_21 = ___cF0;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_22;
L_22 = Uri_StaticInFact_m85C3E521AD9916CC030AC01E311F79D90E981B05(L_21, ((int64_t)((int32_t)268435456)), 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, 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, 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)((int32_t)65535))))))))
{
goto IL_0172;
}
}
{
String_t* L_27 = __this->___m_String_13;
uint16_t L_28 = V_1;
NullCheck(L_27);
Il2CppChar L_29;
L_29 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_27, L_28, NULL);
if ((((int32_t)L_29) == ((int32_t)((int32_t)47))))
{
goto IL_008a;
}
}
{
String_t* L_30 = __this->___m_String_13;
uint16_t L_31 = V_1;
NullCheck(L_30);
Il2CppChar L_32;
L_32 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_30, L_31, NULL);
if ((((int32_t)L_32) == ((int32_t)((int32_t)92))))
{
goto IL_008a;
}
}
{
goto IL_0172;
}
IL_00c3:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_33 = __this->___m_Syntax_15;
NullCheck(L_33);
String_t* L_34;
L_34 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_33, NULL);
NullCheck(L_34);
int32_t L_35;
L_35 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_34, NULL);
V_1 = (uint16_t)((int32_t)(uint16_t)L_35);
goto IL_00e8;
}
IL_00d7:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_36 = V_0;
NullCheck(L_36);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_37 = (&L_36->___Offset_3);
uint16_t* L_38 = (&L_37->___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(L_40, 1)));
}
IL_00e8:
{
String_t* L_41 = __this->___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, 1)));
NullCheck(L_41);
Il2CppChar L_44;
L_44 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_41, L_43, 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)((int32_t)1048576)))))
{
goto IL_0172;
}
}
{
String_t* L_46 = __this->___m_String_13;
uint16_t L_47 = V_1;
NullCheck(L_46);
Il2CppChar L_48;
L_48 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_46, L_47, NULL);
if ((((int32_t)L_48) == ((int32_t)((int32_t)92))))
{
goto IL_0129;
}
}
{
String_t* L_49 = __this->___m_String_13;
uint16_t L_50 = V_1;
NullCheck(L_49);
Il2CppChar L_51;
L_51 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_49, ((int32_t)il2cpp_codegen_add((int32_t)L_50, 1)), 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, 2)));
uint64_t L_53 = ___cF0;
if (!((int64_t)((int64_t)L_53&((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, 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)((int32_t)65535))))))))
{
goto IL_0172;
}
}
{
String_t* L_57 = __this->___m_String_13;
uint16_t L_58 = V_1;
NullCheck(L_57);
Il2CppChar L_59;
L_59 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_57, L_58, NULL);
if ((((int32_t)L_59) == ((int32_t)((int32_t)47))))
{
goto IL_013f;
}
}
{
String_t* L_60 = __this->___m_String_13;
uint16_t L_61 = V_1;
NullCheck(L_60);
Il2CppChar L_62;
L_62 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_60, L_61, NULL);
if ((((int32_t)L_62) == ((int32_t)((int32_t)92))))
{
goto IL_013f;
}
}
IL_0172:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_63 = __this->___m_Syntax_15;
NullCheck(L_63);
int32_t L_64;
L_64 = UriParser_get_DefaultPort_m38684C86B40F59960533D8F812B311ACBBEB7AA5_inline(L_63, NULL);
if ((((int32_t)L_64) == ((int32_t)(-1))))
{
goto IL_0197;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_65 = V_0;
NullCheck(L_65);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_66 = (&L_65->___Offset_3);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_67 = __this->___m_Syntax_15;
NullCheck(L_67);
int32_t L_68;
L_68 = UriParser_get_DefaultPort_m38684C86B40F59960533D8F812B311ACBBEB7AA5_inline(L_67, NULL);
L_66->___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)((int32_t)458752))))) == ((int64_t)((int64_t)((int32_t)458752)))))
{
goto IL_01b5;
}
}
{
uint64_t L_70 = ___cF0;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_71;
L_71 = Uri_StaticInFact_m85C3E521AD9916CC030AC01E311F79D90E981B05(L_70, ((int64_t)((int32_t)134217728)), NULL);
if (!L_71)
{
goto IL_0210;
}
}
IL_01b5:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_72 = V_0;
NullCheck(L_72);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_73 = (&L_72->___Offset_3);
uint64_t L_74 = ___cF0;
L_73->___User_1 = (uint16_t)((int32_t)(uint16_t)((int64_t)((int64_t)L_74&((int64_t)((int32_t)65535)))));
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_75 = V_0;
NullCheck(L_75);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_76 = (&L_75->___Offset_3);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_77 = V_0;
NullCheck(L_77);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_78 = (&L_77->___Offset_3);
uint16_t L_79 = L_78->___User_1;
L_76->___Host_2 = L_79;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_80 = V_0;
NullCheck(L_80);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_81 = (&L_80->___Offset_3);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_82 = V_0;
NullCheck(L_82);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_83 = (&L_82->___Offset_3);
uint16_t L_84 = L_83->___User_1;
L_81->___Path_4 = L_84;
uint64_t L_85 = ___cF0;
___cF0 = ((int64_t)((int64_t)L_85&((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)1)));
goto IL_0423;
}
IL_0210:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_88 = V_0;
NullCheck(L_88);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_89 = (&L_88->___Offset_3);
uint16_t L_90 = V_1;
L_89->___User_1 = L_90;
uint64_t L_91;
L_91 = Uri_get_HostType_mA30DC51045EE5FE94B3CB84B0D361A9C28EE572E(__this, NULL);
if ((!(((uint64_t)L_91) == ((uint64_t)((int64_t)((int32_t)327680))))))
{
goto IL_0259;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_92 = V_0;
NullCheck(L_92);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_93 = (&L_92->___Offset_3);
uint16_t L_94 = V_1;
L_93->___Host_2 = L_94;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_95 = V_0;
NullCheck(L_95);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_96 = (&L_95->___Offset_3);
uint64_t L_97 = ___cF0;
L_96->___Path_4 = (uint16_t)((int32_t)(uint16_t)((int64_t)((int64_t)L_97&((int64_t)((int32_t)65535)))));
uint64_t L_98 = ___cF0;
___cF0 = ((int64_t)((int64_t)L_98&((int64_t)((int32_t)-65536))));
goto IL_0423;
}
IL_0259:
{
uint64_t L_99 = ___cF0;
if (!((int64_t)((int64_t)L_99&((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, 1)));
}
IL_026a:
{
String_t* L_101 = __this->___m_String_13;
uint16_t L_102 = V_1;
NullCheck(L_101);
Il2CppChar L_103;
L_103 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_101, L_102, 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, 1)));
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_105 = V_0;
NullCheck(L_105);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_106 = (&L_105->___Offset_3);
uint16_t L_107 = V_1;
L_106->___Host_2 = L_107;
goto IL_0299;
}
IL_028d:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_108 = V_0;
NullCheck(L_108);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_109 = (&L_108->___Offset_3);
uint16_t L_110 = V_1;
L_109->___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)((int32_t)65535)))));
uint64_t L_112 = ___cF0;
___cF0 = ((int64_t)((int64_t)L_112&((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)1)));
}
IL_02b6:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_115 = V_0;
NullCheck(L_115);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_116 = (&L_115->___Offset_3);
uint16_t L_117 = V_1;
L_116->___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)274877906944LL)))) <= ((uint64_t)((int64_t)0))))? 1 : 0);
uint64_t L_119 = ___cF0;
___cF0 = ((int64_t)((int64_t)L_119&((int64_t)-274877906945LL)));
bool L_120 = V_4;
if (!L_120)
{
goto IL_02fd;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_121 = V_0;
NullCheck(L_121);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_122 = (&L_121->___Offset_3);
String_t* L_123 = __this->___m_originalUnicodeString_14;
NullCheck(L_123);
int32_t L_124;
L_124 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_123, NULL);
L_122->___End_7 = (uint16_t)((int32_t)(uint16_t)L_124);
}
IL_02fd:
{
uint16_t L_125 = V_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_126 = V_0;
NullCheck(L_126);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_127 = (&L_126->___Offset_3);
uint16_t L_128 = L_127->___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->___m_String_13;
G_B48_0 = L_130;
goto IL_0320;
}
IL_031a:
{
String_t* L_131 = __this->___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;
L_135 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_134, 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)il2cpp_codegen_multiply(((intptr_t)L_137), 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, 1)));
V_1 = (uint16_t)L_140;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_141 = V_0;
NullCheck(L_141);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_142 = (&L_141->___Offset_3);
uint16_t L_143 = L_142->___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)il2cpp_codegen_multiply(((intptr_t)L_145), 2)))));
V_7 = ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract(L_146, ((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)((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, 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)il2cpp_codegen_multiply(((intptr_t)L_154), 2)))));
V_8 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract(L_155, ((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)il2cpp_codegen_multiply(L_159, ((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, 1)));
}
IL_03cf:
{
uint16_t L_162 = V_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_163 = V_0;
NullCheck(L_163);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_164 = (&L_163->___Offset_3);
uint16_t L_165 = L_164->___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_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_167 = V_0;
NullCheck(L_167);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_168 = (&L_167->___Offset_3);
uint16_t L_169 = L_168->___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_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_171 = V_0;
NullCheck(L_171);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_172 = (&L_171->___Offset_3);
int32_t L_173 = V_7;
L_172->___PortValue_3 = (uint16_t)((int32_t)(uint16_t)L_173);
uint64_t L_174 = ___cF0;
___cF0 = ((int64_t)((int64_t)L_174|((int64_t)((int32_t)8388608))));
goto IL_0414;
}
IL_040a:
{
uint64_t L_175 = ___cF0;
___cF0 = ((int64_t)((int64_t)L_175|((int64_t)((int32_t)520))));
}
IL_0414:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_176 = V_0;
NullCheck(L_176);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_177 = (&L_176->___Offset_3);
uint16_t L_178 = V_1;
L_177->___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)((int32_t)1073741824))));
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_180 = V_0;
String_t* L_181 = __this->___m_DnsSafeHost_16;
NullCheck(L_180);
L_180->___DnsSafeHost_4 = L_181;
Il2CppCodeGenWriteBarrier((void**)(&L_180->___DnsSafeHost_4), (void*)L_181);
String_t* L_182 = __this->___m_String_13;
V_9 = L_182;
V_10 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_047a:
{// begin finally (depth: 1)
{
bool L_183 = V_10;
if (!L_183)
{
goto IL_0485;
}
}
{
String_t* L_184 = V_9;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_184, NULL);
}
IL_0485:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
String_t* L_185 = V_9;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_185, (&V_10), NULL);
uint64_t L_186 = __this->___m_Flags_17;
if (((int64_t)((int64_t)L_186&((int64_t)((int32_t)1073741824)))))
{
goto IL_0478_1;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_187 = V_0;
__this->___m_Info_18 = L_187;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Info_18), (void*)L_187);
uint64_t L_188 = __this->___m_Flags_17;
uint64_t L_189 = ___cF0;
__this->___m_Flags_17 = ((int64_t)(((int64_t)((int64_t)L_188&((int64_t)((int32_t)-65536))))|(int64_t)L_189));
}
IL_0478_1:
{
goto IL_0486;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0486:
{
return;
}
}
// System.Void System.Uri::CreateHostString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateHostString_mBBAF0ACD4E2EE673F8F7F4E416D87517D94245CF (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint64_t V_0 = 0;
String_t* V_1 = NULL;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_9 = NULL;
uint16_t V_10 = 0;
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_t920B0868286118827C08B08A15A9456AF6C19D81* L_0 = __this->___m_Syntax_15;
NullCheck(L_0);
bool L_1;
L_1 = UriParser_get_IsSimple_m8ED850D585BA3BA0FDC239496065E6D2D973C7E5(L_0, NULL);
if (L_1)
{
goto IL_0069;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_2 = __this->___m_Info_18;
V_2 = L_2;
V_3 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_005f:
{// begin finally (depth: 1)
{
bool L_3 = V_3;
if (!L_3)
{
goto IL_0068;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_4 = V_2;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_4, NULL);
}
IL_0068:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_5 = V_2;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_5, (&V_3), NULL);
bool L_6;
L_6 = Uri_NotAny_mB88A38A602D4A784CADBD43FDF4CDA0235371E81(__this, ((int64_t)((int32_t)67108864)), NULL);
if (!L_6)
{
goto IL_005d_1;
}
}
{
uint64_t L_7 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_7|((int64_t)((int32_t)67108864))));
Uri_GetHostViaCustomSyntax_m6632DAD1F66901E82C60A47D626A9140A586C802(__this, NULL);
uint64_t L_8 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_8&((int64_t)((int32_t)-67108865))));
goto IL_026a;
}
IL_005d_1:
{
goto IL_0069;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0069:
{
uint64_t L_9 = __this->___m_Flags_17;
V_0 = L_9;
String_t* L_10 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_11 = __this->___m_Info_18;
NullCheck(L_11);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_12 = (&L_11->___Offset_3);
uint16_t L_13 = L_12->___Host_2;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_14 = __this->___m_Info_18;
NullCheck(L_14);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_15 = (&L_14->___Offset_3);
uint16_t L_16 = L_15->___Path_4;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_17 = __this->___m_Info_18;
NullCheck(L_17);
String_t** L_18 = (&L_17->___ScopeId_1);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
String_t* L_19;
L_19 = Uri_CreateHostStringHelper_mB7076A86E12D57D5722AA4AC0993B38332A21C8D(L_10, L_13, L_16, (&V_0), L_18, NULL);
V_1 = L_19;
String_t* L_20 = V_1;
NullCheck(L_20);
int32_t L_21;
L_21 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_20, NULL);
if (!L_21)
{
goto IL_0233;
}
}
{
uint64_t L_22;
L_22 = Uri_get_HostType_mA30DC51045EE5FE94B3CB84B0D361A9C28EE572E(__this, NULL);
if ((!(((uint64_t)L_22) == ((uint64_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;
L_27 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, L_27));
}
IL_00de:
{
Il2CppChar* L_28 = V_6;
String_t* L_29 = V_1;
NullCheck(L_29);
int32_t L_30;
L_30 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_29, NULL);
int32_t L_31;
L_31 = Uri_CheckCanonical_m54AFA85AA00A9909C2EC01F026873F12532AD7F7(__this, L_28, (&V_4), (uint16_t)((int32_t)(uint16_t)L_30), ((int32_t)65535), NULL);
V_5 = L_31;
V_7 = (String_t*)NULL;
int32_t L_32 = V_5;
if (((int32_t)((int32_t)L_32&2)))
{
goto IL_0119;
}
}
{
bool L_33;
L_33 = Uri_NotAny_mB88A38A602D4A784CADBD43FDF4CDA0235371E81(__this, ((int64_t)((int32_t)536870912)), NULL);
if (L_33)
{
goto IL_0114;
}
}
{
int32_t L_34 = V_5;
if (!((int32_t)((int32_t)L_34&((int32_t)32))))
{
goto IL_0119;
}
}
IL_0114:
{
uint64_t L_35 = V_0;
V_0 = ((int64_t)((int64_t)L_35|((int64_t)4)));
}
IL_0119:
{
bool L_36;
L_36 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)536870912)), NULL);
if (!L_36)
{
goto IL_0135;
}
}
{
int32_t L_37 = V_5;
if (!((int32_t)((int32_t)L_37&((int32_t)33))))
{
goto IL_0135;
}
}
{
int32_t L_38 = V_5;
V_5 = ((int32_t)((int32_t)L_38&((int32_t)-2)));
}
IL_0135:
{
int32_t L_39 = V_5;
if ((((int32_t)((int32_t)((int32_t)L_39&((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)((int32_t)256))));
bool L_41;
L_41 = Uri_NotAny_mB88A38A602D4A784CADBD43FDF4CDA0235371E81(__this, ((int64_t)((int32_t)524288)), 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;
L_44 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_43, NULL);
bool L_45;
L_45 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(__this, 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_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_46;
L_46 = UriHelper_EscapeString_m616525587FFF13665945B9173F3C2EC41C9EDDA8(G_B24_8, G_B24_7, G_B24_6, (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)G_B24_5, G_B24_4, (bool)G_B24_3, G_B24_2, G_B24_1, G_B24_0, NULL);
V_9 = L_46;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_47 = V_9;
if (!L_47)
{
goto IL_0233;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_48 = V_9;
int32_t L_49 = V_8;
String_t* L_50;
L_50 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_48, 0, L_49, NULL);
V_1 = L_50;
goto IL_0233;
}
IL_019c:
{
bool L_51;
L_51 = Uri_NotAny_mB88A38A602D4A784CADBD43FDF4CDA0235371E81(__this, ((int64_t)((int32_t)33554432)), NULL);
if (!L_51)
{
goto IL_0233;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_52 = __this->___m_Info_18;
NullCheck(L_52);
String_t* L_53 = L_52->___ScopeId_1;
if (!L_53)
{
goto IL_01c5;
}
}
{
uint64_t L_54 = V_0;
V_0 = ((int64_t)((int64_t)L_54|((int64_t)((int32_t)260))));
goto IL_0233;
}
IL_01c5:
{
V_10 = (uint16_t)0;
goto IL_0229;
}
IL_01ca:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_55 = __this->___m_Info_18;
NullCheck(L_55);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_56 = (&L_55->___Offset_3);
uint16_t L_57 = L_56->___Host_2;
uint16_t L_58 = V_10;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_59 = __this->___m_Info_18;
NullCheck(L_59);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_60 = (&L_59->___Offset_3);
uint16_t L_61 = L_60->___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;
L_64 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_62, L_63, NULL);
String_t* L_65 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_66 = __this->___m_Info_18;
NullCheck(L_66);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_67 = (&L_66->___Offset_3);
uint16_t L_68 = L_67->___Host_2;
uint16_t L_69 = V_10;
NullCheck(L_65);
Il2CppChar L_70;
L_70 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_65, ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)L_69)), 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)((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, 1)));
}
IL_0229:
{
uint16_t L_73 = V_10;
String_t* L_74 = V_1;
NullCheck(L_74);
int32_t L_75;
L_75 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_74, NULL);
if ((((int32_t)L_73) < ((int32_t)L_75)))
{
goto IL_01ca;
}
}
IL_0233:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_76 = __this->___m_Info_18;
String_t* L_77 = V_1;
NullCheck(L_76);
L_76->___Host_0 = L_77;
Il2CppCodeGenWriteBarrier((void**)(&L_76->___Host_0), (void*)L_77);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_78 = __this->___m_Info_18;
V_2 = L_78;
V_3 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0260:
{// begin finally (depth: 1)
{
bool L_79 = V_3;
if (!L_79)
{
goto IL_0269;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_80 = V_2;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_80, NULL);
}
IL_0269:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_81 = V_2;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_81, (&V_3), NULL);
uint64_t L_82 = __this->___m_Flags_17;
uint64_t L_83 = V_0;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_82|(int64_t)L_83));
goto IL_026a;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_026a:
{
return;
}
}
// System.String System.Uri::CreateHostStringHelper(System.String,System.UInt16,System.UInt16,System.Uri/Flags&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_CreateHostStringHelper_mB7076A86E12D57D5722AA4AC0993B38332A21C8D (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_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
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)(L_1&((int64_t)((int32_t)458752))));
uint64_t L_2 = V_2;
if ((!(((uint64_t)L_2) <= ((uint64_t)((int64_t)((int32_t)196608))))))
{
goto IL_0035;
}
}
{
uint64_t L_3 = V_2;
if ((((int64_t)L_3) == ((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)((int32_t)131072)))))
{
goto IL_006d;
}
}
{
uint64_t L_5 = V_2;
if ((((int64_t)L_5) == ((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)((int32_t)262144)))))
{
goto IL_007a;
}
}
{
uint64_t L_7 = V_2;
if ((((int64_t)L_7) == ((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)((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;
L_12 = DomainNameHelper_ParseCanonicalName_m12865C6C2427B6ED804747CB1117D0B80E332F4D(L_9, L_10, L_11, (&V_0), 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;
L_16 = IPv6AddressHelper_ParseCanonicalName_m148CB0071D79C29D97FE7E537B0BFA2CB27B709C(L_13, L_14, (&V_0), L_15, 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;
L_20 = IPv4AddressHelper_ParseCanonicalName_m25D822E5AC4B56E40C2404C8DE1C03E70ABCF72C(L_17, L_18, L_19, (&V_0), 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;
L_24 = UncNameHelper_ParseCanonicalName_mB07DBCB21F6996E1A2BC9D4D4DD427AE0E5D36E2(L_21, L_22, L_23, (&V_0), NULL);
V_1 = L_24;
goto IL_00c4;
}
IL_0087:
{
uint64_t* L_25 = ___flags3;
int64_t L_26 = *((int64_t*)L_25);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_27;
L_27 = Uri_StaticInFact_m85C3E521AD9916CC030AC01E311F79D90E981B05(L_26, ((int64_t)((int32_t)134217728)), NULL);
if (!L_27)
{
goto IL_009e;
}
}
{
String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
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;
L_33 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_29, L_30, ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32)), NULL);
V_1 = L_33;
}
IL_00a9:
{
String_t* L_34 = V_1;
NullCheck(L_34);
int32_t L_35;
L_35 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_34, 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))->___Empty_6;
V_1 = L_36;
goto IL_00c4;
}
IL_00bd:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var)));
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_37;
L_37 = Uri_GetException_m9BD1AF317D6DE516C8D3909A0ECD460BA35996F7(8, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_CreateHostStringHelper_mB7076A86E12D57D5722AA4AC0993B38332A21C8D_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)(L_41|((int64_t)((int32_t)4194304))));
}
IL_00d2:
{
String_t* L_42 = V_1;
return L_42;
}
}
// System.Void System.Uri::GetHostViaCustomSyntax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_GetHostViaCustomSyntax_m6632DAD1F66901E82C60A47D626A9140A586C802 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
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_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_0 = __this->___m_Info_18;
NullCheck(L_0);
String_t* L_1 = L_0->___Host_0;
if (!L_1)
{
goto IL_000e;
}
}
{
return;
}
IL_000e:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_2 = __this->___m_Syntax_15;
NullCheck(L_2);
String_t* L_3;
L_3 = UriParser_InternalGetComponents_m52F450C5283A1820D5AFD07505E5FE82D4F476B0(L_2, __this, 4, 1, NULL);
V_0 = L_3;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_4 = __this->___m_Info_18;
NullCheck(L_4);
String_t* L_5 = L_4->___Host_0;
if (L_5)
{
goto IL_018d;
}
}
{
String_t* L_6 = V_0;
NullCheck(L_6);
int32_t L_7;
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
if ((((int32_t)L_7) < ((int32_t)((int32_t)65520))))
{
goto IL_0041;
}
}
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var)));
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_8;
L_8 = Uri_GetException_m9BD1AF317D6DE516C8D3909A0ECD460BA35996F7(6, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_GetHostViaCustomSyntax_m6632DAD1F66901E82C60A47D626A9140A586C802_RuntimeMethod_var)));
}
IL_0041:
{
V_3 = 0;
uint64_t L_9 = __this->___m_Flags_17;
V_4 = ((int64_t)((int64_t)L_9&((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;
L_14 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, 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;
L_17 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_16, NULL);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_18 = __this->___m_Syntax_15;
uint16_t L_19;
L_19 = Uri_CheckAuthorityHelper_m7946931160B7EC50E7167A11E570A4AF8AEB5B2E(__this, L_15, (uint16_t)0, (uint16_t)((int32_t)(uint16_t)L_17), (&V_3), (&V_4), L_18, (&V_7), NULL);
String_t* L_20 = V_0;
NullCheck(L_20);
int32_t L_21;
L_21 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_20, 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)((int32_t)-458753))));
uint64_t L_23 = V_4;
V_4 = ((int64_t)((int64_t)L_23|((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)((int32_t)458752))))) == ((uint64_t)((int64_t)((int32_t)458752))))))
{
goto IL_00dc;
}
}
IL_00bd:
{
uint64_t L_26 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)(((int64_t)((int64_t)L_26&((int64_t)((int32_t)-458753))))|((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;
L_29 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_28, NULL);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_30 = __this->___m_Info_18;
NullCheck(L_30);
String_t** L_31 = (&L_30->___ScopeId_1);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
String_t* L_32;
L_32 = Uri_CreateHostStringHelper_mB7076A86E12D57D5722AA4AC0993B38332A21C8D(L_27, (uint16_t)0, (uint16_t)((int32_t)(uint16_t)L_29), (&V_4), L_31, NULL);
V_0 = L_32;
V_8 = (uint16_t)0;
goto IL_0166;
}
IL_00fd:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_33 = __this->___m_Info_18;
NullCheck(L_33);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_34 = (&L_33->___Offset_3);
uint16_t L_35 = L_34->___Host_2;
uint16_t L_36 = V_8;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_37 = __this->___m_Info_18;
NullCheck(L_37);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_38 = (&L_37->___Offset_3);
uint16_t L_39 = L_38->___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;
L_42 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_40, L_41, NULL);
String_t* L_43 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_44 = __this->___m_Info_18;
NullCheck(L_44);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_45 = (&L_44->___Offset_3);
uint16_t L_46 = L_45->___Host_2;
uint16_t L_47 = V_8;
NullCheck(L_43);
Il2CppChar L_48;
L_48 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_43, ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_47)), NULL);
if ((((int32_t)L_42) == ((int32_t)L_48)))
{
goto IL_015f;
}
}
IL_014a:
{
uint64_t L_49 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_49|((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, 1)));
}
IL_0166:
{
uint16_t L_51 = V_8;
String_t* L_52 = V_0;
NullCheck(L_52);
int32_t L_53;
L_53 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_52, NULL);
if ((((int32_t)L_51) < ((int32_t)L_53)))
{
goto IL_00fd;
}
}
IL_0170:
{
uint64_t L_54 = __this->___m_Flags_17;
uint64_t L_55 = V_4;
__this->___m_Flags_17 = ((int64_t)(((int64_t)((int64_t)L_54&((int64_t)((int32_t)-458753))))|((int64_t)((int64_t)L_55&((int64_t)((int32_t)458752))))));
}
IL_018d:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_56 = __this->___m_Syntax_15;
NullCheck(L_56);
String_t* L_57;
L_57 = UriParser_InternalGetComponents_m52F450C5283A1820D5AFD07505E5FE82D4F476B0(L_56, __this, ((int32_t)128), 1, 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;
L_60 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_59, NULL);
if (L_60)
{
goto IL_01e9;
}
}
IL_01ad:
{
uint64_t L_61 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_61&((int64_t)((int32_t)-8388609))));
uint64_t L_62 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_62|((int64_t)((int32_t)520))));
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_63 = __this->___m_Info_18;
NullCheck(L_63);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_64 = (&L_63->___Offset_3);
L_64->___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;
L_67 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_65, L_66, NULL);
V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, ((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)il2cpp_codegen_multiply(L_70, ((int32_t)10))), L_71));
V_2 = L_72;
if ((((int32_t)L_72) <= ((int32_t)((int32_t)65535))))
{
goto IL_0243;
}
}
IL_0216:
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_73 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_74 = L_73;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_75 = __this->___m_Syntax_15;
NullCheck(L_75);
Type_t* L_76;
L_76 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_75, NULL);
NullCheck(L_76);
String_t* L_77;
L_77 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* 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_t8061030B0A12A55D5AD8652A20C922FE99450918* 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;
L_80 = SR_GetString_mF713FCC09E41A8D1C0DE44EDD0932A57800A9BA3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24E3F48402E3AE0939BE896FBDE3DE4520C9893D)), L_78, NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_81 = (UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var)));
NullCheck(L_81);
UriFormatException__ctor_m718A5DEB020FAAD1F654CD05E63C3988AA7712D3(L_81, L_80, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_GetHostViaCustomSyntax_m6632DAD1F66901E82C60A47D626A9140A586C802_RuntimeMethod_var)));
}
IL_0243:
{
int32_t L_82 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_82, 1));
}
IL_0249:
{
int32_t L_83 = V_9;
String_t* L_84 = V_1;
NullCheck(L_84);
int32_t L_85;
L_85 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_84, NULL);
if ((((int32_t)L_83) < ((int32_t)L_85)))
{
goto IL_01ee;
}
}
{
int32_t L_86 = V_2;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_87 = __this->___m_Info_18;
NullCheck(L_87);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_88 = (&L_87->___Offset_3);
uint16_t L_89 = L_88->___PortValue_3;
if ((((int32_t)L_86) == ((int32_t)L_89)))
{
goto IL_02c1;
}
}
{
int32_t L_90 = V_2;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_91 = __this->___m_Syntax_15;
NullCheck(L_91);
int32_t L_92;
L_92 = UriParser_get_DefaultPort_m38684C86B40F59960533D8F812B311ACBBEB7AA5_inline(L_91, NULL);
if ((!(((uint32_t)L_90) == ((uint32_t)L_92))))
{
goto IL_0289;
}
}
{
uint64_t L_93 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_93&((int64_t)((int32_t)-8388609))));
goto IL_029c;
}
IL_0289:
{
uint64_t L_94 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_94|((int64_t)((int32_t)8388608))));
}
IL_029c:
{
uint64_t L_95 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_95|((int64_t)((int32_t)520))));
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_96 = __this->___m_Info_18;
NullCheck(L_96);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_97 = (&L_96->___Offset_3);
int32_t L_98 = V_2;
L_97->___PortValue_3 = (uint16_t)((int32_t)(uint16_t)L_98);
}
IL_02c1:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_99 = __this->___m_Info_18;
String_t* L_100 = V_0;
NullCheck(L_99);
L_99->___Host_0 = L_100;
Il2CppCodeGenWriteBarrier((void**)(&L_99->___Host_0), (void*)L_100);
return;
}
}
// System.String System.Uri::GetParts(System.UriComponents,System.UriFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, int32_t ___uriParts0, int32_t ___formatAs1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___uriParts0;
int32_t L_1 = ___formatAs1;
String_t* L_2;
L_2 = Uri_GetComponents_m30E3EAD4E9A39939456E764FEF94AFD4D6B7532A(__this, L_0, L_1, NULL);
return L_2;
}
}
// System.String System.Uri::GetEscapedParts(System.UriComponents)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetEscapedParts_m0C33275AFEA210E5CAD22649E8B61B49FB43971E (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, int32_t ___uriParts0, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
String_t* V_1 = NULL;
{
uint64_t L_0 = __this->___m_Flags_17;
V_0 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)(((int32_t)(uint16_t)L_0)&((int32_t)16256)))>>6)));
bool L_1;
L_1 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)1), 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|1)));
}
IL_0020:
{
int32_t L_3 = ___uriParts0;
if (!((int32_t)((int32_t)L_3&((int32_t)16))))
{
goto IL_0072;
}
}
{
bool L_4;
L_4 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)57344)), 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)16))));
goto IL_0072;
}
IL_003c:
{
bool L_6;
L_6 = Uri_get_IsDosPath_m16357B61F5D111C45EF7D40276B96429E414F0D2(__this, NULL);
if (!L_6)
{
goto IL_0072;
}
}
{
String_t* L_7 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_8 = __this->___m_Info_18;
NullCheck(L_8);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_9 = (&L_8->___Offset_3);
uint16_t L_10 = L_9->___Path_4;
uint16_t L_11;
L_11 = Uri_get_SecuredPathIndex_m575B7B28B17F8F7EE3FA563ACF6390B0926732AD(__this, NULL);
NullCheck(L_7);
Il2CppChar L_12;
L_12 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_7, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), 1)), 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)16))));
}
IL_0072:
{
int32_t L_14 = ___uriParts0;
uint16_t L_15 = V_0;
if (((int32_t)(((int32_t)(uint16_t)L_14)&(int32_t)L_15)))
{
goto IL_0085;
}
}
{
int32_t L_16 = ___uriParts0;
String_t* L_17;
L_17 = Uri_GetUriPartsFromUserString_m3D6EEB76609CCC54A0ABE65911CC24603A184B29(__this, L_16, 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;
L_22 = Uri_ReCreateParts_mB622FFDF74676902D184FD96C4E6B740B65140AF(__this, L_20, L_21, 1, NULL);
return L_22;
}
}
// System.String System.Uri::GetUnescapedParts(System.UriComponents,System.UriFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetUnescapedParts_m57F83B75B05C5D8EAB6B8ACCB6C8E4F0922CB7ED (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __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->___m_Flags_17;
V_0 = (uint16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)(uint16_t)L_0)&((int32_t)127))));
int32_t L_1 = ___uriParts0;
if (!((int32_t)((int32_t)L_1&((int32_t)16))))
{
goto IL_005f;
}
}
{
uint64_t L_2 = __this->___m_Flags_17;
if (!((int64_t)((int64_t)L_2&((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)16))));
goto IL_005f;
}
IL_0029:
{
bool L_4;
L_4 = Uri_get_IsDosPath_m16357B61F5D111C45EF7D40276B96429E414F0D2(__this, NULL);
if (!L_4)
{
goto IL_005f;
}
}
{
String_t* L_5 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_6 = __this->___m_Info_18;
NullCheck(L_6);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_7 = (&L_6->___Offset_3);
uint16_t L_8 = L_7->___Path_4;
uint16_t L_9;
L_9 = Uri_get_SecuredPathIndex_m575B7B28B17F8F7EE3FA563ACF6390B0926732AD(__this, NULL);
NullCheck(L_5);
Il2CppChar L_10;
L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_5, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), 1)), 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)16))));
}
IL_005f:
{
int32_t L_12 = ___uriParts0;
uint16_t L_13 = V_0;
if (((int32_t)(((int32_t)(uint16_t)L_12)&(int32_t)L_13)))
{
goto IL_0072;
}
}
{
int32_t L_14 = ___uriParts0;
String_t* L_15;
L_15 = Uri_GetUriPartsFromUserString_m3D6EEB76609CCC54A0ABE65911CC24603A184B29(__this, L_14, 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;
L_21 = Uri_ReCreateParts_mB622FFDF74676902D184FD96C4E6B740B65140AF(__this, L_18, L_19, L_20, NULL);
return L_21;
}
}
// System.String System.Uri::ReCreateParts(System.UriComponents,System.UInt16,System.UriFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_ReCreateParts_mB622FFDF74676902D184FD96C4E6B740B65140AF (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, int32_t ___parts0, uint16_t ___nonCanonical1, int32_t ___formatAs2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B118_5 = NULL;
uint16_t G_B118_6 = 0;
uint16_t G_B118_7 = 0;
String_t* G_B118_8 = NULL;
{
Uri_EnsureHostString_m7F5F3ED8488F83170A857CD51F0CFEB8322AA055(__this, (bool)0, NULL);
int32_t L_0 = ___parts0;
if (!((int32_t)((int32_t)L_0&4)))
{
goto IL_0019;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_1 = __this->___m_Info_18;
NullCheck(L_1);
String_t* L_2 = L_1->___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))->___Empty_6;
G_B3_0 = L_3;
}
IL_001e:
{
V_0 = G_B3_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_4 = __this->___m_Info_18;
NullCheck(L_4);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_5 = (&L_4->___Offset_3);
uint16_t L_6 = L_5->___End_7;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_7 = __this->___m_Info_18;
NullCheck(L_7);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_8 = (&L_7->___Offset_3);
uint16_t L_9 = L_8->___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(G_B6_1, G_B6_0));
String_t* L_11 = V_0;
NullCheck(L_11);
int32_t L_12;
L_12 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_11, NULL);
int32_t L_13 = V_1;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_14 = __this->___m_Syntax_15;
NullCheck(L_14);
String_t* L_15;
L_15 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_14, NULL);
NullCheck(L_15);
int32_t L_16;
L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_15, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_17 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_12, L_13)), L_16)), 3)), 1)));
V_2 = L_17;
V_1 = 0;
int32_t L_18 = ___parts0;
if (!((int32_t)((int32_t)L_18&1)))
{
goto IL_00d8;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_19 = __this->___m_Syntax_15;
NullCheck(L_19);
String_t* L_20;
L_20 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_19, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_21 = V_2;
int32_t L_22 = V_1;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_23 = __this->___m_Syntax_15;
NullCheck(L_23);
String_t* L_24;
L_24 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_23, NULL);
NullCheck(L_24);
int32_t L_25;
L_25 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_24, NULL);
NullCheck(L_20);
String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC(L_20, 0, L_21, L_22, L_25, NULL);
int32_t L_26 = V_1;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_27 = __this->___m_Syntax_15;
NullCheck(L_27);
String_t* L_28;
L_28 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_27, NULL);
NullCheck(L_28);
int32_t L_29;
L_29 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_28, NULL);
V_1 = ((int32_t)il2cpp_codegen_add(L_26, L_29));
int32_t L_30 = ___parts0;
if ((((int32_t)L_30) == ((int32_t)1)))
{
goto IL_00d8;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_31 = V_2;
int32_t L_32 = V_1;
int32_t L_33 = L_32;
V_1 = ((int32_t)il2cpp_codegen_add(L_33, 1));
NullCheck(L_31);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(L_33), (Il2CppChar)((int32_t)58));
bool L_34;
L_34 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)1048576)), NULL);
if (!L_34)
{
goto IL_00d8;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_35 = V_2;
int32_t L_36 = V_1;
int32_t L_37 = L_36;
V_1 = ((int32_t)il2cpp_codegen_add(L_37, 1));
NullCheck(L_35);
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(L_37), (Il2CppChar)((int32_t)47));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_38 = V_2;
int32_t L_39 = V_1;
int32_t L_40 = L_39;
V_1 = ((int32_t)il2cpp_codegen_add(L_40, 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&2)))
{
goto IL_030f;
}
}
{
bool L_42;
L_42 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)2097152)), NULL);
if (!L_42)
{
goto IL_030f;
}
}
{
uint16_t L_43 = ___nonCanonical1;
if (!((int32_t)((int32_t)L_43&2)))
{
goto IL_02c1;
}
}
{
int32_t L_44 = ___formatAs2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_44, 1)))
{
case 0:
{
goto IL_0112;
}
case 1:
{
goto IL_022d;
}
case 2:
{
goto IL_01cf;
}
}
}
{
goto IL_0279;
}
IL_0112:
{
bool L_45;
L_45 = Uri_NotAny_mB88A38A602D4A784CADBD43FDF4CDA0235371E81(__this, ((int64_t)((int32_t)524288)), NULL);
if (!L_45)
{
goto IL_015b;
}
}
{
String_t* L_46 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_47 = __this->___m_Info_18;
NullCheck(L_47);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_48 = (&L_47->___Offset_3);
uint16_t L_49 = L_48->___User_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_50 = __this->___m_Info_18;
NullCheck(L_50);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_51 = (&L_50->___Offset_3);
uint16_t L_52 = L_51->___Host_2;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_53 = V_2;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_54;
L_54 = UriHelper_EscapeString_m616525587FFF13665945B9173F3C2EC41C9EDDA8(L_46, L_49, L_52, L_53, (&V_1), (bool)1, ((int32_t)63), ((int32_t)35), ((int32_t)37), NULL);
V_2 = L_54;
goto IL_0307;
}
IL_015b:
{
bool L_55;
L_55 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)128)), NULL);
String_t* L_56 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_57 = __this->___m_Info_18;
NullCheck(L_57);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_58 = (&L_57->___Offset_3);
uint16_t L_59 = L_58->___User_1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_60 = V_2;
int32_t L_61 = V_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_62 = __this->___m_Info_18;
NullCheck(L_62);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_63 = (&L_62->___Offset_3);
uint16_t L_64 = L_63->___Host_2;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_65 = __this->___m_Info_18;
NullCheck(L_65);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_66 = (&L_65->___Offset_3);
uint16_t L_67 = L_66->___User_1;
NullCheck(L_56);
String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC(L_56, L_59, L_60, L_61, ((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)L_67)), NULL);
int32_t L_68 = V_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_69 = __this->___m_Info_18;
NullCheck(L_69);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_70 = (&L_69->___Offset_3);
uint16_t L_71 = L_70->___Host_2;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_72 = __this->___m_Info_18;
NullCheck(L_72);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_73 = (&L_72->___Offset_3);
uint16_t L_74 = L_73->___User_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_68, ((int32_t)il2cpp_codegen_subtract((int32_t)L_71, (int32_t)L_74))));
goto IL_0307;
}
IL_01cf:
{
String_t* L_75 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_76 = __this->___m_Info_18;
NullCheck(L_76);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_77 = (&L_76->___Offset_3);
uint16_t L_78 = L_77->___User_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_79 = __this->___m_Info_18;
NullCheck(L_79);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_80 = (&L_79->___Offset_3);
uint16_t L_81 = L_80->___Host_2;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_82 = V_2;
bool L_83;
L_83 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)524288)), 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_82;
G_B19_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_81, 1));
G_B19_6 = L_78;
G_B19_7 = L_75;
if (L_83)
{
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_82;
G_B20_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_81, 1));
G_B20_6 = L_78;
G_B20_7 = L_75;
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_t920B0868286118827C08B08A15A9456AF6C19D81* L_84 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_85;
L_85 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(G_B21_8, G_B21_7, G_B21_6, G_B21_5, G_B21_4, G_B21_3, G_B21_2, G_B21_1, G_B21_0, L_84, (bool)0, NULL);
V_2 = L_85;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_86 = V_2;
int32_t L_87 = V_1;
int32_t L_88 = L_87;
V_1 = ((int32_t)il2cpp_codegen_add(L_88, 1));
NullCheck(L_86);
(L_86)->SetAt(static_cast<il2cpp_array_size_t>(L_88), (Il2CppChar)((int32_t)64));
goto IL_0307;
}
IL_022d:
{
String_t* L_89 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_90 = __this->___m_Info_18;
NullCheck(L_90);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_91 = (&L_90->___Offset_3);
uint16_t L_92 = L_91->___User_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_93 = __this->___m_Info_18;
NullCheck(L_93);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_94 = (&L_93->___Offset_3);
uint16_t L_95 = L_94->___Host_2;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_96 = V_2;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_97 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_98;
L_98 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(L_89, L_92, L_95, L_96, (&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), ((int32_t)10), L_97, (bool)0, NULL);
V_2 = L_98;
goto IL_0307;
}
IL_0279:
{
String_t* L_99 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_100 = __this->___m_Info_18;
NullCheck(L_100);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_101 = (&L_100->___Offset_3);
uint16_t L_102 = L_101->___User_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_103 = __this->___m_Info_18;
NullCheck(L_103);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_104 = (&L_103->___Offset_3);
uint16_t L_105 = L_104->___Host_2;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_106 = V_2;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_107 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_108;
L_108 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(L_99, L_102, L_105, L_106, (&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_107, (bool)0, NULL);
V_2 = L_108;
goto IL_0307;
}
IL_02c1:
{
String_t* L_109 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_110 = __this->___m_Info_18;
NullCheck(L_110);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_111 = (&L_110->___Offset_3);
uint16_t L_112 = L_111->___User_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_113 = __this->___m_Info_18;
NullCheck(L_113);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_114 = (&L_113->___Offset_3);
uint16_t L_115 = L_114->___Host_2;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_116 = V_2;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_117 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_118;
L_118 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(L_109, L_112, L_115, L_116, (&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_117, (bool)0, NULL);
}
IL_0307:
{
int32_t L_119 = ___parts0;
if ((!(((uint32_t)L_119) == ((uint32_t)2))))
{
goto IL_030f;
}
}
{
int32_t L_120 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract(L_120, 1));
}
IL_030f:
{
int32_t L_121 = ___parts0;
if (!((int32_t)((int32_t)L_121&4)))
{
goto IL_041d;
}
}
{
String_t* L_122 = V_0;
NullCheck(L_122);
int32_t L_123;
L_123 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_122, NULL);
if (!L_123)
{
goto IL_041d;
}
}
{
int32_t L_124 = ___formatAs2;
if ((((int32_t)L_124) == ((int32_t)1)))
{
goto IL_0357;
}
}
{
uint64_t L_125;
L_125 = Uri_get_HostType_mA30DC51045EE5FE94B3CB84B0D361A9C28EE572E(__this, NULL);
if ((!(((uint64_t)L_125) == ((uint64_t)((int64_t)((int32_t)327680))))))
{
goto IL_0357;
}
}
{
uint16_t L_126 = ___nonCanonical1;
if (!((int32_t)((int32_t)L_126&4)))
{
goto IL_0357;
}
}
{
int32_t L_127 = ___formatAs2;
if ((((int32_t)L_127) == ((int32_t)2)))
{
goto IL_0351;
}
}
{
bool L_128;
L_128 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)524288)), NULL);
if (L_128)
{
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_129 = ___parts0;
if (!((int32_t)((int32_t)L_129&((int32_t)256))))
{
goto IL_039a;
}
}
{
String_t* L_130 = V_0;
V_6 = L_130;
String_t* L_131 = V_6;
V_5 = (Il2CppChar*)((uintptr_t)L_131);
Il2CppChar* L_132 = V_5;
if (!L_132)
{
goto IL_0379;
}
}
{
Il2CppChar* L_133 = V_5;
int32_t L_134;
L_134 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_133, L_134));
}
IL_0379:
{
V_7 = (bool)0;
V_8 = (bool)0;
}
try
{// begin try (depth: 1)
Il2CppChar* L_135 = V_5;
String_t* L_136 = V_0;
NullCheck(L_136);
int32_t L_137;
L_137 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_136, NULL);
String_t* L_138;
L_138 = DomainNameHelper_UnicodeEquivalent_m62B17C161795C1C6AC76D49A3FB50B16693CC9DB(L_135, 0, L_137, (&V_7), (&V_8), NULL);
V_0 = L_138;
goto IL_0397;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0394;
}
throw e;
}
CATCH_0394:
{// begin catch(System.UriFormatException)
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_0397;
}// end catch (depth: 1)
IL_0397:
{
V_6 = (String_t*)NULL;
}
IL_039a:
{
String_t* L_139 = V_0;
String_t* L_140 = V_0;
NullCheck(L_140);
int32_t L_141;
L_141 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_140, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_142 = V_2;
int32_t L_143 = V_4;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_144 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_145;
L_145 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(L_139, 0, L_141, L_142, (&V_1), ((int32_t)47), ((int32_t)63), ((int32_t)35), L_143, L_144, (bool)0, NULL);
V_2 = L_145;
int32_t L_146 = ___parts0;
if (!((int32_t)((int32_t)L_146&((int32_t)-2147483648LL))))
{
goto IL_041d;
}
}
{
uint64_t L_147;
L_147 = Uri_get_HostType_mA30DC51045EE5FE94B3CB84B0D361A9C28EE572E(__this, NULL);
if ((!(((uint64_t)L_147) == ((uint64_t)((int64_t)((int32_t)65536))))))
{
goto IL_041d;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_148 = __this->___m_Info_18;
NullCheck(L_148);
String_t* L_149 = L_148->___ScopeId_1;
if (!L_149)
{
goto IL_041d;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_150 = __this->___m_Info_18;
NullCheck(L_150);
String_t* L_151 = L_150->___ScopeId_1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_152 = V_2;
int32_t L_153 = V_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_154 = __this->___m_Info_18;
NullCheck(L_154);
String_t* L_155 = L_154->___ScopeId_1;
NullCheck(L_155);
int32_t L_156;
L_156 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_155, NULL);
NullCheck(L_151);
String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC(L_151, 0, L_152, ((int32_t)il2cpp_codegen_subtract(L_153, 1)), L_156, NULL);
int32_t L_157 = V_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_158 = __this->___m_Info_18;
NullCheck(L_158);
String_t* L_159 = L_158->___ScopeId_1;
NullCheck(L_159);
int32_t L_160;
L_160 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_159, NULL);
V_1 = ((int32_t)il2cpp_codegen_add(L_157, L_160));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_161 = V_2;
int32_t L_162 = V_1;
NullCheck(L_161);
(L_161)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_162, 1))), (Il2CppChar)((int32_t)93));
}
IL_041d:
{
int32_t L_163 = ___parts0;
if (!((int32_t)((int32_t)L_163&8)))
{
goto IL_055d;
}
}
{
uint16_t L_164 = ___nonCanonical1;
if (((int32_t)((int32_t)L_164&8)))
{
goto IL_04fc;
}
}
{
bool L_165;
L_165 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)8388608)), NULL);
if (!L_165)
{
goto IL_04a1;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_166 = __this->___m_Info_18;
NullCheck(L_166);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_167 = (&L_166->___Offset_3);
uint16_t L_168 = L_167->___Path_4;
V_9 = L_168;
}
IL_044d:
{
String_t* L_169 = __this->___m_String_13;
uint16_t L_170 = V_9;
int32_t L_171 = ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_170, 1)));
V_9 = (uint16_t)L_171;
NullCheck(L_169);
Il2CppChar L_172;
L_172 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_169, L_171, NULL);
if ((!(((uint32_t)L_172) == ((uint32_t)((int32_t)58)))))
{
goto IL_044d;
}
}
{
String_t* L_173 = __this->___m_String_13;
uint16_t L_174 = V_9;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_175 = V_2;
int32_t L_176 = V_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_177 = __this->___m_Info_18;
NullCheck(L_177);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_178 = (&L_177->___Offset_3);
uint16_t L_179 = L_178->___Path_4;
uint16_t L_180 = V_9;
NullCheck(L_173);
String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC(L_173, L_174, L_175, L_176, ((int32_t)il2cpp_codegen_subtract((int32_t)L_179, (int32_t)L_180)), NULL);
int32_t L_181 = V_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_182 = __this->___m_Info_18;
NullCheck(L_182);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_183 = (&L_182->___Offset_3);
uint16_t L_184 = L_183->___Path_4;
uint16_t L_185 = V_9;
V_1 = ((int32_t)il2cpp_codegen_add(L_181, ((int32_t)il2cpp_codegen_subtract((int32_t)L_184, (int32_t)L_185))));
goto IL_055d;
}
IL_04a1:
{
int32_t L_186 = ___parts0;
if (!((int32_t)((int32_t)L_186&((int32_t)128))))
{
goto IL_055d;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_187 = __this->___m_Syntax_15;
NullCheck(L_187);
int32_t L_188;
L_188 = UriParser_get_DefaultPort_m38684C86B40F59960533D8F812B311ACBBEB7AA5_inline(L_187, NULL);
if ((((int32_t)L_188) == ((int32_t)(-1))))
{
goto IL_055d;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_189 = V_2;
int32_t L_190 = V_1;
int32_t L_191 = L_190;
V_1 = ((int32_t)il2cpp_codegen_add(L_191, 1));
NullCheck(L_189);
(L_189)->SetAt(static_cast<il2cpp_array_size_t>(L_191), (Il2CppChar)((int32_t)58));
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_192 = __this->___m_Info_18;
NullCheck(L_192);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_193 = (&L_192->___Offset_3);
uint16_t* L_194 = (&L_193->___PortValue_3);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_195;
L_195 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_196;
L_196 = UInt16_ToString_mCFE0EB73F03E7230D7F2694140FF9CECE793184D(L_194, L_195, NULL);
V_0 = L_196;
String_t* L_197 = V_0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_198 = V_2;
int32_t L_199 = V_1;
String_t* L_200 = V_0;
NullCheck(L_200);
int32_t L_201;
L_201 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_200, NULL);
NullCheck(L_197);
String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC(L_197, 0, L_198, L_199, L_201, NULL);
int32_t L_202 = V_1;
String_t* L_203 = V_0;
NullCheck(L_203);
int32_t L_204;
L_204 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_203, NULL);
V_1 = ((int32_t)il2cpp_codegen_add(L_202, L_204));
goto IL_055d;
}
IL_04fc:
{
bool L_205;
L_205 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)8388608)), NULL);
if (L_205)
{
goto IL_0521;
}
}
{
int32_t L_206 = ___parts0;
if (!((int32_t)((int32_t)L_206&((int32_t)128))))
{
goto IL_055d;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_207 = __this->___m_Syntax_15;
NullCheck(L_207);
int32_t L_208;
L_208 = UriParser_get_DefaultPort_m38684C86B40F59960533D8F812B311ACBBEB7AA5_inline(L_207, NULL);
if ((((int32_t)L_208) == ((int32_t)(-1))))
{
goto IL_055d;
}
}
IL_0521:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_209 = V_2;
int32_t L_210 = V_1;
int32_t L_211 = L_210;
V_1 = ((int32_t)il2cpp_codegen_add(L_211, 1));
NullCheck(L_209);
(L_209)->SetAt(static_cast<il2cpp_array_size_t>(L_211), (Il2CppChar)((int32_t)58));
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_212 = __this->___m_Info_18;
NullCheck(L_212);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_213 = (&L_212->___Offset_3);
uint16_t* L_214 = (&L_213->___PortValue_3);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_215;
L_215 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_216;
L_216 = UInt16_ToString_mCFE0EB73F03E7230D7F2694140FF9CECE793184D(L_214, L_215, NULL);
V_0 = L_216;
String_t* L_217 = V_0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_218 = V_2;
int32_t L_219 = V_1;
String_t* L_220 = V_0;
NullCheck(L_220);
int32_t L_221;
L_221 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_220, NULL);
NullCheck(L_217);
String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC(L_217, 0, L_218, L_219, L_221, NULL);
int32_t L_222 = V_1;
String_t* L_223 = V_0;
NullCheck(L_223);
int32_t L_224;
L_224 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_223, NULL);
V_1 = ((int32_t)il2cpp_codegen_add(L_222, L_224));
}
IL_055d:
{
int32_t L_225 = ___parts0;
if (!((int32_t)((int32_t)L_225&((int32_t)16))))
{
goto IL_05a7;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_226 = V_2;
int32_t L_227 = ___formatAs2;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_228;
L_228 = Uri_GetCanonicalPath_m66FA22F6E85D79E360A7EE86C0E03F1A009F6F99(__this, L_226, (&V_1), L_227, NULL);
V_2 = L_228;
int32_t L_229 = ___parts0;
if ((!(((uint32_t)L_229) == ((uint32_t)((int32_t)16)))))
{
goto IL_05a7;
}
}
{
bool L_230;
L_230 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)1048576)), NULL);
if (!L_230)
{
goto IL_0593;
}
}
{
int32_t L_231 = V_1;
if (!L_231)
{
goto IL_0593;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_232 = V_2;
NullCheck(L_232);
int32_t L_233 = 0;
uint16_t L_234 = (uint16_t)(L_232)->GetAt(static_cast<il2cpp_array_size_t>(L_233));
if ((!(((uint32_t)L_234) == ((uint32_t)((int32_t)47)))))
{
goto IL_0593;
}
}
{
V_3 = (uint16_t)1;
int32_t L_235 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract(L_235, 1));
goto IL_0595;
}
IL_0593:
{
V_3 = (uint16_t)0;
}
IL_0595:
{
int32_t L_236 = V_1;
if (!L_236)
{
goto IL_05a1;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_237 = V_2;
uint16_t L_238 = V_3;
int32_t L_239 = V_1;
String_t* L_240;
L_240 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_237, L_238, L_239, NULL);
return L_240;
}
IL_05a1:
{
String_t* L_241 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_241;
}
IL_05a7:
{
int32_t L_242 = ___parts0;
if (!((int32_t)((int32_t)L_242&((int32_t)32))))
{
goto IL_0792;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_243 = __this->___m_Info_18;
NullCheck(L_243);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_244 = (&L_243->___Offset_3);
uint16_t L_245 = L_244->___Query_5;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_246 = __this->___m_Info_18;
NullCheck(L_246);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_247 = (&L_246->___Offset_3);
uint16_t L_248 = L_247->___Fragment_6;
if ((((int32_t)L_245) >= ((int32_t)L_248)))
{
goto IL_0792;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_249 = __this->___m_Info_18;
NullCheck(L_249);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_250 = (&L_249->___Offset_3);
uint16_t L_251 = L_250->___Query_5;
V_3 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_251, 1)));
int32_t L_252 = ___parts0;
if ((((int32_t)L_252) == ((int32_t)((int32_t)32))))
{
goto IL_05f7;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_253 = V_2;
int32_t L_254 = V_1;
int32_t L_255 = L_254;
V_1 = ((int32_t)il2cpp_codegen_add(L_255, 1));
NullCheck(L_253);
(L_253)->SetAt(static_cast<il2cpp_array_size_t>(L_255), (Il2CppChar)((int32_t)63));
}
IL_05f7:
{
uint16_t L_256 = ___nonCanonical1;
if (!((int32_t)((int32_t)L_256&((int32_t)32))))
{
goto IL_075b;
}
}
{
int32_t L_257 = ___formatAs2;
if ((((int32_t)L_257) == ((int32_t)1)))
{
goto IL_0618;
}
}
{
int32_t L_258 = ___formatAs2;
if ((((int32_t)L_258) == ((int32_t)2)))
{
goto IL_06dd;
}
}
{
int32_t L_259 = ___formatAs2;
if ((((int32_t)L_259) == ((int32_t)((int32_t)32767))))
{
goto IL_0691;
}
}
{
goto IL_0714;
}
IL_0618:
{
bool L_260;
L_260 = Uri_NotAny_mB88A38A602D4A784CADBD43FDF4CDA0235371E81(__this, ((int64_t)((int32_t)524288)), NULL);
if (!L_260)
{
goto IL_0655;
}
}
{
String_t* L_261 = __this->___m_String_13;
uint16_t L_262 = V_3;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_263 = __this->___m_Info_18;
NullCheck(L_263);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_264 = (&L_263->___Offset_3);
uint16_t L_265 = L_264->___Fragment_6;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_266 = V_2;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_267;
L_267 = UriHelper_EscapeString_m616525587FFF13665945B9173F3C2EC41C9EDDA8(L_261, L_262, L_265, L_266, (&V_1), (bool)1, ((int32_t)35), ((int32_t)65535), ((int32_t)37), NULL);
V_2 = L_267;
goto IL_0792;
}
IL_0655:
{
String_t* L_268 = __this->___m_String_13;
uint16_t L_269 = V_3;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_270 = __this->___m_Info_18;
NullCheck(L_270);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_271 = (&L_270->___Offset_3);
uint16_t L_272 = L_271->___Fragment_6;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_273 = V_2;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_274 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_275;
L_275 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(L_268, L_269, L_272, L_273, (&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_274, (bool)1, NULL);
goto IL_0792;
}
IL_0691:
{
String_t* L_276 = __this->___m_String_13;
uint16_t L_277 = V_3;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_278 = __this->___m_Info_18;
NullCheck(L_278);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_279 = (&L_278->___Offset_3);
uint16_t L_280 = L_279->___Fragment_6;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_281 = V_2;
bool L_282;
L_282 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)524288)), 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_281;
G_B86_5 = L_280;
G_B86_6 = L_277;
G_B86_7 = L_276;
if (L_282)
{
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_281;
G_B87_5 = L_280;
G_B87_6 = L_277;
G_B87_7 = L_276;
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_t920B0868286118827C08B08A15A9456AF6C19D81* L_283 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_284;
L_284 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(G_B88_8, G_B88_7, G_B88_6, G_B88_5, G_B88_4, G_B88_3, G_B88_2, G_B88_1, ((int32_t)(G_B88_0|4)), L_283, (bool)1, NULL);
V_2 = L_284;
goto IL_0792;
}
IL_06dd:
{
String_t* L_285 = __this->___m_String_13;
uint16_t L_286 = V_3;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_287 = __this->___m_Info_18;
NullCheck(L_287);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_288 = (&L_287->___Offset_3);
uint16_t L_289 = L_288->___Fragment_6;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_290 = V_2;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_291 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_292;
L_292 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(L_285, L_286, L_289, L_290, (&V_1), ((int32_t)35), ((int32_t)65535), ((int32_t)65535), ((int32_t)10), L_291, (bool)1, NULL);
V_2 = L_292;
goto IL_0792;
}
IL_0714:
{
String_t* L_293 = __this->___m_String_13;
uint16_t L_294 = V_3;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_295 = __this->___m_Info_18;
NullCheck(L_295);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_296 = (&L_295->___Offset_3);
uint16_t L_297 = L_296->___Fragment_6;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_298 = V_2;
bool L_299;
L_299 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)524288)), 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_298;
G_B91_5 = L_297;
G_B91_6 = L_294;
G_B91_7 = L_293;
if (L_299)
{
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_298;
G_B92_5 = L_297;
G_B92_6 = L_294;
G_B92_7 = L_293;
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_t920B0868286118827C08B08A15A9456AF6C19D81* L_300 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_301;
L_301 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(G_B93_8, G_B93_7, G_B93_6, G_B93_5, G_B93_4, G_B93_3, G_B93_2, G_B93_1, G_B93_0, L_300, (bool)1, NULL);
V_2 = L_301;
goto IL_0792;
}
IL_075b:
{
String_t* L_302 = __this->___m_String_13;
uint16_t L_303 = V_3;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_304 = __this->___m_Info_18;
NullCheck(L_304);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_305 = (&L_304->___Offset_3);
uint16_t L_306 = L_305->___Fragment_6;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_307 = V_2;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_308 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_309;
L_309 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(L_302, L_303, L_306, L_307, (&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_308, (bool)1, NULL);
}
IL_0792:
{
int32_t L_310 = ___parts0;
if (!((int32_t)((int32_t)L_310&((int32_t)64))))
{
goto IL_098e;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_311 = __this->___m_Info_18;
NullCheck(L_311);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_312 = (&L_311->___Offset_3);
uint16_t L_313 = L_312->___Fragment_6;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_314 = __this->___m_Info_18;
NullCheck(L_314);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_315 = (&L_314->___Offset_3);
uint16_t L_316 = L_315->___End_7;
if ((((int32_t)L_313) >= ((int32_t)L_316)))
{
goto IL_098e;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_317 = __this->___m_Info_18;
NullCheck(L_317);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_318 = (&L_317->___Offset_3);
uint16_t L_319 = L_318->___Fragment_6;
V_3 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_319, 1)));
int32_t L_320 = ___parts0;
if ((((int32_t)L_320) == ((int32_t)((int32_t)64))))
{
goto IL_07e2;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_321 = V_2;
int32_t L_322 = V_1;
int32_t L_323 = L_322;
V_1 = ((int32_t)il2cpp_codegen_add(L_323, 1));
NullCheck(L_321);
(L_321)->SetAt(static_cast<il2cpp_array_size_t>(L_323), (Il2CppChar)((int32_t)35));
}
IL_07e2:
{
uint16_t L_324 = ___nonCanonical1;
if (!((int32_t)((int32_t)L_324&((int32_t)64))))
{
goto IL_0957;
}
}
{
int32_t L_325 = ___formatAs2;
if ((((int32_t)L_325) == ((int32_t)1)))
{
goto IL_0806;
}
}
{
int32_t L_326 = ___formatAs2;
if ((((int32_t)L_326) == ((int32_t)2)))
{
goto IL_08d9;
}
}
{
int32_t L_327 = ___formatAs2;
if ((((int32_t)L_327) == ((int32_t)((int32_t)32767))))
{
goto IL_088d;
}
}
{
goto IL_0910;
}
IL_0806:
{
bool L_328;
L_328 = Uri_NotAny_mB88A38A602D4A784CADBD43FDF4CDA0235371E81(__this, ((int64_t)((int32_t)524288)), NULL);
if (!L_328)
{
goto IL_0851;
}
}
{
String_t* L_329 = __this->___m_String_13;
uint16_t L_330 = V_3;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_331 = __this->___m_Info_18;
NullCheck(L_331);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_332 = (&L_331->___Offset_3);
uint16_t L_333 = L_332->___End_7;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_334 = V_2;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
bool L_335;
L_335 = UriParser_get_ShouldUseLegacyV2Quirks_m2BDF10B430FDA291AA6962104CD838776F31D20E(NULL);
G_B106_0 = 1;
G_B106_1 = (&V_1);
G_B106_2 = L_334;
G_B106_3 = L_333;
G_B106_4 = L_330;
G_B106_5 = L_329;
if (L_335)
{
G_B107_0 = 1;
G_B107_1 = (&V_1);
G_B107_2 = L_334;
G_B107_3 = L_333;
G_B107_4 = L_330;
G_B107_5 = L_329;
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_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_336;
L_336 = UriHelper_EscapeString_m616525587FFF13665945B9173F3C2EC41C9EDDA8(G_B108_6, G_B108_5, G_B108_4, G_B108_3, G_B108_2, (bool)G_B108_1, G_B108_0, ((int32_t)65535), ((int32_t)37), NULL);
V_2 = L_336;
goto IL_098e;
}
IL_0851:
{
String_t* L_337 = __this->___m_String_13;
uint16_t L_338 = V_3;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_339 = __this->___m_Info_18;
NullCheck(L_339);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_340 = (&L_339->___Offset_3);
uint16_t L_341 = L_340->___End_7;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_342 = V_2;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_343 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_344;
L_344 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(L_337, L_338, L_341, L_342, (&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_343, (bool)0, NULL);
goto IL_098e;
}
IL_088d:
{
String_t* L_345 = __this->___m_String_13;
uint16_t L_346 = V_3;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_347 = __this->___m_Info_18;
NullCheck(L_347);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_348 = (&L_347->___Offset_3);
uint16_t L_349 = L_348->___End_7;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_350 = V_2;
bool L_351;
L_351 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)524288)), 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_350;
G_B111_5 = L_349;
G_B111_6 = L_346;
G_B111_7 = L_345;
if (L_351)
{
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_350;
G_B112_5 = L_349;
G_B112_6 = L_346;
G_B112_7 = L_345;
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_t920B0868286118827C08B08A15A9456AF6C19D81* L_352 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_353;
L_353 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(G_B113_8, G_B113_7, G_B113_6, G_B113_5, G_B113_4, G_B113_3, G_B113_2, G_B113_1, ((int32_t)(G_B113_0|4)), L_352, (bool)0, NULL);
V_2 = L_353;
goto IL_098e;
}
IL_08d9:
{
String_t* L_354 = __this->___m_String_13;
uint16_t L_355 = V_3;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_356 = __this->___m_Info_18;
NullCheck(L_356);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_357 = (&L_356->___Offset_3);
uint16_t L_358 = L_357->___End_7;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_359 = V_2;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_360 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_361;
L_361 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(L_354, L_355, L_358, L_359, (&V_1), ((int32_t)35), ((int32_t)65535), ((int32_t)65535), ((int32_t)10), L_360, (bool)0, NULL);
V_2 = L_361;
goto IL_098e;
}
IL_0910:
{
String_t* L_362 = __this->___m_String_13;
uint16_t L_363 = V_3;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_364 = __this->___m_Info_18;
NullCheck(L_364);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_365 = (&L_364->___Offset_3);
uint16_t L_366 = L_365->___End_7;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_367 = V_2;
bool L_368;
L_368 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)524288)), 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_367;
G_B116_5 = L_366;
G_B116_6 = L_363;
G_B116_7 = L_362;
if (L_368)
{
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_367;
G_B117_5 = L_366;
G_B117_6 = L_363;
G_B117_7 = L_362;
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_t920B0868286118827C08B08A15A9456AF6C19D81* L_369 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_370;
L_370 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(G_B118_8, G_B118_7, G_B118_6, G_B118_5, G_B118_4, G_B118_3, G_B118_2, G_B118_1, G_B118_0, L_369, (bool)0, NULL);
V_2 = L_370;
goto IL_098e;
}
IL_0957:
{
String_t* L_371 = __this->___m_String_13;
uint16_t L_372 = V_3;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_373 = __this->___m_Info_18;
NullCheck(L_373);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_374 = (&L_373->___Offset_3);
uint16_t L_375 = L_374->___End_7;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_376 = V_2;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_377 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_378;
L_378 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(L_371, L_372, L_375, L_376, (&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_377, (bool)0, NULL);
}
IL_098e:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_379 = V_2;
int32_t L_380 = V_1;
String_t* L_381;
L_381 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_379, 0, L_380, NULL);
return L_381;
}
}
// System.String System.Uri::GetUriPartsFromUserString(System.UriComponents)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetUriPartsFromUserString_m3D6EEB76609CCC54A0ABE65911CC24603A184B29 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, int32_t ___uriParts0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
s_Il2CppMethodInitialized = true;
}
uint16_t V_0 = 0;
uint16_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = ___uriParts0;
V_2 = ((int32_t)((int32_t)L_0&((int32_t)-1073741825)));
int32_t L_1 = V_2;
if ((((int32_t)L_1) > ((int32_t)((int32_t)64))))
{
goto IL_0076;
}
}
{
int32_t L_2 = V_2;
if ((((int32_t)L_2) > ((int32_t)((int32_t)16))))
{
goto IL_0048;
}
}
{
int32_t L_3 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 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_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, ((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_2;
if ((((int32_t)L_5) == ((int32_t)((int32_t)32))))
{
goto IL_05e5;
}
}
{
int32_t L_6 = V_2;
if ((((int32_t)L_6) == ((int32_t)((int32_t)48))))
{
goto IL_0793;
}
}
{
int32_t L_7 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, ((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_2;
if ((((int32_t)L_8) > ((int32_t)((int32_t)125))))
{
goto IL_0090;
}
}
{
int32_t L_9 = V_2;
if ((((int32_t)L_9) == ((int32_t)((int32_t)112))))
{
goto IL_08cf;
}
}
{
int32_t L_10 = V_2;
if ((((int32_t)L_10) == ((int32_t)((int32_t)125))))
{
goto IL_07d0;
}
}
{
goto IL_0992;
}
IL_0090:
{
int32_t L_11 = V_2;
if ((((int32_t)L_11) == ((int32_t)((int32_t)127))))
{
goto IL_0247;
}
}
{
int32_t L_12 = V_2;
if ((((int32_t)L_12) == ((int32_t)((int32_t)132))))
{
goto IL_017c;
}
}
{
int32_t L_13 = V_2;
if ((((int32_t)L_13) == ((int32_t)((int32_t)134))))
{
goto IL_0713;
}
}
{
goto IL_0992;
}
IL_00b3:
{
bool L_14;
L_14 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)2097152)), NULL);
if (L_14)
{
goto IL_00fe;
}
}
{
String_t* L_15 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_16 = __this->___m_Info_18;
NullCheck(L_16);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_17 = (&L_16->___Offset_3);
uint16_t L_18 = L_17->___Scheme_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_19 = __this->___m_Info_18;
NullCheck(L_19);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_20 = (&L_19->___Offset_3);
uint16_t L_21 = L_20->___Path_4;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_22 = __this->___m_Info_18;
NullCheck(L_22);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_23 = (&L_22->___Offset_3);
uint16_t L_24 = L_23->___Scheme_0;
NullCheck(L_15);
String_t* L_25;
L_25 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_15, L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_24)), NULL);
return L_25;
}
IL_00fe:
{
String_t* L_26 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_27 = __this->___m_Info_18;
NullCheck(L_27);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_28 = (&L_27->___Offset_3);
uint16_t L_29 = L_28->___Scheme_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_30 = __this->___m_Info_18;
NullCheck(L_30);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_31 = (&L_30->___Offset_3);
uint16_t L_32 = L_31->___User_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_33 = __this->___m_Info_18;
NullCheck(L_33);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_34 = (&L_33->___Offset_3);
uint16_t L_35 = L_34->___Scheme_0;
NullCheck(L_26);
String_t* L_36;
L_36 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_26, L_29, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_35)), NULL);
String_t* L_37 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_38 = __this->___m_Info_18;
NullCheck(L_38);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_39 = (&L_38->___Offset_3);
uint16_t L_40 = L_39->___Host_2;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_41 = __this->___m_Info_18;
NullCheck(L_41);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_42 = (&L_41->___Offset_3);
uint16_t L_43 = L_42->___Path_4;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_44 = __this->___m_Info_18;
NullCheck(L_44);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_45 = (&L_44->___Offset_3);
uint16_t L_46 = L_45->___Host_2;
NullCheck(L_37);
String_t* L_47;
L_47 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_37, L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)L_46)), NULL);
String_t* L_48;
L_48 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_36, L_47, NULL);
return L_48;
}
IL_017c:
{
bool L_49;
L_49 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)2097152)), NULL);
if (!L_49)
{
goto IL_0713;
}
}
{
bool L_50;
L_50 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)8388608)), NULL);
if (L_50)
{
goto IL_01a9;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_51 = __this->___m_Syntax_15;
NullCheck(L_51);
int32_t L_52;
L_52 = UriParser_get_DefaultPort_m38684C86B40F59960533D8F812B311ACBBEB7AA5_inline(L_51, NULL);
if ((!(((uint32_t)L_52) == ((uint32_t)(-1)))))
{
goto IL_01e6;
}
}
IL_01a9:
{
String_t* L_53 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_54 = __this->___m_Info_18;
NullCheck(L_54);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_55 = (&L_54->___Offset_3);
uint16_t L_56 = L_55->___Host_2;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_57 = __this->___m_Info_18;
NullCheck(L_57);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_58 = (&L_57->___Offset_3);
uint16_t L_59 = L_58->___Path_4;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_60 = __this->___m_Info_18;
NullCheck(L_60);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_61 = (&L_60->___Offset_3);
uint16_t L_62 = L_61->___Host_2;
NullCheck(L_53);
String_t* L_63;
L_63 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_53, L_56, ((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)L_62)), NULL);
return L_63;
}
IL_01e6:
{
String_t* L_64 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_65 = __this->___m_Info_18;
NullCheck(L_65);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_66 = (&L_65->___Offset_3);
uint16_t L_67 = L_66->___Host_2;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_68 = __this->___m_Info_18;
NullCheck(L_68);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_69 = (&L_68->___Offset_3);
uint16_t L_70 = L_69->___Path_4;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_71 = __this->___m_Info_18;
NullCheck(L_71);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_72 = (&L_71->___Offset_3);
uint16_t L_73 = L_72->___Host_2;
NullCheck(L_64);
String_t* L_74;
L_74 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_64, L_67, ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_73)), NULL);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_75 = __this->___m_Info_18;
NullCheck(L_75);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_76 = (&L_75->___Offset_3);
uint16_t* L_77 = (&L_76->___PortValue_3);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_78;
L_78 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_79;
L_79 = UInt16_ToString_mCFE0EB73F03E7230D7F2694140FF9CECE793184D(L_77, L_78, NULL);
String_t* L_80;
L_80 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_74, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_79, NULL);
return L_80;
}
IL_0247:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_81 = __this->___m_Info_18;
NullCheck(L_81);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_82 = (&L_81->___Offset_3);
uint16_t L_83 = L_82->___Scheme_0;
if (L_83)
{
goto IL_027d;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_84 = __this->___m_Info_18;
NullCheck(L_84);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_85 = (&L_84->___Offset_3);
uint16_t L_86 = L_85->___End_7;
String_t* L_87 = __this->___m_String_13;
NullCheck(L_87);
int32_t L_88;
L_88 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_87, NULL);
if ((!(((uint32_t)L_86) == ((uint32_t)L_88))))
{
goto IL_027d;
}
}
{
String_t* L_89 = __this->___m_String_13;
return L_89;
}
IL_027d:
{
String_t* L_90 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_91 = __this->___m_Info_18;
NullCheck(L_91);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_92 = (&L_91->___Offset_3);
uint16_t L_93 = L_92->___Scheme_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_94 = __this->___m_Info_18;
NullCheck(L_94);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_95 = (&L_94->___Offset_3);
uint16_t L_96 = L_95->___End_7;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_97 = __this->___m_Info_18;
NullCheck(L_97);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_98 = (&L_97->___Offset_3);
uint16_t L_99 = L_98->___Scheme_0;
NullCheck(L_90);
String_t* L_100;
L_100 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_90, L_93, ((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)L_99)), NULL);
return L_100;
}
IL_02ba:
{
bool L_101;
L_101 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)2097152)), NULL);
if (!L_101)
{
goto IL_0346;
}
}
{
String_t* L_102 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_103 = __this->___m_Info_18;
NullCheck(L_103);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_104 = (&L_103->___Offset_3);
uint16_t L_105 = L_104->___Scheme_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_106 = __this->___m_Info_18;
NullCheck(L_106);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_107 = (&L_106->___Offset_3);
uint16_t L_108 = L_107->___User_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_109 = __this->___m_Info_18;
NullCheck(L_109);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_110 = (&L_109->___Offset_3);
uint16_t L_111 = L_110->___Scheme_0;
NullCheck(L_102);
String_t* L_112;
L_112 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_102, L_105, ((int32_t)il2cpp_codegen_subtract((int32_t)L_108, (int32_t)L_111)), NULL);
String_t* L_113 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_114 = __this->___m_Info_18;
NullCheck(L_114);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_115 = (&L_114->___Offset_3);
uint16_t L_116 = L_115->___Host_2;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_117 = __this->___m_Info_18;
NullCheck(L_117);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_118 = (&L_117->___Offset_3);
uint16_t L_119 = L_118->___Fragment_6;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_120 = __this->___m_Info_18;
NullCheck(L_120);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_121 = (&L_120->___Offset_3);
uint16_t L_122 = L_121->___Host_2;
NullCheck(L_113);
String_t* L_123;
L_123 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_113, L_116, ((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)L_122)), NULL);
String_t* L_124;
L_124 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_112, L_123, NULL);
return L_124;
}
IL_0346:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_125 = __this->___m_Info_18;
NullCheck(L_125);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_126 = (&L_125->___Offset_3);
uint16_t L_127 = L_126->___Scheme_0;
if (L_127)
{
goto IL_037c;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_128 = __this->___m_Info_18;
NullCheck(L_128);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_129 = (&L_128->___Offset_3);
uint16_t L_130 = L_129->___Fragment_6;
String_t* L_131 = __this->___m_String_13;
NullCheck(L_131);
int32_t L_132;
L_132 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_131, NULL);
if ((!(((uint32_t)L_130) == ((uint32_t)L_132))))
{
goto IL_037c;
}
}
{
String_t* L_133 = __this->___m_String_13;
return L_133;
}
IL_037c:
{
String_t* L_134 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_135 = __this->___m_Info_18;
NullCheck(L_135);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_136 = (&L_135->___Offset_3);
uint16_t L_137 = L_136->___Scheme_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_138 = __this->___m_Info_18;
NullCheck(L_138);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_139 = (&L_138->___Offset_3);
uint16_t L_140 = L_139->___Fragment_6;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_141 = __this->___m_Info_18;
NullCheck(L_141);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_142 = (&L_141->___Offset_3);
uint16_t L_143 = L_142->___Scheme_0;
NullCheck(L_134);
String_t* L_144;
L_144 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_134, L_137, ((int32_t)il2cpp_codegen_subtract((int32_t)L_140, (int32_t)L_143)), NULL);
return L_144;
}
IL_03b9:
{
String_t* L_145 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_146 = __this->___m_Info_18;
NullCheck(L_146);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_147 = (&L_146->___Offset_3);
uint16_t L_148 = L_147->___Scheme_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_149 = __this->___m_Info_18;
NullCheck(L_149);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_150 = (&L_149->___Offset_3);
uint16_t L_151 = L_150->___Path_4;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_152 = __this->___m_Info_18;
NullCheck(L_152);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_153 = (&L_152->___Offset_3);
uint16_t L_154 = L_153->___Scheme_0;
NullCheck(L_145);
String_t* L_155;
L_155 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_145, L_148, ((int32_t)il2cpp_codegen_subtract((int32_t)L_151, (int32_t)L_154)), NULL);
return L_155;
}
IL_03f6:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_156 = __this->___m_Info_18;
NullCheck(L_156);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_157 = (&L_156->___Offset_3);
uint16_t L_158 = L_157->___Scheme_0;
if (L_158)
{
goto IL_042c;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_159 = __this->___m_Info_18;
NullCheck(L_159);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_160 = (&L_159->___Offset_3);
uint16_t L_161 = L_160->___Fragment_6;
String_t* L_162 = __this->___m_String_13;
NullCheck(L_162);
int32_t L_163;
L_163 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_162, NULL);
if ((!(((uint32_t)L_161) == ((uint32_t)L_163))))
{
goto IL_042c;
}
}
{
String_t* L_164 = __this->___m_String_13;
return L_164;
}
IL_042c:
{
String_t* L_165 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_166 = __this->___m_Info_18;
NullCheck(L_166);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_167 = (&L_166->___Offset_3);
uint16_t L_168 = L_167->___Scheme_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_169 = __this->___m_Info_18;
NullCheck(L_169);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_170 = (&L_169->___Offset_3);
uint16_t L_171 = L_170->___Fragment_6;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_172 = __this->___m_Info_18;
NullCheck(L_172);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_173 = (&L_172->___Offset_3);
uint16_t L_174 = L_173->___Scheme_0;
NullCheck(L_165);
String_t* L_175;
L_175 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_165, L_168, ((int32_t)il2cpp_codegen_subtract((int32_t)L_171, (int32_t)L_174)), 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->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_178 = __this->___m_Info_18;
NullCheck(L_178);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_179 = (&L_178->___Offset_3);
uint16_t L_180 = L_179->___Scheme_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_181 = __this->___m_Info_18;
NullCheck(L_181);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_182 = (&L_181->___Offset_3);
uint16_t L_183 = L_182->___User_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_184 = __this->___m_Info_18;
NullCheck(L_184);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_185 = (&L_184->___Offset_3);
uint16_t L_186 = L_185->___Scheme_0;
NullCheck(L_177);
String_t* L_187;
L_187 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_177, L_180, ((int32_t)il2cpp_codegen_subtract((int32_t)L_183, (int32_t)L_186)), NULL);
return L_187;
}
IL_04aa:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_188 = __this->___m_Syntax_15;
NullCheck(L_188);
String_t* L_189;
L_189 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_188, NULL);
return L_189;
}
IL_04b6:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_190 = __this->___m_Info_18;
NullCheck(L_190);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_191 = (&L_190->___Offset_3);
uint16_t L_192 = L_191->___Path_4;
V_1 = L_192;
bool L_193;
L_193 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)8388616)), NULL);
if (!L_193)
{
goto IL_04ea;
}
}
IL_04d5:
{
String_t* L_194 = __this->___m_String_13;
uint16_t L_195 = V_1;
int32_t L_196 = ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_195, 1)));
V_1 = (uint16_t)L_196;
NullCheck(L_194);
Il2CppChar L_197;
L_197 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_194, L_196, NULL);
if ((!(((uint32_t)L_197) == ((uint32_t)((int32_t)58)))))
{
goto IL_04d5;
}
}
IL_04ea:
{
uint16_t L_198 = V_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_199 = __this->___m_Info_18;
NullCheck(L_199);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_200 = (&L_199->___Offset_3);
uint16_t L_201 = L_200->___Host_2;
if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_198, (int32_t)L_201)))
{
goto IL_052c;
}
}
{
String_t* L_202 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_203 = __this->___m_Info_18;
NullCheck(L_203);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_204 = (&L_203->___Offset_3);
uint16_t L_205 = L_204->___Host_2;
uint16_t L_206 = V_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_207 = __this->___m_Info_18;
NullCheck(L_207);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_208 = (&L_207->___Offset_3);
uint16_t L_209 = L_208->___Host_2;
NullCheck(L_202);
String_t* L_210;
L_210 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_202, L_205, ((int32_t)il2cpp_codegen_subtract((int32_t)L_206, (int32_t)L_209)), NULL);
return L_210;
}
IL_052c:
{
String_t* L_211 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
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;
L_213 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)1048576)), NULL);
if (!L_213)
{
goto IL_059c;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_214 = __this->___m_Info_18;
NullCheck(L_214);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_215 = (&L_214->___Offset_3);
uint16_t L_216 = L_215->___End_7;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_217 = __this->___m_Info_18;
NullCheck(L_217);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_218 = (&L_217->___Offset_3);
uint16_t L_219 = L_218->___Path_4;
if ((((int32_t)L_216) <= ((int32_t)L_219)))
{
goto IL_059c;
}
}
{
String_t* L_220 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_221 = __this->___m_Info_18;
NullCheck(L_221);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_222 = (&L_221->___Offset_3);
uint16_t L_223 = L_222->___Path_4;
NullCheck(L_220);
Il2CppChar L_224;
L_224 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_220, L_223, NULL);
if ((!(((uint32_t)L_224) == ((uint32_t)((int32_t)47)))))
{
goto IL_059c;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_225 = __this->___m_Info_18;
NullCheck(L_225);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_226 = (&L_225->___Offset_3);
uint16_t L_227 = L_226->___Path_4;
V_0 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_227, 1)));
goto IL_05ad;
}
IL_059c:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_228 = __this->___m_Info_18;
NullCheck(L_228);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_229 = (&L_228->___Offset_3);
uint16_t L_230 = L_229->___Path_4;
V_0 = L_230;
}
IL_05ad:
{
uint16_t L_231 = V_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_232 = __this->___m_Info_18;
NullCheck(L_232);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_233 = (&L_232->___Offset_3);
uint16_t L_234 = L_233->___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))->___Empty_6;
return L_235;
}
IL_05c6:
{
String_t* L_236 = __this->___m_String_13;
uint16_t L_237 = V_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_238 = __this->___m_Info_18;
NullCheck(L_238);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_239 = (&L_238->___Offset_3);
uint16_t L_240 = L_239->___Query_5;
uint16_t L_241 = V_0;
NullCheck(L_236);
String_t* L_242;
L_242 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_236, L_237, ((int32_t)il2cpp_codegen_subtract((int32_t)L_240, (int32_t)L_241)), 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_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_244 = __this->___m_Info_18;
NullCheck(L_244);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_245 = (&L_244->___Offset_3);
uint16_t L_246 = L_245->___Query_5;
V_0 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_246, 1)));
goto IL_0611;
}
IL_0600:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_247 = __this->___m_Info_18;
NullCheck(L_247);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_248 = (&L_247->___Offset_3);
uint16_t L_249 = L_248->___Query_5;
V_0 = L_249;
}
IL_0611:
{
uint16_t L_250 = V_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_251 = __this->___m_Info_18;
NullCheck(L_251);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_252 = (&L_251->___Offset_3);
uint16_t L_253 = L_252->___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))->___Empty_6;
return L_254;
}
IL_062a:
{
String_t* L_255 = __this->___m_String_13;
uint16_t L_256 = V_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_257 = __this->___m_Info_18;
NullCheck(L_257);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_258 = (&L_257->___Offset_3);
uint16_t L_259 = L_258->___Fragment_6;
uint16_t L_260 = V_0;
NullCheck(L_255);
String_t* L_261;
L_261 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_255, L_256, ((int32_t)il2cpp_codegen_subtract((int32_t)L_259, (int32_t)L_260)), 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_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_263 = __this->___m_Info_18;
NullCheck(L_263);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_264 = (&L_263->___Offset_3);
uint16_t L_265 = L_264->___Fragment_6;
V_0 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_265, 1)));
goto IL_0675;
}
IL_0664:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_266 = __this->___m_Info_18;
NullCheck(L_266);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_267 = (&L_266->___Offset_3);
uint16_t L_268 = L_267->___Fragment_6;
V_0 = L_268;
}
IL_0675:
{
uint16_t L_269 = V_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_270 = __this->___m_Info_18;
NullCheck(L_270);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_271 = (&L_270->___Offset_3);
uint16_t L_272 = L_271->___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))->___Empty_6;
return L_273;
}
IL_068e:
{
String_t* L_274 = __this->___m_String_13;
uint16_t L_275 = V_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_276 = __this->___m_Info_18;
NullCheck(L_276);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_277 = (&L_276->___Offset_3);
uint16_t L_278 = L_277->___End_7;
uint16_t L_279 = V_0;
NullCheck(L_274);
String_t* L_280;
L_280 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_274, L_275, ((int32_t)il2cpp_codegen_subtract((int32_t)L_278, (int32_t)L_279)), NULL);
return L_280;
}
IL_06ad:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_281 = __this->___m_Info_18;
NullCheck(L_281);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_282 = (&L_281->___Offset_3);
uint16_t L_283 = L_282->___Path_4;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_284 = __this->___m_Info_18;
NullCheck(L_284);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_285 = (&L_284->___Offset_3);
uint16_t L_286 = L_285->___User_1;
if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_283, (int32_t)L_286)))
{
goto IL_070d;
}
}
{
String_t* L_287 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_288 = __this->___m_Info_18;
NullCheck(L_288);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_289 = (&L_288->___Offset_3);
uint16_t L_290 = L_289->___User_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_291 = __this->___m_Info_18;
NullCheck(L_291);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_292 = (&L_291->___Offset_3);
uint16_t L_293 = L_292->___Path_4;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_294 = __this->___m_Info_18;
NullCheck(L_294);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_295 = (&L_294->___Offset_3);
uint16_t L_296 = L_295->___User_1;
NullCheck(L_287);
String_t* L_297;
L_297 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_287, L_290, ((int32_t)il2cpp_codegen_subtract((int32_t)L_293, (int32_t)L_296)), NULL);
return L_297;
}
IL_070d:
{
String_t* L_298 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_298;
}
IL_0713:
{
bool L_299;
L_299 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)8388608)), NULL);
if (L_299)
{
goto IL_06ad;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_300 = __this->___m_Syntax_15;
NullCheck(L_300);
int32_t L_301;
L_301 = UriParser_get_DefaultPort_m38684C86B40F59960533D8F812B311ACBBEB7AA5_inline(L_300, NULL);
if ((((int32_t)L_301) == ((int32_t)(-1))))
{
goto IL_06ad;
}
}
{
String_t* L_302 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_303 = __this->___m_Info_18;
NullCheck(L_303);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_304 = (&L_303->___Offset_3);
uint16_t L_305 = L_304->___User_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_306 = __this->___m_Info_18;
NullCheck(L_306);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_307 = (&L_306->___Offset_3);
uint16_t L_308 = L_307->___Path_4;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_309 = __this->___m_Info_18;
NullCheck(L_309);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_310 = (&L_309->___Offset_3);
uint16_t L_311 = L_310->___User_1;
NullCheck(L_302);
String_t* L_312;
L_312 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_302, L_305, ((int32_t)il2cpp_codegen_subtract((int32_t)L_308, (int32_t)L_311)), NULL);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_313 = __this->___m_Info_18;
NullCheck(L_313);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_314 = (&L_313->___Offset_3);
uint16_t* L_315 = (&L_314->___PortValue_3);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_316;
L_316 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_317;
L_317 = UInt16_ToString_mCFE0EB73F03E7230D7F2694140FF9CECE793184D(L_315, L_316, NULL);
String_t* L_318;
L_318 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_312, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_317, NULL);
return L_318;
}
IL_0793:
{
String_t* L_319 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_320 = __this->___m_Info_18;
NullCheck(L_320);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_321 = (&L_320->___Offset_3);
uint16_t L_322 = L_321->___Path_4;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_323 = __this->___m_Info_18;
NullCheck(L_323);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_324 = (&L_323->___Offset_3);
uint16_t L_325 = L_324->___Fragment_6;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_326 = __this->___m_Info_18;
NullCheck(L_326);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_327 = (&L_326->___Offset_3);
uint16_t L_328 = L_327->___Path_4;
NullCheck(L_319);
String_t* L_329;
L_329 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_319, L_322, ((int32_t)il2cpp_codegen_subtract((int32_t)L_325, (int32_t)L_328)), NULL);
return L_329;
}
IL_07d0:
{
bool L_330;
L_330 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)2097152)), NULL);
if (!L_330)
{
goto IL_085c;
}
}
{
String_t* L_331 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_332 = __this->___m_Info_18;
NullCheck(L_332);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_333 = (&L_332->___Offset_3);
uint16_t L_334 = L_333->___Scheme_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_335 = __this->___m_Info_18;
NullCheck(L_335);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_336 = (&L_335->___Offset_3);
uint16_t L_337 = L_336->___User_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_338 = __this->___m_Info_18;
NullCheck(L_338);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_339 = (&L_338->___Offset_3);
uint16_t L_340 = L_339->___Scheme_0;
NullCheck(L_331);
String_t* L_341;
L_341 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_331, L_334, ((int32_t)il2cpp_codegen_subtract((int32_t)L_337, (int32_t)L_340)), NULL);
String_t* L_342 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_343 = __this->___m_Info_18;
NullCheck(L_343);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_344 = (&L_343->___Offset_3);
uint16_t L_345 = L_344->___Host_2;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_346 = __this->___m_Info_18;
NullCheck(L_346);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_347 = (&L_346->___Offset_3);
uint16_t L_348 = L_347->___End_7;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_349 = __this->___m_Info_18;
NullCheck(L_349);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_350 = (&L_349->___Offset_3);
uint16_t L_351 = L_350->___Host_2;
NullCheck(L_342);
String_t* L_352;
L_352 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_342, L_345, ((int32_t)il2cpp_codegen_subtract((int32_t)L_348, (int32_t)L_351)), NULL);
String_t* L_353;
L_353 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_341, L_352, NULL);
return L_353;
}
IL_085c:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_354 = __this->___m_Info_18;
NullCheck(L_354);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_355 = (&L_354->___Offset_3);
uint16_t L_356 = L_355->___Scheme_0;
if (L_356)
{
goto IL_0892;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_357 = __this->___m_Info_18;
NullCheck(L_357);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_358 = (&L_357->___Offset_3);
uint16_t L_359 = L_358->___End_7;
String_t* L_360 = __this->___m_String_13;
NullCheck(L_360);
int32_t L_361;
L_361 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_360, NULL);
if ((!(((uint32_t)L_359) == ((uint32_t)L_361))))
{
goto IL_0892;
}
}
{
String_t* L_362 = __this->___m_String_13;
return L_362;
}
IL_0892:
{
String_t* L_363 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_364 = __this->___m_Info_18;
NullCheck(L_364);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_365 = (&L_364->___Offset_3);
uint16_t L_366 = L_365->___Scheme_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_367 = __this->___m_Info_18;
NullCheck(L_367);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_368 = (&L_367->___Offset_3);
uint16_t L_369 = L_368->___End_7;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_370 = __this->___m_Info_18;
NullCheck(L_370);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_371 = (&L_370->___Offset_3);
uint16_t L_372 = L_371->___Scheme_0;
NullCheck(L_363);
String_t* L_373;
L_373 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_363, L_366, ((int32_t)il2cpp_codegen_subtract((int32_t)L_369, (int32_t)L_372)), NULL);
return L_373;
}
IL_08cf:
{
String_t* L_374 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_375 = __this->___m_Info_18;
NullCheck(L_375);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_376 = (&L_375->___Offset_3);
uint16_t L_377 = L_376->___Path_4;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_378 = __this->___m_Info_18;
NullCheck(L_378);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_379 = (&L_378->___Offset_3);
uint16_t L_380 = L_379->___End_7;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_381 = __this->___m_Info_18;
NullCheck(L_381);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_382 = (&L_381->___Offset_3);
uint16_t L_383 = L_382->___Path_4;
NullCheck(L_374);
String_t* L_384;
L_384 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_374, L_377, ((int32_t)il2cpp_codegen_subtract((int32_t)L_380, (int32_t)L_383)), NULL);
return L_384;
}
IL_090c:
{
bool L_385;
L_385 = Uri_NotAny_mB88A38A602D4A784CADBD43FDF4CDA0235371E81(__this, ((int64_t)((int32_t)2097152)), NULL);
if (!L_385)
{
goto IL_0920;
}
}
{
String_t* L_386 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_386;
}
IL_0920:
{
int32_t L_387 = ___uriParts0;
if ((!(((uint32_t)L_387) == ((uint32_t)2))))
{
goto IL_093a;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_388 = __this->___m_Info_18;
NullCheck(L_388);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_389 = (&L_388->___Offset_3);
uint16_t L_390 = L_389->___Host_2;
V_0 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_390, 1)));
goto IL_094b;
}
IL_093a:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_391 = __this->___m_Info_18;
NullCheck(L_391);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_392 = (&L_391->___Offset_3);
uint16_t L_393 = L_392->___Host_2;
V_0 = L_393;
}
IL_094b:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_394 = __this->___m_Info_18;
NullCheck(L_394);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_395 = (&L_394->___Offset_3);
uint16_t L_396 = L_395->___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))->___Empty_6;
return L_398;
}
IL_0964:
{
String_t* L_399 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_400 = __this->___m_Info_18;
NullCheck(L_400);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_401 = (&L_400->___Offset_3);
uint16_t L_402 = L_401->___User_1;
uint16_t L_403 = V_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_404 = __this->___m_Info_18;
NullCheck(L_404);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_405 = (&L_404->___Offset_3);
uint16_t L_406 = L_405->___User_1;
NullCheck(L_399);
String_t* L_407;
L_407 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_399, L_402, ((int32_t)il2cpp_codegen_subtract((int32_t)L_403, (int32_t)L_406)), NULL);
return L_407;
}
IL_0992:
{
return (String_t*)NULL;
}
}
// System.Void System.Uri::ParseRemaining()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_ParseRemaining_m9134D26360C9EEDFAFAFEE1ECA1A5CEE66BE5A3A (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
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_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* V_21 = NULL;
bool V_22 = false;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
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_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B45_3 = NULL;
int32_t G_B42_0 = 0;
uint16_t* G_B42_1 = NULL;
String_t* G_B42_2 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B42_3 = NULL;
int32_t G_B44_0 = 0;
uint16_t* G_B44_1 = NULL;
String_t* G_B44_2 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B44_3 = NULL;
int32_t G_B43_0 = 0;
uint16_t* G_B43_1 = NULL;
String_t* G_B43_2 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* 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_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B46_4 = NULL;
uint16_t G_B63_0 = 0;
uint16_t* G_B63_1 = NULL;
Il2CppChar* G_B63_2 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B63_3 = NULL;
uint16_t G_B60_0 = 0;
uint16_t* G_B60_1 = NULL;
Il2CppChar* G_B60_2 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B60_3 = NULL;
uint16_t G_B62_0 = 0;
uint16_t* G_B62_1 = NULL;
Il2CppChar* G_B62_2 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B62_3 = NULL;
uint16_t G_B61_0 = 0;
uint16_t* G_B61_1 = NULL;
Il2CppChar* G_B61_2 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* 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_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B64_4 = NULL;
int32_t G_B107_0 = 0;
uint16_t* G_B107_1 = NULL;
String_t* G_B107_2 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B107_3 = NULL;
int32_t G_B106_0 = 0;
uint16_t* G_B106_1 = NULL;
String_t* G_B106_2 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* 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_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B108_4 = NULL;
uint16_t G_B121_0 = 0;
uint16_t* G_B121_1 = NULL;
Il2CppChar* G_B121_2 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B121_3 = NULL;
uint16_t G_B120_0 = 0;
uint16_t* G_B120_1 = NULL;
Il2CppChar* G_B120_2 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* 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_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B122_4 = NULL;
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_0;
L_0 = Uri_EnsureUriInfo_m6FE387306AF82CDCFC56E2E9C2171C406D1FA982(__this, NULL);
V_0 = ((int64_t)0);
bool L_1;
L_1 = Uri_get_UserDrivenParsing_mF2426529046B3DF3292A7AA2F4885F8D6591BBBD(__this, NULL);
if (L_1)
{
goto IL_0822;
}
}
{
bool L_2 = __this->___m_iriParsing_19;
if (!L_2)
{
goto IL_0045;
}
}
{
uint64_t L_3 = __this->___m_Flags_17;
if (!((int64_t)((int64_t)L_3&((int64_t)8589934592LL))))
{
goto IL_0045;
}
}
{
uint64_t L_4 = __this->___m_Flags_17;
G_B5_0 = ((((int64_t)((int64_t)((int64_t)L_4&((int64_t)34359738368LL)))) == ((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_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_5 = __this->___m_Info_18;
NullCheck(L_5);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_6 = (&L_5->___Offset_3);
uint16_t L_7 = L_6->___Scheme_0;
V_3 = L_7;
String_t* L_8 = __this->___m_String_13;
NullCheck(L_8);
int32_t L_9;
L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL);
V_4 = (uint16_t)((int32_t)(uint16_t)L_9);
V_5 = 0;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_10 = __this->___m_Syntax_15;
NullCheck(L_10);
int32_t L_11;
L_11 = UriParser_get_Flags_mBE183D7CBEEEBEC670CCF1DF21D56B354796D6C3_inline(L_10, NULL);
V_6 = L_11;
String_t* L_12 = __this->___m_String_13;
V_9 = L_12;
String_t* L_13 = V_9;
V_8 = (Il2CppChar*)((uintptr_t)L_13);
Il2CppChar* L_14 = V_8;
if (!L_14)
{
goto IL_0091;
}
}
{
Il2CppChar* L_15 = V_8;
int32_t L_16;
L_16 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_8 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, L_16));
}
IL_0091:
{
uint16_t L_17 = V_4;
uint16_t L_18 = V_3;
if ((((int32_t)L_17) <= ((int32_t)L_18)))
{
goto IL_00d1;
}
}
{
Il2CppChar* L_19 = V_8;
uint16_t L_20 = V_4;
int32_t L_21 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, 1))), 2)))));
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_22;
L_22 = Uri_IsLWS_m16D38DDA4D0A7CD3899DEEE31CEF160EAF2C3A44(L_21, NULL);
if (!L_22)
{
goto IL_00d1;
}
}
{
uint16_t L_23 = V_4;
V_4 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, 1)));
}
IL_00af:
{
uint16_t L_24 = V_4;
uint16_t L_25 = V_3;
if ((((int32_t)L_24) == ((int32_t)L_25)))
{
goto IL_00ca;
}
}
{
Il2CppChar* L_26 = V_8;
uint16_t L_27 = V_4;
int32_t L_28 = ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_27, 1)));
V_4 = (uint16_t)L_28;
int32_t L_29 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_28), 2)))));
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_30;
L_30 = Uri_IsLWS_m16D38DDA4D0A7CD3899DEEE31CEF160EAF2C3A44(L_29, NULL);
if (L_30)
{
goto IL_00af;
}
}
IL_00ca:
{
uint16_t L_31 = V_4;
V_4 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, 1)));
}
IL_00d1:
{
bool L_32;
L_32 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(__this, NULL);
if (!L_32)
{
goto IL_00e3;
}
}
{
uint64_t L_33 = V_0;
V_0 = ((int64_t)((int64_t)L_33|((int64_t)1)));
goto IL_016c;
}
IL_00e3:
{
V_10 = (uint16_t)0;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_34 = __this->___m_Syntax_15;
NullCheck(L_34);
String_t* L_35;
L_35 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_34, NULL);
NullCheck(L_35);
int32_t L_36;
L_36 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_35, NULL);
V_11 = (uint16_t)((int32_t)(uint16_t)L_36);
goto IL_0126;
}
IL_00fb:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_37 = __this->___m_Syntax_15;
NullCheck(L_37);
String_t* L_38;
L_38 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_37, NULL);
uint16_t L_39 = V_10;
NullCheck(L_38);
Il2CppChar L_40;
L_40 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_38, L_39, NULL);
Il2CppChar* L_41 = V_8;
uint16_t L_42 = V_3;
uint16_t L_43 = V_10;
int32_t L_44 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_41, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)L_43))), 2)))));
if ((((int32_t)L_40) == ((int32_t)L_44)))
{
goto IL_011f;
}
}
{
uint64_t L_45 = V_0;
V_0 = ((int64_t)((int64_t)L_45|((int64_t)1)));
}
IL_011f:
{
uint16_t L_46 = V_10;
V_10 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_46, 1)));
}
IL_0126:
{
uint16_t L_47 = V_10;
uint16_t L_48 = V_11;
if ((((int32_t)L_47) < ((int32_t)L_48)))
{
goto IL_00fb;
}
}
{
uint64_t L_49 = __this->___m_Flags_17;
if (!((int64_t)((int64_t)L_49&((int64_t)((int32_t)1048576)))))
{
goto IL_016c;
}
}
{
uint16_t L_50 = V_3;
uint16_t L_51 = V_10;
uint16_t L_52 = V_4;
if ((((int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)L_51)), 3))) >= ((int32_t)L_52)))
{
goto IL_0167;
}
}
{
Il2CppChar* L_53 = V_8;
uint16_t L_54 = V_3;
uint16_t L_55 = V_10;
int32_t L_56 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_53, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)L_55)), 1))), 2)))));
if ((!(((uint32_t)L_56) == ((uint32_t)((int32_t)47)))))
{
goto IL_0167;
}
}
{
Il2CppChar* L_57 = V_8;
uint16_t L_58 = V_3;
uint16_t L_59 = V_10;
int32_t L_60 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_57, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)L_59)), 2))), 2)))));
if ((((int32_t)L_60) == ((int32_t)((int32_t)47))))
{
goto IL_016c;
}
}
IL_0167:
{
uint64_t L_61 = V_0;
V_0 = ((int64_t)((int64_t)L_61|((int64_t)1)));
}
IL_016c:
{
uint64_t L_62 = __this->___m_Flags_17;
if (!((int64_t)((int64_t)L_62&((int64_t)((int32_t)2097152)))))
{
goto IL_01e3;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_63 = __this->___m_Info_18;
NullCheck(L_63);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_64 = (&L_63->___Offset_3);
uint16_t L_65 = L_64->___User_1;
V_3 = L_65;
Il2CppChar* L_66 = V_8;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_67 = __this->___m_Info_18;
NullCheck(L_67);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_68 = (&L_67->___Offset_3);
uint16_t L_69 = L_68->___Host_2;
int32_t L_70;
L_70 = Uri_CheckCanonical_m54AFA85AA00A9909C2EC01F026873F12532AD7F7(__this, L_66, (&V_3), L_69, ((int32_t)64), NULL);
V_5 = L_70;
int32_t L_71 = V_5;
if (((int32_t)((int32_t)L_71&2)))
{
goto IL_01b5;
}
}
{
uint64_t L_72 = V_0;
V_0 = ((int64_t)((int64_t)L_72|((int64_t)2)));
}
IL_01b5:
{
int32_t L_73 = V_5;
if ((((int32_t)((int32_t)((int32_t)L_73&((int32_t)17)))) == ((int32_t)1)))
{
goto IL_01c6;
}
}
{
uint64_t L_74 = V_0;
V_0 = ((int64_t)((int64_t)L_74|((int64_t)((int32_t)128))));
}
IL_01c6:
{
bool L_75 = __this->___m_iriParsing_19;
if (!L_75)
{
goto IL_01e3;
}
}
{
int32_t L_76 = V_5;
if ((!(((uint32_t)((int32_t)((int32_t)L_76&((int32_t)91)))) == ((uint32_t)((int32_t)10)))))
{
goto IL_01e3;
}
}
{
uint64_t L_77 = V_0;
V_0 = ((int64_t)((int64_t)L_77|((int64_t)549755813888LL)));
}
IL_01e3:
{
V_9 = (String_t*)NULL;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_78 = __this->___m_Info_18;
NullCheck(L_78);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_79 = (&L_78->___Offset_3);
uint16_t L_80 = L_79->___Path_4;
V_3 = L_80;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_81 = __this->___m_Info_18;
NullCheck(L_81);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_82 = (&L_81->___Offset_3);
uint16_t L_83 = L_82->___Path_4;
V_2 = L_83;
bool L_84 = V_1;
if (!L_84)
{
goto IL_034b;
}
}
{
bool L_85;
L_85 = Uri_get_IsDosPath_m16357B61F5D111C45EF7D40276B96429E414F0D2(__this, NULL);
if (!L_85)
{
goto IL_0246;
}
}
{
bool L_86;
L_86 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(__this, NULL);
if (!L_86)
{
goto IL_022b;
}
}
{
String_t* L_87 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___m_String_13 = L_87;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_String_13), (void*)L_87);
goto IL_0246;
}
IL_022b:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_88 = __this->___m_Syntax_15;
NullCheck(L_88);
String_t* L_89;
L_89 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_88, NULL);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
String_t* L_90 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___SchemeDelimiter_12;
String_t* L_91;
L_91 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_89, L_90, NULL);
__this->___m_String_13 = L_91;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_String_13), (void*)L_91);
}
IL_0246:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_92 = __this->___m_Info_18;
NullCheck(L_92);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_93 = (&L_92->___Offset_3);
String_t* L_94 = __this->___m_String_13;
NullCheck(L_94);
int32_t L_95;
L_95 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_94, NULL);
L_93->___Path_4 = (uint16_t)((int32_t)(uint16_t)L_95);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_96 = __this->___m_Info_18;
NullCheck(L_96);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_97 = (&L_96->___Offset_3);
uint16_t L_98 = L_97->___Path_4;
V_3 = L_98;
uint16_t L_99 = V_2;
V_12 = L_99;
bool L_100;
L_100 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(__this, NULL);
if (L_100)
{
goto IL_0285;
}
}
{
int32_t L_101 = V_6;
if (((int32_t)((int32_t)L_101&((int32_t)96))))
{
goto IL_02a6;
}
}
IL_0285:
{
String_t* L_102 = __this->___m_originalUnicodeString_14;
String_t* L_103 = __this->___m_originalUnicodeString_14;
NullCheck(L_103);
int32_t L_104;
L_104 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_103, NULL);
Uri_FindEndOfComponent_m59CB1EFDA410B42014EA7DCDBA0C9FC9F5996E02(__this, L_102, (&V_2), (uint16_t)((int32_t)(uint16_t)L_104), ((int32_t)65535), NULL);
goto IL_02eb;
}
IL_02a6:
{
String_t* L_105 = __this->___m_originalUnicodeString_14;
String_t* L_106 = __this->___m_originalUnicodeString_14;
NullCheck(L_106);
int32_t L_107;
L_107 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_106, NULL);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_108 = __this->___m_Syntax_15;
NullCheck(L_108);
bool L_109;
L_109 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_108, ((int32_t)32), NULL);
G_B42_0 = ((int32_t)(uint16_t)L_107);
G_B42_1 = (&V_2);
G_B42_2 = L_105;
G_B42_3 = __this;
if (L_109)
{
G_B45_0 = ((int32_t)(uint16_t)L_107);
G_B45_1 = (&V_2);
G_B45_2 = L_105;
G_B45_3 = __this;
goto IL_02e4;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_110 = __this->___m_Syntax_15;
NullCheck(L_110);
bool L_111;
L_111 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_110, ((int32_t)64), 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_111)
{
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_m59CB1EFDA410B42014EA7DCDBA0C9FC9F5996E02(G_B46_4, G_B46_3, G_B46_2, (uint16_t)G_B46_1, G_B46_0, NULL);
}
IL_02eb:
{
String_t* L_112 = __this->___m_originalUnicodeString_14;
uint16_t L_113 = V_12;
uint16_t L_114 = V_2;
String_t* L_115;
L_115 = Uri_EscapeUnescapeIri_m14C0CD1A4C14E2458685E5A10049204B1A15C16C(__this, L_112, L_113, L_114, ((int32_t)16), NULL);
V_13 = L_115;
}
try
{// begin try (depth: 1)
{
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
bool L_116;
L_116 = UriParser_get_ShouldUseLegacyV2Quirks_m2BDF10B430FDA291AA6962104CD838776F31D20E(NULL);
if (!L_116)
{
goto IL_0320_1;
}
}
{
String_t* L_117 = __this->___m_String_13;
String_t* L_118 = V_13;
NullCheck(L_118);
String_t* L_119;
L_119 = String_Normalize_mB458CCECBD27D6E9FB44CF03D37E856846C41831(L_118, 1, NULL);
String_t* L_120;
L_120 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_117, L_119, NULL);
__this->___m_String_13 = L_120;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_String_13), (void*)L_120);
goto IL_0333_1;
}
IL_0320_1:
{
String_t* L_121 = __this->___m_String_13;
String_t* L_122 = V_13;
String_t* L_123;
L_123 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_121, L_122, NULL);
__this->___m_String_13 = L_123;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_String_13), (void*)L_123);
}
IL_0333_1:
{
goto IL_033d;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0335;
}
throw e;
}
CATCH_0335:
{// begin catch(System.ArgumentException)
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var)));
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_124;
L_124 = Uri_GetException_m9BD1AF317D6DE516C8D3909A0ECD460BA35996F7(1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_124, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_ParseRemaining_m9134D26360C9EEDFAFAFEE1ECA1A5CEE66BE5A3A_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_033d:
{
String_t* L_125 = __this->___m_String_13;
NullCheck(L_125);
int32_t L_126;
L_126 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_125, NULL);
V_4 = (uint16_t)((int32_t)(uint16_t)L_126);
}
IL_034b:
{
String_t* L_127 = __this->___m_String_13;
V_9 = L_127;
String_t* L_128 = V_9;
V_14 = (Il2CppChar*)((uintptr_t)L_128);
Il2CppChar* L_129 = V_14;
if (!L_129)
{
goto IL_0366;
}
}
{
Il2CppChar* L_130 = V_14;
int32_t L_131;
L_131 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_14 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_130, L_131));
}
IL_0366:
{
bool L_132;
L_132 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(__this, NULL);
if (L_132)
{
goto IL_0375;
}
}
{
int32_t L_133 = V_6;
if (((int32_t)((int32_t)L_133&((int32_t)96))))
{
goto IL_038a;
}
}
IL_0375:
{
Il2CppChar* L_134 = V_14;
uint16_t L_135 = V_4;
int32_t L_136;
L_136 = Uri_CheckCanonical_m54AFA85AA00A9909C2EC01F026873F12532AD7F7(__this, L_134, (&V_3), L_135, ((int32_t)65535), NULL);
V_5 = L_136;
goto IL_03bb;
}
IL_038a:
{
Il2CppChar* L_137 = V_14;
uint16_t L_138 = V_4;
int32_t L_139 = V_6;
G_B60_0 = L_138;
G_B60_1 = (&V_3);
G_B60_2 = L_137;
G_B60_3 = __this;
if (((int32_t)((int32_t)L_139&((int32_t)32))))
{
G_B63_0 = L_138;
G_B63_1 = (&V_3);
G_B63_2 = L_137;
G_B63_3 = __this;
goto IL_03b2;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_140 = __this->___m_Syntax_15;
NullCheck(L_140);
bool L_141;
L_141 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_140, ((int32_t)64), 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_141)
{
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_142;
L_142 = Uri_CheckCanonical_m54AFA85AA00A9909C2EC01F026873F12532AD7F7(G_B64_4, G_B64_3, G_B64_2, G_B64_1, G_B64_0, NULL);
V_5 = L_142;
}
IL_03bb:
{
uint64_t L_143 = __this->___m_Flags_17;
if (!((int64_t)((int64_t)L_143&((int64_t)((int32_t)1048576)))))
{
goto IL_0427;
}
}
{
int32_t L_144 = V_6;
if (!((int32_t)((int32_t)L_144&((int32_t)2097152))))
{
goto IL_0427;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_145 = __this->___m_Info_18;
NullCheck(L_145);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_146 = (&L_145->___Offset_3);
uint16_t L_147 = L_146->___Path_4;
uint16_t L_148 = V_4;
if ((((int32_t)L_147) == ((int32_t)L_148)))
{
goto IL_041e;
}
}
{
Il2CppChar* L_149 = V_14;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_150 = __this->___m_Info_18;
NullCheck(L_150);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_151 = (&L_150->___Offset_3);
uint16_t L_152 = L_151->___Path_4;
int32_t L_153 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_149, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_152), 2)))));
if ((((int32_t)L_153) == ((int32_t)((int32_t)47))))
{
goto IL_0427;
}
}
{
Il2CppChar* L_154 = V_14;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_155 = __this->___m_Info_18;
NullCheck(L_155);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_156 = (&L_155->___Offset_3);
uint16_t L_157 = L_156->___Path_4;
int32_t L_158 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_154, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_157), 2)))));
if ((((int32_t)L_158) == ((int32_t)((int32_t)92))))
{
goto IL_0427;
}
}
IL_041e:
{
uint64_t L_159 = V_0;
V_0 = ((int64_t)((int64_t)L_159|((int64_t)((int32_t)16384))));
}
IL_0427:
{
V_9 = (String_t*)NULL;
V_7 = (bool)0;
bool L_160;
L_160 = Uri_get_IsDosPath_m16357B61F5D111C45EF7D40276B96429E414F0D2(__this, NULL);
if (L_160)
{
goto IL_0463;
}
}
{
uint64_t L_161 = __this->___m_Flags_17;
if (!((int64_t)((int64_t)L_161&((int64_t)((int32_t)1048576)))))
{
goto IL_04dd;
}
}
{
int32_t L_162 = V_6;
if (((int32_t)((int32_t)L_162&((int32_t)12582912))))
{
goto IL_0463;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_163 = __this->___m_Syntax_15;
NullCheck(L_163);
bool L_164;
L_164 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_163, ((int32_t)33554432), NULL);
if (!L_164)
{
goto IL_04dd;
}
}
IL_0463:
{
int32_t L_165 = V_5;
if (!((int32_t)((int32_t)L_165&((int32_t)128))))
{
goto IL_048b;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_166 = __this->___m_Syntax_15;
NullCheck(L_166);
bool L_167;
L_167 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_166, ((int32_t)33554432), NULL);
if (!L_167)
{
goto IL_048b;
}
}
{
uint64_t L_168 = V_0;
V_0 = ((int64_t)((int64_t)L_168|((int64_t)((int32_t)1040))));
V_7 = (bool)1;
}
IL_048b:
{
int32_t L_169 = V_6;
if (!((int32_t)((int32_t)L_169&((int32_t)4194304))))
{
goto IL_04a8;
}
}
{
int32_t L_170 = V_5;
if (!((int32_t)((int32_t)L_170&((int32_t)16))))
{
goto IL_04a8;
}
}
{
uint64_t L_171 = V_0;
V_0 = ((int64_t)((int64_t)L_171|((int64_t)((int32_t)1040))));
V_7 = (bool)1;
}
IL_04a8:
{
int32_t L_172 = V_6;
if (!((int32_t)((int32_t)L_172&((int32_t)8388608))))
{
goto IL_04cb;
}
}
{
uint64_t L_173 = V_0;
if (((int64_t)((int64_t)L_173&((int64_t)((int32_t)1024)))))
{
goto IL_04c2;
}
}
{
int32_t L_174 = V_5;
if (!((int32_t)((int32_t)L_174&4)))
{
goto IL_04cb;
}
}
IL_04c2:
{
uint64_t L_175 = V_0;
V_0 = ((int64_t)((int64_t)L_175|((int64_t)((int32_t)8192))));
}
IL_04cb:
{
int32_t L_176 = V_5;
if (!((int32_t)((int32_t)L_176&((int32_t)16))))
{
goto IL_04f0;
}
}
{
uint64_t L_177 = V_0;
V_0 = ((int64_t)((int64_t)L_177|((int64_t)((int32_t)32768))));
goto IL_04f0;
}
IL_04dd:
{
int32_t L_178 = V_5;
if (!((int32_t)((int32_t)L_178&((int32_t)16))))
{
goto IL_04f0;
}
}
{
uint64_t L_179 = V_0;
V_0 = ((int64_t)((int64_t)L_179|((int64_t)((int32_t)1024))));
V_7 = (bool)1;
}
IL_04f0:
{
int32_t L_180 = V_5;
if (((int32_t)((int32_t)L_180&2)))
{
goto IL_0524;
}
}
{
uint64_t L_181 = __this->___m_Flags_17;
if (!((int64_t)((int64_t)L_181&((int64_t)((int32_t)536870912)))))
{
goto IL_051b;
}
}
{
uint64_t L_182 = __this->___m_Flags_17;
if (((int64_t)((int64_t)L_182&((int64_t)((int32_t)524288)))))
{
goto IL_051b;
}
}
{
int32_t L_183 = V_5;
if (!((int32_t)((int32_t)L_183&((int32_t)32))))
{
goto IL_0524;
}
}
IL_051b:
{
uint64_t L_184 = V_0;
V_0 = ((int64_t)((int64_t)L_184|((int64_t)((int32_t)16))));
V_7 = (bool)1;
}
IL_0524:
{
uint64_t L_185 = __this->___m_Flags_17;
if (!((int64_t)((int64_t)L_185&((int64_t)((int32_t)536870912)))))
{
goto IL_0541;
}
}
{
int32_t L_186 = V_5;
if (!((int32_t)((int32_t)L_186&((int32_t)33))))
{
goto IL_0541;
}
}
{
int32_t L_187 = V_5;
V_5 = ((int32_t)((int32_t)L_187&((int32_t)-2)));
}
IL_0541:
{
int32_t L_188 = V_5;
if (((int32_t)((int32_t)L_188&1)))
{
goto IL_0550;
}
}
{
uint64_t L_189 = V_0;
V_0 = ((int64_t)((int64_t)L_189|((int64_t)((int32_t)1024))));
}
IL_0550:
{
bool L_190 = __this->___m_iriParsing_19;
if (!L_190)
{
goto IL_0575;
}
}
{
bool L_191 = V_7;
int32_t L_192 = V_5;
if (!((int32_t)(((((int32_t)L_191) == ((int32_t)0))? 1 : 0)&((((int32_t)((int32_t)((int32_t)L_192&((int32_t)75)))) == ((int32_t)((int32_t)10)))? 1 : 0))))
{
goto IL_0575;
}
}
{
uint64_t L_193 = V_0;
V_0 = ((int64_t)((int64_t)L_193|((int64_t)1099511627776LL)));
}
IL_0575:
{
bool L_194 = V_1;
if (!L_194)
{
goto IL_0631;
}
}
{
uint16_t L_195 = V_2;
V_15 = L_195;
uint16_t L_196 = V_2;
String_t* L_197 = __this->___m_originalUnicodeString_14;
NullCheck(L_197);
int32_t L_198;
L_198 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_197, NULL);
if ((((int32_t)L_196) >= ((int32_t)L_198)))
{
goto IL_0631;
}
}
{
String_t* L_199 = __this->___m_originalUnicodeString_14;
uint16_t L_200 = V_2;
NullCheck(L_199);
Il2CppChar L_201;
L_201 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_199, L_200, NULL);
if ((!(((uint32_t)L_201) == ((uint32_t)((int32_t)63)))))
{
goto IL_0631;
}
}
{
uint16_t L_202 = V_2;
V_2 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_202, 1)));
String_t* L_203 = __this->___m_originalUnicodeString_14;
String_t* L_204 = __this->___m_originalUnicodeString_14;
NullCheck(L_204);
int32_t L_205;
L_205 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_204, NULL);
int32_t L_206 = V_6;
G_B106_0 = ((int32_t)(uint16_t)L_205);
G_B106_1 = (&V_2);
G_B106_2 = L_203;
G_B106_3 = __this;
if (((int32_t)((int32_t)L_206&((int32_t)64))))
{
G_B107_0 = ((int32_t)(uint16_t)L_205);
G_B107_1 = (&V_2);
G_B107_2 = L_203;
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_m59CB1EFDA410B42014EA7DCDBA0C9FC9F5996E02(G_B108_4, G_B108_3, G_B108_2, (uint16_t)G_B108_1, G_B108_0, NULL);
String_t* L_207 = __this->___m_originalUnicodeString_14;
uint16_t L_208 = V_15;
uint16_t L_209 = V_2;
String_t* L_210;
L_210 = Uri_EscapeUnescapeIri_m14C0CD1A4C14E2458685E5A10049204B1A15C16C(__this, L_207, L_208, L_209, ((int32_t)32), NULL);
V_16 = L_210;
}
try
{// begin try (depth: 1)
{
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
bool L_211;
L_211 = UriParser_get_ShouldUseLegacyV2Quirks_m2BDF10B430FDA291AA6962104CD838776F31D20E(NULL);
if (!L_211)
{
goto IL_0606_1;
}
}
{
String_t* L_212 = __this->___m_String_13;
String_t* L_213 = V_16;
NullCheck(L_213);
String_t* L_214;
L_214 = String_Normalize_mB458CCECBD27D6E9FB44CF03D37E856846C41831(L_213, 1, NULL);
String_t* L_215;
L_215 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_212, L_214, NULL);
__this->___m_String_13 = L_215;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_String_13), (void*)L_215);
goto IL_0619_1;
}
IL_0606_1:
{
String_t* L_216 = __this->___m_String_13;
String_t* L_217 = V_16;
String_t* L_218;
L_218 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_216, L_217, NULL);
__this->___m_String_13 = L_218;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_String_13), (void*)L_218);
}
IL_0619_1:
{
goto IL_0623;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_061b;
}
throw e;
}
CATCH_061b:
{// begin catch(System.ArgumentException)
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var)));
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_219;
L_219 = Uri_GetException_m9BD1AF317D6DE516C8D3909A0ECD460BA35996F7(1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_219, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_ParseRemaining_m9134D26360C9EEDFAFAFEE1ECA1A5CEE66BE5A3A_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_0623:
{
String_t* L_220 = __this->___m_String_13;
NullCheck(L_220);
int32_t L_221;
L_221 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_220, NULL);
V_4 = (uint16_t)((int32_t)(uint16_t)L_221);
}
IL_0631:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_222 = __this->___m_Info_18;
NullCheck(L_222);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_223 = (&L_222->___Offset_3);
uint16_t L_224 = V_3;
L_223->___Query_5 = L_224;
String_t* L_225 = __this->___m_String_13;
V_9 = L_225;
String_t* L_226 = V_9;
V_17 = (Il2CppChar*)((uintptr_t)L_226);
Il2CppChar* L_227 = V_17;
if (!L_227)
{
goto IL_065d;
}
}
{
Il2CppChar* L_228 = V_17;
int32_t L_229;
L_229 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_17 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_228, L_229));
}
IL_065d:
{
uint16_t L_230 = V_3;
uint16_t L_231 = V_4;
if ((((int32_t)L_230) >= ((int32_t)L_231)))
{
goto IL_06cb;
}
}
{
Il2CppChar* L_232 = V_17;
uint16_t L_233 = V_3;
int32_t L_234 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_232, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_233), 2)))));
if ((!(((uint32_t)L_234) == ((uint32_t)((int32_t)63)))))
{
goto IL_06cb;
}
}
{
uint16_t L_235 = V_3;
V_3 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_235, 1)));
Il2CppChar* L_236 = V_17;
uint16_t L_237 = V_4;
int32_t L_238 = V_6;
G_B120_0 = L_237;
G_B120_1 = (&V_3);
G_B120_2 = L_236;
G_B120_3 = __this;
if (((int32_t)((int32_t)L_238&((int32_t)64))))
{
G_B121_0 = L_237;
G_B121_1 = (&V_3);
G_B121_2 = L_236;
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_239;
L_239 = Uri_CheckCanonical_m54AFA85AA00A9909C2EC01F026873F12532AD7F7(G_B122_4, G_B122_3, G_B122_2, G_B122_1, G_B122_0, NULL);
V_5 = L_239;
int32_t L_240 = V_5;
if (((int32_t)((int32_t)L_240&2)))
{
goto IL_069d;
}
}
{
uint64_t L_241 = V_0;
V_0 = ((int64_t)((int64_t)L_241|((int64_t)((int32_t)32))));
}
IL_069d:
{
int32_t L_242 = V_5;
if ((((int32_t)((int32_t)((int32_t)L_242&((int32_t)17)))) == ((int32_t)1)))
{
goto IL_06ae;
}
}
{
uint64_t L_243 = V_0;
V_0 = ((int64_t)((int64_t)L_243|((int64_t)((int32_t)2048))));
}
IL_06ae:
{
bool L_244 = __this->___m_iriParsing_19;
if (!L_244)
{
goto IL_06cb;
}
}
{
int32_t L_245 = V_5;
if ((!(((uint32_t)((int32_t)((int32_t)L_245&((int32_t)91)))) == ((uint32_t)((int32_t)10)))))
{
goto IL_06cb;
}
}
{
uint64_t L_246 = V_0;
V_0 = ((int64_t)((int64_t)L_246|((int64_t)2199023255552LL)));
}
IL_06cb:
{
V_9 = (String_t*)NULL;
bool L_247 = V_1;
if (!L_247)
{
goto IL_077f;
}
}
{
uint16_t L_248 = V_2;
V_18 = L_248;
uint16_t L_249 = V_2;
String_t* L_250 = __this->___m_originalUnicodeString_14;
NullCheck(L_250);
int32_t L_251;
L_251 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_250, NULL);
if ((((int32_t)L_249) >= ((int32_t)L_251)))
{
goto IL_077f;
}
}
{
String_t* L_252 = __this->___m_originalUnicodeString_14;
uint16_t L_253 = V_2;
NullCheck(L_252);
Il2CppChar L_254;
L_254 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_252, L_253, NULL);
if ((!(((uint32_t)L_254) == ((uint32_t)((int32_t)35)))))
{
goto IL_077f;
}
}
{
uint16_t L_255 = V_2;
V_2 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_255, 1)));
String_t* L_256 = __this->___m_originalUnicodeString_14;
String_t* L_257 = __this->___m_originalUnicodeString_14;
NullCheck(L_257);
int32_t L_258;
L_258 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_257, NULL);
Uri_FindEndOfComponent_m59CB1EFDA410B42014EA7DCDBA0C9FC9F5996E02(__this, L_256, (&V_2), (uint16_t)((int32_t)(uint16_t)L_258), ((int32_t)65534), NULL);
String_t* L_259 = __this->___m_originalUnicodeString_14;
uint16_t L_260 = V_18;
uint16_t L_261 = V_2;
String_t* L_262;
L_262 = Uri_EscapeUnescapeIri_m14C0CD1A4C14E2458685E5A10049204B1A15C16C(__this, L_259, L_260, L_261, ((int32_t)64), NULL);
V_19 = L_262;
}
try
{// begin try (depth: 1)
{
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
bool L_263;
L_263 = UriParser_get_ShouldUseLegacyV2Quirks_m2BDF10B430FDA291AA6962104CD838776F31D20E(NULL);
if (!L_263)
{
goto IL_0754_1;
}
}
{
String_t* L_264 = __this->___m_String_13;
String_t* L_265 = V_19;
NullCheck(L_265);
String_t* L_266;
L_266 = String_Normalize_mB458CCECBD27D6E9FB44CF03D37E856846C41831(L_265, 1, NULL);
String_t* L_267;
L_267 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_264, L_266, NULL);
__this->___m_String_13 = L_267;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_String_13), (void*)L_267);
goto IL_0767_1;
}
IL_0754_1:
{
String_t* L_268 = __this->___m_String_13;
String_t* L_269 = V_19;
String_t* L_270;
L_270 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_268, L_269, NULL);
__this->___m_String_13 = L_270;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_String_13), (void*)L_270);
}
IL_0767_1:
{
goto IL_0771;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0769;
}
throw e;
}
CATCH_0769:
{// begin catch(System.ArgumentException)
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var)));
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_271;
L_271 = Uri_GetException_m9BD1AF317D6DE516C8D3909A0ECD460BA35996F7(1, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_271, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_ParseRemaining_m9134D26360C9EEDFAFAFEE1ECA1A5CEE66BE5A3A_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_0771:
{
String_t* L_272 = __this->___m_String_13;
NullCheck(L_272);
int32_t L_273;
L_273 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_272, NULL);
V_4 = (uint16_t)((int32_t)(uint16_t)L_273);
}
IL_077f:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_274 = __this->___m_Info_18;
NullCheck(L_274);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_275 = (&L_274->___Offset_3);
uint16_t L_276 = V_3;
L_275->___Fragment_6 = L_276;
String_t* L_277 = __this->___m_String_13;
V_9 = L_277;
String_t* L_278 = V_9;
V_20 = (Il2CppChar*)((uintptr_t)L_278);
Il2CppChar* L_279 = V_20;
if (!L_279)
{
goto IL_07ab;
}
}
{
Il2CppChar* L_280 = V_20;
int32_t L_281;
L_281 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_20 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_280, L_281));
}
IL_07ab:
{
uint16_t L_282 = V_3;
uint16_t L_283 = V_4;
if ((((int32_t)L_282) >= ((int32_t)L_283)))
{
goto IL_080e;
}
}
{
Il2CppChar* L_284 = V_20;
uint16_t L_285 = V_3;
int32_t L_286 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_284, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_285), 2)))));
if ((!(((uint32_t)L_286) == ((uint32_t)((int32_t)35)))))
{
goto IL_080e;
}
}
{
uint16_t L_287 = V_3;
V_3 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_287, 1)));
Il2CppChar* L_288 = V_20;
uint16_t L_289 = V_4;
int32_t L_290;
L_290 = Uri_CheckCanonical_m54AFA85AA00A9909C2EC01F026873F12532AD7F7(__this, L_288, (&V_3), L_289, ((int32_t)65534), NULL);
V_5 = L_290;
int32_t L_291 = V_5;
if (((int32_t)((int32_t)L_291&2)))
{
goto IL_07e0;
}
}
{
uint64_t L_292 = V_0;
V_0 = ((int64_t)((int64_t)L_292|((int64_t)((int32_t)64))));
}
IL_07e0:
{
int32_t L_293 = V_5;
if ((((int32_t)((int32_t)((int32_t)L_293&((int32_t)17)))) == ((int32_t)1)))
{
goto IL_07f1;
}
}
{
uint64_t L_294 = V_0;
V_0 = ((int64_t)((int64_t)L_294|((int64_t)((int32_t)4096))));
}
IL_07f1:
{
bool L_295 = __this->___m_iriParsing_19;
if (!L_295)
{
goto IL_080e;
}
}
{
int32_t L_296 = V_5;
if ((!(((uint32_t)((int32_t)((int32_t)L_296&((int32_t)91)))) == ((uint32_t)((int32_t)10)))))
{
goto IL_080e;
}
}
{
uint64_t L_297 = V_0;
V_0 = ((int64_t)((int64_t)L_297|((int64_t)4398046511104LL)));
}
IL_080e:
{
V_9 = (String_t*)NULL;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_298 = __this->___m_Info_18;
NullCheck(L_298);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_299 = (&L_298->___Offset_3);
uint16_t L_300 = V_3;
L_299->___End_7 = L_300;
}
IL_0822:
{
uint64_t L_301 = V_0;
V_0 = ((int64_t)((int64_t)L_301|((int64_t)(uint64_t)((uint32_t)((int32_t)-2147483648LL)))));
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_302 = __this->___m_Info_18;
V_21 = L_302;
V_22 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_084f:
{// begin finally (depth: 1)
{
bool L_303 = V_22;
if (!L_303)
{
goto IL_085a;
}
}
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_304 = V_21;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_304, NULL);
}
IL_085a:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_305 = V_21;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_305, (&V_22), NULL);
uint64_t L_306 = __this->___m_Flags_17;
uint64_t L_307 = V_0;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_306|(int64_t)L_307));
goto IL_085b;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_085b:
{
uint64_t L_308 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_308|((int64_t)34359738368LL)));
return;
}
}
// System.UInt16 System.Uri::ParseSchemeCheckImplicitFile(System.Char*,System.UInt16,System.ParsingError&,System.Uri/Flags&,System.UriParser&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Uri_ParseSchemeCheckImplicitFile_m8244C40705A553AA88036339B231B1BB279580DC (Il2CppChar* ___uriString0, uint16_t ___length1, int32_t* ___err2, uint64_t* ___flags3, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** ___syntax4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_ParseSchemeCheckImplicitFile_m8244C40705A553AA88036339B231B1BB279580DC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
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, 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)il2cpp_codegen_multiply(((intptr_t)L_4), 2)))));
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_6;
L_6 = Uri_IsLWS_m16D38DDA4D0A7CD3899DEEE31CEF160EAF2C3A44(L_5, 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, 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)il2cpp_codegen_multiply(((intptr_t)L_12), 2)))));
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)58)))))
{
goto IL_001f;
}
}
IL_0033:
{
int32_t L_14;
L_14 = IntPtr_get_Size_mF11301B9A665D54B8DC89DC6AFE37728B91E6F10(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, 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_t920B0868286118827C08B08A15A9456AF6C19D81** L_23 = ___syntax4;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_24;
L_24 = Uri_CheckKnownSchemes_mB4E8E77DD15C70FACC9DA5078083E670B0EC9FA1((int64_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_20), 2)))), (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22))), L_23, 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, 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, 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, 1))), 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)il2cpp_codegen_multiply(((intptr_t)L_37), 2)))));
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_39;
L_39 = Uri_IsAsciiLetter_mFDC33D2D538AFF6A5819B73CB555709865ADE841(L_38, 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, 2))), 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)(L_47|((int64_t)((int32_t)672137216))));
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_48 = ___syntax4;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_49 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___FileUri_12;
*((RuntimeObject**)L_48) = (RuntimeObject*)L_49;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_48, (void*)(RuntimeObject*)L_49);
uint16_t L_50 = V_0;
return L_50;
}
IL_00b7:
{
int32_t* L_51 = ___err2;
*((int32_t*)L_51) = (int32_t)7;
return (uint16_t)0;
}
IL_00bc:
{
Il2CppChar L_52 = V_3;
if ((!(((uint32_t)L_52) == ((uint32_t)((int32_t)58)))))
{
goto IL_00c6;
}
}
{
int32_t* L_53 = ___err2;
*((int32_t*)L_53) = (int32_t)2;
goto IL_00c9;
}
IL_00c6:
{
int32_t* L_54 = ___err2;
*((int32_t*)L_54) = (int32_t)1;
}
IL_00c9:
{
return (uint16_t)0;
}
IL_00cb:
{
Il2CppChar* L_55 = ___uriString0;
uint16_t L_56 = V_0;
int32_t L_57 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_55, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_56), 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_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_59 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_62, 1))), 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)(L_68|((int64_t)((int32_t)806354944))));
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_69 = ___syntax4;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_70 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___FileUri_12;
*((RuntimeObject**)L_69) = (RuntimeObject*)L_70;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_69, (void*)(RuntimeObject*)L_70);
uint16_t L_71 = V_0;
V_0 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_71, 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, 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)il2cpp_codegen_multiply(((intptr_t)L_76), 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)il2cpp_codegen_multiply(((intptr_t)L_83), 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_87, 1))), 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)(L_91|((int64_t)((int32_t)537919488))));
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_92 = ___syntax4;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_93 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___FileUri_12;
*((RuntimeObject**)L_92) = (RuntimeObject*)L_93;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_92, (void*)(RuntimeObject*)L_93);
uint16_t L_94 = V_0;
return L_94;
}
IL_0164:
{
Il2CppChar* L_95 = ___uriString0;
uint16_t L_96 = V_0;
int32_t L_97 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_95, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_96, 1))), 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_99, 2))), 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)(L_103|((int64_t)((int32_t)537919488))));
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_104 = ___syntax4;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_105 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___FileUri_12;
*((RuntimeObject**)L_104) = (RuntimeObject*)L_105;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_104, (void*)(RuntimeObject*)L_105);
uint16_t L_106 = V_0;
V_0 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, 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)il2cpp_codegen_multiply(((intptr_t)L_109), 2)))));
if ((!(((uint32_t)L_110) == ((uint32_t)((int32_t)92)))))
{
goto IL_01a8;
}
}
{
int32_t* L_111 = ___err2;
*((int32_t*)L_111) = (int32_t)1;
return (uint16_t)0;
}
IL_01a8:
{
uint16_t L_112 = V_1;
uint16_t L_113 = ___length1;
if ((!(((uint32_t)L_112) == ((uint32_t)L_113))))
{
goto IL_01b1;
}
}
{
int32_t* L_114 = ___err2;
*((int32_t*)L_114) = (int32_t)1;
return (uint16_t)0;
}
IL_01b1:
{
uint16_t L_115 = V_1;
uint16_t L_116 = V_0;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_115, (int32_t)L_116))) <= ((int32_t)((int32_t)1024))))
{
goto IL_01c0;
}
}
{
int32_t* L_117 = ___err2;
*((int32_t*)L_117) = (int32_t)5;
return (uint16_t)0;
}
IL_01c0:
{
uint16_t L_118 = V_1;
uint16_t L_119 = V_0;
if ((uintptr_t)((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)L_119))) * (uintptr_t)2 > (uintptr_t)kIl2CppUIntPtrMax)
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Uri_ParseSchemeCheckImplicitFile_m8244C40705A553AA88036339B231B1BB279580DC_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))), 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))), 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, 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)il2cpp_codegen_multiply(((intptr_t)L_125), 2)))));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_121, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_123), 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, 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_t920B0868286118827C08B08A15A9456AF6C19D81** L_133 = ___syntax4;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
int32_t L_134;
L_134 = Uri_CheckSchemeSyntax_m7D9517CBE8B09F13A24AF4EEF0AE2D185C3E1C2D(L_131, L_132, L_133, 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, 1)));
}
}
// System.Boolean System.Uri::CheckKnownSchemes(System.Int64*,System.UInt16,System.UriParser&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckKnownSchemes_mB4E8E77DD15C70FACC9DA5078083E670B0EC9FA1 (int64_t* ___lptr0, uint16_t ___nChars1, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** ___syntax2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
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)L_2)|((int32_t)2097184)))) == ((uint32_t)((int32_t)7536759)))))
{
goto IL_001d;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_3 = ___syntax2;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_4 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___WsUri_9;
*((RuntimeObject**)L_3) = (RuntimeObject*)L_4;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_3, (void*)(RuntimeObject*)L_4);
return (bool)1;
}
IL_001d:
{
return (bool)0;
}
IL_001f:
{
int64_t* L_5 = ___lptr0;
int64_t L_6 = *((int64_t*)L_5);
V_0 = ((int64_t)(L_6|((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_t920B0868286118827C08B08A15A9456AF6C19D81** L_23 = ___syntax2;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_24 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___HttpUri_7;
*((RuntimeObject**)L_23) = (RuntimeObject*)L_24;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_23, (void*)(RuntimeObject*)L_24);
return (bool)1;
}
IL_011f:
{
uint16_t L_25 = ___nChars1;
if ((!(((uint32_t)L_25) == ((uint32_t)5))))
{
goto IL_025c;
}
}
{
int64_t* L_26 = ___lptr0;
int32_t L_27 = *((uint16_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_26, 8)));
if ((!(((uint32_t)((int32_t)(L_27|((int32_t)32)))) == ((uint32_t)((int32_t)115)))))
{
goto IL_025c;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_28 = ___syntax2;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_29 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___HttpsUri_8;
*((RuntimeObject**)L_28) = (RuntimeObject*)L_29;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_28, (void*)(RuntimeObject*)L_29);
return (bool)1;
}
IL_013d:
{
uint16_t L_30 = ___nChars1;
if ((!(((uint32_t)L_30) == ((uint32_t)3))))
{
goto IL_025c;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_31 = ___syntax2;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_32 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___WssUri_10;
*((RuntimeObject**)L_31) = (RuntimeObject*)L_32;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_31, (void*)(RuntimeObject*)L_32);
return (bool)1;
}
IL_014d:
{
uint16_t L_33 = ___nChars1;
if ((!(((uint32_t)L_33) == ((uint32_t)4))))
{
goto IL_025c;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_34 = ___syntax2;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_35 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___FileUri_12;
*((RuntimeObject**)L_34) = (RuntimeObject*)L_35;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_34, (void*)(RuntimeObject*)L_35);
return (bool)1;
}
IL_015d:
{
uint16_t L_36 = ___nChars1;
if ((!(((uint32_t)L_36) == ((uint32_t)3))))
{
goto IL_025c;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_37 = ___syntax2;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_38 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___FtpUri_11;
*((RuntimeObject**)L_37) = (RuntimeObject*)L_38;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_37, (void*)(RuntimeObject*)L_38);
return (bool)1;
}
IL_016d:
{
uint16_t L_39 = ___nChars1;
if ((!(((uint32_t)L_39) == ((uint32_t)4))))
{
goto IL_025c;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_40 = ___syntax2;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_41 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___NewsUri_15;
*((RuntimeObject**)L_40) = (RuntimeObject*)L_41;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_40, (void*)(RuntimeObject*)L_41);
return (bool)1;
}
IL_017d:
{
uint16_t L_42 = ___nChars1;
if ((!(((uint32_t)L_42) == ((uint32_t)4))))
{
goto IL_025c;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_43 = ___syntax2;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_44 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___NntpUri_14;
*((RuntimeObject**)L_43) = (RuntimeObject*)L_44;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_43, (void*)(RuntimeObject*)L_44);
return (bool)1;
}
IL_018d:
{
uint16_t L_45 = ___nChars1;
if ((!(((uint32_t)L_45) == ((uint32_t)4))))
{
goto IL_025c;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_46 = ___syntax2;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_47 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___UuidUri_17;
*((RuntimeObject**)L_46) = (RuntimeObject*)L_47;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_46, (void*)(RuntimeObject*)L_47);
return (bool)1;
}
IL_019d:
{
uint16_t L_48 = ___nChars1;
if ((!(((uint32_t)L_48) == ((uint32_t)6))))
{
goto IL_025c;
}
}
{
int64_t* L_49 = ___lptr0;
int32_t L_50 = *((int32_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_49, 8)));
if ((!(((uint32_t)((int32_t)(L_50|((int32_t)2097184)))) == ((uint32_t)((int32_t)7471205)))))
{
goto IL_025c;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_51 = ___syntax2;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_52 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___GopherUri_13;
*((RuntimeObject**)L_51) = (RuntimeObject*)L_52;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_51, (void*)(RuntimeObject*)L_52);
return (bool)1;
}
IL_01c1:
{
uint16_t L_53 = ___nChars1;
if ((!(((uint32_t)L_53) == ((uint32_t)6))))
{
goto IL_025c;
}
}
{
int64_t* L_54 = ___lptr0;
int32_t L_55 = *((int32_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_54, 8)));
if ((!(((uint32_t)((int32_t)(L_55|((int32_t)2097184)))) == ((uint32_t)((int32_t)7274612)))))
{
goto IL_025c;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_56 = ___syntax2;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_57 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___MailToUri_16;
*((RuntimeObject**)L_56) = (RuntimeObject*)L_57;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_56, (void*)(RuntimeObject*)L_57);
return (bool)1;
}
IL_01e5:
{
uint16_t L_58 = ___nChars1;
if ((!(((uint32_t)L_58) == ((uint32_t)6))))
{
goto IL_025c;
}
}
{
int64_t* L_59 = ___lptr0;
int32_t L_60 = *((int32_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_59, 8)));
if ((!(((uint32_t)((int32_t)(L_60|((int32_t)2097184)))) == ((uint32_t)((int32_t)7602277)))))
{
goto IL_025c;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_61 = ___syntax2;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_62 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___TelnetUri_18;
*((RuntimeObject**)L_61) = (RuntimeObject*)L_62;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_61, (void*)(RuntimeObject*)L_62);
return (bool)1;
}
IL_0203:
{
uint16_t L_63 = ___nChars1;
if ((!(((uint32_t)L_63) == ((uint32_t)8))))
{
goto IL_0229;
}
}
{
int64_t* L_64 = ___lptr0;
int64_t L_65 = *((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_64, 8)));
if ((!(((uint64_t)((int64_t)(L_65|((int64_t)9007336695791648LL)))) == ((uint64_t)((int64_t)28429453690994800LL)))))
{
goto IL_0229;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_66 = ___syntax2;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_67 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___NetPipeUri_21;
*((RuntimeObject**)L_66) = (RuntimeObject*)L_67;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_66, (void*)(RuntimeObject*)L_67);
return (bool)1;
}
IL_0229:
{
uint16_t L_68 = ___nChars1;
if ((!(((uint32_t)L_68) == ((uint32_t)7))))
{
goto IL_025c;
}
}
{
int64_t* L_69 = ___lptr0;
int64_t L_70 = *((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_69, 8)));
if ((!(((uint64_t)((int64_t)(L_70|((int64_t)9007336695791648LL)))) == ((uint64_t)((int64_t)16326029692043380LL)))))
{
goto IL_025c;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_71 = ___syntax2;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_72 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___NetTcpUri_20;
*((RuntimeObject**)L_71) = (RuntimeObject*)L_72;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_71, (void*)(RuntimeObject*)L_72);
return (bool)1;
}
IL_024f:
{
uint16_t L_73 = ___nChars1;
if ((!(((uint32_t)L_73) == ((uint32_t)4))))
{
goto IL_025c;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_74 = ___syntax2;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_75 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___LdapUri_19;
*((RuntimeObject**)L_74) = (RuntimeObject*)L_75;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_74, (void*)(RuntimeObject*)L_75);
return (bool)1;
}
IL_025c:
{
return (bool)0;
}
}
// System.ParsingError System.Uri::CheckSchemeSyntax(System.Char*,System.UInt16,System.UriParser&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_CheckSchemeSyntax_m7D9517CBE8B09F13A24AF4EEF0AE2D185C3E1C2D (Il2CppChar* ___ptr0, uint16_t ___length1, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** ___syntax2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
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)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)il2cpp_codegen_multiply(((intptr_t)L_9), 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)il2cpp_codegen_multiply(((intptr_t)L_16), 2))))) = (int16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_17|((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, 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;
L_28 = String_CreateString_m3F8794FEB452558B8A68C65E1F0B603B3D94E0E2(NULL, L_26, 0, L_27, NULL);
V_0 = L_28;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_29 = ___syntax2;
String_t* L_30 = V_0;
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_31;
L_31 = UriParser_FindOrFetchAsUnknownV1Syntax_m29D45A9BF93C7C4FC7C819658043B6E753E7F01A(L_30, NULL);
*((RuntimeObject**)L_29) = (RuntimeObject*)L_31;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_29, (void*)(RuntimeObject*)L_31);
return (int32_t)(0);
}
}
// System.UInt16 System.Uri::CheckAuthorityHelper(System.Char*,System.UInt16,System.UInt16,System.ParsingError&,System.Uri/Flags&,System.UriParser,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Uri_CheckAuthorityHelper_m7946931160B7EC50E7167A11E570A4AF8AEB5B2E (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, Il2CppChar* ___pString0, uint16_t ___idx1, uint16_t ___length2, int32_t* ___err3, uint64_t* ___flags4, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___syntax5, String_t** ___newHost6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
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;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
int32_t G_B3_0 = 0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B49_0 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B48_0 = NULL;
int32_t G_B50_0 = 0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B50_1 = NULL;
{
uint16_t L_0 = ___length2;
V_0 = L_0;
uint16_t L_1 = ___idx1;
V_2 = L_1;
uint16_t L_2 = ___idx1;
V_3 = L_2;
String_t** L_3 = ___newHost6;
*((RuntimeObject**)L_3) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_3, (void*)(RuntimeObject*)NULL);
V_4 = (bool)0;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_4 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_IriParsing_23;
il2cpp_codegen_memory_barrier();
if (!L_4)
{
goto IL_001f;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_5 = ___syntax5;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_6;
L_6 = Uri_IriParsingStatic_m5FACD38C4EDB61BC6AC465759CDB56F24C34C3B8(L_5, 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)(L_8&((int64_t)8589934592LL)))) <= ((uint64_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)(L_10&((int64_t)17179869184LL)))) == ((int64_t)((int64_t)0)))? 1 : 0);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_11 = ___syntax5;
NullCheck(L_11);
int32_t L_12;
L_12 = UriParser_get_Flags_mBE183D7CBEEEBEC670CCF1DF21D56B354796D6C3_inline(L_11, 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)L_13&(int32_t)L_14))&(int32_t)L_15)))
{
goto IL_006b;
}
}
{
String_t** L_16 = ___newHost6;
String_t* L_17 = __this->___m_originalUnicodeString_14;
int32_t L_18 = V_2;
NullCheck(L_17);
String_t* L_19;
L_19 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_17, 0, L_18, NULL);
*((RuntimeObject**)L_16) = (RuntimeObject*)L_19;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_16, (void*)(RuntimeObject*)L_19);
}
IL_006b:
{
uint16_t L_20 = ___idx1;
uint16_t L_21 = ___length2;
if ((((int32_t)L_20) == ((int32_t)L_21)))
{
goto IL_0094;
}
}
{
Il2CppChar* L_22 = ___pString0;
uint16_t L_23 = ___idx1;
int32_t L_24 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_23), 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_t920B0868286118827C08B08A15A9456AF6C19D81* L_27 = ___syntax5;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_28;
L_28 = Uri_StaticIsFile_mDA17D91238AB2D1C549C55C524F67C714145D9CF(L_27, 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_t920B0868286118827C08B08A15A9456AF6C19D81* L_31 = ___syntax5;
NullCheck(L_31);
bool L_32;
L_32 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_31, ((int32_t)128), 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)(L_35&((int64_t)((int32_t)-268435457))));
uint64_t* L_36 = ___flags4;
int64_t L_37 = *((int64_t*)L_36);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_38;
L_38 = Uri_StaticInFact_m85C3E521AD9916CC030AC01E311F79D90E981B05(L_37, ((int64_t)((int32_t)536870912)), 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)il2cpp_codegen_multiply(((intptr_t)L_40), 2)))));
if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)47)))))
{
goto IL_00d1;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_42 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___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)(L_46|((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)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)(L_53|((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&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(L_57, 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)il2cpp_codegen_multiply(((intptr_t)L_59), 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)il2cpp_codegen_multiply(((intptr_t)L_62), 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)il2cpp_codegen_multiply(((intptr_t)L_65), 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)il2cpp_codegen_multiply(((intptr_t)L_68), 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)il2cpp_codegen_multiply(((intptr_t)L_72), 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)(L_76|((int64_t)((int32_t)2097152))));
bool L_77 = V_5;
if (L_77)
{
goto IL_0175;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
int32_t L_78 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___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)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;
L_85 = IriHelper_EscapeUnescapeIri_mE7C6E85447A41E32A050856BC24B40279EDFF6E5(L_82, L_83, ((int32_t)il2cpp_codegen_add((int32_t)L_84, 1)), 2, NULL);
V_9 = L_85;
}
try
{// begin try (depth: 1)
{
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
bool L_86;
L_86 = UriParser_get_ShouldUseLegacyV2Quirks_m2BDF10B430FDA291AA6962104CD838776F31D20E(NULL);
if (!L_86)
{
goto IL_019d_1;
}
}
{
String_t* L_87 = V_9;
NullCheck(L_87);
String_t* L_88;
L_88 = String_Normalize_mB458CCECBD27D6E9FB44CF03D37E856846C41831(L_87, 1, NULL);
V_9 = L_88;
}
IL_019d_1:
{
goto IL_01ac;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(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;
IL2CPP_POP_ACTIVE_EXCEPTION();
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;
L_95 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_93, L_94, NULL);
*((RuntimeObject**)L_91) = (RuntimeObject*)L_95;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_91, (void*)(RuntimeObject*)L_95);
goto IL_01c9;
}
IL_01bb:
{
Il2CppChar* L_96 = ___pString0;
int32_t L_97 = V_2;
uint16_t L_98 = V_3;
int32_t L_99 = V_2;
String_t* L_100;
L_100 = String_CreateString_m3F8794FEB452558B8A68C65E1F0B603B3D94E0E2(NULL, L_96, L_97, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract((int32_t)L_98, L_99)), 1)), 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, 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)il2cpp_codegen_multiply(((intptr_t)L_103), 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, 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)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_t920B0868286118827C08B08A15A9456AF6C19D81* L_110 = ___syntax5;
NullCheck(L_110);
bool L_111;
L_111 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_110, ((int32_t)2048), NULL);
if (!L_111)
{
goto IL_0282;
}
}
{
Il2CppChar* L_112 = ___pString0;
uint16_t L_113 = V_3;
bool L_114;
L_114 = IPv6AddressHelper_IsValid_mEA13C6DB64BF812706785DA99E9AFFBC95C1C3E7(L_112, ((int32_t)il2cpp_codegen_add((int32_t)L_113, 1)), (&V_0), 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)(L_117|((int64_t)((int32_t)65536))));
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_118 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_ConfigInitialized_20;
il2cpp_codegen_memory_barrier();
if (L_118)
{
goto IL_0248;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
Uri_InitializeUriConfig_mADB8B77C49B053970C363E91FE4BDD8315401364(NULL);
bool L_119 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_IriParsing_23;
il2cpp_codegen_memory_barrier();
G_B48_0 = __this;
if (!L_119)
{
G_B49_0 = __this;
goto IL_0242;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_120 = ___syntax5;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_121;
L_121 = Uri_IriParsingStatic_m5FACD38C4EDB61BC6AC465759CDB56F24C34C3B8(L_120, 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->___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)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;
L_132 = String_CreateString_m3F8794FEB452558B8A68C65E1F0B603B3D94E0E2(NULL, L_128, L_129, ((int32_t)il2cpp_codegen_subtract(L_130, (int32_t)L_131)), NULL);
String_t* L_133;
L_133 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_127, L_132, NULL);
*((RuntimeObject**)L_125) = (RuntimeObject*)L_133;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_125, (void*)(RuntimeObject*)L_133);
uint64_t* L_134 = ___flags4;
uint64_t* L_135 = ___flags4;
int64_t L_136 = *((int64_t*)L_135);
*((int64_t*)L_134) = (int64_t)((int64_t)(L_136|((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_t920B0868286118827C08B08A15A9456AF6C19D81* L_139 = ___syntax5;
NullCheck(L_139);
bool L_140;
L_140 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_139, ((int32_t)1024), 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_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_145;
L_145 = Uri_StaticNotAny_mC49F6501AFE849E383AC6777CEB63D2B409B264E(L_144, ((int64_t)((int32_t)536870912)), NULL);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_146 = ___syntax5;
NullCheck(L_146);
bool L_147;
L_147 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_146, ((int32_t)65536), NULL);
bool L_148;
L_148 = IPv4AddressHelper_IsValid_m1E626B5740F8C0F4F4AEA9D8D9E06933BD79C7AE(L_141, L_142, (&V_0), (bool)0, L_145, L_147, 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)(L_151|((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)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;
L_162 = String_CreateString_m3F8794FEB452558B8A68C65E1F0B603B3D94E0E2(NULL, L_158, L_159, ((int32_t)il2cpp_codegen_subtract(L_160, (int32_t)L_161)), NULL);
String_t* L_163;
L_163 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_157, L_162, NULL);
*((RuntimeObject**)L_155) = (RuntimeObject*)L_163;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_155, (void*)(RuntimeObject*)L_163);
uint64_t* L_164 = ___flags4;
uint64_t* L_165 = ___flags4;
int64_t L_166 = *((int64_t*)L_165);
*((int64_t*)L_164) = (int64_t)((int64_t)(L_166|((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)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_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_173;
L_173 = Uri_StaticNotAny_mC49F6501AFE849E383AC6777CEB63D2B409B264E(L_172, ((int64_t)((int32_t)536870912)), NULL);
bool L_174;
L_174 = DomainNameHelper_IsValid_m9E1909F6CA353F469ACF623BCBE1E3B545164752(L_169, L_170, (&V_0), (&V_10), L_173, 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)(L_177|((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)(L_181|((int64_t)((int32_t)33554432))));
}
IL_035a:
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
int32_t L_182 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_IdnScope_22;
il2cpp_codegen_memory_barrier();
if (!L_182)
{
goto IL_04cf;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
int32_t L_183 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___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;
L_186 = String_CreateString_m3F8794FEB452558B8A68C65E1F0B603B3D94E0E2(NULL, L_184, 0, L_185, NULL);
bool L_187;
L_187 = Uri_IsIntranet_m3AC6DBC7C35F309DFAD0951ABC7D95A8000548EE(__this, L_186, 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)(L_190|((int64_t)137438953472LL)));
}
IL_0390:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_191 = ___syntax5;
uint64_t* L_192 = ___flags4;
int64_t L_193 = *((int64_t*)L_192);
bool L_194;
L_194 = Uri_AllowIdnStatic_m0B61B2A586F2BF870D185A1BD65151F52EFBC457(__this, L_191, L_193, 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;
L_198 = DomainNameHelper_UnicodeEquivalent_m62B17C161795C1C6AC76D49A3FB50B16693CC9DB(L_195, L_196, L_197, (&V_12), (&V_13), 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_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_202;
L_202 = Uri_StaticNotAny_mC49F6501AFE849E383AC6777CEB63D2B409B264E(L_201, ((int64_t)8589934592LL), NULL);
if (!L_202)
{
goto IL_03d7;
}
}
{
String_t* L_203 = __this->___m_String_13;
__this->___m_originalUnicodeString_14 = L_203;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_originalUnicodeString_14), (void*)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)(L_206|((int64_t)4294967296LL)));
String_t** L_207 = ___newHost6;
String_t* L_208 = __this->___m_originalUnicodeString_14;
int32_t L_209 = V_2;
NullCheck(L_208);
String_t* L_210;
L_210 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_208, 0, L_209, NULL);
String_t* L_211 = V_9;
String_t* L_212 = V_14;
String_t* L_213;
L_213 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_210, L_211, L_212, NULL);
*((RuntimeObject**)L_207) = (RuntimeObject*)L_213;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_207, (void*)(RuntimeObject*)L_213);
uint64_t* L_214 = ___flags4;
uint64_t* L_215 = ___flags4;
int64_t L_216 = *((int64_t*)L_215);
*((int64_t*)L_214) = (int64_t)((int64_t)(L_216|((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;
L_221 = String_CreateString_m3F8794FEB452558B8A68C65E1F0B603B3D94E0E2(NULL, L_217, L_218, ((int32_t)il2cpp_codegen_subtract(L_219, (int32_t)L_220)), NULL);
__this->___m_DnsSafeHost_16 = L_221;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DnsSafeHost_16), (void*)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)(L_224|((int64_t)17179869184LL)));
goto IL_04cf;
}
IL_0435:
{
int32_t L_225 = V_8;
if (!((int32_t)((int32_t)L_225&((int32_t)512))))
{
goto IL_0495;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_226 = ___syntax5;
NullCheck(L_226);
bool L_227;
L_227 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_226, ((int32_t)268435456), NULL);
bool L_228 = V_7;
if (((int32_t)((int32_t)L_227&(int32_t)L_228)))
{
goto IL_045e;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_229 = ___syntax5;
NullCheck(L_229);
bool L_230;
L_230 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_229, ((int32_t)67108864), 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_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_235;
L_235 = Uri_StaticNotAny_mC49F6501AFE849E383AC6777CEB63D2B409B264E(L_234, ((int64_t)((int32_t)536870912)), NULL);
bool L_236;
L_236 = DomainNameHelper_IsValidByIri_mE5772C5B7528885976ACB5AB11881B79A410CE24(L_231, L_232, (&V_0), (&V_10), L_235, 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_t920B0868286118827C08B08A15A9456AF6C19D81* 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_mB737EC35D3A477668E6E289D09DFB43EAD4D4D62(__this, L_237, L_238, L_239, L_240, L_241, L_242, L_243, L_244, L_245, (&V_4), L_246, L_247, NULL);
goto IL_04cf;
}
IL_0495:
{
int32_t L_248 = V_8;
if (!((int32_t)((int32_t)L_248&((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_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_253;
L_253 = Uri_StaticNotAny_mC49F6501AFE849E383AC6777CEB63D2B409B264E(L_252, ((int64_t)((int32_t)536870912)), NULL);
bool L_254;
L_254 = UncNameHelper_IsValid_m677F95E73B0278AC062F862BEA6BE646048127D4(L_249, L_250, (&V_0), L_253, 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(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)(L_259|((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)il2cpp_codegen_multiply(((intptr_t)L_263), 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)(L_266&((int64_t)((int32_t)458752)))))
{
goto IL_0527;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_267 = ___syntax5;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_268;
L_268 = Uri_StaticIsFile_mDA17D91238AB2D1C549C55C524F67C714145D9CF(L_267, NULL);
if (L_268)
{
goto IL_0527;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_269 = ___syntax5;
NullCheck(L_269);
bool L_270;
L_270 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_269, ((int32_t)65536), 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)(L_274|((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)(L_278&((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)il2cpp_codegen_multiply(((intptr_t)L_282), 2)))));
if ((!(((uint32_t)L_283) == ((uint32_t)((int32_t)58)))))
{
goto IL_0634;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_284 = ___syntax5;
NullCheck(L_284);
bool L_285;
L_285 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_284, 8, 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(L_287, 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)il2cpp_codegen_multiply(((intptr_t)L_289), 2)))));
V_17 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract(L_290, ((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)il2cpp_codegen_multiply(L_293, ((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_t920B0868286118827C08B08A15A9456AF6C19D81* L_299 = ___syntax5;
NullCheck(L_299);
bool L_300;
L_300 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_299, ((int32_t)4096), NULL);
if (!L_300)
{
goto IL_05c6;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_301 = ___syntax5;
NullCheck(L_301);
bool L_302;
L_302 = UriParser_NotAny_mCE6CF6736414BE547215F6E44C3E1283DEA05F56(L_301, ((int32_t)65536), 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)(L_305&((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, 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_t920B0868286118827C08B08A15A9456AF6C19D81* L_312 = ___syntax5;
NullCheck(L_312);
bool L_313;
L_313 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_312, ((int32_t)4096), 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)(L_316&((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)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;
L_329 = String_CreateString_m3F8794FEB452558B8A68C65E1F0B603B3D94E0E2(NULL, L_325, L_326, ((int32_t)il2cpp_codegen_subtract((int32_t)L_327, L_328)), NULL);
String_t* L_330;
L_330 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_324, L_329, NULL);
*((RuntimeObject**)L_322) = (RuntimeObject*)L_330;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_322, (void*)(RuntimeObject*)L_330);
goto IL_0634;
}
IL_0627:
{
uint64_t* L_331 = ___flags4;
uint64_t* L_332 = ___flags4;
int64_t L_333 = *((int64_t*)L_332);
*((int64_t*)L_331) = (int64_t)((int64_t)(L_333&((int64_t)((int32_t)-458753))));
}
IL_0634:
{
uint64_t* L_334 = ___flags4;
int64_t L_335 = *((int64_t*)L_334);
if (((int64_t)(L_335&((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)(L_338&((int64_t)((int32_t)-2097153))));
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_339 = ___syntax5;
NullCheck(L_339);
bool L_340;
L_340 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_339, ((int32_t)4096), 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)(L_343|((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)il2cpp_codegen_multiply(((intptr_t)L_346), 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)il2cpp_codegen_multiply(((intptr_t)L_349), 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)il2cpp_codegen_multiply(((intptr_t)L_352), 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(L_354, 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_t920B0868286118827C08B08A15A9456AF6C19D81* L_362 = ___syntax5;
uint64_t* L_363 = ___flags4;
String_t** L_364 = ___newHost6;
int32_t* L_365 = ___err3;
Uri_CheckAuthorityHelperHandleAnyHostIri_mE38845CEFA41AB52AB949CAE2A43D77FB397C08D(__this, L_357, L_358, L_359, L_360, L_361, L_362, L_363, L_364, L_365, NULL);
goto IL_07be;
}
IL_06b2:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_366 = ___syntax5;
NullCheck(L_366);
bool L_367;
L_367 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_366, ((int32_t)65536), 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)il2cpp_codegen_multiply(((intptr_t)L_372), 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)il2cpp_codegen_multiply(((intptr_t)L_375), 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)il2cpp_codegen_multiply(((intptr_t)L_378), 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, 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)il2cpp_codegen_multiply(((intptr_t)L_383), 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)(L_388|((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(L_390, 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)(L_395|((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_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_400;
L_400 = Uri_StaticNotAny_mC49F6501AFE849E383AC6777CEB63D2B409B264E(L_399, ((int64_t)17179869184LL), 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;
L_405 = String_CreateString_m3F8794FEB452558B8A68C65E1F0B603B3D94E0E2(NULL, L_401, L_402, ((int32_t)il2cpp_codegen_subtract(L_403, L_404)), NULL);
V_20 = L_405;
}
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;
L_410 = String_Normalize_mB458CCECBD27D6E9FB44CF03D37E856846C41831(L_409, 1, NULL);
String_t* L_411;
L_411 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_408, L_410, NULL);
*((RuntimeObject**)L_406) = (RuntimeObject*)L_411;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_406, (void*)(RuntimeObject*)L_411);
goto IL_077a;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(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;
IL2CPP_POP_ACTIVE_EXCEPTION();
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)(L_416|((int64_t)17179869184LL)));
goto IL_07be;
}
IL_078c:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_417 = ___syntax5;
NullCheck(L_417);
bool L_418;
L_418 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_417, 1, NULL);
if (L_418)
{
goto IL_07ab;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_419 = ___syntax5;
NullCheck(L_419);
bool L_420;
L_420 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_419, ((int32_t)16384), NULL);
if (!L_420)
{
goto IL_07be;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
bool L_421;
L_421 = UriParser_get_ShouldUseLegacyV2Quirks_m2BDF10B430FDA291AA6962104CD838776F31D20E(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)(L_425|((int64_t)((int32_t)458752))));
uint16_t L_426 = ___idx1;
return L_426;
}
IL_07be:
{
int32_t L_427 = V_0;
return (uint16_t)((int32_t)(uint16_t)L_427);
}
IL_07c1:
{
uint16_t L_428 = V_11;
return L_428;
}
}
// System.Void System.Uri::CheckAuthorityHelperHandleDnsIri(System.Char*,System.UInt16,System.Int32,System.Int32,System.Boolean,System.Boolean,System.UriParser,System.String,System.Uri/Flags&,System.Boolean&,System.String&,System.ParsingError&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CheckAuthorityHelperHandleDnsIri_mB737EC35D3A477668E6E289D09DFB43EAD4D4D62 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, Il2CppChar* ___pString0, uint16_t ___start1, int32_t ___end2, int32_t ___startInput3, bool ___iriParsing4, bool ___hasUnicode5, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___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_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
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;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
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)(L_2|((int64_t)((int32_t)196608))));
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
int32_t L_3 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___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;
L_6 = String_CreateString_m3F8794FEB452558B8A68C65E1F0B603B3D94E0E2(NULL, L_4, 0, L_5, NULL);
bool L_7;
L_7 = Uri_IsIntranet_m3AC6DBC7C35F309DFAD0951ABC7D95A8000548EE(__this, L_6, 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)(L_10|((int64_t)137438953472LL)));
}
IL_0037:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_11 = ___syntax6;
uint64_t* L_12 = ___flags8;
int64_t L_13 = *((int64_t*)L_12);
bool L_14;
L_14 = Uri_AllowIdnStatic_m0B61B2A586F2BF870D185A1BD65151F52EFBC457(__this, L_11, L_13, 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;
L_18 = DomainNameHelper_IdnEquivalent_m14CEBD0BD7B1BF46F8806E4EB5BB1901F7F29E2A(L_15, L_16, L_17, (&V_0), (&V_1), 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;
L_23 = DomainNameHelper_UnicodeEquivalent_mD229718EC61E3ECBFA7AF5C894D22ADEEDE1B4ED(L_19, L_20, L_21, L_22, 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)(L_27|((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)(L_31|((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_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_36;
L_36 = Uri_StaticNotAny_mC49F6501AFE849E383AC6777CEB63D2B409B264E(L_35, ((int64_t)8589934592LL), NULL);
if (!L_36)
{
goto IL_00dd;
}
}
{
String_t* L_37 = __this->___m_String_13;
__this->___m_originalUnicodeString_14 = L_37;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_originalUnicodeString_14), (void*)L_37);
String_t** L_38 = ___newHost10;
String_t* L_39 = __this->___m_originalUnicodeString_14;
int32_t L_40 = ___startInput3;
NullCheck(L_39);
String_t* L_41;
L_41 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_39, 0, L_40, NULL);
uint64_t* L_42 = ___flags8;
int64_t L_43 = *((int64_t*)L_42);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_44;
L_44 = Uri_StaticInFact_m85C3E521AD9916CC030AC01E311F79D90E981B05(L_43, ((int64_t)((int32_t)2097152)), 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;
L_46 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(G_B13_1, G_B13_0, NULL);
*((RuntimeObject**)G_B13_2) = (RuntimeObject*)L_46;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B13_2, (void*)(RuntimeObject*)L_46);
bool* L_47 = ___justNormalized9;
*((int8_t*)L_47) = (int8_t)1;
goto IL_0142;
}
IL_00dd:
{
bool L_48 = ___iriParsing4;
if (L_48)
{
goto IL_0142;
}
}
{
uint64_t* L_49 = ___flags8;
int64_t L_50 = *((int64_t*)L_49);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_51;
L_51 = Uri_StaticInFact_m85C3E521AD9916CC030AC01E311F79D90E981B05(L_50, ((int64_t)68719476736LL), NULL);
if (L_51)
{
goto IL_0107;
}
}
{
uint64_t* L_52 = ___flags8;
int64_t L_53 = *((int64_t*)L_52);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_54;
L_54 = Uri_StaticInFact_m85C3E521AD9916CC030AC01E311F79D90E981B05(L_53, ((int64_t)4294967296LL), NULL);
if (!L_54)
{
goto IL_0142;
}
}
IL_0107:
{
String_t* L_55 = __this->___m_String_13;
__this->___m_originalUnicodeString_14 = L_55;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_originalUnicodeString_14), (void*)L_55);
String_t** L_56 = ___newHost10;
String_t* L_57 = __this->___m_originalUnicodeString_14;
int32_t L_58 = ___startInput3;
NullCheck(L_57);
String_t* L_59;
L_59 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_57, 0, L_58, NULL);
uint64_t* L_60 = ___flags8;
int64_t L_61 = *((int64_t*)L_60);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_62;
L_62 = Uri_StaticInFact_m85C3E521AD9916CC030AC01E311F79D90E981B05(L_61, ((int64_t)((int32_t)2097152)), 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;
L_64 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(G_B20_1, G_B20_0, NULL);
*((RuntimeObject**)G_B20_2) = (RuntimeObject*)L_64;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B20_2, (void*)(RuntimeObject*)L_64);
bool* L_65 = ___justNormalized9;
*((int8_t*)L_65) = (int8_t)1;
}
IL_0142:
{
bool L_66 = V_0;
if (!L_66)
{
goto IL_0148;
}
}
{
bool L_67 = V_1;
if (!L_67)
{
goto IL_0161;
}
}
IL_0148:
{
String_t* L_68 = V_2;
__this->___m_DnsSafeHost_16 = L_68;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DnsSafeHost_16), (void*)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;
L_73 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_71, L_72, NULL);
*((RuntimeObject**)L_69) = (RuntimeObject*)L_73;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_69, (void*)(RuntimeObject*)L_73);
bool* L_74 = ___justNormalized9;
*((int8_t*)L_74) = (int8_t)1;
goto IL_01bc;
}
IL_0161:
{
bool L_75 = V_0;
if (!L_75)
{
goto IL_016a;
}
}
{
bool L_76 = V_1;
G_B27_0 = ((((int32_t)L_76) == ((int32_t)0))? 1 : 0);
goto IL_016b;
}
IL_016a:
{
G_B27_0 = 0;
}
IL_016b:
{
bool L_77 = ___iriParsing4;
bool L_78 = ___hasUnicode5;
if (!((int32_t)(((int32_t)(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;
L_83 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_81, L_82, NULL);
*((RuntimeObject**)L_79) = (RuntimeObject*)L_83;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_79, (void*)(RuntimeObject*)L_83);
bool* L_84 = ___justNormalized9;
*((int8_t*)L_84) = (int8_t)1;
goto IL_01bc;
}
IL_0185:
{
bool L_85 = ___hasUnicode5;
if (!L_85)
{
goto IL_01bc;
}
}
{
Il2CppChar* L_86 = ___pString0;
uint16_t L_87 = ___start1;
int32_t L_88 = ___end2;
uint16_t L_89 = ___start1;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
String_t* L_90;
L_90 = Uri_StripBidiControlCharacter_m259E2D3AA84B455ADD63DFBC4EC802241E4317FA(L_86, L_87, ((int32_t)il2cpp_codegen_subtract(L_88, (int32_t)L_89)), NULL);
V_4 = L_90;
}
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_1;
}
}
{
G_B34_0 = ((String_t*)(NULL));
G_B34_1 = G_B32_0;
G_B34_2 = G_B32_1;
goto IL_01a9_1;
}
IL_01a1_1:
{
String_t* L_95 = V_4;
NullCheck(L_95);
String_t* L_96;
L_96 = String_Normalize_mB458CCECBD27D6E9FB44CF03D37E856846C41831(L_95, 1, NULL);
G_B34_0 = L_96;
G_B34_1 = G_B33_0;
G_B34_2 = G_B33_1;
}
IL_01a9_1:
{
String_t* L_97;
L_97 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(G_B34_1, G_B34_0, NULL);
*((RuntimeObject**)G_B34_2) = (RuntimeObject*)L_97;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B34_2, (void*)(RuntimeObject*)L_97);
goto IL_01b8;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(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;
IL2CPP_POP_ACTIVE_EXCEPTION();
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)(L_102|((int64_t)17179869184LL)));
return;
}
}
// System.Void System.Uri::CheckAuthorityHelperHandleAnyHostIri(System.Char*,System.Int32,System.Int32,System.Boolean,System.Boolean,System.UriParser,System.Uri/Flags&,System.String&,System.ParsingError&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CheckAuthorityHelperHandleAnyHostIri_mE38845CEFA41AB52AB949CAE2A43D77FB397C08D (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, Il2CppChar* ___pString0, int32_t ___startInput1, int32_t ___end2, bool ___iriParsing3, bool ___hasUnicode4, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___syntax5, uint64_t* ___flags6, String_t** ___newHost7, int32_t* ___err8, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
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;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
uint64_t* L_0 = ___flags6;
int64_t L_1 = *((int64_t*)L_0);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Uri_StaticNotAny_mC49F6501AFE849E383AC6777CEB63D2B409B264E(L_1, ((int64_t)17179869184LL), NULL);
if (!L_2)
{
goto IL_0124;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_3 = ___syntax5;
uint64_t* L_4 = ___flags6;
int64_t L_5 = *((int64_t*)L_4);
bool L_6;
L_6 = Uri_AllowIdnStatic_m0B61B2A586F2BF870D185A1BD65151F52EFBC457(__this, L_3, L_5, 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;
L_13 = String_CreateString_m3F8794FEB452558B8A68C65E1F0B603B3D94E0E2(NULL, L_9, L_10, ((int32_t)il2cpp_codegen_subtract(L_11, L_12)), NULL);
V_0 = L_13;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_14 = ___syntax5;
uint64_t* L_15 = ___flags6;
int64_t L_16 = *((int64_t*)L_15);
bool L_17;
L_17 = Uri_AllowIdnStatic_m0B61B2A586F2BF870D185A1BD65151F52EFBC457(__this, L_14, L_16, 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;
L_21 = DomainNameHelper_UnicodeEquivalent_m62B17C161795C1C6AC76D49A3FB50B16693CC9DB(L_18, L_19, L_20, (&V_1), (&V_2), 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->___m_String_13;
__this->___m_originalUnicodeString_14 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_originalUnicodeString_14), (void*)L_27);
String_t** L_28 = ___newHost7;
String_t* L_29 = __this->___m_originalUnicodeString_14;
int32_t L_30 = ___startInput1;
NullCheck(L_29);
String_t* L_31;
L_31 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_29, 0, L_30, NULL);
*((RuntimeObject**)L_28) = (RuntimeObject*)L_31;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_28, (void*)(RuntimeObject*)L_31);
uint64_t* L_32 = ___flags6;
uint64_t* L_33 = ___flags6;
int64_t L_34 = *((int64_t*)L_33);
*((int64_t*)L_32) = (int64_t)((int64_t)(L_34|((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;
L_41 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_39, L_40, NULL);
*((RuntimeObject**)L_37) = (RuntimeObject*)L_41;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_37, (void*)(RuntimeObject*)L_41);
V_4 = (String_t*)NULL;
Il2CppChar* L_42 = ___pString0;
int32_t L_43 = ___startInput1;
int32_t L_44 = ___end2;
String_t* L_45;
L_45 = DomainNameHelper_IdnEquivalent_mD8EBF17C7A0A50FFAA03EAA9CA737899C9A0881E(L_42, L_43, L_44, (&V_1), (&V_4), NULL);
__this->___m_DnsSafeHost_16 = L_45;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DnsSafeHost_16), (void*)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)(L_49|((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)(L_53|((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;
L_60 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_58, L_59, NULL);
*((RuntimeObject**)L_56) = (RuntimeObject*)L_60;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_56, (void*)(RuntimeObject*)L_60);
goto IL_0114;
}
IL_00f8:
{
}
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;
L_65 = String_Normalize_mB458CCECBD27D6E9FB44CF03D37E856846C41831(L_64, 1, NULL);
String_t* L_66;
L_66 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_63, L_65, NULL);
*((RuntimeObject**)L_61) = (RuntimeObject*)L_66;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_61, (void*)(RuntimeObject*)L_66);
goto IL_0114;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(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;
IL2CPP_POP_ACTIVE_EXCEPTION();
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)(L_70|((int64_t)17179869184LL)));
}
IL_0124:
{
return;
}
}
// System.Void System.Uri::FindEndOfComponent(System.String,System.UInt16&,System.UInt16,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_FindEndOfComponent_m59CB1EFDA410B42014EA7DCDBA0C9FC9F5996E02 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __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;
L_4 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, 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_m198F7AC80BEA08E8DAA6B4577D8A872B41C519B1(__this, L_5, L_6, L_7, L_8, NULL);
V_1 = (String_t*)NULL;
return;
}
}
// System.Void System.Uri::FindEndOfComponent(System.Char*,System.UInt16&,System.UInt16,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_FindEndOfComponent_m198F7AC80BEA08E8DAA6B4577D8A872B41C519B1 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __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)il2cpp_codegen_multiply(((intptr_t)L_3), 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_t920B0868286118827C08B08A15A9456AF6C19D81* L_9 = __this->___m_Syntax_15;
if (!L_9)
{
goto IL_003a;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_10 = __this->___m_Syntax_15;
NullCheck(L_10);
bool L_11;
L_11 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_10, ((int32_t)64), 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, 1)));
}
IL_003f:
{
uint16_t L_13 = V_1;
uint16_t L_14 = ___end2;
if ((((int32_t)L_13) < ((int32_t)L_14)))
{
goto IL_000b;
}
}
IL_0043:
{
uint16_t* L_15 = ___idx1;
uint16_t L_16 = V_1;
*((int16_t*)L_15) = (int16_t)L_16;
return;
}
}
// System.Uri/Check System.Uri::CheckCanonical(System.Char*,System.UInt16&,System.UInt16,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_CheckCanonical_m54AFA85AA00A9909C2EC01F026873F12532AD7F7 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, Il2CppChar* ___str0, uint16_t* ___idx1, uint16_t ___end2, Il2CppChar ___delim3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
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)il2cpp_codegen_multiply(((intptr_t)L_3), 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)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->___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|8));
Il2CppChar L_13 = V_3;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_14;
L_14 = Char_IsHighSurrogate_m8842F5E950FC9EAE3B20556630C2AA5CA9FEB6D4(L_13, 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, 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, 1))), 2)))));
bool L_21;
L_21 = IriHelper_CheckIriUnicodeRange_m76D54508F06B0BD021CF86889C71C44578B495FB(L_17, L_20, (&V_6), (bool)1, NULL);
V_5 = L_21;
goto IL_0089;
}
IL_0080:
{
Il2CppChar L_22 = V_3;
bool L_23;
L_23 = IriHelper_CheckIriUnicodeRange_m47EF9FBD5FE075A464AE2A242FB43BEBC7C4F775(L_22, (bool)1, 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)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_t920B0868286118827C08B08A15A9456AF6C19D81* L_31 = __this->___m_Syntax_15;
if (!L_31)
{
goto IL_00cc;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_32 = __this->___m_Syntax_15;
NullCheck(L_32);
bool L_33;
L_33 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_32, ((int32_t)64), 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;
L_35 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(__this, NULL);
if (L_35)
{
goto IL_0102;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_36 = __this->___m_Syntax_15;
if (!L_36)
{
goto IL_0281;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_37 = __this->___m_Syntax_15;
NullCheck(L_37);
bool L_38;
L_38 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_37, ((int32_t)32), 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)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;
L_42 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(__this, NULL);
if (L_42)
{
goto IL_013c;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_43 = __this->___m_Syntax_15;
if (!L_43)
{
goto IL_0281;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_44 = __this->___m_Syntax_15;
NullCheck(L_44);
bool L_45;
L_45 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_44, ((int32_t)64), 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)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)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)16)));
}
IL_0162:
{
int32_t L_52 = V_0;
if (((int32_t)((int32_t)L_52&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, 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, 1))), 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_59, 1))), 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|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&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, 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, 1))), 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_70, 1))), 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_73, 1))), 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_76, 1))), 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, 1))), 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|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, 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_95, 1))), 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_98, 2))), 2)))));
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
Il2CppChar L_100;
L_100 = UriHelper_EscapedAscii_mC7BE08D5B7803E83C57B8269F298B6DFA9EC5120(L_96, L_99, 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)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, 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, 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|1));
goto IL_02a7;
}
IL_029c:
{
int32_t L_114 = V_0;
V_0 = ((int32_t)((int32_t)L_114|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|1));
}
IL_02a7:
{
uint16_t* L_117 = ___idx1;
uint16_t L_118 = V_4;
*((int16_t*)L_117) = (int16_t)L_118;
int32_t L_119 = V_0;
return L_119;
}
}
// System.Char[] System.Uri::GetCanonicalPath(System.Char[],System.Int32&,System.UriFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* Uri_GetCanonicalPath_m66FA22F6E85D79E360A7EE86C0E03F1A009F6F99 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___dest0, int32_t* ___pos1, int32_t ___formatAs2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
Il2CppChar* V_3 = NULL;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_4 = NULL;
String_t* V_5 = NULL;
Il2CppChar* V_6 = NULL;
int32_t V_7 = 0;
int32_t V_8 = 0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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;
L_0 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)16384)), NULL);
if (!L_0)
{
goto IL_001b;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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(L_5, 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_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_7 = __this->___m_Info_18;
NullCheck(L_7);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_8 = (&L_7->___Offset_3);
uint16_t L_9 = L_8->___Path_4;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_10 = __this->___m_Info_18;
NullCheck(L_10);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_11 = (&L_10->___Offset_3);
uint16_t L_12 = L_11->___Query_5;
if ((!(((uint32_t)L_9) == ((uint32_t)L_12))))
{
goto IL_003f;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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;
L_16 = Uri_get_SecuredPathIndex_m575B7B28B17F8F7EE3FA563ACF6390B0926732AD(__this, NULL);
V_1 = L_16;
int32_t L_17 = ___formatAs2;
if ((!(((uint32_t)L_17) == ((uint32_t)1))))
{
goto IL_0277;
}
}
{
bool L_18;
L_18 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)8192)), NULL);
if (!L_18)
{
goto IL_013d;
}
}
{
String_t* L_19 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_20 = __this->___m_Info_18;
NullCheck(L_20);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_21 = (&L_20->___Offset_3);
uint16_t L_22 = L_21->___Path_4;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23 = ___dest0;
int32_t L_24 = V_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_25 = __this->___m_Info_18;
NullCheck(L_25);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_26 = (&L_25->___Offset_3);
uint16_t L_27 = L_26->___Query_5;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_28 = __this->___m_Info_18;
NullCheck(L_28);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_29 = (&L_28->___Offset_3);
uint16_t L_30 = L_29->___Path_4;
NullCheck(L_19);
String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC(L_19, L_22, L_23, L_24, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_30)), NULL);
int32_t L_31 = V_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_32 = __this->___m_Info_18;
NullCheck(L_32);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_33 = (&L_32->___Offset_3);
uint16_t L_34 = L_33->___Query_5;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_35 = __this->___m_Info_18;
NullCheck(L_35);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_36 = (&L_35->___Offset_3);
uint16_t L_37 = L_36->___Path_4;
V_0 = ((int32_t)il2cpp_codegen_add(L_31, ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_37))));
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_38 = __this->___m_Syntax_15;
NullCheck(L_38);
bool L_39;
L_39 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_38, ((int32_t)33554432), NULL);
if (!L_39)
{
goto IL_0356;
}
}
{
bool L_40;
L_40 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)16)), NULL);
if (!L_40)
{
goto IL_0356;
}
}
{
bool L_41;
L_41 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(__this, NULL);
if (L_41)
{
goto IL_0356;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_42 = ___dest0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_43 = L_42;
V_4 = L_43;
if (!L_43)
{
goto IL_00fd;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_44 = V_4;
NullCheck(L_44);
if (((int32_t)(((RuntimeArray*)L_44)->max_length)))
{
goto IL_0102;
}
}
IL_00fd:
{
V_3 = (Il2CppChar*)((uintptr_t)0);
goto IL_010c;
}
IL_0102:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t920B0868286118827C08B08A15A9456AF6C19D81* L_49 = __this->___m_Syntax_15;
NullCheck(L_49);
bool L_50;
L_50 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_49, ((int32_t)4194304), 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_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
Uri_UnescapeOnly_m16364432252C3908D378B0BC2BC37F9AD5CED9A6(G_B16_5, G_B16_4, G_B16_3, G_B16_2, G_B16_1, G_B16_0, NULL);
V_4 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL;
goto IL_0356;
}
IL_013d:
{
bool L_51;
L_51 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)1024)), NULL);
if (!L_51)
{
goto IL_0210;
}
}
{
bool L_52;
L_52 = Uri_NotAny_mB88A38A602D4A784CADBD43FDF4CDA0235371E81(__this, ((int64_t)((int32_t)524288)), NULL);
if (!L_52)
{
goto IL_0210;
}
}
{
String_t* L_53 = __this->___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_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_57 = __this->___m_Info_18;
NullCheck(L_57);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_58 = (&L_57->___Offset_3);
uint16_t L_59 = L_58->___Path_4;
NullCheck(L_55);
Il2CppChar L_60;
L_60 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_55, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_56, (int32_t)L_59)), 1)), 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_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_63 = __this->___m_Info_18;
NullCheck(L_63);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_64 = (&L_63->___Offset_3);
uint16_t L_65 = L_64->___Path_4;
NullCheck(L_61);
String_t* L_66;
L_66 = String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68(L_61, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_62, (int32_t)L_65)), 1)), 1, NULL);
V_5 = L_66;
String_t* L_67 = V_5;
int32_t L_68 = V_1;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_69 = __this->___m_Info_18;
NullCheck(L_69);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_70 = (&L_69->___Offset_3);
uint16_t L_71 = L_70->___Path_4;
NullCheck(L_67);
String_t* L_72;
L_72 = String_Insert_mA279E748F06514A6D0B9B680D651D6A6C6BB561A(L_67, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_68, (int32_t)L_71)), 1)), _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, NULL);
V_5 = L_72;
}
IL_01c9:
{
String_t* L_73 = V_5;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_74 = __this->___m_Info_18;
NullCheck(L_74);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_75 = (&L_74->___Offset_3);
uint16_t L_76 = L_75->___Path_4;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_77 = __this->___m_Info_18;
NullCheck(L_77);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_78 = (&L_77->___Offset_3);
uint16_t L_79 = L_78->___Query_5;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_80 = ___dest0;
bool L_81;
L_81 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(__this, 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_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_82;
L_82 = UriHelper_EscapeString_m616525587FFF13665945B9173F3C2EC41C9EDDA8(G_B25_8, G_B25_7, G_B25_6, G_B25_5, G_B25_4, (bool)G_B25_3, G_B25_2, G_B25_1, G_B25_0, NULL);
___dest0 = L_82;
goto IL_0356;
}
IL_0210:
{
String_t* L_83 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_84 = __this->___m_Info_18;
NullCheck(L_84);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_85 = (&L_84->___Offset_3);
uint16_t L_86 = L_85->___Path_4;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_87 = ___dest0;
int32_t L_88 = V_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_89 = __this->___m_Info_18;
NullCheck(L_89);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_90 = (&L_89->___Offset_3);
uint16_t L_91 = L_90->___Query_5;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_92 = __this->___m_Info_18;
NullCheck(L_92);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_93 = (&L_92->___Offset_3);
uint16_t L_94 = L_93->___Path_4;
NullCheck(L_83);
String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC(L_83, L_86, L_87, L_88, ((int32_t)il2cpp_codegen_subtract((int32_t)L_91, (int32_t)L_94)), NULL);
int32_t L_95 = V_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_96 = __this->___m_Info_18;
NullCheck(L_96);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_97 = (&L_96->___Offset_3);
uint16_t L_98 = L_97->___Query_5;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_99 = __this->___m_Info_18;
NullCheck(L_99);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_100 = (&L_99->___Offset_3);
uint16_t L_101 = L_100->___Path_4;
V_0 = ((int32_t)il2cpp_codegen_add(L_95, ((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)L_101))));
goto IL_0356;
}
IL_0277:
{
String_t* L_102 = __this->___m_String_13;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_103 = __this->___m_Info_18;
NullCheck(L_103);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_104 = (&L_103->___Offset_3);
uint16_t L_105 = L_104->___Path_4;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_106 = ___dest0;
int32_t L_107 = V_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_108 = __this->___m_Info_18;
NullCheck(L_108);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_109 = (&L_108->___Offset_3);
uint16_t L_110 = L_109->___Query_5;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_111 = __this->___m_Info_18;
NullCheck(L_111);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_112 = (&L_111->___Offset_3);
uint16_t L_113 = L_112->___Path_4;
NullCheck(L_102);
String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC(L_102, L_105, L_106, L_107, ((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)L_113)), NULL);
int32_t L_114 = V_0;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_115 = __this->___m_Info_18;
NullCheck(L_115);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_116 = (&L_115->___Offset_3);
uint16_t L_117 = L_116->___Query_5;
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_118 = __this->___m_Info_18;
NullCheck(L_118);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_119 = (&L_118->___Offset_3);
uint16_t L_120 = L_119->___Path_4;
V_0 = ((int32_t)il2cpp_codegen_add(L_114, ((int32_t)il2cpp_codegen_subtract((int32_t)L_117, (int32_t)L_120))));
bool L_121;
L_121 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)8192)), NULL);
if (!L_121)
{
goto IL_0356;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_122 = __this->___m_Syntax_15;
NullCheck(L_122);
bool L_123;
L_123 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_122, ((int32_t)33554432), NULL);
if (!L_123)
{
goto IL_0356;
}
}
{
bool L_124;
L_124 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)16)), NULL);
if (!L_124)
{
goto IL_0356;
}
}
{
bool L_125;
L_125 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(__this, NULL);
if (L_125)
{
goto IL_0356;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_126 = ___dest0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_127 = L_126;
V_4 = L_127;
if (!L_127)
{
goto IL_0318;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_128 = V_4;
NullCheck(L_128);
if (((int32_t)(((RuntimeArray*)L_128)->max_length)))
{
goto IL_031e;
}
}
IL_0318:
{
V_6 = (Il2CppChar*)((uintptr_t)0);
goto IL_0329;
}
IL_031e:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t920B0868286118827C08B08A15A9456AF6C19D81* L_133 = __this->___m_Syntax_15;
NullCheck(L_133);
bool L_134;
L_134 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_133, ((int32_t)4194304), 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_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
Uri_UnescapeOnly_m16364432252C3908D378B0BC2BC37F9AD5CED9A6(G_B38_5, G_B38_4, G_B38_3, G_B38_2, G_B38_1, G_B38_0, NULL);
V_4 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL;
}
IL_0356:
{
int32_t L_135 = V_1;
if (!L_135)
{
goto IL_036f;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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)il2cpp_codegen_add(L_137, L_139)), 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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)il2cpp_codegen_add(L_143, L_145)), 1))), (Il2CppChar)((int32_t)58));
}
IL_036f:
{
bool L_146;
L_146 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)8192)), NULL);
if (!L_146)
{
goto IL_03fb;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_147 = ___dest0;
int32_t* L_148 = ___pos1;
int32_t L_149 = *((int32_t*)L_148);
int32_t L_150 = V_1;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_151 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_152;
L_152 = Uri_Compress_m0A24E0C5DD7555EA7723C37FF428B0B1CA6B976D(L_147, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_149, L_150))), (&V_0), L_151, NULL);
___dest0 = L_152;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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;
L_162 = Uri_NotAny_mB88A38A602D4A784CADBD43FDF4CDA0235371E81(__this, ((int64_t)((int32_t)524288)), NULL);
if (!L_162)
{
goto IL_043a;
}
}
{
bool L_163;
L_163 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)1024)), NULL);
if (!L_163)
{
goto IL_043a;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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;
L_170 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_164, L_166, ((int32_t)il2cpp_codegen_subtract(L_167, L_169)), NULL);
int32_t L_171 = V_0;
int32_t* L_172 = ___pos1;
int32_t L_173 = *((int32_t*)L_172);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_174 = ___dest0;
int32_t* L_175 = ___pos1;
bool L_176;
L_176 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(__this, 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(L_171, 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(L_171, 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_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_177;
L_177 = UriHelper_EscapeString_m616525587FFF13665945B9173F3C2EC41C9EDDA8(G_B51_8, G_B51_7, G_B51_6, G_B51_5, G_B51_4, (bool)G_B51_3, G_B51_2, G_B51_1, G_B51_0, 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_t920B0868286118827C08B08A15A9456AF6C19D81* L_180 = __this->___m_Syntax_15;
NullCheck(L_180);
bool L_181;
L_181 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_180, ((int32_t)4194304), NULL);
if (!L_181)
{
goto IL_043a;
}
}
{
bool L_182;
L_182 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)32768)), 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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(L_191, 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;
L_195 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)16)), NULL);
if (!L_195)
{
goto IL_0520;
}
}
{
bool L_196;
L_196 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)16)), 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;
L_199 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)524288)), 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)(G_B67_0|4));
bool L_200;
L_200 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(__this, NULL);
if (!L_200)
{
goto IL_04c6;
}
}
{
int32_t L_201 = V_8;
V_8 = ((int32_t)((int32_t)L_201&((int32_t)-3)));
goto IL_04c6;
}
IL_048d:
{
bool L_202;
L_202 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(__this, 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;
L_203 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)524288)), 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;
L_204 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(__this, NULL);
if (!L_204)
{
goto IL_04c6;
}
}
{
int32_t L_205 = V_8;
V_8 = ((int32_t)((int32_t)L_205&((int32_t)-3)));
goto IL_04c6;
}
IL_04c3:
{
V_8 = 0;
}
IL_04c6:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_206 = ___dest0;
NullCheck(L_206);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_207 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_206)->max_length)));
V_9 = L_207;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_208 = ___dest0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_209 = V_9;
int32_t L_210 = V_0;
Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_208, 0, (RuntimeArray*)L_209, 0, ((int32_t)(L_210<<1)), NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_211 = V_9;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_212 = L_211;
V_4 = L_212;
if (!L_212)
{
goto IL_04ea;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_213 = V_4;
NullCheck(L_213);
if (((int32_t)(((RuntimeArray*)L_213)->max_length)))
{
goto IL_04f0;
}
}
IL_04ea:
{
V_10 = (Il2CppChar*)((uintptr_t)0);
goto IL_04fb;
}
IL_04f0:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_219 = ___dest0;
int32_t* L_220 = ___pos1;
int32_t L_221 = V_8;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_222 = __this->___m_Syntax_15;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_223;
L_223 = UriHelper_UnescapeString_mD137E2B3F648504A96E7F244796CDCEBE6BB9BE1(L_215, L_217, L_218, L_219, L_220, ((int32_t)63), ((int32_t)35), ((int32_t)65535), L_221, L_222, (bool)0, NULL);
___dest0 = L_223;
V_4 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_226 = ___dest0;
return L_226;
}
}
// System.Void System.Uri::UnescapeOnly(System.Char*,System.Int32,System.Int32&,System.Char,System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_UnescapeOnly_m16364432252C3908D378B0BC2BC37F9AD5CED9A6 (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_runtime_metadata((uintptr_t*)&UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
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(L_1, 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*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), 2)))), ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2))));
Il2CppChar* L_6 = ___pch0;
int32_t L_7 = ___start1;
___pch0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), 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 = L_10;
___pch0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, 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 = L_13;
___pch0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, 2));
int32_t L_15 = *((uint16_t*)L_14);
Il2CppChar* L_16 = ___pch0;
Il2CppChar* L_17 = L_16;
___pch0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, 2));
int32_t L_18 = *((uint16_t*)L_17);
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
Il2CppChar L_19;
L_19 = UriHelper_EscapedAscii_mC7BE08D5B7803E83C57B8269F298B6DFA9EC5120(L_15, L_18, 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*)il2cpp_codegen_subtract((intptr_t)L_26, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2))));
Il2CppChar* L_27 = V_1;
Il2CppChar L_28 = V_2;
*((int16_t*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_27, 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 = L_31;
V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, 2));
Il2CppChar* L_33 = ___pch0;
Il2CppChar* L_34 = L_33;
___pch0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, 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 = L_38;
V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_39, 2));
Il2CppChar* L_40 = ___pch0;
Il2CppChar* L_41 = L_40;
___pch0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_41, 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 = L_45;
V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_46, 2));
Il2CppChar* L_47 = ___pch0;
Il2CppChar* L_48 = L_47;
___pch0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_48, 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_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
Il2CppChar L_52;
L_52 = UriHelper_EscapedAscii_mC7BE08D5B7803E83C57B8269F298B6DFA9EC5120(L_44, L_51, 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*)il2cpp_codegen_subtract((intptr_t)L_59, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2))));
Il2CppChar* L_60 = V_1;
Il2CppChar L_61 = V_2;
*((int16_t*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_60, 2))) = (int16_t)L_61;
goto IL_0060;
}
IL_00ba:
{
Il2CppChar* L_62 = V_0;
V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_62, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 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(L_68, ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_69, (intptr_t)L_70))/2))))));
return;
}
IL_00d8:
{
Il2CppChar* L_71 = V_1;
Il2CppChar* L_72 = L_71;
V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_72, 2));
Il2CppChar* L_73 = ___pch0;
Il2CppChar* L_74 = L_73;
___pch0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_74, 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(L_80, ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_81, (intptr_t)L_82))/2))))));
return;
}
IL_00f6:
{
Il2CppChar* L_83 = V_1;
Il2CppChar* L_84 = L_83;
V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_84, 2));
Il2CppChar* L_85 = ___pch0;
Il2CppChar* L_86 = L_85;
___pch0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_86, 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(L_90, ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_91, (intptr_t)L_92))/2))))));
return;
}
}
// System.Char[] System.Uri::Compress(System.Char[],System.UInt16,System.Int32&,System.UriParser)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* Uri_Compress_m0A24E0C5DD7555EA7723C37FF428B0B1CA6B976D (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___dest0, uint16_t ___start1, int32_t* ___destLength2, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___syntax3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
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)(uint16_t)L_1), 1)));
uint16_t L_2 = ___start1;
___start1 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 1)));
goto IL_019b;
}
IL_001b:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t920B0868286118827C08B08A15A9456AF6C19D81* L_8 = ___syntax3;
NullCheck(L_8);
bool L_9;
L_9 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_8, ((int32_t)4194304), NULL);
if (!L_9)
{
goto IL_003d;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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, 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, 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, 1)));
goto IL_0194;
}
IL_0066:
{
uint16_t L_19 = V_2;
if (!L_19)
{
goto IL_015d;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_20 = ___syntax3;
NullCheck(L_20);
bool L_21;
L_21 = UriParser_NotAny_mCE6CF6736414BE547215F6E44C3E1283DEA05F56(L_20, ((int32_t)16777216), 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)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30)), 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)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)), 1))) == ((uint32_t)L_35))))
{
goto IL_015b;
}
}
IL_00b6:
{
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
bool L_36;
L_36 = UriParser_get_ShouldUseLegacyV2Quirks_m2BDF10B430FDA291AA6962104CD838776F31D20E(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)il2cpp_codegen_add((int32_t)L_38, 1)), (int32_t)L_39));
if (!L_40)
{
G_B27_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_38, 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(G_B28_1, G_B28_0)));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_41 = ___dest0;
uint16_t L_42 = V_1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_41, ((int32_t)((int32_t)L_42<<1)), (RuntimeArray*)L_43, ((int32_t)(((int32_t)il2cpp_codegen_add((int32_t)L_44, 1))<<1)), ((int32_t)(((int32_t)il2cpp_codegen_subtract(L_46, (int32_t)L_47))<<1)), 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(L_50, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)L_52)), 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, 1)));
}
IL_0101:
{
V_2 = (uint16_t)0;
goto IL_0194;
}
IL_0108:
{
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
bool L_56;
L_56 = UriParser_get_ShouldUseLegacyV2Quirks_m2BDF10B430FDA291AA6962104CD838776F31D20E(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)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61)), 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)il2cpp_codegen_add((int32_t)L_63, (int32_t)L_64)), 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)il2cpp_codegen_add((int32_t)L_67, 1)), (int32_t)L_68)));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_69 = ___dest0;
uint16_t L_70 = V_2;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_69, ((int32_t)((int32_t)L_70<<1)), (RuntimeArray*)L_71, ((int32_t)(((int32_t)il2cpp_codegen_add((int32_t)L_72, 1))<<1)), ((int32_t)(((int32_t)il2cpp_codegen_subtract(L_74, (int32_t)L_75))<<1)), 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(L_78, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract((int32_t)L_79, (int32_t)L_80)), 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, 1)));
uint16_t L_84 = V_1;
V_1 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, 1)));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_85 = ___dest0;
uint16_t L_86 = V_1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_85, ((int32_t)((int32_t)L_86<<1)), (RuntimeArray*)L_87, ((int32_t)(((int32_t)il2cpp_codegen_add((int32_t)L_88, 1))<<1)), ((int32_t)(((int32_t)il2cpp_codegen_subtract(L_90, (int32_t)L_91))<<1)), 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(L_94, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)L_96)), 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, 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, 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_t920B0868286118827C08B08A15A9456AF6C19D81* L_105 = ___syntax3;
NullCheck(L_105);
bool L_106;
L_106 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_105, ((int32_t)16777216), 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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, 1)));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_114 = ___dest0;
uint16_t L_115 = V_1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_114, ((int32_t)((int32_t)L_115<<1)), (RuntimeArray*)L_116, ((int32_t)((int32_t)L_117<<1)), ((int32_t)(((int32_t)il2cpp_codegen_subtract(L_119, (int32_t)L_120))<<1)), 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(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, 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, 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, G_B58_0)));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_134 = ___dest0;
uint16_t L_135 = V_2;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_134, ((int32_t)((int32_t)L_135<<1)), (RuntimeArray*)L_136, ((int32_t)((int32_t)L_137<<1)), ((int32_t)(((int32_t)il2cpp_codegen_subtract(L_139, (int32_t)L_140))<<1)), 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(L_143, (int32_t)L_144));
}
IL_0221:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_145 = ___dest0;
return L_145;
}
}
// System.Int32 System.Uri::CalculateCaseInsensitiveHashCode(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_CalculateCaseInsensitiveHashCode_mC84DC2B6AE39DB00143C7DE8BD0CDA05872635A5 (String_t* ___text0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_il2cpp_TypeInfo_var);
StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06* L_0;
L_0 = StringComparer_get_InvariantCultureIgnoreCase_mAAE3230211B6F7E6303F496B33286218FC9ADD64_inline(NULL);
String_t* L_1 = ___text0;
NullCheck(L_0);
int32_t L_2;
L_2 = VirtualFuncInvoker1< int32_t, String_t* >::Invoke(12 /* System.Int32 System.StringComparer::GetHashCode(System.String) */, L_0, L_1);
return L_2;
}
}
// System.String System.Uri::CombineUri(System.Uri,System.String,System.UriFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_CombineUri_m0A99C4A1F80FF7E6C8747545BB4610ABC4B4F9D1 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___basePart0, String_t* ___relativePart1, int32_t ___uriFormat2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2972BFE844E63CD209338A1C5E5ADB3707E7B9B9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A62305734B1A5D8C56B0791FEB96BCDDD1CD15E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
bool V_1 = false;
String_t* V_2 = NULL;
int32_t V_3 = 0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B42_1 = NULL;
int32_t G_B41_0 = 0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B41_1 = NULL;
int32_t G_B43_0 = 0;
int32_t G_B43_1 = 0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* 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;
L_1 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_0, 0, NULL);
V_0 = L_1;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = ___basePart0;
NullCheck(L_2);
bool L_3;
L_3 = Uri_get_IsDosPath_m16357B61F5D111C45EF7D40276B96429E414F0D2(L_2, 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;
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
if ((((int32_t)L_7) == ((int32_t)1)))
{
goto IL_003c;
}
}
{
String_t* L_8 = ___relativePart1;
NullCheck(L_8);
Il2CppChar L_9;
L_9 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, 1, 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;
L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, 1, NULL);
if ((((int32_t)L_11) == ((int32_t)((int32_t)92))))
{
goto IL_0094;
}
}
IL_003c:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_12 = ___basePart0;
NullCheck(L_12);
String_t* L_13;
L_13 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(L_12, NULL);
NullCheck(L_13);
int32_t L_14;
L_14 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_13, ((int32_t)58), NULL);
V_7 = L_14;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_15 = ___basePart0;
NullCheck(L_15);
bool L_16;
L_16 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(L_15, NULL);
if (!L_16)
{
goto IL_006a;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_17 = ___basePart0;
NullCheck(L_17);
String_t* L_18;
L_18 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(L_17, NULL);
int32_t L_19 = V_7;
NullCheck(L_18);
String_t* L_20;
L_20 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_18, 0, ((int32_t)il2cpp_codegen_add(L_19, 1)), NULL);
String_t* L_21 = ___relativePart1;
String_t* L_22;
L_22 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_20, L_21, NULL);
return L_22;
}
IL_006a:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_23 = ___basePart0;
NullCheck(L_23);
String_t* L_24;
L_24 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(L_23, NULL);
int32_t L_25 = V_7;
NullCheck(L_24);
int32_t L_26;
L_26 = String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4(L_24, ((int32_t)58), ((int32_t)il2cpp_codegen_add(L_25, 1)), NULL);
V_7 = L_26;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_27 = ___basePart0;
NullCheck(L_27);
String_t* L_28;
L_28 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(L_27, NULL);
int32_t L_29 = V_7;
NullCheck(L_28);
String_t* L_30;
L_30 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_28, 0, ((int32_t)il2cpp_codegen_add(L_29, 1)), NULL);
String_t* L_31 = ___relativePart1;
String_t* L_32;
L_32 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_30, L_31, NULL);
return L_32;
}
IL_0094:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_33 = ___basePart0;
NullCheck(L_33);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_34;
L_34 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(L_33, NULL);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_35;
L_35 = Uri_StaticIsFile_mDA17D91238AB2D1C549C55C524F67C714145D9CF(L_34, 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;
L_39 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_38, NULL);
if ((((int32_t)L_39) < ((int32_t)2)))
{
goto IL_00e6;
}
}
{
String_t* L_40 = ___relativePart1;
NullCheck(L_40);
Il2CppChar L_41;
L_41 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_40, 1, 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;
L_43 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_42, 1, NULL);
if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)47)))))
{
goto IL_00e6;
}
}
IL_00d0:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_44 = ___basePart0;
NullCheck(L_44);
bool L_45;
L_45 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(L_44, NULL);
if (L_45)
{
goto IL_00e4;
}
}
{
String_t* L_46 = ___relativePart1;
String_t* L_47;
L_47 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral9A62305734B1A5D8C56B0791FEB96BCDDD1CD15E, L_46, NULL);
return L_47;
}
IL_00e4:
{
String_t* L_48 = ___relativePart1;
return L_48;
}
IL_00e6:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_49 = ___basePart0;
NullCheck(L_49);
bool L_50;
L_50 = Uri_get_IsUnc_mB190B452D6A7B09FC8BDD967A5C38F32E87E0FCA(L_49, NULL);
if (!L_50)
{
goto IL_0161;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_51 = ___basePart0;
NullCheck(L_51);
String_t* L_52;
L_52 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(L_51, ((int32_t)1073741840), 2, 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;
L_55 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_53, L_54, 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;
L_58 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_56, 0, L_57, NULL);
V_8 = L_58;
goto IL_012d;
}
IL_011c:
{
int32_t L_59 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_59, 1));
}
IL_0122:
{
int32_t L_60 = V_9;
String_t* L_61 = V_8;
NullCheck(L_61);
int32_t L_62;
L_62 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_61, NULL);
if ((((int32_t)L_60) < ((int32_t)L_62)))
{
goto IL_0101;
}
}
IL_012d:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_63 = ___basePart0;
NullCheck(L_63);
bool L_64;
L_64 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(L_63, NULL);
if (!L_64)
{
goto IL_014b;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_65 = ___basePart0;
NullCheck(L_65);
String_t* L_66;
L_66 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(L_65, 4, 2, NULL);
String_t* L_67 = V_8;
String_t* L_68 = ___relativePart1;
String_t* L_69;
L_69 = String_Concat_mF8B69BE42B5C5ABCAD3C176FBBE3010E0815D65D(_stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE, L_66, L_67, L_68, NULL);
return L_69;
}
IL_014b:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_70 = ___basePart0;
int32_t L_71 = ___uriFormat2;
NullCheck(L_70);
String_t* L_72;
L_72 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(L_70, 4, L_71, NULL);
String_t* L_73 = V_8;
String_t* L_74 = ___relativePart1;
String_t* L_75;
L_75 = String_Concat_mF8B69BE42B5C5ABCAD3C176FBBE3010E0815D65D(_stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA, L_72, L_73, L_74, NULL);
return L_75;
}
IL_0161:
{
String_t* L_76 = ___relativePart1;
String_t* L_77;
L_77 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA, L_76, NULL);
return L_77;
}
IL_016d:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_78 = ___basePart0;
NullCheck(L_78);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_79;
L_79 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(L_78, NULL);
NullCheck(L_79);
bool L_80;
L_80 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_79, ((int32_t)4194304), 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)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;
L_85 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_84, NULL);
if ((((int32_t)L_85) < ((int32_t)2)))
{
goto IL_01b7;
}
}
{
String_t* L_86 = ___relativePart1;
NullCheck(L_86);
Il2CppChar L_87;
L_87 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_86, 1, NULL);
if ((!(((uint32_t)L_87) == ((uint32_t)((int32_t)47)))))
{
goto IL_01b7;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_88 = ___basePart0;
NullCheck(L_88);
String_t* L_89;
L_89 = Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F(L_88, NULL);
String_t* L_90 = ___relativePart1;
String_t* L_91;
L_91 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_89, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_90, NULL);
return L_91;
}
IL_01b7:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_92 = ___basePart0;
NullCheck(L_92);
uint64_t L_93;
L_93 = Uri_get_HostType_mA30DC51045EE5FE94B3CB84B0D361A9C28EE572E(L_92, NULL);
if ((!(((uint64_t)L_93) == ((uint64_t)((int64_t)((int32_t)65536))))))
{
goto IL_0206;
}
}
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_94 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_95 = L_94;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_96 = ___basePart0;
int32_t L_97 = ___uriFormat2;
NullCheck(L_96);
String_t* L_98;
L_98 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(L_96, 3, L_97, NULL);
NullCheck(L_95);
ArrayElementTypeCheck (L_95, L_98);
(L_95)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_98);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_99 = L_95;
NullCheck(L_99);
ArrayElementTypeCheck (L_99, _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1);
(L_99)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_100 = L_99;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_101 = ___basePart0;
NullCheck(L_101);
String_t* L_102;
L_102 = Uri_get_DnsSafeHost_mE5001E7AE7F1879A2059024EA06C9031F6320A2B(L_101, NULL);
NullCheck(L_100);
ArrayElementTypeCheck (L_100, L_102);
(L_100)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_102);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_103 = L_100;
NullCheck(L_103);
ArrayElementTypeCheck (L_103, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC);
(L_103)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_104 = L_103;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_105 = ___basePart0;
int32_t L_106 = ___uriFormat2;
NullCheck(L_105);
String_t* L_107;
L_107 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(L_105, ((int32_t)1073741832), L_106, 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;
L_108 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_104, NULL);
V_2 = L_108;
goto IL_0210;
}
IL_0206:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_109 = ___basePart0;
int32_t L_110 = ___uriFormat2;
NullCheck(L_109);
String_t* L_111;
L_111 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(L_109, ((int32_t)15), L_110, 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;
L_115 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_114, 1, NULL);
String_t* L_116;
L_116 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_115, NULL);
___relativePart1 = L_116;
}
IL_022b:
{
String_t* L_117 = V_2;
String_t* L_118 = ___relativePart1;
String_t* L_119;
L_119 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_117, L_118, NULL);
return L_119;
}
IL_0233:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_120 = ___basePart0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_121 = ___basePart0;
NullCheck(L_121);
bool L_122;
L_122 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(L_121, 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;
L_124 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(G_B43_2, G_B43_1, G_B43_0, NULL);
V_2 = L_124;
String_t* L_125 = V_2;
NullCheck(L_125);
int32_t L_126;
L_126 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_125, NULL);
V_3 = L_126;
int32_t L_127 = V_3;
String_t* L_128 = ___relativePart1;
NullCheck(L_128);
int32_t L_129;
L_129 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_128, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_130 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_127, 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_133 = V_4;
int32_t L_134 = V_3;
NullCheck(L_132);
String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC(L_132, 0, L_133, 0, L_134, NULL);
goto IL_0284;
}
IL_0272:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_135 = V_4;
int32_t L_136 = V_3;
int32_t L_137 = ((int32_t)il2cpp_codegen_subtract(L_136, 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(L_140, 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_143 = V_4;
int32_t L_144 = V_3;
String_t* L_145 = ___relativePart1;
NullCheck(L_145);
int32_t L_146;
L_146 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_145, NULL);
NullCheck(L_142);
String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC(L_142, 0, L_143, L_144, L_146, NULL);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_147 = ___basePart0;
NullCheck(L_147);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_148;
L_148 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(L_147, NULL);
NullCheck(L_148);
bool L_149;
L_149 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_148, ((int32_t)32), 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_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_150 = ___basePart0;
NullCheck(L_150);
bool L_151;
L_151 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(L_150, NULL);
if (L_151)
{
goto IL_02c8;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_152 = ___basePart0;
NullCheck(L_152);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_153;
L_153 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(L_152, NULL);
NullCheck(L_153);
bool L_154;
L_154 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_153, ((int32_t)64), 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))->___Empty_6;
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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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(L_159, 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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(L_165, 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(L_170, 1));
}
IL_030b:
{
int32_t L_171 = V_10;
String_t* L_172 = ___relativePart1;
NullCheck(L_172);
int32_t L_173;
L_173 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_172, 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;
L_178 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_177, 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;
L_181 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_179, L_180, 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(L_182, 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;
L_186 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_185, NULL);
V_3 = ((int32_t)il2cpp_codegen_add(L_184, L_186));
}
IL_0342:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_187 = ___basePart0;
NullCheck(L_187);
uint64_t L_188;
L_188 = Uri_get_HostType_mA30DC51045EE5FE94B3CB84B0D361A9C28EE572E(L_187, NULL);
if ((!(((uint64_t)L_188) == ((uint64_t)((int64_t)((int32_t)65536))))))
{
goto IL_03b4;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_189 = ___basePart0;
NullCheck(L_189);
bool L_190;
L_190 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(L_189, NULL);
if (!L_190)
{
goto IL_0373;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_191 = ___basePart0;
NullCheck(L_191);
String_t* L_192;
L_192 = Uri_get_DnsSafeHost_mE5001E7AE7F1879A2059024EA06C9031F6320A2B(L_191, NULL);
String_t* L_193;
L_193 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteral2972BFE844E63CD209338A1C5E5ADB3707E7B9B9, L_192, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, NULL);
V_2 = L_193;
goto IL_041a;
}
IL_0373:
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_194 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_195 = L_194;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_196 = ___basePart0;
int32_t L_197 = ___uriFormat2;
NullCheck(L_196);
String_t* L_198;
L_198 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(L_196, 3, L_197, NULL);
NullCheck(L_195);
ArrayElementTypeCheck (L_195, L_198);
(L_195)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_198);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_199 = L_195;
NullCheck(L_199);
ArrayElementTypeCheck (L_199, _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1);
(L_199)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_200 = L_199;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_201 = ___basePart0;
NullCheck(L_201);
String_t* L_202;
L_202 = Uri_get_DnsSafeHost_mE5001E7AE7F1879A2059024EA06C9031F6320A2B(L_201, NULL);
NullCheck(L_200);
ArrayElementTypeCheck (L_200, L_202);
(L_200)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_202);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_203 = L_200;
NullCheck(L_203);
ArrayElementTypeCheck (L_203, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC);
(L_203)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_204 = L_203;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_205 = ___basePart0;
int32_t L_206 = ___uriFormat2;
NullCheck(L_205);
String_t* L_207;
L_207 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(L_205, ((int32_t)1073741832), L_206, 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;
L_208 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_204, NULL);
V_2 = L_208;
goto IL_041a;
}
IL_03b4:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_209 = ___basePart0;
NullCheck(L_209);
bool L_210;
L_210 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(L_209, NULL);
if (!L_210)
{
goto IL_0410;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_211 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___IsWindowsFileSystem_25;
if (!L_211)
{
goto IL_0405;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_212 = ___basePart0;
NullCheck(L_212);
bool L_213;
L_213 = Uri_get_IsDosPath_m16357B61F5D111C45EF7D40276B96429E414F0D2(L_212, NULL);
if (!L_213)
{
goto IL_03f0;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_214 = V_4;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_215 = ___basePart0;
NullCheck(L_215);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_216;
L_216 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(L_215, NULL);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_217;
L_217 = Uri_Compress_m0A24E0C5DD7555EA7723C37FF428B0B1CA6B976D(L_214, (uint16_t)3, (&V_3), L_216, NULL);
V_4 = L_217;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_218 = V_4;
int32_t L_219 = V_3;
String_t* L_220;
L_220 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_218, 1, ((int32_t)il2cpp_codegen_subtract(L_219, 1)), NULL);
String_t* L_221 = V_6;
String_t* L_222;
L_222 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_220, L_221, NULL);
return L_222;
}
IL_03f0:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_223 = ___basePart0;
NullCheck(L_223);
String_t* L_224;
L_224 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(L_223, 4, 2, NULL);
String_t* L_225;
L_225 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE, L_224, NULL);
V_2 = L_225;
goto IL_041a;
}
IL_0405:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_226 = ___basePart0;
NullCheck(L_226);
String_t* L_227;
L_227 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(L_226, 4, 2, NULL);
V_2 = L_227;
goto IL_041a;
}
IL_0410:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_228 = ___basePart0;
int32_t L_229 = ___uriFormat2;
NullCheck(L_228);
String_t* L_230;
L_230 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(L_228, ((int32_t)15), L_229, NULL);
V_2 = L_230;
}
IL_041a:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_231 = V_4;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_232 = ___basePart0;
NullCheck(L_232);
uint16_t L_233;
L_233 = Uri_get_SecuredPathIndex_m575B7B28B17F8F7EE3FA563ACF6390B0926732AD(L_232, NULL);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_234 = ___basePart0;
NullCheck(L_234);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_235;
L_235 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(L_234, NULL);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_236;
L_236 = Uri_Compress_m0A24E0C5DD7555EA7723C37FF428B0B1CA6B976D(L_231, L_233, (&V_3), L_235, NULL);
V_4 = L_236;
String_t* L_237 = V_2;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_238 = V_4;
int32_t L_239 = V_3;
String_t* L_240;
L_240 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_238, 0, L_239, NULL);
String_t* L_241 = V_6;
String_t* L_242;
L_242 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_237, L_240, L_241, NULL);
return L_242;
}
}
// System.Boolean System.Uri::get_HasAuthority()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_HasAuthority_m2180FC17FB6FE7A11EBA0BDE1EF5EB9EF808A909 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)1048576)), NULL);
return L_0;
}
}
// System.Boolean System.Uri::IsLWS(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsLWS_m16D38DDA4D0A7CD3899DEEE31CEF160EAF2C3A44 (Il2CppChar ___ch0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___ch0;
if ((((int32_t)L_0) > ((int32_t)((int32_t)32))))
{
goto IL_001c;
}
}
{
Il2CppChar L_1 = ___ch0;
if ((((int32_t)L_1) == ((int32_t)((int32_t)32))))
{
goto IL_001a;
}
}
{
Il2CppChar L_2 = ___ch0;
if ((((int32_t)L_2) == ((int32_t)((int32_t)10))))
{
goto IL_001a;
}
}
{
Il2CppChar L_3 = ___ch0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)13))))
{
goto IL_001a;
}
}
{
Il2CppChar L_4 = ___ch0;
return (bool)((((int32_t)L_4) == ((int32_t)((int32_t)9)))? 1 : 0);
}
IL_001a:
{
return (bool)1;
}
IL_001c:
{
return (bool)0;
}
}
// System.Boolean System.Uri::IsAsciiLetter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsAsciiLetter_mFDC33D2D538AFF6A5819B73CB555709865ADE841 (Il2CppChar ___character0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___character0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)97))))
{
goto IL_000a;
}
}
{
Il2CppChar L_1 = ___character0;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)122))))
{
goto IL_001a;
}
}
IL_000a:
{
Il2CppChar L_2 = ___character0;
if ((((int32_t)L_2) < ((int32_t)((int32_t)65))))
{
goto IL_0018;
}
}
{
Il2CppChar L_3 = ___character0;
return (bool)((((int32_t)((((int32_t)L_3) > ((int32_t)((int32_t)90)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0018:
{
return (bool)0;
}
IL_001a:
{
return (bool)1;
}
}
// System.Boolean System.Uri::IsAsciiLetterOrDigit(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsAsciiLetterOrDigit_m44901130AFF9E14663C5F9E6437BE44484A82BB8 (Il2CppChar ___character0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar L_0 = ___character0;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Uri_IsAsciiLetter_mFDC33D2D538AFF6A5819B73CB555709865ADE841(L_0, NULL);
if (L_1)
{
goto IL_0018;
}
}
{
Il2CppChar L_2 = ___character0;
if ((((int32_t)L_2) < ((int32_t)((int32_t)48))))
{
goto IL_0016;
}
}
{
Il2CppChar L_3 = ___character0;
return (bool)((((int32_t)((((int32_t)L_3) > ((int32_t)((int32_t)57)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0016:
{
return (bool)0;
}
IL_0018:
{
return (bool)1;
}
}
// System.Boolean System.Uri::IsBidiControlCharacter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsBidiControlCharacter_m17A486D6ED9263488C6F4B3F3EDF1BF95352765E (Il2CppChar ___ch0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___ch0;
if ((((int32_t)L_0) == ((int32_t)((int32_t)8206))))
{
goto IL_0039;
}
}
{
Il2CppChar L_1 = ___ch0;
if ((((int32_t)L_1) == ((int32_t)((int32_t)8207))))
{
goto IL_0039;
}
}
{
Il2CppChar L_2 = ___ch0;
if ((((int32_t)L_2) == ((int32_t)((int32_t)8234))))
{
goto IL_0039;
}
}
{
Il2CppChar L_3 = ___ch0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)8235))))
{
goto IL_0039;
}
}
{
Il2CppChar L_4 = ___ch0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)8236))))
{
goto IL_0039;
}
}
{
Il2CppChar L_5 = ___ch0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)8237))))
{
goto IL_0039;
}
}
{
Il2CppChar L_6 = ___ch0;
return (bool)((((int32_t)L_6) == ((int32_t)((int32_t)8238)))? 1 : 0);
}
IL_0039:
{
return (bool)1;
}
}
// System.String System.Uri::StripBidiControlCharacter(System.Char*,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_StripBidiControlCharacter_m259E2D3AA84B455ADD63DFBC4EC802241E4317FA (Il2CppChar* ___strToClean0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_4, L_5))), 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_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_10;
L_10 = Uri_IsBidiControlCharacter_m17A486D6ED9263488C6F4B3F3EDF1BF95352765E(L_9, NULL);
if (L_10)
{
goto IL_0041;
}
}
IL_0039:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = V_0;
int32_t L_12 = V_1;
int32_t L_13 = L_12;
V_1 = ((int32_t)il2cpp_codegen_add(L_13, 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(L_15, 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_18 = V_0;
int32_t L_19 = V_1;
String_t* L_20;
L_20 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_18, 0, L_19, NULL);
return L_20;
}
}
// System.Void System.Uri::CreateThis(System.String,System.Boolean,System.UriKind)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateThis_m522F36D576D9A8803410439127DB32837331BA3A (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___uri0, bool ___dontEscape1, int32_t ___uriKind2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* V_1 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B6_0 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B5_0 = NULL;
String_t* G_B7_0 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* 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_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = L_3;
int32_t L_5 = ___uriKind2;
int32_t L_6 = L_5;
RuntimeObject* L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UriKind_t6597BD6BF48C695D63244DF8541B5EA48FF7F9E7_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;
L_8 = SR_GetString_mF713FCC09E41A8D1C0DE44EDD0932A57800A9BA3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral19A73218F14885E4C839EDA68A1C1C791F7745AA)), L_4, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_9 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_9);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_9, L_8, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_CreateThis_m522F36D576D9A8803410439127DB32837331BA3A_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))->___Empty_6;
G_B7_0 = L_12;
G_B7_1 = G_B6_0;
}
IL_003b:
{
NullCheck(G_B7_1);
G_B7_1->___m_String_13 = G_B7_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B7_1->___m_String_13), (void*)G_B7_0);
bool L_13 = ___dontEscape1;
if (!L_13)
{
goto IL_0056;
}
}
{
uint64_t L_14 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_14|((int64_t)((int32_t)524288))));
}
IL_0056:
{
String_t* L_15 = __this->___m_String_13;
uint64_t* L_16 = (&__this->___m_Flags_17);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81** L_17 = (&__this->___m_Syntax_15);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
int32_t L_18;
L_18 = Uri_ParseScheme_m97A1B445A9528F29FC3007B02F2F8789AC201E82(L_15, L_16, L_17, NULL);
V_0 = L_18;
int32_t L_19 = V_0;
int32_t L_20 = ___uriKind2;
Uri_InitializeUri_m044EA7C6188B132874B4522D5CA41EEFDB9A1718(__this, L_19, L_20, (&V_1), NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_21 = V_1;
if (!L_21)
{
goto IL_007d;
}
}
{
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_22 = V_1;
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_CreateThis_m522F36D576D9A8803410439127DB32837331BA3A_RuntimeMethod_var)));
}
IL_007d:
{
return;
}
}
// System.Void System.Uri::InitializeUri(System.ParsingError,System.UriKind,System.UriFormatException&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_InitializeUri_m044EA7C6188B132874B4522D5CA41EEFDB9A1718 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, int32_t ___err0, int32_t ___uriKind1, UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** ___e2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B25_0 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B22_0 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B24_0 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B23_0 = NULL;
int32_t G_B26_0 = 0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B26_1 = NULL;
{
int32_t L_0 = ___err0;
if (L_0)
{
goto IL_00ce;
}
}
{
bool L_1;
L_1 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(__this, NULL);
if (!L_1)
{
goto IL_00e2;
}
}
{
int32_t L_2 = ___uriKind1;
if (L_2)
{
goto IL_003c;
}
}
{
String_t* L_3 = __this->___m_String_13;
NullCheck(L_3);
int32_t L_4;
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
if ((((int32_t)L_4) <= ((int32_t)0)))
{
goto IL_003c;
}
}
{
String_t* L_5 = __this->___m_String_13;
NullCheck(L_5);
Il2CppChar L_6;
L_6 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_5, 0, NULL);
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)47)))))
{
goto IL_003c;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_7 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___useDotNetRelativeOrAbsolute_24;
if (!L_7)
{
goto IL_00e2;
}
}
IL_003c:
{
bool L_8;
L_8 = Uri_NotAny_mB88A38A602D4A784CADBD43FDF4CDA0235371E81(__this, ((int64_t)((int32_t)134217728)), 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->___m_String_13;
NullCheck(L_11);
int32_t L_12;
L_12 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_11, NULL);
if ((((int32_t)L_12) < ((int32_t)2)))
{
goto IL_009e;
}
}
{
String_t* L_13 = __this->___m_String_13;
NullCheck(L_13);
Il2CppChar L_14;
L_14 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_13, 0, NULL);
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)92)))))
{
goto IL_0080;
}
}
{
String_t* L_15 = __this->___m_String_13;
NullCheck(L_15);
Il2CppChar L_16;
L_16 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_15, 1, NULL);
if ((((int32_t)L_16) == ((int32_t)((int32_t)92))))
{
goto IL_009e;
}
}
IL_0080:
{
__this->___m_Syntax_15 = (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Syntax_15), (void*)(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)NULL);
uint64_t L_17 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_17&((int64_t)((int32_t)524288))));
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** L_18 = ___e2;
*((RuntimeObject**)L_18) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_18, (void*)(RuntimeObject*)NULL);
return;
}
IL_009e:
{
int32_t L_19 = ___uriKind1;
if ((!(((uint32_t)L_19) == ((uint32_t)2))))
{
goto IL_00e2;
}
}
{
bool L_20;
L_20 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)134217728)), NULL);
if (!L_20)
{
goto IL_00e2;
}
}
{
__this->___m_Syntax_15 = (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Syntax_15), (void*)(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)NULL);
uint64_t L_21 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_21&((int64_t)((int32_t)524288))));
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** L_22 = ___e2;
*((RuntimeObject**)L_22) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_22, (void*)(RuntimeObject*)NULL);
return;
}
IL_00ce:
{
int32_t L_23 = ___err0;
if ((((int32_t)L_23) <= ((int32_t)4)))
{
goto IL_00e2;
}
}
{
__this->___m_String_13 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_String_13), (void*)(String_t*)NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** L_24 = ___e2;
int32_t L_25 = ___err0;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_26;
L_26 = Uri_GetException_m9BD1AF317D6DE516C8D3909A0ECD460BA35996F7(L_25, NULL);
*((RuntimeObject**)L_24) = (RuntimeObject*)L_26;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_24, (void*)(RuntimeObject*)L_26);
return;
}
IL_00e2:
{
V_0 = (bool)0;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_27 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_ConfigInitialized_20;
il2cpp_codegen_memory_barrier();
if (L_27)
{
goto IL_0100;
}
}
{
String_t* L_28 = __this->___m_String_13;
bool L_29;
L_29 = Uri_CheckForConfigLoad_mC7297EBC00884B1793FDB16F79BF0FCFD53E9FA7(__this, L_28, NULL);
if (!L_29)
{
goto IL_0100;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
Uri_InitializeUriConfig_mADB8B77C49B053970C363E91FE4BDD8315401364(NULL);
}
IL_0100:
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_30 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_IriParsing_23;
il2cpp_codegen_memory_barrier();
G_B22_0 = __this;
if (!L_30)
{
G_B25_0 = __this;
goto IL_0127;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_31 = __this->___m_Syntax_15;
G_B23_0 = G_B22_0;
if (!L_31)
{
G_B24_0 = G_B22_0;
goto IL_0124;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_32 = __this->___m_Syntax_15;
NullCheck(L_32);
bool L_33;
L_33 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_32, ((int32_t)268435456), 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->___m_iriParsing_19 = (bool)G_B26_0;
bool L_34 = __this->___m_iriParsing_19;
if (!L_34)
{
goto IL_0175;
}
}
{
String_t* L_35 = __this->___m_String_13;
bool L_36;
L_36 = Uri_CheckForUnicode_mC763EF0DDC61EE359A6256B95209736EC0353AA1(__this, L_35, NULL);
if (L_36)
{
goto IL_0151;
}
}
{
String_t* L_37 = __this->___m_String_13;
bool L_38;
L_38 = Uri_CheckForEscapedUnreserved_mCEF702F733C72BE825E9FEBBEA751540A6A78D11(__this, L_37, NULL);
if (!L_38)
{
goto IL_0175;
}
}
IL_0151:
{
uint64_t L_39 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_39|((int64_t)8589934592LL)));
V_0 = (bool)1;
String_t* L_40 = __this->___m_String_13;
__this->___m_originalUnicodeString_14 = L_40;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_originalUnicodeString_14), (void*)L_40);
}
IL_0175:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_41 = __this->___m_Syntax_15;
if (!L_41)
{
goto IL_0290;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_42 = __this->___m_Syntax_15;
NullCheck(L_42);
bool L_43;
L_43 = UriParser_get_IsSimple_m8ED850D585BA3BA0FDC239496065E6D2D973C7E5(L_42, NULL);
if (!L_43)
{
goto IL_01ef;
}
}
{
int32_t L_44;
L_44 = Uri_PrivateParseMinimal_m4D4C3CB26AC0DE8B0E1F7DC4143F2004D9D25B17(__this, 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->___m_Syntax_15 = (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Syntax_15), (void*)(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** L_48 = ___e2;
*((RuntimeObject**)L_48) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_48, (void*)(RuntimeObject*)NULL);
uint64_t L_49 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_49&((int64_t)((int32_t)524288))));
goto IL_01db;
}
IL_01bf:
{
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** L_50 = ___e2;
int32_t L_51 = ___err0;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_52;
L_52 = Uri_GetException_m9BD1AF317D6DE516C8D3909A0ECD460BA35996F7(L_51, NULL);
*((RuntimeObject**)L_50) = (RuntimeObject*)L_52;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_50, (void*)(RuntimeObject*)L_52);
goto IL_01db;
}
IL_01c9:
{
int32_t L_53 = ___uriKind1;
if ((!(((uint32_t)L_53) == ((uint32_t)2))))
{
goto IL_01d8;
}
}
{
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** L_54 = ___e2;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_55;
L_55 = Uri_GetException_m9BD1AF317D6DE516C8D3909A0ECD460BA35996F7(((int32_t)12), NULL);
*((RuntimeObject**)L_54) = (RuntimeObject*)L_55;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_54, (void*)(RuntimeObject*)L_55);
goto IL_01db;
}
IL_01d8:
{
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** L_56 = ___e2;
*((RuntimeObject**)L_56) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_56, (void*)(RuntimeObject*)NULL);
}
IL_01db:
{
bool L_57 = __this->___m_iriParsing_19;
bool L_58 = V_0;
if (!((int32_t)((int32_t)L_57&(int32_t)L_58)))
{
goto IL_0312;
}
}
{
Uri_EnsureParseRemaining_mDF7D4313A56047EB22457E12330C138156D54783(__this, NULL);
return;
}
IL_01ef:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_59 = __this->___m_Syntax_15;
NullCheck(L_59);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_60;
L_60 = UriParser_InternalOnNewUri_m93B84E04949FAE8FE3B6919DA9F933B682D4B2F8(L_59, NULL);
__this->___m_Syntax_15 = L_60;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Syntax_15), (void*)L_60);
uint64_t L_61 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_61|((int64_t)((int32_t)16777216))));
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_62 = __this->___m_Syntax_15;
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** L_63 = ___e2;
NullCheck(L_62);
UriParser_InternalValidate_m69157B3E80381F3FC104788160F2213B3FE8F39D(L_62, __this, L_63, NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** L_64 = ___e2;
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_65 = *((UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF**)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->___m_Syntax_15 = (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Syntax_15), (void*)(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** L_69 = ___e2;
*((RuntimeObject**)L_69) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_69, (void*)(RuntimeObject*)NULL);
uint64_t L_70 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_70&((int64_t)((int32_t)524288))));
return;
}
IL_0256:
{
int32_t L_71 = ___err0;
if (L_71)
{
goto IL_0267;
}
}
{
bool L_72;
L_72 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)67108864)), NULL);
if (!L_72)
{
goto IL_026f;
}
}
IL_0267:
{
Uri_SetUserDrivenParsing_mDE80D352D6343F50F152EB65EF142E84F7F79D69(__this, NULL);
goto IL_027c;
}
IL_026f:
{
int32_t L_73 = ___uriKind1;
if ((!(((uint32_t)L_73) == ((uint32_t)2))))
{
goto IL_027c;
}
}
{
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** L_74 = ___e2;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_75;
L_75 = Uri_GetException_m9BD1AF317D6DE516C8D3909A0ECD460BA35996F7(((int32_t)12), NULL);
*((RuntimeObject**)L_74) = (RuntimeObject*)L_75;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_74, (void*)(RuntimeObject*)L_75);
}
IL_027c:
{
bool L_76 = __this->___m_iriParsing_19;
bool L_77 = V_0;
if (!((int32_t)((int32_t)L_76&(int32_t)L_77)))
{
goto IL_0312;
}
}
{
Uri_EnsureParseRemaining_mDF7D4313A56047EB22457E12330C138156D54783(__this, 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_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** L_81 = ___e2;
*((RuntimeObject**)L_81) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_81, (void*)(RuntimeObject*)NULL);
uint64_t L_82 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_82&((int64_t)8590458880LL)));
bool L_83 = __this->___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->___m_originalUnicodeString_14;
String_t* L_86 = __this->___m_originalUnicodeString_14;
NullCheck(L_86);
int32_t L_87;
L_87 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_86, NULL);
String_t* L_88;
L_88 = Uri_EscapeUnescapeIri_m14C0CD1A4C14E2458685E5A10049204B1A15C16C(__this, L_85, 0, L_87, 0, NULL);
__this->___m_String_13 = L_88;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_String_13), (void*)L_88);
}
try
{// begin try (depth: 1)
{
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
bool L_89;
L_89 = UriParser_get_ShouldUseLegacyV2Quirks_m2BDF10B430FDA291AA6962104CD838776F31D20E(NULL);
if (!L_89)
{
goto IL_02f6_1;
}
}
{
String_t* L_90 = __this->___m_String_13;
NullCheck(L_90);
String_t* L_91;
L_91 = String_Normalize_mB458CCECBD27D6E9FB44CF03D37E856846C41831(L_90, 1, NULL);
__this->___m_String_13 = L_91;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_String_13), (void*)L_91);
}
IL_02f6_1:
{
goto IL_0312;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_02f8;
}
throw e;
}
CATCH_02f8:
{// begin catch(System.ArgumentException)
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** L_92 = ___e2;
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var)));
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_93;
L_93 = Uri_GetException_m9BD1AF317D6DE516C8D3909A0ECD460BA35996F7(1, NULL);
*((RuntimeObject**)L_92) = (RuntimeObject*)L_93;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_92, (void*)(RuntimeObject*)L_93);
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_0312;
}// end catch (depth: 1)
IL_0303:
{
__this->___m_String_13 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_String_13), (void*)(String_t*)NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** L_94 = ___e2;
int32_t L_95 = ___err0;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_96;
L_96 = Uri_GetException_m9BD1AF317D6DE516C8D3909A0ECD460BA35996F7(L_95, NULL);
*((RuntimeObject**)L_94) = (RuntimeObject*)L_96;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_94, (void*)(RuntimeObject*)L_96);
}
IL_0312:
{
return;
}
}
// System.Boolean System.Uri::CheckForConfigLoad(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckForConfigLoad_mC7297EBC00884B1793FDB16F79BF0FCFD53E9FA7 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __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;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, 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;
L_6 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, 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)il2cpp_codegen_multiply(((intptr_t)L_8), 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)il2cpp_codegen_multiply(((intptr_t)L_11), 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)il2cpp_codegen_multiply(((intptr_t)L_14), 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(L_16, 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_19, 1))), 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_22, 2))), 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_25, 3))), 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(L_27, 1));
}
IL_007d:
{
int32_t L_28 = V_4;
int32_t L_29 = V_1;
if ((((int32_t)L_28) < ((int32_t)L_29)))
{
goto IL_001e;
}
}
IL_0082:
{
V_3 = (String_t*)NULL;
bool L_30 = V_0;
return L_30;
}
}
// System.Boolean System.Uri::CheckForUnicode(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckForUnicode_mC763EF0DDC61EE359A6256B95209736EC0353AA1 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_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;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = V_1;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7;
L_7 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(L_3, 0, L_5, L_6, (&V_2), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), ((int32_t)10), (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)NULL, (bool)0, NULL);
V_1 = L_7;
V_3 = 0;
goto IL_0047;
}
IL_0038:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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(L_12, 1));
}
IL_0047:
{
int32_t L_13 = V_3;
int32_t L_14 = V_2;
if ((((int32_t)L_13) < ((int32_t)L_14)))
{
goto IL_0038;
}
}
IL_004b:
{
bool L_15 = V_0;
return L_15;
}
}
// System.Boolean System.Uri::CheckForEscapedUnreserved(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckForEscapedUnreserved_mCEF702F733C72BE825E9FEBBEA751540A6A78D11 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
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;
L_4 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, 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)il2cpp_codegen_multiply(((intptr_t)L_6), 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_9, 1))), 2)))));
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_11;
L_11 = Uri_IsHexDigit_m65CBC0215C67105D79C7B49FAF5DD4676B86ED20(L_10, 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_13, 2))), 2)))));
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_15;
L_15 = Uri_IsHexDigit_m65CBC0215C67105D79C7B49FAF5DD4676B86ED20(L_14, 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_17, 1))), 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_20, 1))), 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_23, 1))), 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)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_26, 2))), 2)))));
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
Il2CppChar L_28;
L_28 = UriHelper_EscapedAscii_mC7BE08D5B7803E83C57B8269F298B6DFA9EC5120(L_24, L_27, 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_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
bool L_31;
L_31 = UriHelper_Is3986Unreserved_m06ED29AEFC563547A29E1DAA6A55760ADD9FCC30(L_30, 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(L_32, 1));
}
IL_0087:
{
int32_t L_33 = V_2;
String_t* L_34 = ___data0;
NullCheck(L_34);
int32_t L_35;
L_35 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_34, NULL);
if ((((int32_t)L_33) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_35, 2)))))
{
goto IL_0014;
}
}
{
V_1 = (String_t*)NULL;
return (bool)0;
}
}
// System.Boolean System.Uri::TryCreate(System.String,System.UriKind,System.Uri&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_TryCreate_mBDD7F98C3BEBD9C3936DDF7960533CBB56478FDF (String_t* ___uriString0, int32_t ___uriKind1, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** ___result2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* V_0 = NULL;
{
String_t* L_0 = ___uriString0;
if (L_0)
{
goto IL_0008;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** L_1 = ___result2;
*((RuntimeObject**)L_1) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_1, (void*)(RuntimeObject*)NULL);
return (bool)0;
}
IL_0008:
{
V_0 = (UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF*)NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** L_2 = ___result2;
String_t* L_3 = ___uriString0;
int32_t L_4 = ___uriKind1;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5;
L_5 = Uri_CreateHelper_mC4FC141C7E569879417FFC24BCB47E22CE09163B(L_3, (bool)0, L_4, (&V_0), NULL);
*((RuntimeObject**)L_2) = (RuntimeObject*)L_5;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_2, (void*)(RuntimeObject*)L_5);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_6 = V_0;
if (L_6)
{
goto IL_0022;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** L_7 = ___result2;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_8 = *((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E**)L_7);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Uri_op_Inequality_mC32A3382EF16D80BF39005BDD2AB452203D76D6E(L_8, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL);
return L_9;
}
IL_0022:
{
return (bool)0;
}
}
// System.Boolean System.Uri::TryCreate(System.Uri,System.String,System.Uri&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_TryCreate_m0653E526B4101798C6BD5D0D7D22B30EDD4EA4E8 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri0, String_t* ___relativeUri1, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** ___result2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_0 = NULL;
{
String_t* L_0 = ___relativeUri1;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Uri_TryCreate_mBDD7F98C3BEBD9C3936DDF7960533CBB56478FDF(L_0, ((int32_t)300), (&V_0), NULL);
if (!L_1)
{
goto IL_0025;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = V_0;
NullCheck(L_2);
bool L_3;
L_3 = Uri_get_IsAbsoluteUri_m2F9B759B85D295639D7959A616E1FBC203D756DF(L_2, NULL);
if (L_3)
{
goto IL_0020;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_4 = ___baseUri0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5 = V_0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** L_6 = ___result2;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Uri_TryCreate_mCA31A2D77EDBBD6A927FC819270229B164A85E93(L_4, L_5, L_6, NULL);
return L_7;
}
IL_0020:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** L_8 = ___result2;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_9 = V_0;
*((RuntimeObject**)L_8) = (RuntimeObject*)L_9;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_8, (void*)(RuntimeObject*)L_9);
return (bool)1;
}
IL_0025:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** L_10 = ___result2;
*((RuntimeObject**)L_10) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_10, (void*)(RuntimeObject*)NULL);
return (bool)0;
}
}
// System.Boolean System.Uri::TryCreate(System.Uri,System.Uri,System.Uri&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_TryCreate_mCA31A2D77EDBBD6A927FC819270229B164A85E93 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri0, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___relativeUri1, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** ___result2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* V_0 = NULL;
String_t* V_1 = NULL;
bool V_2 = false;
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** L_0 = ___result2;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_1 = ___baseUri0;
if (!L_1)
{
goto IL_0009;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = ___relativeUri1;
if (L_2)
{
goto IL_000b;
}
}
IL_0009:
{
return (bool)0;
}
IL_000b:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = ___baseUri0;
NullCheck(L_3);
bool L_4;
L_4 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(L_3, NULL);
if (!L_4)
{
goto IL_0015;
}
}
{
return (bool)0;
}
IL_0015:
{
V_1 = (String_t*)NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5 = ___baseUri0;
NullCheck(L_5);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_6;
L_6 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(L_5, NULL);
NullCheck(L_6);
bool L_7;
L_7 = UriParser_get_IsSimple_m8ED850D585BA3BA0FDC239496065E6D2D973C7E5(L_6, NULL);
if (!L_7)
{
goto IL_003c;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_8 = ___relativeUri1;
NullCheck(L_8);
bool L_9;
L_9 = Uri_get_UserEscaped_m5A376B8E2DDB815CAA2E34AF8890FBA943DC2085(L_8, NULL);
V_2 = L_9;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** L_10 = ___result2;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_11 = ___baseUri0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_12 = ___relativeUri1;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_13;
L_13 = Uri_ResolveHelper_m8FD2A09E63507DB5178AE3C182C323E8EA4B8752(L_11, L_12, (&V_1), (&V_2), (&V_0), NULL);
*((RuntimeObject**)L_10) = (RuntimeObject*)L_13;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_10, (void*)(RuntimeObject*)L_13);
goto IL_004e;
}
IL_003c:
{
V_2 = (bool)0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_14 = ___baseUri0;
NullCheck(L_14);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_15;
L_15 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(L_14, NULL);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_16 = ___baseUri0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_17 = ___relativeUri1;
NullCheck(L_15);
String_t* L_18;
L_18 = UriParser_InternalResolve_mD1963080EBCF493DA78656AA5AEA458BF5138F5B(L_15, L_16, L_17, (&V_0), NULL);
V_1 = L_18;
}
IL_004e:
{
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_19 = V_0;
if (!L_19)
{
goto IL_0053;
}
}
{
return (bool)0;
}
IL_0053:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** L_20 = ___result2;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_21 = *((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E**)L_20);
if (L_21)
{
goto IL_0063;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** L_22 = ___result2;
String_t* L_23 = V_1;
bool L_24 = V_2;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_25;
L_25 = Uri_CreateHelper_mC4FC141C7E569879417FFC24BCB47E22CE09163B(L_23, L_24, 1, (&V_0), NULL);
*((RuntimeObject**)L_22) = (RuntimeObject*)L_25;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_22, (void*)(RuntimeObject*)L_25);
}
IL_0063:
{
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_26 = V_0;
if (L_26)
{
goto IL_0078;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** L_27 = ___result2;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_28 = *((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E**)L_27);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_29;
L_29 = Uri_op_Inequality_mC32A3382EF16D80BF39005BDD2AB452203D76D6E(L_28, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL);
if (!L_29)
{
goto IL_0078;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** L_30 = ___result2;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_31 = *((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E**)L_30);
NullCheck(L_31);
bool L_32;
L_32 = Uri_get_IsAbsoluteUri_m2F9B759B85D295639D7959A616E1FBC203D756DF(L_31, NULL);
return L_32;
}
IL_0078:
{
return (bool)0;
}
}
// System.String System.Uri::GetComponents(System.UriComponents,System.UriFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetComponents_m30E3EAD4E9A39939456E764FEF94AFD4D6B7532A (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, int32_t ___components0, int32_t ___format1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___components0;
if (!((int32_t)((int32_t)L_0&((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(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UriComponents_t92D6A11B001BCF2B97D0613FD0541637524A7A82_il2cpp_TypeInfo_var)), &L_3);
String_t* L_5;
L_5 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE13258345AC5ED7FA38D641004219DBE3A3FB56C)), NULL);
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_6 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_6);
ArgumentOutOfRangeException__ctor_m60B543A63AC8692C28096003FBF2AD124B9D5B85(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7C03E97995F6950303A46C204A216735E6B4582)), L_4, L_5, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_GetComponents_m30E3EAD4E9A39939456E764FEF94AFD4D6B7532A_RuntimeMethod_var)));
}
IL_002c:
{
int32_t L_7 = ___format1;
if (!((int32_t)((int32_t)L_7&((int32_t)-4))))
{
goto IL_003d;
}
}
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_8 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_8);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral75C9716749EA210206E3467390B7A11F3F33DDFA)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_GetComponents_m30E3EAD4E9A39939456E764FEF94AFD4D6B7532A_RuntimeMethod_var)));
}
IL_003d:
{
bool L_9;
L_9 = Uri_get_IsNotAbsoluteUri_m374185EB37A209B6102F955427913168C5543028(__this, 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;
L_12 = Uri_GetRelativeSerializationString_mDEB0AD1094EC2842C2F0830C1E43FF2FFDEB6F5B(__this, L_11, NULL);
return L_12;
}
IL_0055:
{
String_t* L_13;
L_13 = SR_GetString_m2FF076D246665572FABD5913A9945E2A694DCB4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE657126EBF76C06687ED6EAD2C714E37315C927F)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_14 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_14);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_14, L_13, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_GetComponents_m30E3EAD4E9A39939456E764FEF94AFD4D6B7532A_RuntimeMethod_var)));
}
IL_0065:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_15;
L_15 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(__this, NULL);
NullCheck(L_15);
bool L_16;
L_16 = UriParser_get_IsSimple_m8ED850D585BA3BA0FDC239496065E6D2D973C7E5(L_15, NULL);
if (!L_16)
{
goto IL_007b;
}
}
{
int32_t L_17 = ___components0;
int32_t L_18 = ___format1;
String_t* L_19;
L_19 = Uri_GetComponentsHelper_m83D8E4A027E180AFB34BA5290A8FF381EBCBCB75(__this, L_17, L_18, NULL);
return L_19;
}
IL_007b:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_20;
L_20 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(__this, NULL);
int32_t L_21 = ___components0;
int32_t L_22 = ___format1;
NullCheck(L_20);
String_t* L_23;
L_23 = UriParser_InternalGetComponents_m52F450C5283A1820D5AFD07505E5FE82D4F476B0(L_20, __this, L_21, L_22, NULL);
return L_23;
}
}
// System.String System.Uri::UnescapeDataString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_UnescapeDataString_mD0A4732F7ED9CA5DB9E46D802971B5406094CC77 (String_t* ___stringToUnescape0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
String_t* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_4 = NULL;
{
String_t* L_0 = ___stringToUnescape0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_1);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE86F8F43B9D456F4E47ACD029ADCCE78BE9C9AA7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_UnescapeDataString_mD0A4732F7ED9CA5DB9E46D802971B5406094CC77_RuntimeMethod_var)));
}
IL_000e:
{
String_t* L_2 = ___stringToUnescape0;
NullCheck(L_2);
int32_t L_3;
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
if (L_3)
{
goto IL_001c;
}
}
{
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
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;
L_9 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, 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)il2cpp_codegen_multiply(((intptr_t)L_11), 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(L_13, 1));
}
IL_003f:
{
int32_t L_14 = V_2;
String_t* L_15 = ___stringToUnescape0;
NullCheck(L_15);
int32_t L_16;
L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_15, 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;
L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_18, 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;
L_22 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_21, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_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;
L_26 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_25, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_27 = V_4;
int32_t L_28 = V_3;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_29;
L_29 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(L_24, 0, L_26, L_27, (&V_2), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), L_28, (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)NULL, (bool)0, NULL);
V_4 = L_29;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_30 = V_4;
int32_t L_31 = V_2;
String_t* L_32;
L_32 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_30, 0, L_31, NULL);
return L_32;
}
}
// System.String System.Uri::EscapeUnescapeIri(System.String,System.Int32,System.Int32,System.UriComponents)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeUnescapeIri_m14C0CD1A4C14E2458685E5A10049204B1A15C16C (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __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;
L_4 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, 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;
L_9 = IriHelper_EscapeUnescapeIri_mE7C6E85447A41E32A050856BC24B40279EDFF6E5(L_5, L_6, L_7, L_8, NULL);
return L_9;
}
}
// System.Void System.Uri::.ctor(System.Uri/Flags,System.UriParser,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m6EA3AF49C103A3D56EBBB24BCAEE8DE7E8676AF4 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, uint64_t ___flags0, UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___uriParser1, String_t* ___uri2, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
uint64_t L_0 = ___flags0;
__this->___m_Flags_17 = L_0;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_1 = ___uriParser1;
__this->___m_Syntax_15 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Syntax_15), (void*)L_1);
String_t* L_2 = ___uri2;
__this->___m_String_13 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_String_13), (void*)L_2);
return;
}
}
// System.Uri System.Uri::CreateHelper(System.String,System.Boolean,System.UriKind,System.UriFormatException&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* Uri_CreateHelper_mC4FC141C7E569879417FFC24BCB47E22CE09163B (String_t* ___uriString0, bool ___dontEscape1, int32_t ___uriKind2, UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** ___e3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* V_0 = NULL;
uint64_t V_1 = 0;
int32_t V_2 = 0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_3 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_4 = NULL;
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* V_5 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
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_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = L_3;
int32_t L_5 = ___uriKind2;
int32_t L_6 = L_5;
RuntimeObject* L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UriKind_t6597BD6BF48C695D63244DF8541B5EA48FF7F9E7_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;
L_8 = SR_GetString_mF713FCC09E41A8D1C0DE44EDD0932A57800A9BA3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral19A73218F14885E4C839EDA68A1C1C791F7745AA)), L_4, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_9 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_9);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_9, L_8, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_CreateHelper_mC4FC141C7E569879417FFC24BCB47E22CE09163B_RuntimeMethod_var)));
}
IL_002f:
{
V_0 = (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)NULL;
V_1 = ((int64_t)0);
String_t* L_10 = ___uriString0;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
int32_t L_11;
L_11 = Uri_ParseScheme_m97A1B445A9528F29FC3007B02F2F8789AC201E82(L_10, (&V_1), (&V_0), 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)((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_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_19 = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)il2cpp_codegen_object_new(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
NullCheck(L_19);
Uri__ctor_m6EA3AF49C103A3D56EBBB24BCAEE8DE7E8676AF4(L_19, ((int64_t)((int64_t)L_17&((int64_t)((int32_t)524288)))), (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)NULL, L_18, NULL);
return L_19;
}
IL_0066:
{
return (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL;
}
IL_0068:
{
uint64_t L_20 = V_1;
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_21 = V_0;
String_t* L_22 = ___uriString0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_23 = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)il2cpp_codegen_object_new(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
NullCheck(L_23);
Uri__ctor_m6EA3AF49C103A3D56EBBB24BCAEE8DE7E8676AF4(L_23, L_20, L_21, L_22, NULL);
V_3 = L_23;
}
try
{// begin try (depth: 1)
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_24 = V_3;
int32_t L_25 = V_2;
int32_t L_26 = ___uriKind2;
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** L_27 = ___e3;
NullCheck(L_24);
Uri_InitializeUri_m044EA7C6188B132874B4522D5CA41EEFDB9A1718(L_24, L_25, L_26, L_27, NULL);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** L_28 = ___e3;
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_29 = *((UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF**)L_28);
if (L_29)
{
goto IL_0083_1;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_30 = V_3;
V_4 = L_30;
goto IL_0093;
}
IL_0083_1:
{
V_4 = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL;
goto IL_0093;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0088;
}
throw e;
}
CATCH_0088:
{// begin catch(System.UriFormatException)
V_5 = ((UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF*)IL2CPP_GET_ACTIVE_EXCEPTION(UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF*));
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** L_31 = ___e3;
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_32 = V_5;
*((RuntimeObject**)L_31) = (RuntimeObject*)L_32;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_31, (void*)(RuntimeObject*)L_32);
V_4 = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL;
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_0093;
}// end catch (depth: 1)
IL_0093:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_33 = V_4;
return L_33;
}
}
// System.Uri System.Uri::ResolveHelper(System.Uri,System.Uri,System.String&,System.Boolean&,System.UriFormatException&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* Uri_ResolveHelper_m8FD2A09E63507DB5178AE3C182C323E8EA4B8752 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri0, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___relativeUri1, String_t** ___newUriString2, bool* ___userEscaped3, UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** ___e4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00ED444101CADBDD612603B145DC44E57F6FCA22);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAE6B383FC259C6D8E02FFF07CC62BD90BA58157);
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_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B15_1 = NULL;
String_t** G_B15_2 = NULL;
int32_t G_B14_0 = 0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B14_1 = NULL;
String_t** G_B14_2 = NULL;
int32_t G_B16_0 = 0;
int32_t G_B16_1 = 0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B16_2 = NULL;
String_t** G_B16_3 = NULL;
String_t* G_B38_0 = NULL;
String_t* G_B42_0 = NULL;
{
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** L_0 = ___e4;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
V_0 = L_1;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = ___relativeUri1;
if (!L_2)
{
goto IL_0047;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = ___relativeUri1;
NullCheck(L_3);
bool L_4;
L_4 = Uri_get_IsAbsoluteUri_m2F9B759B85D295639D7959A616E1FBC203D756DF(L_3, NULL);
if (!L_4)
{
goto IL_0036;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_5 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___IsWindowsFileSystem_25;
if (L_5)
{
goto IL_0034;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_6 = ___relativeUri1;
NullCheck(L_6);
String_t* L_7;
L_7 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(L_6, NULL);
NullCheck(L_7);
Il2CppChar L_8;
L_8 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_7, 0, NULL);
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)47)))))
{
goto IL_0034;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_9 = ___relativeUri1;
NullCheck(L_9);
bool L_10;
L_10 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(L_9, NULL);
if (L_10)
{
goto IL_0036;
}
}
IL_0034:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_11 = ___relativeUri1;
return L_11;
}
IL_0036:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_12 = ___relativeUri1;
NullCheck(L_12);
String_t* L_13;
L_13 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(L_12, NULL);
V_0 = L_13;
bool* L_14 = ___userEscaped3;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_15 = ___relativeUri1;
NullCheck(L_15);
bool L_16;
L_16 = Uri_get_UserEscaped_m5A376B8E2DDB815CAA2E34AF8890FBA943DC2085(L_15, 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))->___Empty_6;
V_0 = L_17;
}
IL_004d:
{
String_t* L_18 = V_0;
NullCheck(L_18);
int32_t L_19;
L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_18, NULL);
if ((((int32_t)L_19) <= ((int32_t)0)))
{
goto IL_0085;
}
}
{
String_t* L_20 = V_0;
NullCheck(L_20);
Il2CppChar L_21;
L_21 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_20, 0, NULL);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_22;
L_22 = Uri_IsLWS_m16D38DDA4D0A7CD3899DEEE31CEF160EAF2C3A44(L_21, 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;
L_25 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_24, NULL);
NullCheck(L_23);
Il2CppChar L_26;
L_26 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_23, ((int32_t)il2cpp_codegen_subtract(L_25, 1)), NULL);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_27;
L_27 = Uri_IsLWS_m16D38DDA4D0A7CD3899DEEE31CEF160EAF2C3A44(L_26, NULL);
if (!L_27)
{
goto IL_0085;
}
}
IL_0079:
{
String_t* L_28 = V_0;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_29 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->____WSchars_28;
NullCheck(L_28);
String_t* L_30;
L_30 = String_Trim_m81BD35659E6F89DDD56816975E6E05390D023FE5(L_28, L_29, NULL);
V_0 = L_30;
}
IL_0085:
{
String_t* L_31 = V_0;
NullCheck(L_31);
int32_t L_32;
L_32 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_31, NULL);
if (L_32)
{
goto IL_00a5;
}
}
{
String_t** L_33 = ___newUriString2;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_34 = ___baseUri0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_35 = ___baseUri0;
NullCheck(L_35);
bool L_36;
L_36 = Uri_get_UserEscaped_m5A376B8E2DDB815CAA2E34AF8890FBA943DC2085(L_35, 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;
L_37 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(G_B16_2, G_B16_1, G_B16_0, NULL);
*((RuntimeObject**)G_B16_3) = (RuntimeObject*)L_37;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B16_3, (void*)(RuntimeObject*)L_37);
return (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL;
}
IL_00a5:
{
String_t* L_38 = V_0;
NullCheck(L_38);
Il2CppChar L_39;
L_39 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_38, 0, NULL);
if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)35)))))
{
goto IL_00da;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_40 = ___baseUri0;
NullCheck(L_40);
bool L_41;
L_41 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(L_40, NULL);
if (L_41)
{
goto IL_00da;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_42 = ___baseUri0;
NullCheck(L_42);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_43;
L_43 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(L_42, NULL);
NullCheck(L_43);
bool L_44;
L_44 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_43, ((int32_t)64), NULL);
if (!L_44)
{
goto IL_00da;
}
}
{
String_t** L_45 = ___newUriString2;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_46 = ___baseUri0;
NullCheck(L_46);
String_t* L_47;
L_47 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(L_46, ((int32_t)63), 1, NULL);
String_t* L_48 = V_0;
String_t* L_49;
L_49 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_47, L_48, NULL);
*((RuntimeObject**)L_45) = (RuntimeObject*)L_49;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_45, (void*)(RuntimeObject*)L_49);
return (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL;
}
IL_00da:
{
String_t* L_50 = V_0;
NullCheck(L_50);
Il2CppChar L_51;
L_51 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_50, 0, NULL);
if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)63)))))
{
goto IL_010f;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_52 = ___baseUri0;
NullCheck(L_52);
bool L_53;
L_53 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(L_52, NULL);
if (L_53)
{
goto IL_010f;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_54 = ___baseUri0;
NullCheck(L_54);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_55;
L_55 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(L_54, NULL);
NullCheck(L_55);
bool L_56;
L_56 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_55, ((int32_t)32), NULL);
if (!L_56)
{
goto IL_010f;
}
}
{
String_t** L_57 = ___newUriString2;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_58 = ___baseUri0;
NullCheck(L_58);
String_t* L_59;
L_59 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(L_58, ((int32_t)31), 1, NULL);
String_t* L_60 = V_0;
String_t* L_61;
L_61 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_59, L_60, NULL);
*((RuntimeObject**)L_57) = (RuntimeObject*)L_61;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_57, (void*)(RuntimeObject*)L_61);
return (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL;
}
IL_010f:
{
String_t* L_62 = V_0;
NullCheck(L_62);
int32_t L_63;
L_63 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_62, NULL);
if ((((int32_t)L_63) < ((int32_t)3)))
{
goto IL_01d9;
}
}
{
String_t* L_64 = V_0;
NullCheck(L_64);
Il2CppChar L_65;
L_65 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_64, 1, 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;
L_67 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_66, 1, 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;
L_69 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_68, 0, NULL);
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_70;
L_70 = Uri_IsAsciiLetter_mFDC33D2D538AFF6A5819B73CB555709865ADE841(L_69, NULL);
if (!L_70)
{
goto IL_01d9;
}
}
{
String_t* L_71 = V_0;
NullCheck(L_71);
Il2CppChar L_72;
L_72 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_71, 2, 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;
L_74 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_73, 2, NULL);
if ((!(((uint32_t)L_74) == ((uint32_t)((int32_t)47)))))
{
goto IL_01d9;
}
}
IL_015b:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_75 = ___baseUri0;
NullCheck(L_75);
bool L_76;
L_76 = Uri_get_IsImplicitFile_m8D1A522158E4EB8AD8C077376D023ED1262998F6(L_75, NULL);
if (!L_76)
{
goto IL_0168;
}
}
{
String_t** L_77 = ___newUriString2;
String_t* L_78 = V_0;
*((RuntimeObject**)L_77) = (RuntimeObject*)L_78;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_77, (void*)(RuntimeObject*)L_78);
return (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL;
}
IL_0168:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_79 = ___baseUri0;
NullCheck(L_79);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_80;
L_80 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(L_79, NULL);
NullCheck(L_80);
bool L_81;
L_81 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_80, ((int32_t)1048576), NULL);
if (!L_81)
{
goto IL_01d9;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_82 = ___baseUri0;
NullCheck(L_82);
bool L_83;
L_83 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(L_82, ((int64_t)((int32_t)1048576)), NULL);
if (!L_83)
{
goto IL_01a9;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_84 = ___baseUri0;
NullCheck(L_84);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_85;
L_85 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(L_84, NULL);
NullCheck(L_85);
bool L_86;
L_86 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_85, ((int32_t)2097152), NULL);
if (L_86)
{
goto IL_01a1;
}
}
{
G_B38_0 = _stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A;
goto IL_01a6;
}
IL_01a1:
{
G_B38_0 = _stringLiteral00ED444101CADBDD612603B145DC44E57F6FCA22;
}
IL_01a6:
{
V_2 = G_B38_0;
goto IL_01c8;
}
IL_01a9:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_87 = ___baseUri0;
NullCheck(L_87);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_88;
L_88 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(L_87, NULL);
NullCheck(L_88);
bool L_89;
L_89 = UriParser_InFact_m3C07C3050DE1E69F6B0BC816EC34AF610373E532(L_88, ((int32_t)2097152), NULL);
if (L_89)
{
goto IL_01c2;
}
}
{
G_B42_0 = _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D;
goto IL_01c7;
}
IL_01c2:
{
G_B42_0 = _stringLiteralCAE6B383FC259C6D8E02FFF07CC62BD90BA58157;
}
IL_01c7:
{
V_2 = G_B42_0;
}
IL_01c8:
{
String_t** L_90 = ___newUriString2;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_91 = ___baseUri0;
NullCheck(L_91);
String_t* L_92;
L_92 = Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F(L_91, NULL);
String_t* L_93 = V_2;
String_t* L_94 = V_0;
String_t* L_95;
L_95 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_92, L_93, L_94, NULL);
*((RuntimeObject**)L_90) = (RuntimeObject*)L_95;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_90, (void*)(RuntimeObject*)L_95);
return (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL;
}
IL_01d9:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* 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_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
int32_t L_101;
L_101 = Uri_GetCombinedString_mA3D01108BC32A4594A578A4345BA0F012F554521(L_96, L_97, (bool)L_99, L_100, NULL);
V_1 = L_101;
int32_t L_102 = V_1;
if (!L_102)
{
goto IL_01f2;
}
}
{
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF** L_103 = ___e4;
int32_t L_104 = V_1;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_105;
L_105 = Uri_GetException_m9BD1AF317D6DE516C8D3909A0ECD460BA35996F7(L_104, NULL);
*((RuntimeObject**)L_103) = (RuntimeObject*)L_105;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_103, (void*)(RuntimeObject*)L_105);
return (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL;
}
IL_01f2:
{
String_t** L_106 = ___newUriString2;
String_t* L_107 = *((String_t**)L_106);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_108 = ___baseUri0;
NullCheck(L_108);
String_t* L_109 = L_108->___m_String_13;
if ((!(((RuntimeObject*)(String_t*)L_107) == ((RuntimeObject*)(String_t*)L_109))))
{
goto IL_01fe;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_110 = ___baseUri0;
return L_110;
}
IL_01fe:
{
return (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL;
}
}
// System.String System.Uri::GetRelativeSerializationString(System.UriFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetRelativeSerializationString_mDEB0AD1094EC2842C2F0830C1E43FF2FFDEB6F5B (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, int32_t ___format0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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->___m_String_13;
NullCheck(L_1);
int32_t L_2;
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
if (L_2)
{
goto IL_0017;
}
}
{
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_3;
}
IL_0017:
{
V_0 = 0;
String_t* L_4 = __this->___m_String_13;
String_t* L_5 = __this->___m_String_13;
NullCheck(L_5);
int32_t L_6;
L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL);
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7;
L_7 = UriHelper_EscapeString_m616525587FFF13665945B9173F3C2EC41C9EDDA8(L_4, 0, L_6, (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL, (&V_0), (bool)1, ((int32_t)65535), ((int32_t)65535), ((int32_t)37), NULL);
V_1 = L_7;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = V_1;
if (L_8)
{
goto IL_004b;
}
}
{
String_t* L_9 = __this->___m_String_13;
return L_9;
}
IL_004b:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = V_1;
int32_t L_11 = V_0;
String_t* L_12;
L_12 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_10, 0, L_11, 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->___m_String_13;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
String_t* L_15;
L_15 = Uri_UnescapeDataString_mD0A4732F7ED9CA5DB9E46D802971B5406094CC77(L_14, 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->___m_String_13;
NullCheck(L_17);
int32_t L_18;
L_18 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_17, NULL);
if (L_18)
{
goto IL_007b;
}
}
{
String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_19;
}
IL_007b:
{
String_t* L_20 = __this->___m_String_13;
NullCheck(L_20);
int32_t L_21;
L_21 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_20, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_22 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)L_21);
V_2 = L_22;
V_3 = 0;
String_t* L_23 = __this->___m_String_13;
String_t* L_24 = __this->___m_String_13;
NullCheck(L_24);
int32_t L_25;
L_25 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_24, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_26 = V_2;
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_27;
L_27 = UriHelper_UnescapeString_m978B253231CE4F7BA6F6DC7778D679C19F77CB54(L_23, 0, L_25, L_26, (&V_3), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 3, (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81*)NULL, (bool)0, NULL);
V_2 = L_27;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_28 = V_2;
int32_t L_29 = V_3;
String_t* L_30;
L_30 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_28, 0, L_29, NULL);
return L_30;
}
IL_00c4:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_31 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_31);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_31, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral75C9716749EA210206E3467390B7A11F3F33DDFA)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_GetRelativeSerializationString_mDEB0AD1094EC2842C2F0830C1E43FF2FFDEB6F5B_RuntimeMethod_var)));
}
}
// System.String System.Uri::GetComponentsHelper(System.UriComponents,System.UriFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetComponentsHelper_m83D8E4A027E180AFB34BA5290A8FF381EBCBCB75 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, int32_t ___uriComponents0, int32_t ___uriFormat1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___uriComponents0;
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_0010;
}
}
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_1 = __this->___m_Syntax_15;
NullCheck(L_1);
String_t* L_2;
L_2 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_1, NULL);
return L_2;
}
IL_0010:
{
int32_t L_3 = ___uriComponents0;
if (!((int32_t)((int32_t)L_3&((int32_t)-2147483648LL))))
{
goto IL_001f;
}
}
{
int32_t L_4 = ___uriComponents0;
___uriComponents0 = ((int32_t)((int32_t)L_4|((int32_t)127)));
}
IL_001f:
{
Uri_EnsureParseRemaining_mDF7D4313A56047EB22457E12330C138156D54783(__this, NULL);
int32_t L_5 = ___uriComponents0;
if (!((int32_t)((int32_t)L_5&((int32_t)256))))
{
goto IL_0033;
}
}
{
int32_t L_6 = ___uriComponents0;
___uriComponents0 = ((int32_t)((int32_t)L_6|4));
}
IL_0033:
{
int32_t L_7 = ___uriComponents0;
if (!((int32_t)((int32_t)L_7&4)))
{
goto IL_003f;
}
}
{
Uri_EnsureHostString_m7F5F3ED8488F83170A857CD51F0CFEB8322AA055(__this, (bool)1, 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->___m_Flags_17;
if (((int64_t)((int64_t)L_10&((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_t920B0868286118827C08B08A15A9456AF6C19D81* L_12 = __this->___m_Syntax_15;
NullCheck(L_12);
int32_t L_13;
L_13 = UriParser_get_DefaultPort_m38684C86B40F59960533D8F812B311ACBBEB7AA5_inline(L_12, NULL);
if ((((int32_t)L_13) == ((int32_t)(-1))))
{
goto IL_008b;
}
}
IL_0070:
{
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_14 = __this->___m_Info_18;
NullCheck(L_14);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_15 = (&L_14->___Offset_3);
uint16_t* L_16 = (&L_15->___PortValue_3);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_17;
L_17 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_18;
L_18 = UInt16_ToString_mCFE0EB73F03E7230D7F2694140FF9CECE793184D(L_16, L_17, NULL);
return L_18;
}
IL_008b:
{
String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_19;
}
IL_0091:
{
int32_t L_20 = ___uriComponents0;
if (!((int32_t)((int32_t)L_20&((int32_t)128))))
{
goto IL_009f;
}
}
{
int32_t L_21 = ___uriComponents0;
___uriComponents0 = ((int32_t)((int32_t)L_21|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->___m_Flags_17;
if (((int64_t)((int64_t)L_24&((int64_t)((int32_t)260)))))
{
goto IL_00c9;
}
}
IL_00b6:
{
Uri_EnsureHostString_m7F5F3ED8488F83170A857CD51F0CFEB8322AA055(__this, (bool)0, NULL);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_25 = __this->___m_Info_18;
NullCheck(L_25);
String_t* L_26 = L_25->___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, 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;
L_31 = Uri_GetEscapedParts_m0C33275AFEA210E5CAD22649E8B61B49FB43971E(__this, L_30, NULL);
return L_31;
}
IL_00e5:
{
int32_t L_32 = ___uriComponents0;
int32_t L_33 = ___uriFormat1;
String_t* L_34;
L_34 = Uri_GetUnescapedParts_m57F83B75B05C5D8EAB6B8ACCB6C8E4F0922CB7ED(__this, L_32, L_33, NULL);
return L_34;
}
IL_00ee:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_35 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_35);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_35, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB856D5F930F0597377D1341A0C6F24DD74854667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_GetComponentsHelper_m83D8E4A027E180AFB34BA5290A8FF381EBCBCB75_RuntimeMethod_var)));
}
}
// System.Boolean System.Uri::IsBaseOf(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsBaseOf_m8A97015EF5FE3B91A413F678735EABB09D6CFB74 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri0, const RuntimeMethod* method)
{
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___uri0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_1);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Uri_IsBaseOf_m8A97015EF5FE3B91A413F678735EABB09D6CFB74_RuntimeMethod_var)));
}
IL_000e:
{
bool L_2;
L_2 = Uri_get_IsAbsoluteUri_m2F9B759B85D295639D7959A616E1FBC203D756DF(__this, NULL);
if (L_2)
{
goto IL_0018;
}
}
{
return (bool)0;
}
IL_0018:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_3;
L_3 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(__this, NULL);
NullCheck(L_3);
bool L_4;
L_4 = UriParser_get_IsSimple_m8ED850D585BA3BA0FDC239496065E6D2D973C7E5(L_3, NULL);
if (!L_4)
{
goto IL_002d;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5 = ___uri0;
bool L_6;
L_6 = Uri_IsBaseOfHelper_m7FA3996CDF7C53EA4A7F8FC71617559AF90C7F73(__this, L_5, NULL);
return L_6;
}
IL_002d:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_7;
L_7 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(__this, NULL);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_8 = ___uri0;
NullCheck(L_7);
bool L_9;
L_9 = UriParser_InternalIsBaseOf_m2624812244DF535922F1A8447E269BB8BBDD74FD(L_7, __this, L_8, NULL);
return L_9;
}
}
// System.Boolean System.Uri::IsBaseOfHelper(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsBaseOfHelper_m7FA3996CDF7C53EA4A7F8FC71617559AF90C7F73 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uriLink0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* V_3 = NULL;
bool V_4 = false;
Il2CppChar* V_5 = NULL;
String_t* V_6 = NULL;
Il2CppChar* V_7 = NULL;
String_t* V_8 = NULL;
int32_t G_B18_0 = 0;
Il2CppChar* G_B18_1 = NULL;
int32_t G_B18_2 = 0;
Il2CppChar* G_B18_3 = NULL;
int32_t G_B17_0 = 0;
Il2CppChar* G_B17_1 = NULL;
int32_t G_B17_2 = 0;
Il2CppChar* G_B17_3 = NULL;
int32_t G_B19_0 = 0;
int32_t G_B19_1 = 0;
Il2CppChar* G_B19_2 = NULL;
int32_t G_B19_3 = 0;
Il2CppChar* G_B19_4 = NULL;
{
bool L_0;
L_0 = Uri_get_IsAbsoluteUri_m2F9B759B85D295639D7959A616E1FBC203D756DF(__this, NULL);
if (!L_0)
{
goto IL_0010;
}
}
{
bool L_1;
L_1 = Uri_get_UserDrivenParsing_mF2426529046B3DF3292A7AA2F4885F8D6591BBBD(__this, NULL);
if (!L_1)
{
goto IL_0012;
}
}
IL_0010:
{
return (bool)0;
}
IL_0012:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = ___uriLink0;
NullCheck(L_2);
bool L_3;
L_3 = Uri_get_IsAbsoluteUri_m2F9B759B85D295639D7959A616E1FBC203D756DF(L_2, NULL);
if (L_3)
{
goto IL_0048;
}
}
{
V_2 = (String_t*)NULL;
V_4 = (bool)0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_4 = ___uriLink0;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5;
L_5 = Uri_ResolveHelper_m8FD2A09E63507DB5178AE3C182C323E8EA4B8752(__this, L_4, (&V_2), (&V_4), (&V_3), NULL);
___uriLink0 = L_5;
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_6 = V_3;
if (!L_6)
{
goto IL_0033;
}
}
{
return (bool)0;
}
IL_0033:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_7 = ___uriLink0;
if (L_7)
{
goto IL_0043;
}
}
{
String_t* L_8 = V_2;
bool L_9 = V_4;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_10;
L_10 = Uri_CreateHelper_mC4FC141C7E569879417FFC24BCB47E22CE09163B(L_8, L_9, 1, (&V_3), NULL);
___uriLink0 = L_10;
}
IL_0043:
{
UriFormatException_t387F900BAB603EDDDFBCA6FFB8BC85E621A2EFDF* L_11 = V_3;
if (!L_11)
{
goto IL_0048;
}
}
{
return (bool)0;
}
IL_0048:
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_12;
L_12 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(__this, NULL);
NullCheck(L_12);
String_t* L_13;
L_13 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_12, NULL);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_14 = ___uriLink0;
NullCheck(L_14);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_15;
L_15 = Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline(L_14, NULL);
NullCheck(L_15);
String_t* L_16;
L_16 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_15, NULL);
bool L_17;
L_17 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_13, L_16, NULL);
if (!L_17)
{
goto IL_0067;
}
}
{
return (bool)0;
}
IL_0067:
{
String_t* L_18;
L_18 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(__this, ((int32_t)63), 3, NULL);
V_0 = L_18;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_19 = ___uriLink0;
NullCheck(L_19);
String_t* L_20;
L_20 = Uri_GetParts_m432C93EAC8684C7410585D36DA00B04F6DC34357(L_19, ((int32_t)63), 3, NULL);
V_1 = L_20;
String_t* L_21 = V_0;
V_6 = L_21;
String_t* L_22 = V_6;
V_5 = (Il2CppChar*)((uintptr_t)L_22);
Il2CppChar* L_23 = V_5;
if (!L_23)
{
goto IL_0091;
}
}
{
Il2CppChar* L_24 = V_5;
int32_t L_25;
L_25 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, L_25));
}
IL_0091:
{
String_t* L_26 = V_1;
V_8 = L_26;
String_t* L_27 = V_8;
V_7 = (Il2CppChar*)((uintptr_t)L_27);
Il2CppChar* L_28 = V_7;
if (!L_28)
{
goto IL_00a7;
}
}
{
Il2CppChar* L_29 = V_7;
int32_t L_30;
L_30 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL);
V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, L_30));
}
IL_00a7:
{
Il2CppChar* L_31 = V_5;
String_t* L_32 = V_0;
NullCheck(L_32);
int32_t L_33;
L_33 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_32, NULL);
Il2CppChar* L_34 = V_7;
String_t* L_35 = V_1;
NullCheck(L_35);
int32_t L_36;
L_36 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_35, NULL);
bool L_37;
L_37 = Uri_get_IsUncOrDosPath_m33F2D8808AB44816518C1C464152D4B7872374F0(__this, NULL);
G_B17_0 = ((int32_t)(uint16_t)L_36);
G_B17_1 = L_34;
G_B17_2 = ((int32_t)(uint16_t)L_33);
G_B17_3 = L_31;
if (L_37)
{
G_B18_0 = ((int32_t)(uint16_t)L_36);
G_B18_1 = L_34;
G_B18_2 = ((int32_t)(uint16_t)L_33);
G_B18_3 = L_31;
goto IL_00c9;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_38 = ___uriLink0;
NullCheck(L_38);
bool L_39;
L_39 = Uri_get_IsUncOrDosPath_m33F2D8808AB44816518C1C464152D4B7872374F0(L_38, NULL);
G_B19_0 = ((int32_t)(L_39));
G_B19_1 = G_B17_0;
G_B19_2 = G_B17_1;
G_B19_3 = G_B17_2;
G_B19_4 = G_B17_3;
goto IL_00ca;
}
IL_00c9:
{
G_B19_0 = 1;
G_B19_1 = G_B18_0;
G_B19_2 = G_B18_1;
G_B19_3 = G_B18_2;
G_B19_4 = G_B18_3;
}
IL_00ca:
{
il2cpp_codegen_runtime_class_init_inline(UriHelper_tDE60EC9B07466916279EC0867FD20BAFA8F55635_il2cpp_TypeInfo_var);
bool L_40;
L_40 = UriHelper_TestForSubPath_mBC7C47F3C8258BF49162CA099F43E24575CFBFCF(G_B19_4, (uint16_t)G_B19_3, G_B19_2, (uint16_t)G_B19_1, (bool)G_B19_0, NULL);
return L_40;
}
}
// System.Void System.Uri::CreateThisFromUri(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateThisFromUri_m986BB8F1CF8D75EEFA12D9D0963BA927FA394BE5 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___otherUri0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
__this->___m_Info_18 = (UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Info_18), (void*)(UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09*)NULL);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___otherUri0;
NullCheck(L_0);
uint64_t L_1 = L_0->___m_Flags_17;
__this->___m_Flags_17 = L_1;
bool L_2;
L_2 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)1073741824)), NULL);
if (!L_2)
{
goto IL_00b2;
}
}
{
uint64_t L_3 = __this->___m_Flags_17;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_3&((int64_t)-3221291008LL)));
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_4 = ___otherUri0;
NullCheck(L_4);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_5 = L_4->___m_Info_18;
NullCheck(L_5);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_6 = (&L_5->___Offset_3);
uint16_t L_7 = L_6->___Path_4;
V_0 = L_7;
bool L_8;
L_8 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(__this, ((int64_t)((int32_t)8388608)), 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(L_9, 1));
}
IL_005f:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_10 = ___otherUri0;
NullCheck(L_10);
String_t* L_11 = L_10->___m_String_13;
int32_t L_12 = V_0;
NullCheck(L_11);
Il2CppChar L_13;
L_13 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_11, L_12, NULL);
if ((((int32_t)L_13) == ((int32_t)((int32_t)58))))
{
goto IL_0082;
}
}
{
int32_t L_14 = V_0;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_15 = ___otherUri0;
NullCheck(L_15);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_16 = L_15->___m_Info_18;
NullCheck(L_16);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_17 = (&L_16->___Offset_3);
uint16_t L_18 = L_17->___Host_2;
if ((((int32_t)L_14) > ((int32_t)L_18)))
{
goto IL_005b;
}
}
IL_0082:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_19 = ___otherUri0;
NullCheck(L_19);
String_t* L_20 = L_19->___m_String_13;
int32_t L_21 = V_0;
NullCheck(L_20);
Il2CppChar L_22;
L_22 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_20, L_21, NULL);
if ((((int32_t)L_22) == ((int32_t)((int32_t)58))))
{
goto IL_00a3;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_23 = ___otherUri0;
NullCheck(L_23);
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* L_24 = L_23->___m_Info_18;
NullCheck(L_24);
Offset_tE612E8724BE1BAC109CDFA8ED5567B5979139493* L_25 = (&L_24->___Offset_3);
uint16_t L_26 = L_25->___Path_4;
V_0 = L_26;
}
IL_00a3:
{
uint64_t L_27 = __this->___m_Flags_17;
int32_t L_28 = V_0;
__this->___m_Flags_17 = ((int64_t)((int64_t)L_27|((int64_t)L_28)));
}
IL_00b2:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_29 = ___otherUri0;
NullCheck(L_29);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_30 = L_29->___m_Syntax_15;
__this->___m_Syntax_15 = L_30;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Syntax_15), (void*)L_30);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_31 = ___otherUri0;
NullCheck(L_31);
String_t* L_32 = L_31->___m_String_13;
__this->___m_String_13 = L_32;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_String_13), (void*)L_32);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_33 = ___otherUri0;
NullCheck(L_33);
bool L_34 = L_33->___m_iriParsing_19;
__this->___m_iriParsing_19 = L_34;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_35 = ___otherUri0;
NullCheck(L_35);
bool L_36;
L_36 = Uri_get_OriginalStringSwitched_mBE7152D5DA7A1D922B728B9EA8C64815B0469FB7(L_35, NULL);
if (!L_36)
{
goto IL_00ea;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_37 = ___otherUri0;
NullCheck(L_37);
String_t* L_38 = L_37->___m_originalUnicodeString_14;
__this->___m_originalUnicodeString_14 = L_38;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_originalUnicodeString_14), (void*)L_38);
}
IL_00ea:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_39 = ___otherUri0;
NullCheck(L_39);
bool L_40;
L_40 = Uri_get_AllowIdn_m612B747CE2F03FCA867D81F14710758B561209E7(L_39, NULL);
if (!L_40)
{
goto IL_0120;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_41 = ___otherUri0;
NullCheck(L_41);
bool L_42;
L_42 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(L_41, ((int64_t)4294967296LL), NULL);
if (L_42)
{
goto IL_0114;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_43 = ___otherUri0;
NullCheck(L_43);
bool L_44;
L_44 = Uri_InFact_mEEE8ADE0780C0712A3DEB8935BD6FC7B23F38A7B(L_43, ((int64_t)68719476736LL), NULL);
if (!L_44)
{
goto IL_0120;
}
}
IL_0114:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_45 = ___otherUri0;
NullCheck(L_45);
String_t* L_46 = L_45->___m_DnsSafeHost_16;
__this->___m_DnsSafeHost_16 = L_46;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DnsSafeHost_16), (void*)L_46);
}
IL_0120:
{
return;
}
}
// System.Void System.Uri::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__cctor_mED6507CF356205205DE18F0D9D2A660D4C094F23 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t56F624E1051A2E261613B6A81CA2333397F49CB3____04D9D643E5A26924DC98C9906714082D395DCB17CEE9674D5EBFEC15D098C2B5_1_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t56F624E1051A2E261613B6A81CA2333397F49CB3____1417FCAA8455DC8E3C88BF916DD5C75746A2597CC052F212A8E4394C890E012B_3_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral778DFAE29C280DA8F24CB36747AB3656B8220A6F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC754689D33E77DA33A161FB7A06C164EDF02EE65);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_0 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___FileUri_12;
NullCheck(L_0);
String_t* L_1;
L_1 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_0, NULL);
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeFile_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeFile_0), (void*)L_1);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_2 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___FtpUri_11;
NullCheck(L_2);
String_t* L_3;
L_3 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_2, NULL);
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeFtp_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeFtp_1), (void*)L_3);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_4 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___GopherUri_13;
NullCheck(L_4);
String_t* L_5;
L_5 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_4, NULL);
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeGopher_2 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeGopher_2), (void*)L_5);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_6 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___HttpUri_7;
NullCheck(L_6);
String_t* L_7;
L_7 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_6, NULL);
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeHttp_3 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeHttp_3), (void*)L_7);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_8 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___HttpsUri_8;
NullCheck(L_8);
String_t* L_9;
L_9 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_8, NULL);
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeHttps_4 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeHttps_4), (void*)L_9);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_10 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___WsUri_9;
NullCheck(L_10);
String_t* L_11;
L_11 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_10, NULL);
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeWs_5 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeWs_5), (void*)L_11);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_12 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___WssUri_10;
NullCheck(L_12);
String_t* L_13;
L_13 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_12, NULL);
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeWss_6 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeWss_6), (void*)L_13);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_14 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___MailToUri_16;
NullCheck(L_14);
String_t* L_15;
L_15 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_14, NULL);
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeMailto_7 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeMailto_7), (void*)L_15);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_16 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___NewsUri_15;
NullCheck(L_16);
String_t* L_17;
L_17 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_16, NULL);
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeNews_8 = L_17;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeNews_8), (void*)L_17);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_18 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___NntpUri_14;
NullCheck(L_18);
String_t* L_19;
L_19 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_18, NULL);
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeNntp_9 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeNntp_9), (void*)L_19);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_20 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___NetTcpUri_20;
NullCheck(L_20);
String_t* L_21;
L_21 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_20, NULL);
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeNetTcp_10 = L_21;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeNetTcp_10), (void*)L_21);
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_22 = ((UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t920B0868286118827C08B08A15A9456AF6C19D81_il2cpp_TypeInfo_var))->___NetPipeUri_21;
NullCheck(L_22);
String_t* L_23;
L_23 = UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline(L_22, NULL);
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeNetPipe_11 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeNetPipe_11), (void*)L_23);
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___SchemeDelimiter_12 = _stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___SchemeDelimiter_12), (void*)_stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A);
il2cpp_codegen_memory_barrier();
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_IdnScope_22 = 0;
String_t* L_24;
L_24 = Environment_GetEnvironmentVariable_mFA1E83F28F2E74EF3312F9D4B582FFBE38804ED8(_stringLiteralC754689D33E77DA33A161FB7A06C164EDF02EE65, NULL);
bool L_25;
L_25 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_24, _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, NULL);
il2cpp_codegen_memory_barrier();
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___s_IriParsing_23 = (bool)((((int32_t)L_25) == ((int32_t)0))? 1 : 0);
String_t* L_26;
L_26 = Environment_GetEnvironmentVariable_mFA1E83F28F2E74EF3312F9D4B582FFBE38804ED8(_stringLiteral778DFAE29C280DA8F24CB36747AB3656B8220A6F, NULL);
bool L_27;
L_27 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_26, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, NULL);
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___useDotNetRelativeOrAbsolute_24 = L_27;
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
Il2CppChar L_28 = ((Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_StaticFields*)il2cpp_codegen_static_fields_for(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var))->___DirectorySeparatorChar_2;
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___IsWindowsFileSystem_25 = (bool)((((int32_t)L_28) == ((int32_t)((int32_t)92)))? 1 : 0);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_29 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_30 = L_29;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_31 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t56F624E1051A2E261613B6A81CA2333397F49CB3____04D9D643E5A26924DC98C9906714082D395DCB17CEE9674D5EBFEC15D098C2B5_1_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_30, L_31, NULL);
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___HexLowerChars_27 = L_30;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___HexLowerChars_27), (void*)L_30);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_32 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_33 = L_32;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_34 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t56F624E1051A2E261613B6A81CA2333397F49CB3____1417FCAA8455DC8E3C88BF916DD5C75746A2597CC052F212A8E4394C890E012B_3_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_33, L_34, NULL);
((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->____WSchars_28 = L_33;
Il2CppCodeGenWriteBarrier((void**)(&((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->____WSchars_28), (void*)L_33);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000d;
}
}
{
il2cpp_codegen_initobj((&V_0), sizeof(ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1));
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = V_0;
return L_1;
}
IL_000d:
{
String_t* L_2 = ___value0;
NullCheck(L_2);
Il2CppChar* L_3;
L_3 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_2, NULL);
String_t* L_4 = ___value0;
NullCheck(L_4);
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_6;
memset((&L_6), 0, sizeof(L_6));
ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline((&L_6), L_3, L_5, /*hidden argument*/ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var);
return L_6;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____stringLength_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UriParser_get_Flags_mBE183D7CBEEEBEC670CCF1DF21D56B354796D6C3_inline (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___m_Flags_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* Uri_get_Syntax_mCBAC18B1DC71D269BF6C98417D923674DE258DC2_inline (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method)
{
{
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* L_0 = __this->___m_Syntax_15;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* UriParser_get_SchemeName_m3BD969B4E8EEA3769D070FA42CE340CDC766F47D_inline (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___m_Scheme_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UriParser_get_DefaultPort_m38684C86B40F59960533D8F812B311ACBBEB7AA5_inline (UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___m_Port_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06* StringComparer_get_InvariantCultureIgnoreCase_mAAE3230211B6F7E6303F496B33286218FC9ADD64_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_il2cpp_TypeInfo_var);
CultureAwareComparer_t5822A6535A6EB4C448D1B7736067D1188BAEE8CD* L_0 = ((StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_il2cpp_TypeInfo_var))->___s_invariantCultureIgnoreCase_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m339FDCE1FC17C2B97AEA44937294504AF706F7FF_gshared_inline (ReadOnlySpan_1_tA2EFC117098BD2B38ADBF809AA976D9F3C13654F* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____length_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____length_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method)
{
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 V_0;
memset((&V_0), 0, sizeof(V_0));
{
int32_t L_0 = ___start0;
int32_t L_1 = (int32_t)__this->____length_1;
if ((!(((uint32_t)L_0) <= ((uint32_t)L_1))))
{
goto IL_0014;
}
}
{
int32_t L_2 = ___length1;
int32_t L_3 = (int32_t)__this->____length_1;
int32_t L_4 = ___start0;
if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_3, L_4))))))
{
goto IL_0019;
}
}
IL_0014:
{
ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353(NULL);
}
IL_0019:
{
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_5 = (ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5)__this->____pointer_0;
V_0 = L_5;
Il2CppChar* L_6;
L_6 = IL2CPP_BY_REFERENCE_GET_VALUE(Il2CppChar, (Il2CppByReference*)(&V_0));
int32_t L_7 = ___start0;
Il2CppChar* L_8;
L_8 = il2cpp_unsafe_add<Il2CppChar,int32_t>(L_6, L_7);
int32_t L_9 = ___length1;
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_10;
memset((&L_10), 0, sizeof(L_10));
ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline((&L_10), L_8, L_9, /*hidden argument*/il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 6));
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mB886029FDB28A19EF15C463DD88A08470033D192_gshared_inline (Span_1_t3C28155FFD2FA88D962FCE88A14C370626303A8D* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
if (!false)
{
goto IL_0016;
}
}
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (il2cpp_rgctx_type(InitializedTypeInfo(method->klass)->rgctx_data, 4)) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_0, NULL);
ThrowHelper_ThrowInvalidTypeWithPointersNotSupported_m6A58AD8706EDDB4CE9C309A6085249B6377C8CB5(L_1, NULL);
}
IL_0016:
{
int32_t L_2 = ___length1;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_001f;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353(NULL);
}
IL_001f:
{
void* L_3 = ___pointer0;
uint16_t* L_4;
L_4 = il2cpp_unsafe_as_ref<uint16_t>((uint8_t*)L_3);
ByReference_1_t946C8F453CAF957A5339893AAA7FFF61CC68CECE L_5;
memset((&L_5), 0, sizeof(L_5));
il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_5), L_4);
__this->____pointer_0 = L_5;
int32_t L_6 = ___length1;
__this->____length_1 = L_6;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
if (!false)
{
goto IL_0016;
}
}
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (il2cpp_rgctx_type(InitializedTypeInfo(method->klass)->rgctx_data, 4)) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_0, NULL);
ThrowHelper_ThrowInvalidTypeWithPointersNotSupported_m6A58AD8706EDDB4CE9C309A6085249B6377C8CB5(L_1, NULL);
}
IL_0016:
{
int32_t L_2 = ___length1;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_001f;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353(NULL);
}
IL_001f:
{
void* L_3 = ___pointer0;
Il2CppChar* L_4;
L_4 = il2cpp_unsafe_as_ref<Il2CppChar>((uint8_t*)L_3);
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_5;
memset((&L_5), 0, sizeof(L_5));
il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_5), L_4);
__this->____pointer_0 = L_5;
int32_t L_6 = ___length1;
__this->____length_1 = L_6;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, int32_t ___start0, const RuntimeMethod* method)
{
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 V_0;
memset((&V_0), 0, sizeof(V_0));
{
int32_t L_0 = ___start0;
int32_t L_1 = (int32_t)__this->____length_1;
if ((!(((uint32_t)L_0) > ((uint32_t)L_1))))
{
goto IL_000e;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353(NULL);
}
IL_000e:
{
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_2 = (ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5)__this->____pointer_0;
V_0 = L_2;
Il2CppChar* L_3;
L_3 = IL2CPP_BY_REFERENCE_GET_VALUE(Il2CppChar, (Il2CppByReference*)(&V_0));
int32_t L_4 = ___start0;
Il2CppChar* L_5;
L_5 = il2cpp_unsafe_add<Il2CppChar,int32_t>(L_3, L_4);
int32_t L_6 = (int32_t)__this->____length_1;
int32_t L_7 = ___start0;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_8;
memset((&L_8), 0, sizeof(L_8));
Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_inline((&L_8), L_5, ((int32_t)il2cpp_codegen_subtract(L_6, L_7)), /*hidden argument*/il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 10));
return L_8;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method)
{
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 V_0;
memset((&V_0), 0, sizeof(V_0));
{
int32_t L_0 = ___start0;
int32_t L_1 = (int32_t)__this->____length_1;
if ((!(((uint32_t)L_0) <= ((uint32_t)L_1))))
{
goto IL_0014;
}
}
{
int32_t L_2 = ___length1;
int32_t L_3 = (int32_t)__this->____length_1;
int32_t L_4 = ___start0;
if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_3, L_4))))))
{
goto IL_0019;
}
}
IL_0014:
{
ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353(NULL);
}
IL_0019:
{
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_5 = (ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5)__this->____pointer_0;
V_0 = L_5;
Il2CppChar* L_6;
L_6 = IL2CPP_BY_REFERENCE_GET_VALUE(Il2CppChar, (Il2CppByReference*)(&V_0));
int32_t L_7 = ___start0;
Il2CppChar* L_8;
L_8 = il2cpp_unsafe_add<Il2CppChar,int32_t>(L_6, L_7);
int32_t L_9 = ___length1;
Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_10;
memset((&L_10), 0, sizeof(L_10));
Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_inline((&L_10), L_8, L_9, /*hidden argument*/il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 10));
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method)
{
{
Il2CppChar* L_0 = ___ptr0;
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_1;
memset((&L_1), 0, sizeof(L_1));
il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_1), L_0);
__this->____pointer_0 = L_1;
int32_t L_2 = ___length1;
__this->____length_1 = L_2;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method)
{
{
Il2CppChar* L_0 = ___ptr0;
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_1;
memset((&L_1), 0, sizeof(L_1));
il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_1), L_0);
__this->____pointer_0 = L_1;
int32_t L_2 = ___length1;
__this->____length_1 = L_2;
return;
}
}