#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include template struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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); } }; // System.Buffers.ArrayPool`1 struct ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07; // System.Buffers.ArrayPool`1 struct ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28; // System.Byte[] struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; // System.Char[] struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; // System.IntPtr[] struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; // System.String[] struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; // System.Type[] struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; // System.UInt32[] struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F; // System.Reflection.Binder struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; // System.Globalization.Calendar struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B; // System.Char struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17; // System.Globalization.CompareInfo struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57; // System.Globalization.CultureData struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D; // System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A; // System.Exception struct Exception_t; // System.FormatException struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B; // System.Collections.IDictionary struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; // System.IFormatProvider struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52; // System.Reflection.MemberFilter struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472; // System.OverflowException struct OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Globalization.TextInfo struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4; // System.Type struct Type_t; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; 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* ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_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* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral02A7C4EF37893C2F6EC5DE096B85F28E75A99A54; IL2CPP_EXTERN_C String_t* _stringLiteral07CA1880ACC5F813EC21B22E6E7B749123891463; IL2CPP_EXTERN_C String_t* _stringLiteral0A559CB4D54EE486F9A4515005F1C40DE6B9EA77; IL2CPP_EXTERN_C String_t* _stringLiteral0A5CB231DA96D87CFB74FFBAF2075ACF5ED946AC; IL2CPP_EXTERN_C String_t* _stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3; IL2CPP_EXTERN_C String_t* _stringLiteral1649B6362D7BFE5B47AD5B0E3FF1C23199A234E7; IL2CPP_EXTERN_C String_t* _stringLiteral18244E26F5FF2C5B45348E712BA2064897332C79; IL2CPP_EXTERN_C String_t* _stringLiteral1E7A8A503AFD36DF33873AAF1E540F2FC2BC00F1; IL2CPP_EXTERN_C String_t* _stringLiteral20A65E8B0FCDA72F219167444B51ADE0AE75CCE4; IL2CPP_EXTERN_C String_t* _stringLiteral21AE4E4A6ECECB42D1D08C13B107CFC0DC4F744A; IL2CPP_EXTERN_C String_t* _stringLiteral2560015662CF4CE1FBB0C239EE33C0A6BD267C34; IL2CPP_EXTERN_C String_t* _stringLiteral2BE28669BCA29F56607A0E515651DF84E58F5E86; IL2CPP_EXTERN_C String_t* _stringLiteral323B50F239A0CEA841D1CDB6FD827C73F3DA7D58; IL2CPP_EXTERN_C String_t* _stringLiteral3C7A831A0474AE58A1A511C0AE679EA6ACAF323B; IL2CPP_EXTERN_C String_t* _stringLiteral3E6E3EAE051FC136B5CCFBED1CB3EB762BAE9210; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral4C741498CBA8A5510C09300E9A8B8F588F5E6554; IL2CPP_EXTERN_C String_t* _stringLiteral4DD3DE8CCECA489C7DDD3362FC292A3BE39B68F1; IL2CPP_EXTERN_C String_t* _stringLiteral56C9B652878395853110609B8408AB9C094B096A; IL2CPP_EXTERN_C String_t* _stringLiteral5813ADE87A3277FE8FD81CA759C1415B7C708595; IL2CPP_EXTERN_C String_t* _stringLiteral586421FA97056FDB29C92DF11FC45E50039AF58C; IL2CPP_EXTERN_C String_t* _stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84; IL2CPP_EXTERN_C String_t* _stringLiteral65ECD3FE795425EDF31CE693A8E01759AC072FD6; IL2CPP_EXTERN_C String_t* _stringLiteral66885E26C562C39DCC525798DECE3BF74488A976; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral6926C85E0B22B5E154849BA94F95B911D0F467AB; IL2CPP_EXTERN_C String_t* _stringLiteral6B6E99AB68D2834E2BA881EA585508AE3BB8972B; IL2CPP_EXTERN_C String_t* _stringLiteral71A4D286D674B387825473A6BF68FA0177EAEC37; IL2CPP_EXTERN_C String_t* _stringLiteral7405068459969E65A509A575D3072180AB440CC4; IL2CPP_EXTERN_C String_t* _stringLiteral7491756875CB4DEE250E72418D6CBD5E0DD81F9A; IL2CPP_EXTERN_C String_t* _stringLiteral75024B19E3B0D929FB55D9F58FB9F2BD92238C9A; IL2CPP_EXTERN_C String_t* _stringLiteral79C39E67CD586A3F790D4A0E38FA9F11404B5D1D; IL2CPP_EXTERN_C String_t* _stringLiteral7A784352CB13C6A681E12F724A26B5F6FAB9A9B1; IL2CPP_EXTERN_C String_t* _stringLiteral85DAE785199A9898AFE660853B969B9DB82D9666; IL2CPP_EXTERN_C String_t* _stringLiteral8C9373393C312536C1D242EFF64FED26D13EC4C2; IL2CPP_EXTERN_C String_t* _stringLiteral901CED0B08A382B88967A848ACC86064E89B6DA4; IL2CPP_EXTERN_C String_t* _stringLiteral918D7D38C63FE5E56F05EB697A47C91549FBEDCB; IL2CPP_EXTERN_C String_t* _stringLiteral93FFE29C2506591FD366855C12526B4678FB1953; IL2CPP_EXTERN_C String_t* _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158; IL2CPP_EXTERN_C String_t* _stringLiteralAB1BFE74E7A4298B8F37FB9EB6B78547560992A2; IL2CPP_EXTERN_C String_t* _stringLiteralACEB01644E7A4BCEFA0B7FD13C917DA74C936C31; IL2CPP_EXTERN_C String_t* _stringLiteralACF7EBD89F85F7166021028EA7503E6D3600F722; IL2CPP_EXTERN_C String_t* _stringLiteralB1EEC0D26B91AABE220113FD74CE99065239B040; IL2CPP_EXTERN_C String_t* _stringLiteralBEDE0708DCC90F9E18B81ABBCC88E8AFE5F7C1E5; IL2CPP_EXTERN_C String_t* _stringLiteralC02C28AFEBE998F767E4AF43E3BE8F5E9FA11536; IL2CPP_EXTERN_C String_t* _stringLiteralC4BDB973AE821DEA70F0495195EF17C3A498E945; IL2CPP_EXTERN_C String_t* _stringLiteralC4C4969CA68A212C57B6FC1FBAE5AEBACB547E07; IL2CPP_EXTERN_C String_t* _stringLiteralC798E2ADCB059C2253762B87F88B2661EADEBEA6; IL2CPP_EXTERN_C String_t* _stringLiteralCA04D202AC5F9C676BB75B6E26B16EE1F062729C; IL2CPP_EXTERN_C String_t* _stringLiteralCF15E6AB986C6E1A6B9D665510A803EB2245E941; IL2CPP_EXTERN_C String_t* _stringLiteralCF5B5845107C1302EDC696A0C7AAAC4FA03151F4; IL2CPP_EXTERN_C String_t* _stringLiteralD25163422D668F498B77BBE8BE47AAF95218DD82; IL2CPP_EXTERN_C String_t* _stringLiteralD5471D292DA73385B43A5157FDE4D4126F209CC8; IL2CPP_EXTERN_C String_t* _stringLiteralDC400987E5EE16841C02DE14AE43EB578A7FEAC0; IL2CPP_EXTERN_C String_t* _stringLiteralDD1E96489DC4F60E6AB0135A5F5CDE79341D8BF7; IL2CPP_EXTERN_C String_t* _stringLiteralED07F219A0721B30764C92E705CC226FA5B25955; IL2CPP_EXTERN_C String_t* _stringLiteralEEECCAC246F56CB6F1028EA6BD68FFDD99972BC2; IL2CPP_EXTERN_C String_t* _stringLiteralF069A8525943D01E4328C465EF7CAB88531619B4; IL2CPP_EXTERN_C String_t* _stringLiteralF072EABB286891F7AE6ED11AF63686B8B0F5023E; IL2CPP_EXTERN_C String_t* _stringLiteralF29DF9C4CDC06C543A886799FF9B797DDB41FA67; IL2CPP_EXTERN_C String_t* _stringLiteralF88F40E2C89711FBD14F352D2625135D3DA3CEE4; IL2CPP_EXTERN_C String_t* _stringLiteralF8E3475A2DDD8A338B5687E45B80510D26142DC9; IL2CPP_EXTERN_C String_t* _stringLiteralFBC759AD7743C9AB15A1D627CA2AA2D9E3D1E5B9; IL2CPP_EXTERN_C const RuntimeMethod* ArrayPool_1_get_Shared_m67C0FFC13A63061884FC902381DCCDABE0550219_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayPool_1_get_Shared_mF8BCD25CBF8FDFF0B3B34EA3845722E4E10F310F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m89F7B056854DF715AA3E2B78EB84D5FA3878E474_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigIntegerCalculator_Multiply_mC5EBB46223EC12631E39EC73562359F7FB493D29_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigIntegerCalculator_Square_m0E5FBF71469906C83667F8F8405170A6D854636F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigInteger_CompareTo_mFF2E7BDB82C698B3A3BFD93FD723629F9606B33E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigInteger__ctor_m48BEDD707B2B28BDB94A838395590DFFE775015A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigInteger_op_Explicit_m046F008251D35766B0BE64B7C436F4880DB853F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigInteger_op_Explicit_m07D474BCE018260424F6DB2B922548D609220A6B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigInteger_op_Explicit_m1BEEBEB5BD018A3C24694779C8F65D689740EE55_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigInteger_op_Explicit_m2A503B7FEEF346EC42C3ACA331FA229867C6B53D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigInteger_op_Explicit_m7BBDC9C9467637F386A05AE96B834877ECC4ED02_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigInteger_op_Explicit_m972264EE83572D572AA9741E036215A39BA99D13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigInteger_op_Explicit_mA353664E149BA29CDF50B6BE66BF7A1D594CD48E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigInteger_op_Explicit_mAA8F7C38164909FDEC9E39A29A454F6A56F2232B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigInteger_op_Explicit_mB888112BFA08EC9CA612347158A45CF4B82B9029_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigNumber_FormatBigInteger_m4F02C294AEE8681C245CCDA75C82ADB1301D47D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigNumber_ParseBigInteger_m01F884FCF07EE4AE34BD4524B3F32E007BDE6395_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigNumber_ParseBigInteger_m7A0E7068763972EAE89F98718B96B6F3D17F02CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigNumber_TryParseBigInteger_m2947E2634E52B92BF08E6BD3D6A81D440F9765D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Number_FormatFixed_m37C574B532ED831E9CDC6D0BF414121BA8CF7AD7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Number_NumberToString_mA6AA3672C7030A9751EDB7C8CE04F22851F88910_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_CopyTo_m42F1668DECE40277D97A37705EA6BE27CF7D5030_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_Slice_mC8B7C665F49384744642F03EA355239F0E4AF966_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_TryCopyTo_m22E885FE905F1306DDE8000F155109F7F4987666_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1__ctor_m1D3E8C5A560BE65D9A5C3E5D0D891C79F4895B0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1__ctor_mDADE08E6B4594775C6675B389078E5FE98C745D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_CopyTo_m197E47790117E2C925FE1A8E051A19AB9CF4260B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_CopyTo_m7BB0A9984004C444974C7F111CCAD6D85325A15E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_Fill_m13ADB57BBCF7684FF92630FACC729B10B9B6B254_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_Slice_m9D8BA8245B8DC9BFB4A4164759CBAAEAD1318CD6_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_TryCopyTo_m25ED56B31CC4F4DBC734E898741037AADC8806F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1__ctor_mE18EBB601FBFA01BA29FE353364700952A9091FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_get_Length_m8E944E4954E037877A25B9FF6B901F1F901D4769_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_op_Implicit_m3D84585FDA9DFB99F289B480D9F19B79E41F92D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_op_Implicit_m60CE12CE049B518AB49AB21ACB39112E9541FD9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_op_Implicit_mD65020B112814C67FED9F2C3DE2B0B78D4E2A486_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_op_Implicit_mDC0AC5B50ABB4FDDA74ADE064641DB22D560B357_RuntimeMethod_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 Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA; 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 U3CModuleU3E_t8BB3B0410A6FE73E075A5E8CD2F563089B45BBFC { }; // System.Buffers.ArrayPool`1 struct ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07 : public RuntimeObject { }; struct ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07_StaticFields { // System.Buffers.ArrayPool`1 System.Buffers.ArrayPool`1::k__BackingField ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07* ___U3CSharedU3Ek__BackingField_0; }; // System.Buffers.ArrayPool`1 struct ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B : public RuntimeObject { }; struct ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B_StaticFields { // System.Buffers.ArrayPool`1 System.Buffers.ArrayPool`1::k__BackingField ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B* ___U3CSharedU3Ek__BackingField_0; }; // System.EmptyArray`1 struct EmptyArray_1_t7187E746F328254739F076CFBCAABB28D4B4554C : public RuntimeObject { }; struct EmptyArray_1_t7187E746F328254739F076CFBCAABB28D4B4554C_StaticFields { // T[] System.EmptyArray`1::Value ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___Value_0; }; struct Il2CppArrayBounds; // System.Numerics.BigIntegerCalculator struct BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F : public RuntimeObject { }; struct BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_StaticFields { // System.Int32 System.Numerics.BigIntegerCalculator::ReducerThreshold int32_t ___ReducerThreshold_0; // System.Int32 System.Numerics.BigIntegerCalculator::SquareThreshold int32_t ___SquareThreshold_1; // System.Int32 System.Numerics.BigIntegerCalculator::AllocationThreshold int32_t ___AllocationThreshold_2; // System.Int32 System.Numerics.BigIntegerCalculator::MultiplyThreshold int32_t ___MultiplyThreshold_3; }; // System.Numerics.BigNumber struct BigNumber_t12C93976F4F3CB79D8D5C069283A73A731644E87 : public RuntimeObject { }; // 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.Globalization.CultureInfo::shared_by_number Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number_36; // System.Collections.Generic.Dictionary`2 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.Globalization.FormatProvider struct FormatProvider_t4FDB209C68BA0CE6E8AEF85A95F20CBA5F5688F4 : public RuntimeObject { }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { }; // System.Numerics.NumericsHelpers struct NumericsHelpers_tD53D7BC09972CEA0D205E1295EC8A69F3EA12F7B : public RuntimeObject { }; // SR struct SR_tA93BF61C879F26731B7618128E4973354DAA8D8A : public RuntimeObject { }; // 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.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t* ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; }; // 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.Globalization.FormatProvider/Number struct Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461 : public RuntimeObject { }; struct Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_StaticFields { // System.String[] System.Globalization.FormatProvider/Number::s_posCurrencyFormats StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_posCurrencyFormats_0; // System.String[] System.Globalization.FormatProvider/Number::s_negCurrencyFormats StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_negCurrencyFormats_1; // System.String[] System.Globalization.FormatProvider/Number::s_posPercentFormats StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_posPercentFormats_2; // System.String[] System.Globalization.FormatProvider/Number::s_negPercentFormats StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_negPercentFormats_3; // System.String[] System.Globalization.FormatProvider/Number::s_negNumberFormats StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_negNumberFormats_4; // System.String System.Globalization.FormatProvider/Number::s_posNumberFormat String_t* ___s_posNumberFormat_5; }; // System.Numerics.BigInteger struct BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F { // System.Int32 System.Numerics.BigInteger::_sign int32_t ____sign_0; // System.UInt32[] System.Numerics.BigInteger::_bits UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ____bits_1; }; struct BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields { // System.Numerics.BigInteger System.Numerics.BigInteger::s_bnMinInt BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___s_bnMinInt_2; // System.Numerics.BigInteger System.Numerics.BigInteger::s_bnOneInt BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___s_bnOneInt_3; // System.Numerics.BigInteger System.Numerics.BigInteger::s_bnZeroInt BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___s_bnZeroInt_4; // System.Numerics.BigInteger System.Numerics.BigInteger::s_bnMinusOneInt BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___s_bnMinusOneInt_5; // System.Byte[] System.Numerics.BigInteger::s_success ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_success_6; }; // Native definition for P/Invoke marshalling of System.Numerics.BigInteger struct BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_marshaled_pinvoke { int32_t ____sign_0; Il2CppSafeArray/*NONE*/* ____bits_1; }; // Native definition for COM marshalling of System.Numerics.BigInteger struct BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_marshaled_com { int32_t ____sign_0; Il2CppSafeArray/*NONE*/* ____bits_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.Decimal struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F { union { #pragma pack(push, tp, 1) struct { // System.Int32 System.Decimal::flags int32_t ___flags_8; }; #pragma pack(pop, tp) struct { int32_t ___flags_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___hi_9_OffsetPadding[4]; // System.Int32 System.Decimal::hi int32_t ___hi_9; }; #pragma pack(pop, tp) struct { char ___hi_9_OffsetPadding_forAlignmentOnly[4]; int32_t ___hi_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___lo_10_OffsetPadding[8]; // System.Int32 System.Decimal::lo int32_t ___lo_10; }; #pragma pack(pop, tp) struct { char ___lo_10_OffsetPadding_forAlignmentOnly[8]; int32_t ___lo_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___mid_11_OffsetPadding[12]; // System.Int32 System.Decimal::mid int32_t ___mid_11; }; #pragma pack(pop, tp) struct { char ___mid_11_OffsetPadding_forAlignmentOnly[12]; int32_t ___mid_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___ulomidLE_12_OffsetPadding[8]; // System.UInt64 System.Decimal::ulomidLE uint64_t ___ulomidLE_12; }; #pragma pack(pop, tp) struct { char ___ulomidLE_12_OffsetPadding_forAlignmentOnly[8]; uint64_t ___ulomidLE_12_forAlignmentOnly; }; }; }; struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields { // System.Decimal System.Decimal::Zero Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___Zero_3; // System.Decimal System.Decimal::One Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___One_4; // System.Decimal System.Decimal::MinusOne Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinusOne_5; // System.Decimal System.Decimal::MaxValue Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MaxValue_6; // System.Decimal System.Decimal::MinValue Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinValue_7; }; // System.Double struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F { // System.Double System.Double::m_value double ___m_value_0; }; // System.Numerics.DoubleUlong struct DoubleUlong_t1EB19509E807890F2CC8EA564B0F27C18EBF2D77 { union { #pragma pack(push, tp, 1) struct { // System.Double System.Numerics.DoubleUlong::dbl double ___dbl_0; }; #pragma pack(pop, tp) struct { double ___dbl_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.UInt64 System.Numerics.DoubleUlong::uu uint64_t ___uu_1; }; #pragma pack(pop, tp) struct { uint64_t ___uu_1_forAlignmentOnly; }; }; }; // 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.Int16 struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175 { // System.Int16 System.Int16::m_value int16_t ___m_value_0; }; // 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.SByte struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5 { // System.SByte System.SByte::m_value int8_t ___m_value_0; }; // System.Single struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C { // System.Single System.Single::m_value float ___m_value_0; }; // System.UInt16 struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455 { // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; }; // System.UInt32 struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B { // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; }; // System.UInt64 struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF { // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; }; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; // System.Numerics.BigNumber/BigNumberBuffer struct BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339 { // System.Text.StringBuilder System.Numerics.BigNumber/BigNumberBuffer::digits StringBuilder_t* ___digits_0; // System.Int32 System.Numerics.BigNumber/BigNumberBuffer::precision int32_t ___precision_1; // System.Int32 System.Numerics.BigNumber/BigNumberBuffer::scale int32_t ___scale_2; // System.Boolean System.Numerics.BigNumber/BigNumberBuffer::sign bool ___sign_3; }; // Native definition for P/Invoke marshalling of System.Numerics.BigNumber/BigNumberBuffer struct BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339_marshaled_pinvoke { char* ___digits_0; int32_t ___precision_1; int32_t ___scale_2; int32_t ___sign_3; }; // Native definition for COM marshalling of System.Numerics.BigNumber/BigNumberBuffer struct BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339_marshaled_com { Il2CppChar* ___digits_0; int32_t ___precision_1; int32_t ___scale_2; int32_t ___sign_3; }; // System.Globalization.FormatProvider/Number/NumberBuffer struct NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA { // System.Int32 System.Globalization.FormatProvider/Number/NumberBuffer::precision int32_t ___precision_0; // System.Int32 System.Globalization.FormatProvider/Number/NumberBuffer::scale int32_t ___scale_1; // System.Boolean System.Globalization.FormatProvider/Number/NumberBuffer::sign bool ___sign_2; // System.Char* System.Globalization.FormatProvider/Number/NumberBuffer::overrideDigits Il2CppChar* ___overrideDigits_3; }; // Native definition for P/Invoke marshalling of System.Globalization.FormatProvider/Number/NumberBuffer struct NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA_marshaled_pinvoke { int32_t ___precision_0; int32_t ___scale_1; int32_t ___sign_2; Il2CppChar* ___overrideDigits_3; }; // Native definition for COM marshalling of System.Globalization.FormatProvider/Number/NumberBuffer struct NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA_marshaled_com { int32_t ___precision_0; int32_t ___scale_1; int32_t ___sign_2; Il2CppChar* ___overrideDigits_3; }; // System.ByReference`1 struct ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC { // System.IntPtr System.ByReference`1::_value intptr_t ____value_0; }; // System.ByReference`1 struct ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 { // System.IntPtr System.ByReference`1::_value intptr_t ____value_0; }; // System.ByReference`1 struct ByReference_1_tDDF129F0BC02430629D5CD253C681112F166BAD4 { // 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.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.Globalization.NumberStyles struct NumberStyles_t567C6CBC2A2B5B5A2C43B2855D158949984A810C { // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___2; }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B { // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; }; // System.Array/RawData struct RawData_t37CAF2D3F74B7723974ED7CEEE9B297D8FA64ED0 : public RuntimeObject { // System.IntPtr System.Array/RawData::Bounds intptr_t ___Bounds_0; // System.IntPtr System.Array/RawData::Count intptr_t ___Count_1; // System.Byte System.Array/RawData::Data uint8_t ___Data_2; }; // Native definition for P/Invoke marshalling of System.Array/RawData struct RawData_t37CAF2D3F74B7723974ED7CEEE9B297D8FA64ED0_marshaled_pinvoke { intptr_t ___Bounds_0; intptr_t ___Count_1; uint8_t ___Data_2; }; // Native definition for COM marshalling of System.Array/RawData struct RawData_t37CAF2D3F74B7723974ED7CEEE9B297D8FA64ED0_marshaled_com { intptr_t ___Bounds_0; intptr_t ___Count_1; uint8_t ___Data_2; }; // System.Numerics.BigInteger/GetBytesMode struct GetBytesMode_t10F7F6AF54F643F5F547BAA25748B942F70EF3BB { // System.Int32 System.Numerics.BigInteger/GetBytesMode::value__ int32_t ___value___2; }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D { // System.ByReference`1 System.ReadOnlySpan`1::_pointer ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC ____pointer_0; // System.Int32 System.ReadOnlySpan`1::_length int32_t ____length_1; }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 { // System.ByReference`1 System.ReadOnlySpan`1::_pointer ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 ____pointer_0; // System.Int32 System.ReadOnlySpan`1::_length int32_t ____length_1; }; // System.Span`1 struct Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 { // System.ByReference`1 System.Span`1::_pointer ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC ____pointer_0; // System.Int32 System.Span`1::_length int32_t ____length_1; }; // System.Span`1 struct Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D { // System.ByReference`1 System.Span`1::_pointer ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 ____pointer_0; // System.Int32 System.Span`1::_length int32_t ____length_1; }; // System.Span`1 struct Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 { // System.ByReference`1 System.Span`1::_pointer ByReference_1_tDDF129F0BC02430629D5CD253C681112F166BAD4 ____pointer_0; // System.Int32 System.Span`1::_length int32_t ____length_1; }; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472 : public RuntimeObject { // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___numberGroupSizes_1; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___currencyGroupSizes_2; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___percentGroupSizes_3; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_4; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_5; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_6; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_9; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_10; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_11; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_12; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_15; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_16; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_17; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_18; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___nativeDigits_19; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_20; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_21; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_22; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_23; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_24; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_27; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_28; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_29; // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_30; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_31; // System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant bool ___m_isInvariant_32; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_34; }; struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_StaticFields { // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___invariantInfo_0; }; // 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.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { // System.String System.ArgumentException::_paramName String_t* ____paramName_18; }; // System.ArithmeticException struct ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.FormatException struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.Text.ValueStringBuilder struct ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251 { // System.Char[] System.Text.ValueStringBuilder::_arrayToReturnToPool CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____arrayToReturnToPool_0; // System.Span`1 System.Text.ValueStringBuilder::_chars Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ____chars_1; // System.Int32 System.Text.ValueStringBuilder::_pos int32_t ____pos_2; }; // Native definition for P/Invoke marshalling of System.Text.ValueStringBuilder struct ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251_marshaled_pinvoke { uint8_t* ____arrayToReturnToPool_0; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ____chars_1; int32_t ____pos_2; }; // Native definition for COM marshalling of System.Text.ValueStringBuilder struct ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251_marshaled_com { uint8_t* ____arrayToReturnToPool_0; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ____chars_1; int32_t ____pos_2; }; // 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.OverflowException struct OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C : public ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA { }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.UInt32[] struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA : public RuntimeArray { ALIGN_FIELD (8) uint32_t m_Items[1]; inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_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, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray { ALIGN_FIELD (8) int32_t m_Items[1]; inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.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.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.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.Void System.ReadOnlySpan`1::.ctor(T[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m1D3E8C5A560BE65D9A5C3E5D0D891C79F4895B0B_gshared_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___array0, const RuntimeMethod* method) ; // System.Int32 System.ReadOnlySpan`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_gshared_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, const RuntimeMethod* method) ; // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D ReadOnlySpan_1_Slice_mC8B7C665F49384744642F03EA355239F0E4AF966_gshared_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, int32_t ___start0, const RuntimeMethod* method) ; // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m8E944E4954E037877A25B9FF6B901F1F901D4769_gshared_inline (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305* __this, const RuntimeMethod* method) ; // System.Span`1 System.Span`1::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 Span_1_op_Implicit_mDC0AC5B50ABB4FDDA74ADE064641DB22D560B357_gshared (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___array0, const RuntimeMethod* method) ; // T[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Array_Empty_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m89F7B056854DF715AA3E2B78EB84D5FA3878E474_gshared_inline (const RuntimeMethod* method) ; // System.Int32 System.ReadOnlySpan`1::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.Void System.Span`1::.ctor(System.Void*,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mE18EBB601FBFA01BA29FE353364700952A9091FE_gshared_inline (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method) ; // System.Buffers.ArrayPool`1 System.Buffers.ArrayPool`1::get_Shared() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07* ArrayPool_1_get_Shared_mF8BCD25CBF8FDFF0B3B34EA3845722E4E10F310F_gshared_inline (const RuntimeMethod* method) ; // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 Span_1_Slice_m9D8BA8245B8DC9BFB4A4164759CBAAEAD1318CD6_gshared_inline (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305* __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) ; // System.Void System.Span`1::.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.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_mDADE08E6B4594775C6675B389078E5FE98C745D5_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) ; // System.Boolean System.ReadOnlySpan`1::TryCopyTo(System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlySpan_1_TryCopyTo_m22E885FE905F1306DDE8000F155109F7F4987666_gshared (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, const RuntimeMethod* method) ; // T& System.Runtime.InteropServices.MemoryMarshal::GetReference(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E_gshared (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___span0, const RuntimeMethod* method) ; // System.Void System.Span`1::.ctor(System.Void*,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_gshared_inline (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method) ; // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_gshared_inline (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, const RuntimeMethod* method) ; // System.Span`1 System.Span`1::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 Span_1_op_Implicit_m60CE12CE049B518AB49AB21ACB39112E9541FD9F_gshared (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___array0, const RuntimeMethod* method) ; // System.Void System.Span`1::CopyTo(System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_CopyTo_m197E47790117E2C925FE1A8E051A19AB9CF4260B_gshared (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 ___destination0, const RuntimeMethod* method) ; // System.Span`1 System.Span`1::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 System.Span`1::op_Implicit(System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 Span_1_op_Implicit_mD65020B112814C67FED9F2C3DE2B0B78D4E2A486_gshared (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___span0, const RuntimeMethod* method) ; // System.Boolean System.Span`1::TryCopyTo(System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Span_1_TryCopyTo_m25ED56B31CC4F4DBC734E898741037AADC8806F8_gshared (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, const RuntimeMethod* method) ; // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, const RuntimeMethod* method) ; // System.Span`1 System.Span`1::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.Void System.Span`1::CopyTo(System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_CopyTo_m7BB0A9984004C444974C7F111CCAD6D85325A15E_gshared (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, const RuntimeMethod* method) ; // System.Void System.Span`1::Fill(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_m13ADB57BBCF7684FF92630FACC729B10B9B6B254_gshared (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Il2CppChar ___value0, const RuntimeMethod* method) ; // System.Void System.ReadOnlySpan`1::CopyTo(System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlySpan_1_CopyTo_m42F1668DECE40277D97A37705EA6BE27CF7D5030_gshared (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, const RuntimeMethod* method) ; // System.Buffers.ArrayPool`1 System.Buffers.ArrayPool`1::get_Shared() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B* ArrayPool_1_get_Shared_m67C0FFC13A63061884FC902381DCCDABE0550219_gshared_inline (const RuntimeMethod* method) ; // System.Span`1 System.Span`1::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D Span_1_op_Implicit_m3D84585FDA9DFB99F289B480D9F19B79E41F92D1_gshared (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___array0, const RuntimeMethod* method) ; // System.Void System.ReadOnlySpan`1::.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.ReadOnlySpan`1::.ctor(T&,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m0FC0B92549C2968E80B5F75A85F28B96DBFCFD63_gshared_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, uint8_t* ___ptr0, int32_t ___length1, const RuntimeMethod* method) ; // System.Void System.Span`1::.ctor(T&,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m947BF95D54571BF3897F96822B7A8FDA5853497B_gshared_inline (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305* __this, uint8_t* ___ptr0, int32_t ___length1, const RuntimeMethod* method) ; // System.Void System.Span`1::.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.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425 (const RuntimeMethod* method) ; // System.String System.String::Format(System.IFormatProvider,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m75580778A544C5C8DA0F2ACEE7972A2AC944063A (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject* ___arg02, const RuntimeMethod* method) ; // System.Void System.Numerics.BigInteger::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void System.Numerics.BigInteger::.ctor(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mE9288D5C617F6BF5B8E44F8B73D9198F30B90D84 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, uint32_t ___value0, const RuntimeMethod* method) ; // System.Void System.Numerics.BigInteger::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mA87DC2182BB2F6AA0209BD98E81C30BCE5B8BBAA (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, int64_t ___value0, const RuntimeMethod* method) ; // System.Void System.Numerics.BigInteger::.ctor(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m4685E4C69B49F9470E056A761DCEB8DB9FA7D01C (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, uint64_t ___value0, const RuntimeMethod* method) ; // System.Void System.Numerics.BigInteger::.ctor(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m48BEDD707B2B28BDB94A838395590DFFE775015A (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, double ___value0, const RuntimeMethod* method) ; // System.Void System.Numerics.BigInteger::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m9F274FB1B4EC1E507374A65D16F8D1A6D23D54AC (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, float ___value0, const RuntimeMethod* method) ; // System.Boolean System.Double::IsFinite(System.Double) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsFinite_m5BBF38F691A6AD46ABC775E20F29F482BC3AEAC0_inline (double ___d0, const RuntimeMethod* method) ; // System.Boolean System.Double::IsInfinity(System.Double) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsInfinity_mFA158CA8247818AE2FEB5B11158A354CA5B4FCC5_inline (double ___d0, const RuntimeMethod* method) ; // System.Void System.OverflowException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264 (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* __this, String_t* ___message0, const RuntimeMethod* method) ; // System.Void System.Numerics.NumericsHelpers::GetDoubleParts(System.Double,System.Int32&,System.Int32&,System.UInt64&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumericsHelpers_GetDoubleParts_m6482E3183D456CFB04B1380D1A14ADBD5447985C (double ___dbl0, int32_t* ___sign1, int32_t* ___exp2, uint64_t* ___man3, bool* ___fFinite4, const RuntimeMethod* method) ; // System.Numerics.BigInteger System.Numerics.BigInteger::get_Zero() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_get_Zero_mBA4017A186518E67C2ACCEF9AC2007FD69AF33B1_inline (const RuntimeMethod* method) ; // System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_Implicit_mE84F02A2EC2296C1109CA10D6D808E86BF482599 (uint64_t ___value0, const RuntimeMethod* method) ; // System.Decimal System.Decimal::Truncate(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_Truncate_m5732FACB0631222D1621E4FFC55C33E2D367F11F (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d0, const RuntimeMethod* method) ; // System.Int32[] System.Decimal::GetBits(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* Decimal_GetBits_m04E08C5E3C3241317FB44DFA3741A45478D77915 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d0, const RuntimeMethod* method) ; // System.Void System.Numerics.BigInteger::.ctor(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m9544C18A3217F10163645D4A62264DE37CA49821 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___value0, 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.ReadOnlySpan`1::.ctor(T[]) inline void ReadOnlySpan_1__ctor_m1D3E8C5A560BE65D9A5C3E5D0D891C79F4895B0B_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___array0, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, const RuntimeMethod*))ReadOnlySpan_1__ctor_m1D3E8C5A560BE65D9A5C3E5D0D891C79F4895B0B_gshared_inline)(__this, ___array0, method); } // System.Void System.Numerics.BigInteger::.ctor(System.ReadOnlySpan`1,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mF6B2AC2AD4056AB6903913C56A92F565EB08BAFD (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D ___value0, bool ___isUnsigned1, bool ___isBigEndian2, const RuntimeMethod* method) ; // System.Void System.Numerics.BigInteger::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___value0, const RuntimeMethod* method) ; // System.Int32 System.ReadOnlySpan`1::get_Length() inline int32_t ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D*, const RuntimeMethod*))ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_gshared_inline)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32) inline ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D ReadOnlySpan_1_Slice_mC8B7C665F49384744642F03EA355239F0E4AF966_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, int32_t ___start0, const RuntimeMethod* method) { return (( ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D (*) (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D*, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mC8B7C665F49384744642F03EA355239F0E4AF966_gshared_inline)(__this, ___start0, method); } // System.Void System.Numerics.NumericsHelpers::DangerousMakeTwosComplement(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumericsHelpers_DangerousMakeTwosComplement_m425BF7C1ACDE99B623A68D13886F5CEE5B738291 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___d0, const RuntimeMethod* method) ; // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7 (RuntimeArray* ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray* ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method) ; // System.Void System.Numerics.BigInteger::.ctor(System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mB5E6337A77FC9888762DD29AAF54D2BBDD828D03 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, int32_t ___n0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___rgu1, const RuntimeMethod* method) ; // System.Void System.Numerics.BigInteger::.ctor(System.UInt32[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___value0, bool ___negative1, const RuntimeMethod* method) ; // System.Boolean System.Numerics.BigInteger::get_IsZero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_get_IsZero_m54B3F16D56CB9E59DBEC6929CF61A7FBE3592DC4 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, const RuntimeMethod* method) ; // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::GetInstance(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* NumberFormatInfo_GetInstance_m68D84692285114DC53C752EFC2A559319D117E71 (RuntimeObject* ___formatProvider0, const RuntimeMethod* method) ; // System.Numerics.BigInteger System.Numerics.BigInteger::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_Parse_mC976096F60ABD39101DE157103C45C8C13FBD913 (String_t* ___value0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method) ; // System.Numerics.BigInteger System.Numerics.BigNumber::ParseBigInteger(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigNumber_ParseBigInteger_m7A0E7068763972EAE89F98718B96B6F3D17F02CB (String_t* ___value0, int32_t ___style1, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info2, const RuntimeMethod* method) ; // System.Int32 System.Numerics.NumericsHelpers::CombineHash(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumericsHelpers_CombineHash_m4907C454F01686B09642262567D1C9C90F98CB65 (int32_t ___n10, int32_t ___n21, const RuntimeMethod* method) ; // System.Int32 System.Numerics.BigInteger::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_GetHashCode_m2CB01C462C09EB23616010EB24E0A87A4D35D783 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, const RuntimeMethod* method) ; // System.Boolean System.Numerics.BigInteger::Equals(System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_Equals_m36D3C46B170C61FBA8D78C5D4D52B6627DCB2314 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___other0, const RuntimeMethod* method) ; // System.Boolean System.Numerics.BigInteger::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_Equals_mC711A33C4466DC2C053785E0A8A34B49A197EA1C (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ; // System.UInt64 System.Numerics.NumericsHelpers::MakeUlong(System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t NumericsHelpers_MakeUlong_m4E1C54EE349875D06DB995ADBA4636E014BFC766 (uint32_t ___uHi0, uint32_t ___uLo1, const RuntimeMethod* method) ; // System.Boolean System.Numerics.BigInteger::Equals(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_Equals_m6FA62389611EBC75026561E5E3509E7839846361 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, int64_t ___other0, const RuntimeMethod* method) ; // System.Int32 System.Numerics.BigInteger::GetDiffLength(System.UInt32[],System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_GetDiffLength_mFF03BA36F23B3072F7DB3628547DF7B0CC34F650 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___rgu10, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___rgu21, int32_t ___cu2, const RuntimeMethod* method) ; // System.Int32 System.Int64::CompareTo(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_CompareTo_m63A0BDA03C5B1DEB7387B1C53D6BFD961E4F5490 (int64_t* __this, int64_t ___value0, const RuntimeMethod* method) ; // System.Int32 System.UInt64::CompareTo(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UInt64_CompareTo_m1292E47C1FE2A1FC5BC5E6E2EB9C1FCDCEFE7745 (uint64_t* __this, uint64_t ___value0, const RuntimeMethod* method) ; // System.Int32 System.Numerics.BigInteger::CompareTo(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_CompareTo_m8E77C4EDC6840B293E163EAC20CAA3644282F923 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, int64_t ___other0, const RuntimeMethod* method) ; // System.Int32 System.Numerics.BigInteger::CompareTo(System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_CompareTo_m1B9ADF53CC7255B4DE59A270AA1EA854E25E7296 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___other0, const RuntimeMethod* method) ; // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method) ; // System.Int32 System.Numerics.BigInteger::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_CompareTo_mFF2E7BDB82C698B3A3BFD93FD723629F9606B33E (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ; // System.Byte[] System.Numerics.BigInteger::ToByteArray(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BigInteger_ToByteArray_m3133379D53710B317BD4963D510EFFFD60D101E4 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, bool ___isUnsigned0, bool ___isBigEndian1, const RuntimeMethod* method) ; // System.Byte[] System.Numerics.BigInteger::ToByteArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BigInteger_ToByteArray_mC501D315AF605FB0EF172628E9D4C95D2F015EB3 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, const RuntimeMethod* method) ; // System.Byte[] System.Numerics.BigInteger::TryGetBytes(System.Numerics.BigInteger/GetBytesMode,System.Span`1,System.Boolean,System.Boolean,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, int32_t ___mode0, Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 ___destination1, bool ___isUnsigned2, bool ___isBigEndian3, int32_t* ___bytesWritten4, const RuntimeMethod* method) ; // System.Boolean System.Numerics.BigInteger::TryWriteBytes(System.Span`1,System.Int32&,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_TryWriteBytes_m4B86F875CA1C01790FE20D1A689DCA41D22326C0 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 ___destination0, int32_t* ___bytesWritten1, bool ___isUnsigned2, bool ___isBigEndian3, const RuntimeMethod* method) ; // System.Boolean System.Numerics.BigInteger::TryWriteOrCountBytes(System.Span`1,System.Int32&,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_TryWriteOrCountBytes_mB22B053CE50BA54DF99F85EEAE05CA7ABDEF6441 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 ___destination0, int32_t* ___bytesWritten1, bool ___isUnsigned2, bool ___isBigEndian3, const RuntimeMethod* method) ; // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_m8E944E4954E037877A25B9FF6B901F1F901D4769_inline (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305* __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305*, const RuntimeMethod*))Span_1_get_Length_m8E944E4954E037877A25B9FF6B901F1F901D4769_gshared_inline)(__this, method); } // System.Span`1 System.Span`1::op_Implicit(T[]) inline Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 Span_1_op_Implicit_mDC0AC5B50ABB4FDDA74ADE064641DB22D560B357 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___array0, const RuntimeMethod* method) { return (( Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 (*) (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, const RuntimeMethod*))Span_1_op_Implicit_mDC0AC5B50ABB4FDDA74ADE064641DB22D560B357_gshared)(___array0, method); } // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_CurrentInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* NumberFormatInfo_get_CurrentInfo_m1454E234BC45C215E5C99F2D01F53B342033C8CB (const RuntimeMethod* method) ; // System.String System.Numerics.BigNumber::FormatBigInteger(System.Numerics.BigInteger,System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BigNumber_FormatBigInteger_m134A2415A89251D3618C9E8A6C7A2D0C5C6E263F (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, String_t* ___format1, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info2, const RuntimeMethod* method) ; // System.String System.Numerics.BigInteger::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BigInteger_ToString_m6AFB0DE9CD953DA8B015C31B3CC1FEF86D98A306 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, const RuntimeMethod* method) ; // System.String System.Numerics.BigInteger::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BigInteger_ToString_mD17ED938094AEF4030E39A2F95C7C7834C6F70BB (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ; // System.String System.Numerics.BigInteger::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BigInteger_ToString_mF67077A813661D27640565FC41346D65A155B3F6 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) ; // System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_Implicit_mB99A75482A4AFBDC07F29EF6B9C8B56522088C1F (int64_t ___value0, const RuntimeMethod* method) ; // System.UInt32 System.Numerics.NumericsHelpers::Abs(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t NumericsHelpers_Abs_mA02EE0AF0C1AF6BC2361FB04AA9D555D6E67429C (int32_t ___a0, const RuntimeMethod* method) ; // System.UInt32[] System.Numerics.BigIntegerCalculator::Add(System.UInt32[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_Add_m5006C175629497B132A0B125FC1205AC81506965 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, uint32_t ___right1, const RuntimeMethod* method) ; // System.UInt32[] System.Numerics.BigIntegerCalculator::Add(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_Add_mBFE104C275F28C2460ED512D63BFF917DABC0FBB (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___right1, const RuntimeMethod* method) ; // System.Numerics.BigInteger System.Numerics.BigInteger::Add(System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_Add_m66F893D93D5E81DE3273EE0C43517C2862F60301 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___leftBits0, int32_t ___leftSign1, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___rightBits2, int32_t ___rightSign3, const RuntimeMethod* method) ; // System.Numerics.BigInteger System.Numerics.BigInteger::Subtract(System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_Subtract_m93BBFFEFA7C22BEC70B6B99B95A0CB21506FC65E (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___leftBits0, int32_t ___leftSign1, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___rightBits2, int32_t ___rightSign3, const RuntimeMethod* method) ; // System.UInt32[] System.Numerics.BigIntegerCalculator::Subtract(System.UInt32[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_Subtract_m3A108462F38E1640A32631B3535346D8D947C46A (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, uint32_t ___right1, const RuntimeMethod* method) ; // System.Int32 System.Numerics.BigIntegerCalculator::Compare(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigIntegerCalculator_Compare_m8BA0E1FC0852E7CA42859CF687E9142F6E553D10 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___right1, const RuntimeMethod* method) ; // System.UInt32[] System.Numerics.BigIntegerCalculator::Subtract(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_Subtract_m4E6F347481393DF34549B913FE0A6DF76584A5B4 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___right1, const RuntimeMethod* method) ; // System.Int32 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_op_Explicit_m046F008251D35766B0BE64B7C436F4880DB853F7 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, const RuntimeMethod* method) ; // System.Double System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double BigInteger_op_Explicit_m2AE1E0AC2AD93E0A02F65831DA8643B9DEEB99CA (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, const RuntimeMethod* method) ; // System.Int32 System.Numerics.NumericsHelpers::CbitHighZero(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumericsHelpers_CbitHighZero_mA5A5D46BC058FBD006C439EC959F7A6D0274AFA6 (uint32_t ___u0, const RuntimeMethod* method) ; // System.Double System.Numerics.NumericsHelpers::GetDoubleFromParts(System.Int32,System.Int32,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumericsHelpers_GetDoubleFromParts_m9F32CCD3DF06C1DE8D8989C9F866DD7EBD68371F (int32_t ___sign0, int32_t ___exp1, uint64_t ___man2, const RuntimeMethod* method) ; // System.Decimal System.Decimal::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Implicit_mE5A73A41E53B29C29A49359A2B5D0615A867B7C7 (int32_t ___value0, const RuntimeMethod* method) ; // System.Void System.Decimal::.ctor(System.Int32,System.Int32,System.Int32,System.Boolean,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, int32_t ___lo0, int32_t ___mid1, int32_t ___hi2, bool ___isNegative3, uint8_t ___scale4, const RuntimeMethod* method) ; // System.Numerics.BigInteger System.Numerics.BigInteger::op_RightShift(System.Numerics.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_RightShift_m6A0B97CE25BB20494371385564A248CF58914161 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, int32_t ___shift1, const RuntimeMethod* method) ; // System.Boolean System.Numerics.BigInteger::GetPartsForBitManipulation(System.Numerics.BigInteger&,System.UInt32[]&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_GetPartsForBitManipulation_m7D5BA06B014F65A7B023E8FB2B93BBCBBB46C268 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* ___x0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA** ___xd1, int32_t* ___xl2, const RuntimeMethod* method) ; // System.Numerics.BigInteger System.Numerics.BigInteger::op_LeftShift(System.Numerics.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_LeftShift_mB540326B560370DA0F03A93039FCA8D240CBD2BC (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, int32_t ___shift1, const RuntimeMethod* method) ; // System.Numerics.BigInteger System.Numerics.BigInteger::get_MinusOne() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_get_MinusOne_m9929E7AEC67F4E57C76A0B8AE7D23C20DF7BD265_inline (const RuntimeMethod* method) ; // System.UInt32[] System.Numerics.BigIntegerCalculator::Multiply(System.UInt32[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_Multiply_mB2F3304DED2A6BAF2DBEF6BB300EEACFB2D23CFD (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, uint32_t ___right1, const RuntimeMethod* method) ; // System.UInt32[] System.Numerics.BigIntegerCalculator::Square(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_Square_m449023AFF0AC2FE5A7704FB2657BF7122A807A0A (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___value0, const RuntimeMethod* method) ; // System.UInt32[] System.Numerics.BigIntegerCalculator::Multiply(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_Multiply_mB0DD60FF08E6BD3D3E5611F76944F66029D9557F (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___right1, const RuntimeMethod* method) ; // System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_Implicit_m727B3C507042A16CD36B63DA4D1B66D66EA1ED73 (int32_t ___value0, const RuntimeMethod* method) ; // System.UInt32[] System.Numerics.BigIntegerCalculator::Divide(System.UInt32[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_Divide_mFD1777873B274D42E5064DE92A5F71D4FD85AC80 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, uint32_t ___right1, const RuntimeMethod* method) ; // System.UInt32[] System.Numerics.BigIntegerCalculator::Divide(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_Divide_m9C644F2B4A7370BA22AFCA52E7D363F1C00D65C9 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___right1, const RuntimeMethod* method) ; // System.UInt32 System.Numerics.BigIntegerCalculator::Remainder(System.UInt32[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BigIntegerCalculator_Remainder_m149338815F0DBD989AE6F036593DCDA10B58F2F3 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, uint32_t ___right1, const RuntimeMethod* method) ; // System.UInt32[] System.Numerics.BigIntegerCalculator::Remainder(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_Remainder_m3CA3E25FBFAF5F67C28AE12A772700603296011F (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___right1, const RuntimeMethod* method) ; // T[] System.Array::Empty() inline ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Array_Empty_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m89F7B056854DF715AA3E2B78EB84D5FA3878E474_inline (const RuntimeMethod* method) { return (( ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* (*) (const RuntimeMethod*))Array_Empty_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m89F7B056854DF715AA3E2B78EB84D5FA3878E474_gshared_inline)(method); } // System.Void System.Numerics.BigIntegerCalculator::Add(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigIntegerCalculator_Add_mF3E1DF0BCC439558D9178188ED0A7CAFA8630313 (uint32_t* ___left0, int32_t ___leftLength1, uint32_t* ___right2, int32_t ___rightLength3, uint32_t* ___bits4, int32_t ___bitsLength5, const RuntimeMethod* method) ; // System.Void System.Numerics.BigIntegerCalculator::Subtract(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigIntegerCalculator_Subtract_mAB5C5870894C5028CEB1232DC7EE8CAA3B0EDEC0 (uint32_t* ___left0, int32_t ___leftLength1, uint32_t* ___right2, int32_t ___rightLength3, uint32_t* ___bits4, int32_t ___bitsLength5, const RuntimeMethod* method) ; // System.UInt32[] System.Numerics.BigIntegerCalculator::CreateCopy(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_CreateCopy_mF98F138C51B453D54EB8D22A723856BBE08E87D0 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___value0, const RuntimeMethod* method) ; // System.Void System.Numerics.BigIntegerCalculator::Divide(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigIntegerCalculator_Divide_m351DC2D6724D67D40BB29F68B8122059259AD565 (uint32_t* ___left0, int32_t ___leftLength1, uint32_t* ___right2, int32_t ___rightLength3, uint32_t* ___bits4, int32_t ___bitsLength5, const RuntimeMethod* method) ; // System.Int32 System.Numerics.BigIntegerCalculator::LeadingZeros(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigIntegerCalculator_LeadingZeros_m31C9E36A6483FA3AF91EA5AD6184E02866A8BA9C (uint32_t ___value0, const RuntimeMethod* method) ; // System.Boolean System.Numerics.BigIntegerCalculator::DivideGuessTooBig(System.UInt64,System.UInt64,System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigIntegerCalculator_DivideGuessTooBig_m4F3CC10BA18C50CFA048F7B1C72BFF615E4DB533 (uint64_t ___q0, uint64_t ___valHi1, uint32_t ___valLo2, uint32_t ___divHi3, uint32_t ___divLo4, const RuntimeMethod* method) ; // System.UInt32 System.Numerics.BigIntegerCalculator::SubtractDivisor(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BigIntegerCalculator_SubtractDivisor_m4F704333FA2DBCA7ECE1D1E90A0B734172E63890 (uint32_t* ___left0, int32_t ___leftLength1, uint32_t* ___right2, int32_t ___rightLength3, uint64_t ___q4, const RuntimeMethod* method) ; // System.UInt32 System.Numerics.BigIntegerCalculator::AddDivisor(System.UInt32*,System.Int32,System.UInt32*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BigIntegerCalculator_AddDivisor_m3AC4E9D05165D40E0F5DD57AE3618A796F65577E (uint32_t* ___left0, int32_t ___leftLength1, uint32_t* ___right2, int32_t ___rightLength3, const RuntimeMethod* method) ; // System.Void System.Numerics.BigIntegerCalculator::Square(System.UInt32*,System.Int32,System.UInt32*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigIntegerCalculator_Square_m0E5FBF71469906C83667F8F8405170A6D854636F (uint32_t* ___value0, int32_t ___valueLength1, uint32_t* ___bits2, int32_t ___bitsLength3, const RuntimeMethod* method) ; // System.Void System.Numerics.BigIntegerCalculator::SubtractCore(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigIntegerCalculator_SubtractCore_mD15573A1A7C20186205D02FC78615B601D8F9CBC (uint32_t* ___left0, int32_t ___leftLength1, uint32_t* ___right2, int32_t ___rightLength3, uint32_t* ___core4, int32_t ___coreLength5, const RuntimeMethod* method) ; // System.Void System.Numerics.BigIntegerCalculator::AddSelf(System.UInt32*,System.Int32,System.UInt32*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigIntegerCalculator_AddSelf_mD15A06C809D3EC15FD2CEA1558940AFF51A87B5A (uint32_t* ___left0, int32_t ___leftLength1, uint32_t* ___right2, int32_t ___rightLength3, const RuntimeMethod* method) ; // System.Void System.Numerics.BigIntegerCalculator::Multiply(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigIntegerCalculator_Multiply_mC5EBB46223EC12631E39EC73562359F7FB493D29 (uint32_t* ___left0, int32_t ___leftLength1, uint32_t* ___right2, int32_t ___rightLength3, uint32_t* ___bits4, int32_t ___bitsLength5, const RuntimeMethod* method) ; // System.String SR::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_mA06D91B901CE281D066F755D21306B1FDF89A7AA (String_t* ___resourceFormat0, RuntimeObject* ___p11, 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.Boolean System.Numerics.BigNumber::TryValidateParseStyleInteger(System.Globalization.NumberStyles,System.ArgumentException&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigNumber_TryValidateParseStyleInteger_mB1C55A90241EBF5573476BC754426A96CCD3F4FD (int32_t ___style0, ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263** ___e1, const RuntimeMethod* method) ; // System.Numerics.BigNumber/BigNumberBuffer System.Numerics.BigNumber/BigNumberBuffer::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339 BigNumberBuffer_Create_m0B1FBF2C30594D4EBF7634359DC2E3D6345D6538 (const RuntimeMethod* method) ; // System.Boolean System.Globalization.FormatProvider::TryStringToBigInteger(System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Text.StringBuilder,System.Int32&,System.Int32&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FormatProvider_TryStringToBigInteger_mD1DD31B2D6A2B3C6BA0FF6E8CF4B85BF6097647D (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, int32_t ___styles1, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numberFormatInfo2, StringBuilder_t* ___receiver3, int32_t* ___precision4, int32_t* ___scale5, bool* ___sign6, const RuntimeMethod* method) ; // System.Boolean System.Numerics.BigNumber::HexNumberToBigInteger(System.Numerics.BigNumber/BigNumberBuffer&,System.Numerics.BigInteger&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigNumber_HexNumberToBigInteger_m25DB3B026918F3F94FE7E63658B504CD185490D2 (BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339* ___number0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* ___value1, const RuntimeMethod* method) ; // System.Boolean System.Numerics.BigNumber::NumberToBigInteger(System.Numerics.BigNumber/BigNumberBuffer&,System.Numerics.BigInteger&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigNumber_NumberToBigInteger_mFC3478E68D66D6B6E61DBE94C2E4F2C749B80553 (BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339* ___number0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* ___value1, const RuntimeMethod* method) ; // System.ReadOnlySpan`1 System.MemoryExtensions::AsSpan(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryExtensions_AsSpan_m738C019A02A3B4B8BFEACFFA013409898B81D4FB_inline (String_t* ___text0, const RuntimeMethod* method) ; // System.Numerics.BigInteger System.Numerics.BigNumber::ParseBigInteger(System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigNumber_ParseBigInteger_m01F884FCF07EE4AE34BD4524B3F32E007BDE6395 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___value0, int32_t ___style1, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info2, const RuntimeMethod* method) ; // System.Boolean System.Numerics.BigNumber::TryParseBigInteger(System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Numerics.BigInteger&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigNumber_TryParseBigInteger_m2947E2634E52B92BF08E6BD3D6A81D440F9765D9 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___value0, int32_t ___style1, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info2, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* ___result3, const RuntimeMethod* method) ; // System.Void System.FormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, String_t* ___message0, const RuntimeMethod* method) ; // System.Int32 System.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8 (StringBuilder_t* __this, const RuntimeMethod* method) ; // System.Char System.Text.StringBuilder::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D (StringBuilder_t* __this, int32_t ___index0, const RuntimeMethod* method) ; // System.Numerics.BigInteger System.Numerics.BigInteger::op_Multiply(System.Numerics.BigInteger,System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_Multiply_m8EA3354ACD0DD214665C3E13628BA319B894BB88 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___left0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___right1, const RuntimeMethod* method) ; // System.Numerics.BigInteger System.Numerics.BigInteger::op_Addition(System.Numerics.BigInteger,System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_Addition_m0045F80E2EAFF3CC36ABAA89859190C3E177930B (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___left0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___right1, const RuntimeMethod* method) ; // System.Numerics.BigInteger System.Numerics.BigInteger::op_UnaryNegation(System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_UnaryNegation_m97B28506FFF0D8BDB3707149A81BC101D510C2DE (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, const RuntimeMethod* method) ; // System.Int32 System.ReadOnlySpan`1::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.Void System.Span`1::.ctor(System.Void*,System.Int32) inline void Span_1__ctor_mE18EBB601FBFA01BA29FE353364700952A9091FE_inline (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method) { (( void (*) (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305*, void*, int32_t, const RuntimeMethod*))Span_1__ctor_mE18EBB601FBFA01BA29FE353364700952A9091FE_gshared_inline)(__this, ___pointer0, ___length1, method); } // System.Buffers.ArrayPool`1 System.Buffers.ArrayPool`1::get_Shared() inline ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07* ArrayPool_1_get_Shared_mF8BCD25CBF8FDFF0B3B34EA3845722E4E10F310F_inline (const RuntimeMethod* method) { return (( ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07* (*) (const RuntimeMethod*))ArrayPool_1_get_Shared_mF8BCD25CBF8FDFF0B3B34EA3845722E4E10F310F_gshared_inline)(method); } // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 Span_1_Slice_m9D8BA8245B8DC9BFB4A4164759CBAAEAD1318CD6_inline (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305* __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 (*) (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305*, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m9D8BA8245B8DC9BFB4A4164759CBAAEAD1318CD6_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.Span`1::.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.Void System.Text.ValueStringBuilder::.ctor(System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueStringBuilder__ctor_m0660F060D846CA37202B1BEEE35D26DAC2B6AFF6 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___initialBuffer0, const RuntimeMethod* method) ; // System.Void System.Text.ValueStringBuilder::Append(System.Char) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, Il2CppChar ___c0, const RuntimeMethod* method) ; // System.Span`1 System.Text.ValueStringBuilder::AppendSpan(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ValueStringBuilder_AppendSpan_m0D80091AA43B5BD4944DCD4D8729310FEAF11382_inline (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, int32_t ___length0, 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.Int32 System.Text.ValueStringBuilder::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ValueStringBuilder_get_Length_m5D0F5925DA1601B18CF1ADC62D8750F955DC3F6B_inline (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, const RuntimeMethod* method) ; // System.Void System.Text.ValueStringBuilder::Insert(System.Int32,System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueStringBuilder_Insert_m658B685FEAD8D7A9935D2720FAAAB05382942E2C (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, int32_t ___index0, Il2CppChar ___value1, int32_t ___count2, const RuntimeMethod* method) ; // System.Boolean System.Text.ValueStringBuilder::TryCopyTo(System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueStringBuilder_TryCopyTo_m1ADDDEC065D0CCAB6A61D871D7272522B95F801E (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, int32_t* ___charsWritten1, const RuntimeMethod* method) ; // System.String System.Text.ValueStringBuilder::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValueStringBuilder_ToString_mAB4C26796468880783F57E543C5102DE83C10BCE (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, const RuntimeMethod* method) ; // System.ReadOnlySpan`1 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.String System.Numerics.BigNumber::FormatBigInteger(System.Boolean,System.Numerics.BigInteger,System.String,System.ReadOnlySpan`1,System.Globalization.NumberFormatInfo,System.Span`1,System.Int32&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BigNumber_FormatBigInteger_m4F02C294AEE8681C245CCDA75C82ADB1301D47D1 (bool ___targetSpan0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value1, String_t* ___formatString2, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___formatSpan3, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info4, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination5, int32_t* ___charsWritten6, bool* ___spanSuccess7, const RuntimeMethod* method) ; // System.Char System.Numerics.BigNumber::ParseFormatSpecifier(System.ReadOnlySpan`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar BigNumber_ParseFormatSpecifier_mAB6FE711BB2B4D0CAAB55481A1B2ED91334DC4F8 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, int32_t* ___digits1, const RuntimeMethod* method) ; // System.String System.Numerics.BigNumber::FormatBigIntegerToHex(System.Boolean,System.Numerics.BigInteger,System.Char,System.Int32,System.Globalization.NumberFormatInfo,System.Span`1,System.Int32&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BigNumber_FormatBigIntegerToHex_m897A14AC205984F13DE7B46D6B9FF3CF06E3AE8B (bool ___targetSpan0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value1, Il2CppChar ___format2, int32_t ___digits3, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info4, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination5, int32_t* ___charsWritten6, bool* ___spanSuccess7, const RuntimeMethod* method) ; // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30 (String_t* ___format0, RuntimeObject* ___arg01, const RuntimeMethod* method) ; // System.Boolean System.Int32::TryFormat(System.Span`1,System.Int32&,System.ReadOnlySpan`1,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.String System.Int32::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8 (int32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) ; // System.Void System.FormatException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mE31CCFC2A6FA296CA9E9C6813112D7850FE682D4 (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, String_t* ___message0, Exception_t* ___innerException1, const RuntimeMethod* method) ; // System.String System.Globalization.NumberFormatInfo::get_NegativeSign() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, 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.Void System.Globalization.FormatProvider::FormatBigInteger(System.Text.ValueStringBuilder&,System.Int32,System.Int32,System.Boolean,System.ReadOnlySpan`1,System.Globalization.NumberFormatInfo,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatProvider_FormatBigInteger_mB2D036168C0440616C04688622F496CDFD9F2F81 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* ___sb0, int32_t ___precision1, int32_t ___scale2, bool ___sign3, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format4, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numberFormatInfo5, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___digits6, int32_t ___startIndex7, 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.Void System.ReadOnlySpan`1::.ctor(T[],System.Int32,System.Int32) inline void ReadOnlySpan_1__ctor_mDADE08E6B4594775C6675B389078E5FE98C745D5_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_mDADE08E6B4594775C6675B389078E5FE98C745D5_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Boolean System.ReadOnlySpan`1::TryCopyTo(System.Span`1) inline bool ReadOnlySpan_1_TryCopyTo_m22E885FE905F1306DDE8000F155109F7F4987666 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, const RuntimeMethod* method) { return (( bool (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D, const RuntimeMethod*))ReadOnlySpan_1_TryCopyTo_m22E885FE905F1306DDE8000F155109F7F4987666_gshared)(__this, ___destination0, method); } // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ; // System.Int32 System.Numerics.NumericsHelpers::CbitHighZero(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumericsHelpers_CbitHighZero_m71AB9BB1EC4994DD99B57DECC720934C4939C46F (uint64_t ___uu0, const RuntimeMethod* method) ; // System.UInt32 System.Numerics.NumericsHelpers::CombineHash(System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t NumericsHelpers_CombineHash_m13082337E07F059962B7637FD142C568B64C222D (uint32_t ___u10, uint32_t ___u21, const RuntimeMethod* method) ; // System.Char System.Globalization.FormatProvider/Number::ParseFormatSpecifier(System.ReadOnlySpan`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Number_ParseFormatSpecifier_m26B8FB43D284BF2875983F9B1BF29956FE4CBB4D (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, int32_t* ___digits1, const RuntimeMethod* method) ; // System.Void System.Globalization.FormatProvider/Number::NumberToString(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Char,System.Int32,System.Globalization.NumberFormatInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_NumberToString_mA6AA3672C7030A9751EDB7C8CE04F22851F88910 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* ___sb0, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number1, Il2CppChar ___format2, int32_t ___nMaxDigits3, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info4, bool ___isDecimal5, const RuntimeMethod* method) ; // System.Void System.Globalization.FormatProvider/Number::NumberToStringFormat(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.ReadOnlySpan`1,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_NumberToStringFormat_m5CC6DE129E0F05E20327C57F452E672E00A6ED9A (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* ___sb0, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number1, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format2, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info3, const RuntimeMethod* method) ; // System.Boolean System.Globalization.FormatProvider/Number::TryStringToNumber(System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Text.StringBuilder,System.Globalization.NumberFormatInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryStringToNumber_m63E8DF1BB3EC46F5BE245827E7232D14BB90FC5A (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___str0, int32_t ___options1, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number2, StringBuilder_t* ___sb3, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numfmt4, bool ___parseDecimal5, 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.Char* System.Globalization.FormatProvider/Number::MatchChars(System.Char*,System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* Number_MatchChars_m55C446832D4E26BE9B80F6918488A59E36D6CB1C (Il2CppChar* ___p0, Il2CppChar* ___pEnd1, Il2CppChar* ___str2, const RuntimeMethod* method) ; // System.String System.Globalization.NumberFormatInfo::get_CurrencySymbol() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencySymbol_m69E8700B6E102ADA1351AD4C6BBC7779D9F13F43_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.String System.Globalization.NumberFormatInfo::get_CurrencyDecimalSeparator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencyDecimalSeparator_mBAD4DAC07DC995653374C16BFB02E6CF2CA121BD_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.String System.Globalization.NumberFormatInfo::get_CurrencyGroupSeparator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencyGroupSeparator_mE8F7687A3D4812C75092E30554B4C15C974441BD_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.String System.Globalization.NumberFormatInfo::get_NumberDecimalSeparator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.String System.Globalization.NumberFormatInfo::get_NumberGroupSeparator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberGroupSeparator_m0556B092AA471513B1EDC31C047712226D39BEB6_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.Char* System.Globalization.FormatProvider/Number/NumberBuffer::get_digits() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar* NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A_inline (NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* __this, const RuntimeMethod* method) ; // System.Boolean System.Globalization.FormatProvider/Number::IsWhite(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_IsWhite_m2BEB3A43000FC7B7AAE6D317B2E1A44735655A47 (Il2CppChar ___ch0, const RuntimeMethod* method) ; // System.Int32 System.Globalization.NumberFormatInfo::get_NumberNegativePattern() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_NumberNegativePattern_mB2D78035F14DA736695A2476B33B70A8BE3DB772_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.String System.Globalization.NumberFormatInfo::get_PositiveSign() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PositiveSign_mEB874CC4589FD7B2F57CD3269AE6D9043A0C25EF_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.Char* System.Globalization.FormatProvider/Number::MatchChars(System.Char*,System.Char*,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* Number_MatchChars_m1360A709332011BD75D231B2DC9030607A8B80F3 (Il2CppChar* ___p0, Il2CppChar* ___pEnd1, String_t* ___str2, const RuntimeMethod* method) ; // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ; // T& System.Runtime.InteropServices.MemoryMarshal::GetReference(System.ReadOnlySpan`1) inline Il2CppChar* MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___span0, const RuntimeMethod* method) { return (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E_gshared)(___span0, method); } // System.Boolean System.Globalization.FormatProvider/Number::ParseNumber(System.Char*&,System.Char*,System.Globalization.NumberStyles,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Text.StringBuilder,System.Globalization.NumberFormatInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_ParseNumber_mDE09CBD8B93EB1D4AE08EF9917D6385E3577A6F8 (Il2CppChar** ___str0, Il2CppChar* ___strEnd1, int32_t ___options2, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number3, StringBuilder_t* ___sb4, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numfmt5, bool ___parseDecimal6, const RuntimeMethod* method) ; // System.Boolean System.Globalization.FormatProvider/Number::TrailingZeros(System.ReadOnlySpan`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TrailingZeros_mC84935D188AFF6A730EB53528F25DC18E5F44217 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, int32_t ___index1, const RuntimeMethod* method) ; // System.Int32 System.Globalization.NumberFormatInfo::get_CurrencyDecimalDigits() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyDecimalDigits_m5E04D902AB388705BF7FED31630AF7730EFA34BE_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.Void System.Globalization.FormatProvider/Number::RoundNumber(System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_RoundNumber_mCE2847455FA0EB1276AEE1C4971CFEF3D56C6364 (NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number0, int32_t ___pos1, const RuntimeMethod* method) ; // System.Void System.Globalization.FormatProvider/Number::FormatCurrency(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatCurrency_m162245D0A21136A0A061DEFE42690A7FC3B7E6D7 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* ___sb0, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number1, int32_t ___nMinDigits2, int32_t ___nMaxDigits3, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info4, const RuntimeMethod* method) ; // System.Int32 System.Globalization.NumberFormatInfo::get_NumberDecimalDigits() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_NumberDecimalDigits_m5EB881B449699981560942A65714C5D5CBA897BD_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.Void System.Text.ValueStringBuilder::Append(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, String_t* ___s0, const RuntimeMethod* method) ; // System.Void System.Globalization.FormatProvider/Number::FormatFixed(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Int32[],System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatFixed_m37C574B532ED831E9CDC6D0BF414121BA8CF7AD7 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* ___sb0, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number1, int32_t ___nMinDigits2, int32_t ___nMaxDigits3, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info4, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___groupDigits5, String_t* ___sDecimal6, String_t* ___sGroup7, const RuntimeMethod* method) ; // System.Void System.Globalization.FormatProvider/Number::FormatNumber(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatNumber_m1C19C6D74AE1A8B3C36471CDEC0CB9D45128737A (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* ___sb0, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number1, int32_t ___nMinDigits2, int32_t ___nMaxDigits3, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info4, const RuntimeMethod* method) ; // System.Void System.Globalization.FormatProvider/Number::FormatScientific(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatScientific_m54D1A64B7574596E75C5E50D61003F20469406D3 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* ___sb0, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number1, int32_t ___nMinDigits2, int32_t ___nMaxDigits3, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info4, Il2CppChar ___expChar5, const RuntimeMethod* method) ; // System.Void System.Globalization.FormatProvider/Number::FormatGeneral(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatGeneral_mB1C05A97EC61B7C090B385A545C85B25BEEEDA65 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* ___sb0, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number1, int32_t ___nMinDigits2, int32_t ___nMaxDigits3, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info4, Il2CppChar ___expChar5, bool ___bSuppressScientific6, const RuntimeMethod* method) ; // System.Int32 System.Globalization.NumberFormatInfo::get_PercentDecimalDigits() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentDecimalDigits_m49B53E03F294674AA1B20B77C56E10721BA8643D_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.Void System.Globalization.FormatProvider/Number::FormatPercent(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatPercent_m8BC3CDB58827D7125E778B3A42C04FC9A2C6E32F (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* ___sb0, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number1, int32_t ___nMinDigits2, int32_t ___nMaxDigits3, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info4, const RuntimeMethod* method) ; // System.Int32 System.Globalization.NumberFormatInfo::get_CurrencyPositivePattern() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyPositivePattern_m253954FD1F79EB2F9B12070A348E8E1DB0E75263_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.Int32 System.Globalization.NumberFormatInfo::get_CurrencyNegativePattern() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyNegativePattern_m35EAAAC0517F13B43B444B82343F14D9B0A14FC4_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.Int32[] System.Globalization.NumberFormatInfo::get_CurrencyGroupSizes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* NumberFormatInfo_get_CurrencyGroupSizes_mA65056791CE7754317B7502465C488E2126591BA (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.Int32 System.Globalization.FormatProvider/Number::wcslen(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Number_wcslen_mD7025B8AF2D1532CC37711002621C387A2D97C3D (Il2CppChar* ___s0, const RuntimeMethod* method) ; // System.Void System.ArgumentOutOfRangeException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, const RuntimeMethod* method) ; // System.Void System.Text.ValueStringBuilder::Append(System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueStringBuilder_Append_m58580EDC69E4BCFEFFE0A266FE36684AC660BBD6 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, Il2CppChar* ___value0, int32_t ___length1, const RuntimeMethod* method) ; // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m1F346FEDDC77AC1EC0C4EF1AC6BA59F0EC7980F8 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method) ; // System.Void System.Text.ValueStringBuilder::Append(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueStringBuilder_Append_m4E46E62A9444CE58033DDB6EC5D9AE7CF02B48B0 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method) ; // System.Int32[] System.Globalization.NumberFormatInfo::get_NumberGroupSizes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* NumberFormatInfo_get_NumberGroupSizes_m45DE41B24561ECB99B63B5714CEEC5D101EB15D9 (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.Void System.Globalization.FormatProvider/Number::FormatExponent(System.Text.ValueStringBuilder&,System.Globalization.NumberFormatInfo,System.Int32,System.Char,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatExponent_m19745DA5488401ACE7412D176E728264D8900B23 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* ___sb0, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info1, int32_t ___value2, Il2CppChar ___expChar3, int32_t ___minDigits4, bool ___positiveSign5, const RuntimeMethod* method) ; // System.Void System.Globalization.FormatProvider/Number::Int32ToDecChars(System.Char*,System.Int32&,System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_Int32ToDecChars_m51669F278609128FCC3BE0A25E76D8BE5E16E80C (Il2CppChar* ___buffer0, int32_t* ___index1, uint32_t ___value2, int32_t ___digits3, const RuntimeMethod* method) ; // System.Int32 System.Globalization.NumberFormatInfo::get_PercentPositivePattern() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentPositivePattern_m2720656715E7A19D1CEAD0155412B2EE01FC68FA_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.Int32 System.Globalization.NumberFormatInfo::get_PercentNegativePattern() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentNegativePattern_m3EED4EC4B89339AA00581150F4999BCC3400CDAD_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.Int32[] System.Globalization.NumberFormatInfo::get_PercentGroupSizes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* NumberFormatInfo_get_PercentGroupSizes_mD5EA131D12B675FE744E357934F39C373C15CD67 (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.String System.Globalization.NumberFormatInfo::get_PercentDecimalSeparator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentDecimalSeparator_mB656F8F033BB700E4647AF14044C607F34634B80_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.String System.Globalization.NumberFormatInfo::get_PercentGroupSeparator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentGroupSeparator_m1321ACEA2239006587D132AF6445E55D733BABF9_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.String System.Globalization.NumberFormatInfo::get_PercentSymbol() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentSymbol_mB3F25C2B5F71574B7F4A0BEE95A7028E7A48CFC2_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.Int32 System.Globalization.FormatProvider/Number::FindSection(System.ReadOnlySpan`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Number_FindSection_mD32A1D0B8F7DEFB73200D111B04FD7300ADF4BE0 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, int32_t ___section1, const RuntimeMethod* method) ; // System.Void System.Span`1::.ctor(System.Void*,System.Int32) inline void Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_inline (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method) { (( void (*) (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316*, void*, int32_t, const RuntimeMethod*))Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_gshared_inline)(__this, ___pointer0, ___length1, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_inline (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316*, const RuntimeMethod*))Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_gshared_inline)(__this, method); } // System.Span`1 System.Span`1::op_Implicit(T[]) inline Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 Span_1_op_Implicit_m60CE12CE049B518AB49AB21ACB39112E9541FD9F (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___array0, const RuntimeMethod* method) { return (( Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 (*) (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*, const RuntimeMethod*))Span_1_op_Implicit_m60CE12CE049B518AB49AB21ACB39112E9541FD9F_gshared)(___array0, method); } // System.Void System.Span`1::CopyTo(System.Span`1) inline void Span_1_CopyTo_m197E47790117E2C925FE1A8E051A19AB9CF4260B (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 ___destination0, const RuntimeMethod* method) { (( void (*) (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316*, Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316, const RuntimeMethod*))Span_1_CopyTo_m197E47790117E2C925FE1A8E051A19AB9CF4260B_gshared)(__this, ___destination0, method); } // System.String System.Globalization.NumberFormatInfo::get_PerMilleSymbol() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PerMilleSymbol_mBE43A9E5D7F05030C0258FB452BD94FD6E411533_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; // System.Span`1 System.Span`1::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 System.Span`1::op_Implicit(System.Span`1) 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.String System.String::CreateString(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m1618CF9F1145C9832FC830A4BD6DD96A540012F8 (String_t* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___value0, const RuntimeMethod* method) ; // System.Void System.Text.ValueStringBuilder::Dispose() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValueStringBuilder_Dispose_m3BC81A03C95916FF7171ADB0CF6F16E2366A1392_inline (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, const RuntimeMethod* method) ; // System.Boolean System.Span`1::TryCopyTo(System.Span`1) inline bool Span_1_TryCopyTo_m25ED56B31CC4F4DBC734E898741037AADC8806F8 (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, const RuntimeMethod* method) { return (( bool (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D, const RuntimeMethod*))Span_1_TryCopyTo_m25ED56B31CC4F4DBC734E898741037AADC8806F8_gshared)(__this, ___destination0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, const RuntimeMethod*))Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_gshared_inline)(__this, method); } // System.Void System.Text.ValueStringBuilder::Grow(System.Int32) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ValueStringBuilder_Grow_m8107401166703C9CB129685FA6F78F26615FC6A9 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, int32_t ___requiredAdditionalCapacity0, const RuntimeMethod* method) ; // System.Span`1 System.Span`1::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.Void System.Span`1::CopyTo(System.Span`1) inline void Span_1_CopyTo_m7BB0A9984004C444974C7F111CCAD6D85325A15E (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, const RuntimeMethod* method) { (( void (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D, const RuntimeMethod*))Span_1_CopyTo_m7BB0A9984004C444974C7F111CCAD6D85325A15E_gshared)(__this, ___destination0, method); } // System.Void System.Span`1::Fill(T) inline void Span_1_Fill_m13ADB57BBCF7684FF92630FACC729B10B9B6B254 (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Il2CppChar ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, Il2CppChar, const RuntimeMethod*))Span_1_Fill_m13ADB57BBCF7684FF92630FACC729B10B9B6B254_gshared)(__this, ___value0, method); } // System.Void System.Text.ValueStringBuilder::GrowAndAppend(System.Char) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ValueStringBuilder_GrowAndAppend_mDB5F96AAA8A9CAD064B96D8A182D84C76BF24F46 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, Il2CppChar ___c0, const RuntimeMethod* method) ; // System.Void System.Text.ValueStringBuilder::AppendSlow(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueStringBuilder_AppendSlow_mF1E32E44AE0CD50A28EE3E945C8CCE40FB184526 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, String_t* ___s0, const RuntimeMethod* method) ; // System.Void System.ReadOnlySpan`1::CopyTo(System.Span`1) inline void ReadOnlySpan_1_CopyTo_m42F1668DECE40277D97A37705EA6BE27CF7D5030 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D, const RuntimeMethod*))ReadOnlySpan_1_CopyTo_m42F1668DECE40277D97A37705EA6BE27CF7D5030_gshared)(__this, ___destination0, method); } // System.Buffers.ArrayPool`1 System.Buffers.ArrayPool`1::get_Shared() inline ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B* ArrayPool_1_get_Shared_m67C0FFC13A63061884FC902381DCCDABE0550219_inline (const RuntimeMethod* method) { return (( ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B* (*) (const RuntimeMethod*))ArrayPool_1_get_Shared_m67C0FFC13A63061884FC902381DCCDABE0550219_gshared_inline)(method); } // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_m830F00B616D7A2130E46E974DFB27E9DA7FE30E5 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method) ; // System.Span`1 System.Span`1::op_Implicit(T[]) inline Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D Span_1_op_Implicit_m3D84585FDA9DFB99F289B480D9F19B79E41F92D1 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___array0, const RuntimeMethod* method) { return (( Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D (*) (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, const RuntimeMethod*))Span_1_op_Implicit_m3D84585FDA9DFB99F289B480D9F19B79E41F92D1_gshared)(___array0, method); } // System.Int64 System.BitConverter::DoubleToInt64Bits(System.Double) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline (double ___value0, 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::.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.Byte& System.Array::GetRawSzArrayData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* Array_GetRawSzArrayData_m2F8F5B2A381AEF971F12866D9C0A6C4FBA59F6BB_inline (RuntimeArray* __this, const RuntimeMethod* method) ; // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353 (const RuntimeMethod* method) ; // System.Void System.ReadOnlySpan`1::.ctor(T&,System.Int32) inline void ReadOnlySpan_1__ctor_m0FC0B92549C2968E80B5F75A85F28B96DBFCFD63_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, uint8_t* ___ptr0, int32_t ___length1, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D*, uint8_t*, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m0FC0B92549C2968E80B5F75A85F28B96DBFCFD63_gshared_inline)(__this, ___ptr0, ___length1, 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.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::.ctor(T&,System.Int32) inline void Span_1__ctor_m947BF95D54571BF3897F96822B7A8FDA5853497B_inline (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305* __this, uint8_t* ___ptr0, int32_t ___length1, const RuntimeMethod* method) { (( void (*) (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305*, uint8_t*, int32_t, const RuntimeMethod*))Span_1__ctor_m947BF95D54571BF3897F96822B7A8FDA5853497B_gshared_inline)(__this, ___ptr0, ___length1, method); } // System.Void System.Span`1::.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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String SR::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_mA06D91B901CE281D066F755D21306B1FDF89A7AA (String_t* ___resourceFormat0, RuntimeObject* ___p11, 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; } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0; L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL); String_t* L_1 = ___resourceFormat0; RuntimeObject* L_2 = ___p11; String_t* L_3; L_3 = String_Format_m75580778A544C5C8DA0F2ACEE7972A2AC944063A(L_0, L_1, L_2, 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 // Conversion methods for marshalling of: System.Numerics.BigInteger IL2CPP_EXTERN_C void BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_marshal_pinvoke(const BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F& unmarshaled, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_marshaled_pinvoke& marshaled) { marshaled.____sign_0 = unmarshaled.____sign_0; marshaled.____bits_1 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_UI4, unmarshaled.____bits_1); } IL2CPP_EXTERN_C void BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_marshal_pinvoke_back(const BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_marshaled_pinvoke& marshaled, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_sign_temp_0 = 0; unmarshaled_sign_temp_0 = marshaled.____sign_0; unmarshaled.____sign_0 = unmarshaled_sign_temp_0; unmarshaled.____bits_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_UI4, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, marshaled.____bits_1); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.____bits_1), (void*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_UI4, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, marshaled.____bits_1)); } // Conversion method for clean up from marshalling of: System.Numerics.BigInteger IL2CPP_EXTERN_C void BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_marshal_pinvoke_cleanup(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_marshaled_pinvoke& marshaled) { il2cpp_codegen_com_destroy_safe_array(marshaled.____bits_1); marshaled.____bits_1 = NULL; } // Conversion methods for marshalling of: System.Numerics.BigInteger IL2CPP_EXTERN_C void BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_marshal_com(const BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F& unmarshaled, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_marshaled_com& marshaled) { marshaled.____sign_0 = unmarshaled.____sign_0; marshaled.____bits_1 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_UI4, unmarshaled.____bits_1); } IL2CPP_EXTERN_C void BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_marshal_com_back(const BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_marshaled_com& marshaled, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_sign_temp_0 = 0; unmarshaled_sign_temp_0 = marshaled.____sign_0; unmarshaled.____sign_0 = unmarshaled_sign_temp_0; unmarshaled.____bits_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_UI4, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, marshaled.____bits_1); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.____bits_1), (void*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_UI4, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, marshaled.____bits_1)); } // Conversion method for clean up from marshalling of: System.Numerics.BigInteger IL2CPP_EXTERN_C void BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_marshal_com_cleanup(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_marshaled_com& marshaled) { il2cpp_codegen_com_destroy_safe_array(marshaled.____bits_1); marshaled.____bits_1 = NULL; } // System.Void System.Numerics.BigInteger::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_0014; } } { il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_1 = ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnMinInt_2; *(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this = L_1; Il2CppCodeGenWriteBarrier((void**)&(((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this)->____bits_1), (void*)NULL); return; } IL_0014: { int32_t L_2 = ___value0; __this->____sign_0 = L_2; __this->____bits_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL); return; } } IL2CPP_EXTERN_C void BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9(_thisAdjusted, ___value0, method); } // System.Void System.Numerics.BigInteger::.ctor(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mE9288D5C617F6BF5B8E44F8B73D9198F30B90D84 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___value0; if ((!(((uint32_t)L_0) <= ((uint32_t)((int32_t)2147483647LL))))) { goto IL_0017; } } { uint32_t L_1 = ___value0; __this->____sign_0 = L_1; __this->____bits_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL); return; } IL_0017: { __this->____sign_0 = 1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)1); __this->____bits_1 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)L_2); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = __this->____bits_1; uint32_t L_4 = ___value0; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (uint32_t)L_4); return; } } IL2CPP_EXTERN_C void BigInteger__ctor_mE9288D5C617F6BF5B8E44F8B73D9198F30B90D84_AdjustorThunk (RuntimeObject* __this, uint32_t ___value0, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); BigInteger__ctor_mE9288D5C617F6BF5B8E44F8B73D9198F30B90D84(_thisAdjusted, ___value0, method); } // System.Void System.Numerics.BigInteger::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mA87DC2182BB2F6AA0209BD98E81C30BCE5B8BBAA (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; { int64_t L_0 = ___value0; if ((((int64_t)((int64_t)((int32_t)-2147483648LL))) >= ((int64_t)L_0))) { goto IL_0022; } } { int64_t L_1 = ___value0; if ((((int64_t)L_1) > ((int64_t)((int64_t)((int32_t)2147483647LL))))) { goto IL_0022; } } { int64_t L_2 = ___value0; __this->____sign_0 = ((int32_t)L_2); __this->____bits_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL); return; } IL_0022: { int64_t L_3 = ___value0; if ((!(((uint64_t)L_3) == ((uint64_t)((int64_t)((int32_t)-2147483648LL)))))) { goto IL_0037; } } { il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_4 = ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnMinInt_2; *(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this = L_4; Il2CppCodeGenWriteBarrier((void**)&(((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this)->____bits_1), (void*)NULL); return; } IL_0037: { V_0 = ((int64_t)0); int64_t L_5 = ___value0; if ((((int64_t)L_5) >= ((int64_t)((int64_t)0)))) { goto IL_004b; } } { int64_t L_6 = ___value0; V_0 = ((-L_6)); __this->____sign_0 = (-1); goto IL_0054; } IL_004b: { int64_t L_7 = ___value0; V_0 = L_7; __this->____sign_0 = 1; } IL_0054: { uint64_t L_8 = V_0; if ((!(((uint64_t)L_8) <= ((uint64_t)((int64_t)(uint64_t)((uint32_t)(-1))))))) { goto IL_0070; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)1); __this->____bits_1 = L_9; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)L_9); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10 = __this->____bits_1; uint64_t L_11 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(0), (uint32_t)((int32_t)(uint32_t)L_11)); return; } IL_0070: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_12 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)2); __this->____bits_1 = L_12; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)L_12); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_13 = __this->____bits_1; uint64_t L_14 = V_0; NullCheck(L_13); (L_13)->SetAt(static_cast(0), (uint32_t)((int32_t)(uint32_t)L_14)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_15 = __this->____bits_1; uint64_t L_16 = V_0; NullCheck(L_15); (L_15)->SetAt(static_cast(1), (uint32_t)((int32_t)(uint32_t)((int64_t)((uint64_t)L_16>>((int32_t)32))))); return; } } IL2CPP_EXTERN_C void BigInteger__ctor_mA87DC2182BB2F6AA0209BD98E81C30BCE5B8BBAA_AdjustorThunk (RuntimeObject* __this, int64_t ___value0, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); BigInteger__ctor_mA87DC2182BB2F6AA0209BD98E81C30BCE5B8BBAA(_thisAdjusted, ___value0, method); } // System.Void System.Numerics.BigInteger::.ctor(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m4685E4C69B49F9470E056A761DCEB8DB9FA7D01C (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, uint64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___value0; if ((!(((uint64_t)L_0) <= ((uint64_t)((int64_t)((int32_t)2147483647LL)))))) { goto IL_0019; } } { uint64_t L_1 = ___value0; __this->____sign_0 = ((int32_t)L_1); __this->____bits_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL); return; } IL_0019: { uint64_t L_2 = ___value0; if ((!(((uint64_t)L_2) <= ((uint64_t)((int64_t)(uint64_t)((uint32_t)(-1))))))) { goto IL_003c; } } { __this->____sign_0 = 1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)1); __this->____bits_1 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)L_3); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = __this->____bits_1; uint64_t L_5 = ___value0; NullCheck(L_4); (L_4)->SetAt(static_cast(0), (uint32_t)((int32_t)(uint32_t)L_5)); return; } IL_003c: { __this->____sign_0 = 1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)2); __this->____bits_1 = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)L_6); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_7 = __this->____bits_1; uint64_t L_8 = ___value0; NullCheck(L_7); (L_7)->SetAt(static_cast(0), (uint32_t)((int32_t)(uint32_t)L_8)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = __this->____bits_1; uint64_t L_10 = ___value0; NullCheck(L_9); (L_9)->SetAt(static_cast(1), (uint32_t)((int32_t)(uint32_t)((int64_t)((uint64_t)L_10>>((int32_t)32))))); return; } } IL2CPP_EXTERN_C void BigInteger__ctor_m4685E4C69B49F9470E056A761DCEB8DB9FA7D01C_AdjustorThunk (RuntimeObject* __this, uint64_t ___value0, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); BigInteger__ctor_m4685E4C69B49F9470E056A761DCEB8DB9FA7D01C(_thisAdjusted, ___value0, method); } // System.Void System.Numerics.BigInteger::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m9F274FB1B4EC1E507374A65D16F8D1A6D23D54AC (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; BigInteger__ctor_m48BEDD707B2B28BDB94A838395590DFFE775015A(__this, ((double)L_0), NULL); return; } } IL2CPP_EXTERN_C void BigInteger__ctor_m9F274FB1B4EC1E507374A65D16F8D1A6D23D54AC_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); BigInteger__ctor_m9F274FB1B4EC1E507374A65D16F8D1A6D23D54AC(_thisAdjusted, ___value0, method); } // System.Void System.Numerics.BigInteger::.ctor(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m48BEDD707B2B28BDB94A838395590DFFE775015A (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; uint64_t V_2 = 0; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; { double L_0 = ___value0; bool L_1; L_1 = Double_IsFinite_m5BBF38F691A6AD46ABC775E20F29F482BC3AEAC0_inline(L_0, NULL); if (L_1) { goto IL_0026; } } { double L_2 = ___value0; bool L_3; L_3 = Double_IsInfinity_mFA158CA8247818AE2FEB5B11158A354CA5B4FCC5_inline(L_2, NULL); if (!L_3) { goto IL_001b; } } { OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_4 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var))); NullCheck(L_4); OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD5471D292DA73385B43A5157FDE4D4126F209CC8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger__ctor_m48BEDD707B2B28BDB94A838395590DFFE775015A_RuntimeMethod_var))); } IL_001b: { OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_5 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var))); NullCheck(L_5); OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07CA1880ACC5F813EC21B22E6E7B749123891463)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger__ctor_m48BEDD707B2B28BDB94A838395590DFFE775015A_RuntimeMethod_var))); } IL_0026: { __this->____sign_0 = 0; __this->____bits_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL); double L_6 = ___value0; NumericsHelpers_GetDoubleParts_m6482E3183D456CFB04B1380D1A14ADBD5447985C(L_6, (&V_0), (&V_1), (&V_2), (&V_3), NULL); uint64_t L_7 = V_2; if (L_7) { goto IL_0051; } } { il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_8; L_8 = BigInteger_get_Zero_mBA4017A186518E67C2ACCEF9AC2007FD69AF33B1_inline(NULL); *(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this = L_8; Il2CppCodeGenWriteBarrier((void**)&(((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this)->____bits_1), (void*)NULL); return; } IL_0051: { int32_t L_9 = V_1; if ((((int32_t)L_9) > ((int32_t)0))) { goto IL_008d; } } { int32_t L_10 = V_1; if ((((int32_t)L_10) > ((int32_t)((int32_t)-64)))) { goto IL_0066; } } { il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_11; L_11 = BigInteger_get_Zero_mBA4017A186518E67C2ACCEF9AC2007FD69AF33B1_inline(NULL); *(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this = L_11; Il2CppCodeGenWriteBarrier((void**)&(((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this)->____bits_1), (void*)NULL); return; } IL_0066: { uint64_t L_12 = V_2; int32_t L_13 = V_1; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_14; L_14 = BigInteger_op_Implicit_mE84F02A2EC2296C1109CA10D6D808E86BF482599(((int64_t)((uint64_t)L_12>>((int32_t)(((-L_13))&((int32_t)63))))), NULL); *(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this = L_14; Il2CppCodeGenWriteBarrier((void**)&(((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this)->____bits_1), (void*)NULL); int32_t L_15 = V_0; if ((((int32_t)L_15) >= ((int32_t)0))) { goto IL_012d; } } { int32_t L_16 = __this->____sign_0; __this->____sign_0 = ((-L_16)); return; } IL_008d: { int32_t L_17 = V_1; if ((((int32_t)L_17) > ((int32_t)((int32_t)11)))) { goto IL_00b8; } } { uint64_t L_18 = V_2; int32_t L_19 = V_1; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_20; L_20 = BigInteger_op_Implicit_mE84F02A2EC2296C1109CA10D6D808E86BF482599(((int64_t)((int64_t)L_18<<((int32_t)(L_19&((int32_t)63))))), NULL); *(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this = L_20; Il2CppCodeGenWriteBarrier((void**)&(((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this)->____bits_1), (void*)NULL); int32_t L_21 = V_0; if ((((int32_t)L_21) >= ((int32_t)0))) { goto IL_012d; } } { int32_t L_22 = __this->____sign_0; __this->____sign_0 = ((-L_22)); return; } IL_00b8: { uint64_t L_23 = V_2; V_2 = ((int64_t)((int64_t)L_23<<((int32_t)11))); int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract(L_24, ((int32_t)11))); int32_t L_25 = V_1; V_4 = ((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)il2cpp_codegen_subtract(L_25, 1))/((int32_t)32))), 1)); int32_t L_26 = V_4; int32_t L_27 = V_1; V_5 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_multiply(L_26, ((int32_t)32))), L_27)); int32_t L_28 = V_4; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_29 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_28, 2))); __this->____bits_1 = L_29; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)L_29); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_30 = __this->____bits_1; int32_t L_31 = V_4; uint64_t L_32 = V_2; int32_t L_33 = V_5; NullCheck(L_30); (L_30)->SetAt(static_cast(((int32_t)il2cpp_codegen_add(L_31, 1))), (uint32_t)((int32_t)(uint32_t)((int64_t)((uint64_t)L_32>>((int32_t)(((int32_t)il2cpp_codegen_add(L_33, ((int32_t)32)))&((int32_t)63))))))); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_34 = __this->____bits_1; int32_t L_35 = V_4; uint64_t L_36 = V_2; int32_t L_37 = V_5; NullCheck(L_34); (L_34)->SetAt(static_cast(L_35), (uint32_t)((int32_t)(uint32_t)((int64_t)((uint64_t)L_36>>((int32_t)(L_37&((int32_t)63))))))); int32_t L_38 = V_5; if ((((int32_t)L_38) <= ((int32_t)0))) { goto IL_0126; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_39 = __this->____bits_1; int32_t L_40 = V_4; uint64_t L_41 = V_2; int32_t L_42 = V_5; NullCheck(L_39); (L_39)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract(L_40, 1))), (uint32_t)((int32_t)(((int32_t)(uint32_t)L_41)<<((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)32), L_42))&((int32_t)31)))))); } IL_0126: { int32_t L_43 = V_0; __this->____sign_0 = L_43; } IL_012d: { return; } } IL2CPP_EXTERN_C void BigInteger__ctor_m48BEDD707B2B28BDB94A838395590DFFE775015A_AdjustorThunk (RuntimeObject* __this, double ___value0, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); BigInteger__ctor_m48BEDD707B2B28BDB94A838395590DFFE775015A(_thisAdjusted, ___value0, method); } // System.Void System.Numerics.BigInteger::.ctor(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m9544C18A3217F10163645D4A62264DE37CA49821 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_0 = NULL; int32_t V_1 = 0; int32_t G_B10_0 = 0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* G_B10_1 = NULL; int32_t G_B9_0 = 0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* G_B9_1 = NULL; int32_t G_B11_0 = 0; int32_t G_B11_1 = 0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* G_B11_2 = NULL; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* G_B18_0 = NULL; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* G_B17_0 = NULL; int32_t G_B19_0 = 0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* G_B19_1 = NULL; { Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = ___value0; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1; L_1 = Decimal_Truncate_m5732FACB0631222D1621E4FFC55C33E2D367F11F(L_0, NULL); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2; L_2 = Decimal_GetBits_m04E08C5E3C3241317FB44DFA3741A45478D77915(L_1, NULL); V_0 = L_2; V_1 = 3; goto IL_0014; } IL_0010: { int32_t L_3 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract(L_3, 1)); } IL_0014: { int32_t L_4 = V_1; if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_001f; } } { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = ((int32_t)il2cpp_codegen_subtract(L_6, 1)); int32_t L_8 = (L_5)->GetAt(static_cast(L_7)); if (!L_8) { goto IL_0010; } } IL_001f: { int32_t L_9 = V_1; if (L_9) { goto IL_002e; } } { il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_10 = ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnZeroInt_4; *(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this = L_10; Il2CppCodeGenWriteBarrier((void**)&(((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this)->____bits_1), (void*)NULL); return; } IL_002e: { int32_t L_11 = V_1; if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_0065; } } { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_12 = V_0; NullCheck(L_12); int32_t L_13 = 0; int32_t L_14 = (L_12)->GetAt(static_cast(L_13)); if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_0065; } } { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_15 = V_0; NullCheck(L_15); int32_t L_16 = 0; int32_t L_17 = (L_15)->GetAt(static_cast(L_16)); __this->____sign_0 = L_17; int32_t L_18 = __this->____sign_0; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_19 = V_0; NullCheck(L_19); int32_t L_20 = 3; int32_t L_21 = (L_19)->GetAt(static_cast(L_20)); G_B9_0 = L_18; G_B9_1 = __this; if (((int32_t)(L_21&((int32_t)-2147483648LL)))) { G_B10_0 = L_18; G_B10_1 = __this; goto IL_0056; } } { G_B11_0 = 1; G_B11_1 = G_B9_0; G_B11_2 = G_B9_1; goto IL_0057; } IL_0056: { G_B11_0 = (-1); G_B11_1 = G_B10_0; G_B11_2 = G_B10_1; } IL_0057: { G_B11_2->____sign_0 = ((int32_t)il2cpp_codegen_multiply(G_B11_1, G_B11_0)); __this->____bits_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL); return; } IL_0065: { int32_t L_22 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_23 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)L_22); __this->____bits_1 = L_23; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)L_23); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_24 = __this->____bits_1; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_25 = V_0; NullCheck(L_25); int32_t L_26 = 0; int32_t L_27 = (L_25)->GetAt(static_cast(L_26)); NullCheck(L_24); (L_24)->SetAt(static_cast(0), (uint32_t)L_27); int32_t L_28 = V_1; if ((((int32_t)L_28) <= ((int32_t)1))) { goto IL_008b; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_29 = __this->____bits_1; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_30 = V_0; NullCheck(L_30); int32_t L_31 = 1; int32_t L_32 = (L_30)->GetAt(static_cast(L_31)); NullCheck(L_29); (L_29)->SetAt(static_cast(1), (uint32_t)L_32); } IL_008b: { int32_t L_33 = V_1; if ((((int32_t)L_33) <= ((int32_t)2))) { goto IL_009a; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_34 = __this->____bits_1; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_35 = V_0; NullCheck(L_35); int32_t L_36 = 2; int32_t L_37 = (L_35)->GetAt(static_cast(L_36)); NullCheck(L_34); (L_34)->SetAt(static_cast(2), (uint32_t)L_37); } IL_009a: { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_38 = V_0; NullCheck(L_38); int32_t L_39 = 3; int32_t L_40 = (L_38)->GetAt(static_cast(L_39)); G_B17_0 = __this; if (((int32_t)(L_40&((int32_t)-2147483648LL)))) { G_B18_0 = __this; goto IL_00a9; } } { G_B19_0 = 1; G_B19_1 = G_B17_0; goto IL_00aa; } IL_00a9: { G_B19_0 = (-1); G_B19_1 = G_B18_0; } IL_00aa: { G_B19_1->____sign_0 = G_B19_0; return; } } IL2CPP_EXTERN_C void BigInteger__ctor_m9544C18A3217F10163645D4A62264DE37CA49821_AdjustorThunk (RuntimeObject* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___value0, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); BigInteger__ctor_m9544C18A3217F10163645D4A62264DE37CA49821(_thisAdjusted, ___value0, method); } // System.Void System.Numerics.BigInteger::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1__ctor_m1D3E8C5A560BE65D9A5C3E5D0D891C79F4895B0B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B2_0 = NULL; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* G_B2_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B1_0 = NULL; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* G_B1_1 = NULL; { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___value0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0; G_B1_0 = L_1; G_B1_1 = __this; if (L_1) { G_B2_0 = L_1; G_B2_1 = __this; goto IL_0011; } } { 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371_RuntimeMethod_var))); } IL_0011: { ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D L_3; memset((&L_3), 0, sizeof(L_3)); ReadOnlySpan_1__ctor_m1D3E8C5A560BE65D9A5C3E5D0D891C79F4895B0B_inline((&L_3), G_B2_0, /*hidden argument*/ReadOnlySpan_1__ctor_m1D3E8C5A560BE65D9A5C3E5D0D891C79F4895B0B_RuntimeMethod_var); BigInteger__ctor_mF6B2AC2AD4056AB6903913C56A92F565EB08BAFD(G_B2_1, L_3, (bool)0, (bool)0, NULL); return; } } IL2CPP_EXTERN_C void BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371_AdjustorThunk (RuntimeObject* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___value0, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371(_thisAdjusted, ___value0, method); } // System.Void System.Numerics.BigInteger::.ctor(System.ReadOnlySpan`1,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mF6B2AC2AD4056AB6903913C56A92F565EB08BAFD (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D ___value0, bool ___isUnsigned1, bool ___isBigEndian2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mC8B7C665F49384744642F03EA355239F0E4AF966_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; uint8_t V_12 = 0x0; int32_t V_13 = 0; uint8_t V_14 = 0x0; uint8_t V_15 = 0x0; uint8_t V_16 = 0x0; int32_t V_17 = 0; uint32_t V_18 = 0; int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; int32_t G_B5_0 = 0; int32_t G_B7_0 = 0; int32_t G_B7_1 = 0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* G_B25_0 = NULL; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* G_B24_0 = NULL; int32_t G_B26_0 = 0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* G_B26_1 = NULL; int32_t G_B41_0 = 0; int32_t G_B40_0 = 0; int32_t G_B42_0 = 0; int32_t G_B42_1 = 0; int32_t G_B50_0 = 0; int32_t G_B50_1 = 0; int32_t G_B49_0 = 0; int32_t G_B49_1 = 0; int32_t G_B51_0 = 0; int32_t G_B51_1 = 0; int32_t G_B51_2 = 0; int32_t G_B60_0 = 0; int32_t G_B60_1 = 0; int32_t G_B59_0 = 0; int32_t G_B59_1 = 0; int32_t G_B61_0 = 0; int32_t G_B61_1 = 0; int32_t G_B61_2 = 0; { int32_t L_0; L_0 = ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_inline((&___value0), ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_RuntimeMethod_var); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0085; } } { bool L_2 = ___isBigEndian2; if (L_2) { goto IL_001c; } } { int32_t L_3 = V_0; uint8_t* L_4; L_4 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&___value0))->____pointer_0))->value, (((int32_t)il2cpp_codegen_subtract(L_3, 1))), ((&___value0))->____length_1); int32_t L_5 = *((uint8_t*)L_4); G_B4_0 = L_5; goto IL_0025; } IL_001c: { uint8_t* L_6; L_6 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&___value0))->____pointer_0))->value, (0), ((&___value0))->____length_1); int32_t L_7 = *((uint8_t*)L_6); G_B4_0 = L_7; } IL_0025: { int32_t L_8 = G_B4_0; G_B5_0 = L_8; if (!((int32_t)(L_8&((int32_t)128)))) { G_B6_0 = L_8; goto IL_0034; } } { bool L_9 = ___isUnsigned1; G_B7_0 = ((((int32_t)L_9) == ((int32_t)0))? 1 : 0); G_B7_1 = G_B5_0; goto IL_0035; } IL_0034: { G_B7_0 = 0; G_B7_1 = G_B6_0; } IL_0035: { V_1 = (bool)G_B7_0; if (G_B7_1) { goto IL_0087; } } { bool L_10 = ___isBigEndian2; if (!L_10) { goto IL_0066; } } { V_2 = 1; goto IL_0043; } IL_003f: { int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_11, 1)); } IL_0043: { int32_t L_12 = V_2; int32_t L_13 = V_0; if ((((int32_t)L_12) >= ((int32_t)L_13))) { goto IL_0052; } } { int32_t L_14 = V_2; uint8_t* L_15; L_15 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&___value0))->____pointer_0))->value, (L_14), ((&___value0))->____length_1); int32_t L_16 = *((uint8_t*)L_15); if (!L_16) { goto IL_003f; } } IL_0052: { int32_t L_17 = V_2; ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D L_18; L_18 = ReadOnlySpan_1_Slice_mC8B7C665F49384744642F03EA355239F0E4AF966_inline((&___value0), L_17, ReadOnlySpan_1_Slice_mC8B7C665F49384744642F03EA355239F0E4AF966_RuntimeMethod_var); ___value0 = L_18; int32_t L_19; L_19 = ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_inline((&___value0), ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_RuntimeMethod_var); V_0 = L_19; goto IL_0087; } IL_0066: { int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_20, 2)); goto IL_0070; } IL_006c: { int32_t L_21 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_21, 1)); } IL_0070: { int32_t L_22 = V_0; if ((((int32_t)L_22) < ((int32_t)0))) { goto IL_007f; } } { int32_t L_23 = V_0; uint8_t* L_24; L_24 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&___value0))->____pointer_0))->value, (L_23), ((&___value0))->____length_1); int32_t L_25 = *((uint8_t*)L_24); if (!L_25) { goto IL_006c; } } IL_007f: { int32_t L_26 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_26, 1)); goto IL_0087; } IL_0085: { V_1 = (bool)0; } IL_0087: { int32_t L_27 = V_0; if (L_27) { goto IL_0099; } } { __this->____sign_0 = 0; __this->____bits_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL); return; } IL_0099: { int32_t L_28 = V_0; if ((((int32_t)L_28) > ((int32_t)4))) { goto IL_014c; } } { bool L_29 = V_1; G_B24_0 = __this; if (L_29) { G_B25_0 = __this; goto IL_00a7; } } { G_B26_0 = 0; G_B26_1 = G_B24_0; goto IL_00a8; } IL_00a7: { G_B26_0 = (-1); G_B26_1 = G_B25_0; } IL_00a8: { G_B26_1->____sign_0 = G_B26_0; bool L_30 = ___isBigEndian2; if (!L_30) { goto IL_00d6; } } { V_3 = 0; goto IL_00d0; } IL_00b4: { int32_t L_31 = __this->____sign_0; int32_t L_32 = V_3; uint8_t* L_33; L_33 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&___value0))->____pointer_0))->value, (L_32), ((&___value0))->____length_1); int32_t L_34 = *((uint8_t*)L_33); __this->____sign_0 = ((int32_t)(((int32_t)(L_31<<8))|L_34)); int32_t L_35 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_35, 1)); } IL_00d0: { int32_t L_36 = V_3; int32_t L_37 = V_0; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_00b4; } } { goto IL_0101; } IL_00d6: { int32_t L_38 = V_0; V_4 = ((int32_t)il2cpp_codegen_subtract(L_38, 1)); goto IL_00fc; } IL_00dd: { int32_t L_39 = __this->____sign_0; int32_t L_40 = V_4; uint8_t* L_41; L_41 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&___value0))->____pointer_0))->value, (L_40), ((&___value0))->____length_1); int32_t L_42 = *((uint8_t*)L_41); __this->____sign_0 = ((int32_t)(((int32_t)(L_39<<8))|L_42)); int32_t L_43 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract(L_43, 1)); } IL_00fc: { int32_t L_44 = V_4; if ((((int32_t)L_44) >= ((int32_t)0))) { goto IL_00dd; } } IL_0101: { __this->____bits_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL); int32_t L_45 = __this->____sign_0; if ((((int32_t)L_45) >= ((int32_t)0))) { goto IL_0130; } } { bool L_46 = V_1; if (L_46) { goto IL_0130; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_47 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)1); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_48 = L_47; int32_t L_49 = __this->____sign_0; NullCheck(L_48); (L_48)->SetAt(static_cast(0), (uint32_t)L_49); __this->____bits_1 = L_48; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)L_48); __this->____sign_0 = 1; } IL_0130: { int32_t L_50 = __this->____sign_0; if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_0355; } } { il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_51 = ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnMinInt_2; *(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this = L_51; Il2CppCodeGenWriteBarrier((void**)&(((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this)->____bits_1), (void*)NULL); return; } IL_014c: { int32_t L_52 = V_0; V_5 = ((int32_t)(L_52%4)); int32_t L_53 = V_0; int32_t L_54 = V_5; G_B40_0 = ((int32_t)(L_53/4)); if (!L_54) { G_B41_0 = ((int32_t)(L_53/4)); goto IL_015b; } } { G_B42_0 = 1; G_B42_1 = G_B40_0; goto IL_015c; } IL_015b: { G_B42_0 = 0; G_B42_1 = G_B41_0; } IL_015c: { V_6 = ((int32_t)il2cpp_codegen_add(G_B42_1, G_B42_0)); int32_t L_55 = V_6; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_56 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)L_55); V_7 = L_56; int32_t L_57 = V_0; V_8 = ((int32_t)il2cpp_codegen_subtract(L_57, 1)); bool L_58 = ___isBigEndian2; if (!L_58) { goto IL_01c8; } } { int32_t L_59 = V_0; V_10 = ((int32_t)il2cpp_codegen_subtract(L_59, 4)); V_9 = 0; goto IL_01b7; } IL_017a: { V_11 = 0; goto IL_01a6; } IL_017f: { int32_t L_60 = V_10; uint8_t* L_61; L_61 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&___value0))->____pointer_0))->value, (L_60), ((&___value0))->____length_1); int32_t L_62 = *((uint8_t*)L_61); V_12 = (uint8_t)L_62; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_63 = V_7; int32_t L_64 = V_9; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_65 = V_7; int32_t L_66 = V_9; NullCheck(L_65); int32_t L_67 = L_66; uint32_t L_68 = (L_65)->GetAt(static_cast(L_67)); uint8_t L_69 = V_12; NullCheck(L_63); (L_63)->SetAt(static_cast(L_64), (uint32_t)((int32_t)(((int32_t)((int32_t)L_68<<8))|(int32_t)L_69))); int32_t L_70 = V_10; V_10 = ((int32_t)il2cpp_codegen_add(L_70, 1)); int32_t L_71 = V_11; V_11 = ((int32_t)il2cpp_codegen_add(L_71, 1)); } IL_01a6: { int32_t L_72 = V_11; if ((((int32_t)L_72) < ((int32_t)4))) { goto IL_017f; } } { int32_t L_73 = V_10; V_10 = ((int32_t)il2cpp_codegen_subtract(L_73, 8)); int32_t L_74 = V_9; V_9 = ((int32_t)il2cpp_codegen_add(L_74, 1)); } IL_01b7: { int32_t L_75 = V_9; int32_t L_76 = V_6; int32_t L_77 = V_5; G_B49_0 = L_76; G_B49_1 = L_75; if (!L_77) { G_B50_0 = L_76; G_B50_1 = L_75; goto IL_01c2; } } { G_B51_0 = 1; G_B51_1 = G_B49_0; G_B51_2 = G_B49_1; goto IL_01c3; } IL_01c2: { G_B51_0 = 0; G_B51_1 = G_B50_0; G_B51_2 = G_B50_1; } IL_01c3: { if ((((int32_t)G_B51_2) < ((int32_t)((int32_t)il2cpp_codegen_subtract(G_B51_1, G_B51_0))))) { goto IL_017a; } } { goto IL_021c; } IL_01c8: { V_10 = 3; V_9 = 0; goto IL_020d; } IL_01d0: { V_13 = 0; goto IL_01fc; } IL_01d5: { int32_t L_78 = V_10; uint8_t* L_79; L_79 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&___value0))->____pointer_0))->value, (L_78), ((&___value0))->____length_1); int32_t L_80 = *((uint8_t*)L_79); V_14 = (uint8_t)L_80; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_81 = V_7; int32_t L_82 = V_9; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_83 = V_7; int32_t L_84 = V_9; NullCheck(L_83); int32_t L_85 = L_84; uint32_t L_86 = (L_83)->GetAt(static_cast(L_85)); uint8_t L_87 = V_14; NullCheck(L_81); (L_81)->SetAt(static_cast(L_82), (uint32_t)((int32_t)(((int32_t)((int32_t)L_86<<8))|(int32_t)L_87))); int32_t L_88 = V_10; V_10 = ((int32_t)il2cpp_codegen_subtract(L_88, 1)); int32_t L_89 = V_13; V_13 = ((int32_t)il2cpp_codegen_add(L_89, 1)); } IL_01fc: { int32_t L_90 = V_13; if ((((int32_t)L_90) < ((int32_t)4))) { goto IL_01d5; } } { int32_t L_91 = V_10; V_10 = ((int32_t)il2cpp_codegen_add(L_91, 8)); int32_t L_92 = V_9; V_9 = ((int32_t)il2cpp_codegen_add(L_92, 1)); } IL_020d: { int32_t L_93 = V_9; int32_t L_94 = V_6; int32_t L_95 = V_5; G_B59_0 = L_94; G_B59_1 = L_93; if (!L_95) { G_B60_0 = L_94; G_B60_1 = L_93; goto IL_0218; } } { G_B61_0 = 1; G_B61_1 = G_B59_0; G_B61_2 = G_B59_1; goto IL_0219; } IL_0218: { G_B61_0 = 0; G_B61_1 = G_B60_0; G_B61_2 = G_B60_1; } IL_0219: { if ((((int32_t)G_B61_2) < ((int32_t)((int32_t)il2cpp_codegen_subtract(G_B61_1, G_B61_0))))) { goto IL_01d0; } } IL_021c: { int32_t L_96 = V_5; if (!L_96) { goto IL_028b; } } { bool L_97 = V_1; if (!L_97) { goto IL_022b; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_98 = V_7; int32_t L_99 = V_6; NullCheck(L_98); (L_98)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract(L_99, 1))), (uint32_t)(-1)); } IL_022b: { bool L_100 = ___isBigEndian2; if (!L_100) { goto IL_025c; } } { V_10 = 0; goto IL_0254; } IL_0233: { int32_t L_101 = V_10; uint8_t* L_102; L_102 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&___value0))->____pointer_0))->value, (L_101), ((&___value0))->____length_1); int32_t L_103 = *((uint8_t*)L_102); V_15 = (uint8_t)L_103; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_104 = V_7; int32_t L_105 = V_9; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_106 = V_7; int32_t L_107 = V_9; NullCheck(L_106); int32_t L_108 = L_107; uint32_t L_109 = (L_106)->GetAt(static_cast(L_108)); uint8_t L_110 = V_15; NullCheck(L_104); (L_104)->SetAt(static_cast(L_105), (uint32_t)((int32_t)(((int32_t)((int32_t)L_109<<8))|(int32_t)L_110))); int32_t L_111 = V_10; V_10 = ((int32_t)il2cpp_codegen_add(L_111, 1)); } IL_0254: { int32_t L_112 = V_10; int32_t L_113 = V_5; if ((((int32_t)L_112) < ((int32_t)L_113))) { goto IL_0233; } } { goto IL_028b; } IL_025c: { int32_t L_114 = V_8; V_10 = L_114; goto IL_0283; } IL_0262: { int32_t L_115 = V_10; uint8_t* L_116; L_116 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&___value0))->____pointer_0))->value, (L_115), ((&___value0))->____length_1); int32_t L_117 = *((uint8_t*)L_116); V_16 = (uint8_t)L_117; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_118 = V_7; int32_t L_119 = V_9; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_120 = V_7; int32_t L_121 = V_9; NullCheck(L_120); int32_t L_122 = L_121; uint32_t L_123 = (L_120)->GetAt(static_cast(L_122)); uint8_t L_124 = V_16; NullCheck(L_118); (L_118)->SetAt(static_cast(L_119), (uint32_t)((int32_t)(((int32_t)((int32_t)L_123<<8))|(int32_t)L_124))); int32_t L_125 = V_10; V_10 = ((int32_t)il2cpp_codegen_subtract(L_125, 1)); } IL_0283: { int32_t L_126 = V_10; int32_t L_127 = V_0; int32_t L_128 = V_5; if ((((int32_t)L_126) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_127, L_128))))) { goto IL_0262; } } IL_028b: { bool L_129 = V_1; if (!L_129) { goto IL_0346; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_130 = V_7; NumericsHelpers_DangerousMakeTwosComplement_m425BF7C1ACDE99B623A68D13886F5CEE5B738291(L_130, NULL); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_131 = V_7; NullCheck(L_131); V_17 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_131)->max_length)), 1)); goto IL_02a8; } IL_02a2: { int32_t L_132 = V_17; V_17 = ((int32_t)il2cpp_codegen_subtract(L_132, 1)); } IL_02a8: { int32_t L_133 = V_17; if ((((int32_t)L_133) < ((int32_t)0))) { goto IL_02b4; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_134 = V_7; int32_t L_135 = V_17; NullCheck(L_134); int32_t L_136 = L_135; uint32_t L_137 = (L_134)->GetAt(static_cast(L_136)); if (!L_137) { goto IL_02a2; } } IL_02b4: { int32_t L_138 = V_17; V_17 = ((int32_t)il2cpp_codegen_add(L_138, 1)); int32_t L_139 = V_17; if ((!(((uint32_t)L_139) == ((uint32_t)1)))) { goto IL_0308; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_140 = V_7; NullCheck(L_140); int32_t L_141 = 0; uint32_t L_142 = (L_140)->GetAt(static_cast(L_141)); V_18 = L_142; uint32_t L_143 = V_18; if ((((int32_t)L_143) == ((int32_t)1))) { goto IL_02d5; } } { uint32_t L_144 = V_18; if ((((int32_t)L_144) == ((int32_t)((int32_t)-2147483648LL)))) { goto IL_02e1; } } { goto IL_02ed; } IL_02d5: { il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_145 = ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnMinusOneInt_5; *(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this = L_145; Il2CppCodeGenWriteBarrier((void**)&(((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this)->____bits_1), (void*)NULL); return; } IL_02e1: { il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_146 = ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnMinInt_2; *(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this = L_146; Il2CppCodeGenWriteBarrier((void**)&(((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this)->____bits_1), (void*)NULL); return; } IL_02ed: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_147 = V_7; NullCheck(L_147); int32_t L_148 = 0; uint32_t L_149 = (L_147)->GetAt(static_cast(L_148)); if ((((int32_t)L_149) <= ((int32_t)0))) { goto IL_0308; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_150 = V_7; NullCheck(L_150); int32_t L_151 = 0; uint32_t L_152 = (L_150)->GetAt(static_cast(L_151)); __this->____sign_0 = ((int32_t)il2cpp_codegen_multiply((-1), (int32_t)L_152)); __this->____bits_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL); return; } IL_0308: { int32_t L_153 = V_17; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_154 = V_7; NullCheck(L_154); if ((((int32_t)L_153) == ((int32_t)((int32_t)(((RuntimeArray*)L_154)->max_length))))) { goto IL_0336; } } { __this->____sign_0 = (-1); int32_t L_155 = V_17; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_156 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)L_155); __this->____bits_1 = L_156; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)L_156); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_157 = V_7; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_158 = __this->____bits_1; int32_t L_159 = V_17; Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7((RuntimeArray*)L_157, 0, (RuntimeArray*)L_158, 0, L_159, NULL); return; } IL_0336: { __this->____sign_0 = (-1); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_160 = V_7; __this->____bits_1 = L_160; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)L_160); return; } IL_0346: { __this->____sign_0 = 1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_161 = V_7; __this->____bits_1 = L_161; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)L_161); } IL_0355: { return; } } IL2CPP_EXTERN_C void BigInteger__ctor_mF6B2AC2AD4056AB6903913C56A92F565EB08BAFD_AdjustorThunk (RuntimeObject* __this, ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D ___value0, bool ___isUnsigned1, bool ___isBigEndian2, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); BigInteger__ctor_mF6B2AC2AD4056AB6903913C56A92F565EB08BAFD(_thisAdjusted, ___value0, ___isUnsigned1, ___isBigEndian2, method); } // System.Void System.Numerics.BigInteger::.ctor(System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mB5E6337A77FC9888762DD29AAF54D2BBDD828D03 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, int32_t ___n0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___rgu1, const RuntimeMethod* method) { { int32_t L_0 = ___n0; __this->____sign_0 = L_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = ___rgu1; __this->____bits_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)L_1); return; } } IL2CPP_EXTERN_C void BigInteger__ctor_mB5E6337A77FC9888762DD29AAF54D2BBDD828D03_AdjustorThunk (RuntimeObject* __this, int32_t ___n0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___rgu1, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); BigInteger__ctor_mB5E6337A77FC9888762DD29AAF54D2BBDD828D03(_thisAdjusted, ___n0, ___rgu1, method); } // System.Void System.Numerics.BigInteger::.ctor(System.UInt32[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___value0, bool ___negative1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* G_B12_0 = NULL; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* G_B11_0 = NULL; int32_t G_B13_0 = 0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* G_B13_1 = NULL; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* G_B17_0 = NULL; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* G_B16_0 = NULL; int32_t G_B18_0 = 0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* G_B18_1 = NULL; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___value0; 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6_RuntimeMethod_var))); } IL_000e: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = ___value0; NullCheck(L_2); V_0 = ((int32_t)(((RuntimeArray*)L_2)->max_length)); goto IL_0018; } IL_0014: { int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_3, 1)); } IL_0018: { int32_t L_4 = V_0; if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0023; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = ___value0; int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = ((int32_t)il2cpp_codegen_subtract(L_6, 1)); uint32_t L_8 = (L_5)->GetAt(static_cast(L_7)); if (!L_8) { goto IL_0014; } } IL_0023: { int32_t L_9 = V_0; if (L_9) { goto IL_0032; } } { il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_10 = ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnZeroInt_4; *(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this = L_10; Il2CppCodeGenWriteBarrier((void**)&(((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this)->____bits_1), (void*)NULL); return; } IL_0032: { int32_t L_11 = V_0; if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_0072; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_12 = ___value0; NullCheck(L_12); int32_t L_13 = 0; uint32_t L_14 = (L_12)->GetAt(static_cast(L_13)); if ((!(((uint32_t)L_14) < ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_0072; } } { bool L_15 = ___negative1; G_B11_0 = __this; if (L_15) { G_B12_0 = __this; goto IL_0049; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_16 = ___value0; NullCheck(L_16); int32_t L_17 = 0; uint32_t L_18 = (L_16)->GetAt(static_cast(L_17)); G_B13_0 = ((int32_t)(L_18)); G_B13_1 = G_B11_0; goto IL_004d; } IL_0049: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_19 = ___value0; NullCheck(L_19); int32_t L_20 = 0; uint32_t L_21 = (L_19)->GetAt(static_cast(L_20)); G_B13_0 = ((int32_t)(((-((int32_t)L_21))))); G_B13_1 = G_B12_0; } IL_004d: { G_B13_1->____sign_0 = G_B13_0; __this->____bits_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL); int32_t L_22 = __this->____sign_0; if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_009a; } } { il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_23 = ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnMinInt_2; *(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this = L_23; Il2CppCodeGenWriteBarrier((void**)&(((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this)->____bits_1), (void*)NULL); return; } IL_0072: { bool L_24 = ___negative1; G_B16_0 = __this; if (L_24) { G_B17_0 = __this; goto IL_0079; } } { G_B18_0 = 1; G_B18_1 = G_B16_0; goto IL_007a; } IL_0079: { G_B18_0 = (-1); G_B18_1 = G_B17_0; } IL_007a: { G_B18_1->____sign_0 = G_B18_0; int32_t L_25 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_26 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)L_25); __this->____bits_1 = L_26; Il2CppCodeGenWriteBarrier((void**)(&__this->____bits_1), (void*)L_26); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_27 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_28 = __this->____bits_1; int32_t L_29 = V_0; Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7((RuntimeArray*)L_27, 0, (RuntimeArray*)L_28, 0, L_29, NULL); } IL_009a: { return; } } IL2CPP_EXTERN_C void BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6_AdjustorThunk (RuntimeObject* __this, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___value0, bool ___negative1, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6(_thisAdjusted, ___value0, ___negative1, method); } // System.Numerics.BigInteger System.Numerics.BigInteger::get_Zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_get_Zero_mBA4017A186518E67C2ACCEF9AC2007FD69AF33B1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnZeroInt_4; return L_0; } } // System.Numerics.BigInteger System.Numerics.BigInteger::get_MinusOne() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_get_MinusOne_m9929E7AEC67F4E57C76A0B8AE7D23C20DF7BD265 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnMinusOneInt_5; return L_0; } } // System.Boolean System.Numerics.BigInteger::get_IsZero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_get_IsZero_m54B3F16D56CB9E59DBEC6929CF61A7FBE3592DC4 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____sign_0; return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C bool BigInteger_get_IsZero_m54B3F16D56CB9E59DBEC6929CF61A7FBE3592DC4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = BigInteger_get_IsZero_m54B3F16D56CB9E59DBEC6929CF61A7FBE3592DC4(_thisAdjusted, method); return _returnValue; } // System.Numerics.BigInteger System.Numerics.BigInteger::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_Parse_mDED5D552139B603F31989B5D5A5D8F08EB9032A6 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; RuntimeObject* L_1 = ___provider1; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_2; L_2 = NumberFormatInfo_GetInstance_m68D84692285114DC53C752EFC2A559319D117E71(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_3; L_3 = BigInteger_Parse_mC976096F60ABD39101DE157103C45C8C13FBD913(L_0, 7, L_2, NULL); return L_3; } } // System.Numerics.BigInteger System.Numerics.BigInteger::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_Parse_mC976096F60ABD39101DE157103C45C8C13FBD913 (String_t* ___value0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1 = ___style1; RuntimeObject* L_2 = ___provider2; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3; L_3 = NumberFormatInfo_GetInstance_m68D84692285114DC53C752EFC2A559319D117E71(L_2, NULL); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_4; L_4 = BigNumber_ParseBigInteger_m7A0E7068763972EAE89F98718B96B6F3D17F02CB(L_0, L_1, L_3, NULL); return L_4; } } // System.Int32 System.Numerics.BigInteger::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_GetHashCode_m2CB01C462C09EB23616010EB24E0A87A4D35D783 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = __this->____bits_1; if (L_0) { goto IL_000f; } } { int32_t L_1 = __this->____sign_0; return L_1; } IL_000f: { int32_t L_2 = __this->____sign_0; V_0 = L_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = __this->____bits_1; NullCheck(L_3); V_1 = ((int32_t)(((RuntimeArray*)L_3)->max_length)); goto IL_0030; } IL_0021: { int32_t L_4 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = __this->____bits_1; int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; uint32_t L_8 = (L_5)->GetAt(static_cast(L_7)); int32_t L_9; L_9 = NumericsHelpers_CombineHash_m4907C454F01686B09642262567D1C9C90F98CB65(L_4, L_8, NULL); V_0 = L_9; } IL_0030: { int32_t L_10 = V_1; int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1)); V_1 = L_11; if ((((int32_t)L_11) >= ((int32_t)0))) { goto IL_0021; } } { int32_t L_12 = V_0; return L_12; } } IL2CPP_EXTERN_C int32_t BigInteger_GetHashCode_m2CB01C462C09EB23616010EB24E0A87A4D35D783_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = BigInteger_GetHashCode_m2CB01C462C09EB23616010EB24E0A87A4D35D783(_thisAdjusted, method); return _returnValue; } // System.Boolean System.Numerics.BigInteger::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_Equals_mC711A33C4466DC2C053785E0A8A34B49A197EA1C (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___obj0; if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject* L_1 = ___obj0; bool L_2; L_2 = BigInteger_Equals_m36D3C46B170C61FBA8D78C5D4D52B6627DCB2314(__this, ((*(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)UnBox(L_1, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var)))), NULL); return L_2; } } IL2CPP_EXTERN_C bool BigInteger_Equals_mC711A33C4466DC2C053785E0A8A34B49A197EA1C_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = BigInteger_Equals_mC711A33C4466DC2C053785E0A8A34B49A197EA1C(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.Numerics.BigInteger::Equals(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_Equals_m6FA62389611EBC75026561E5E3509E7839846361 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, int64_t ___other0, const RuntimeMethod* method) { int32_t V_0 = 0; uint64_t V_1 = 0; int64_t G_B8_0 = 0; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = __this->____bits_1; if (L_0) { goto IL_0013; } } { int32_t L_1 = __this->____sign_0; int64_t L_2 = ___other0; return (bool)((((int64_t)((int64_t)L_1)) == ((int64_t)L_2))? 1 : 0); } IL_0013: { int32_t L_3 = __this->____sign_0; int64_t L_4 = ___other0; if ((((int64_t)((int64_t)(((int64_t)L_3)^L_4))) < ((int64_t)((int64_t)0)))) { goto IL_002d; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = __this->____bits_1; NullCheck(L_5); int32_t L_6 = ((int32_t)(((RuntimeArray*)L_5)->max_length)); V_0 = L_6; if ((((int32_t)L_6) <= ((int32_t)2))) { goto IL_002f; } } IL_002d: { return (bool)0; } IL_002f: { int64_t L_7 = ___other0; if ((((int64_t)L_7) < ((int64_t)((int64_t)0)))) { goto IL_0037; } } { int64_t L_8 = ___other0; G_B8_0 = L_8; goto IL_0039; } IL_0037: { int64_t L_9 = ___other0; G_B8_0 = ((-L_9)); } IL_0039: { V_1 = G_B8_0; int32_t L_10 = V_0; if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_004b; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_11 = __this->____bits_1; NullCheck(L_11); int32_t L_12 = 0; uint32_t L_13 = (L_11)->GetAt(static_cast(L_12)); uint64_t L_14 = V_1; return (bool)((((int64_t)((int64_t)(uint64_t)L_13)) == ((int64_t)L_14))? 1 : 0); } IL_004b: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_15 = __this->____bits_1; NullCheck(L_15); int32_t L_16 = 1; uint32_t L_17 = (L_15)->GetAt(static_cast(L_16)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_18 = __this->____bits_1; NullCheck(L_18); int32_t L_19 = 0; uint32_t L_20 = (L_18)->GetAt(static_cast(L_19)); uint64_t L_21; L_21 = NumericsHelpers_MakeUlong_m4E1C54EE349875D06DB995ADBA4636E014BFC766(L_17, L_20, NULL); uint64_t L_22 = V_1; return (bool)((((int64_t)L_21) == ((int64_t)L_22))? 1 : 0); } } IL2CPP_EXTERN_C bool BigInteger_Equals_m6FA62389611EBC75026561E5E3509E7839846361_AdjustorThunk (RuntimeObject* __this, int64_t ___other0, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = BigInteger_Equals_m6FA62389611EBC75026561E5E3509E7839846361(_thisAdjusted, ___other0, method); return _returnValue; } // System.Boolean System.Numerics.BigInteger::Equals(System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_Equals_m36D3C46B170C61FBA8D78C5D4D52B6627DCB2314 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_1 = ___other0; int32_t L_2 = L_1.____sign_0; if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_0010; } } { return (bool)0; } IL_0010: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = __this->____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_4 = ___other0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = L_4.____bits_1; if ((!(((RuntimeObject*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)L_3) == ((RuntimeObject*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)L_5)))) { goto IL_0020; } } { return (bool)1; } IL_0020: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = __this->____bits_1; if (!L_6) { goto IL_0030; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_7 = ___other0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_8 = L_7.____bits_1; if (L_8) { goto IL_0032; } } IL_0030: { return (bool)0; } IL_0032: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = __this->____bits_1; NullCheck(L_9); V_0 = ((int32_t)(((RuntimeArray*)L_9)->max_length)); int32_t L_10 = V_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_11 = ___other0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_12 = L_11.____bits_1; NullCheck(L_12); if ((((int32_t)L_10) == ((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))) { goto IL_0048; } } { return (bool)0; } IL_0048: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_13 = __this->____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_14 = ___other0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_15 = L_14.____bits_1; int32_t L_16 = V_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); int32_t L_17; L_17 = BigInteger_GetDiffLength_mFF03BA36F23B3072F7DB3628547DF7B0CC34F650(L_13, L_15, L_16, NULL); return (bool)((((int32_t)L_17) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C bool BigInteger_Equals_m36D3C46B170C61FBA8D78C5D4D52B6627DCB2314_AdjustorThunk (RuntimeObject* __this, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___other0, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = BigInteger_Equals_m36D3C46B170C61FBA8D78C5D4D52B6627DCB2314(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.Numerics.BigInteger::CompareTo(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_CompareTo_m8E77C4EDC6840B293E163EAC20CAA3644282F923 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, int64_t ___other0, const RuntimeMethod* method) { int32_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; int64_t V_3 = 0; int64_t G_B8_0 = 0; uint64_t G_B11_0 = 0; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = __this->____bits_1; if (L_0) { goto IL_0019; } } { int32_t L_1 = __this->____sign_0; V_3 = ((int64_t)L_1); int64_t L_2 = ___other0; int32_t L_3; L_3 = Int64_CompareTo_m63A0BDA03C5B1DEB7387B1C53D6BFD961E4F5490((&V_3), L_2, NULL); return L_3; } IL_0019: { int32_t L_4 = __this->____sign_0; int64_t L_5 = ___other0; if ((((int64_t)((int64_t)(((int64_t)L_4)^L_5))) < ((int64_t)((int64_t)0)))) { goto IL_0033; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = __this->____bits_1; NullCheck(L_6); int32_t L_7 = ((int32_t)(((RuntimeArray*)L_6)->max_length)); V_0 = L_7; if ((((int32_t)L_7) <= ((int32_t)2))) { goto IL_003a; } } IL_0033: { int32_t L_8 = __this->____sign_0; return L_8; } IL_003a: { int64_t L_9 = ___other0; if ((((int64_t)L_9) < ((int64_t)((int64_t)0)))) { goto IL_0042; } } { int64_t L_10 = ___other0; G_B8_0 = L_10; goto IL_0044; } IL_0042: { int64_t L_11 = ___other0; G_B8_0 = ((-L_11)); } IL_0044: { V_1 = G_B8_0; int32_t L_12 = V_0; if ((((int32_t)L_12) == ((int32_t)2))) { goto IL_0054; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_13 = __this->____bits_1; NullCheck(L_13); int32_t L_14 = 0; uint32_t L_15 = (L_13)->GetAt(static_cast(L_14)); G_B11_0 = ((uint64_t)(((int64_t)(uint64_t)L_15))); goto IL_0069; } IL_0054: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_16 = __this->____bits_1; NullCheck(L_16); int32_t L_17 = 1; uint32_t L_18 = (L_16)->GetAt(static_cast(L_17)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_19 = __this->____bits_1; NullCheck(L_19); int32_t L_20 = 0; uint32_t L_21 = (L_19)->GetAt(static_cast(L_20)); uint64_t L_22; L_22 = NumericsHelpers_MakeUlong_m4E1C54EE349875D06DB995ADBA4636E014BFC766(L_18, L_21, NULL); G_B11_0 = L_22; } IL_0069: { V_2 = G_B11_0; int32_t L_23 = __this->____sign_0; uint64_t L_24 = V_1; int32_t L_25; L_25 = UInt64_CompareTo_m1292E47C1FE2A1FC5BC5E6E2EB9C1FCDCEFE7745((&V_2), L_24, NULL); return ((int32_t)il2cpp_codegen_multiply(L_23, L_25)); } } IL2CPP_EXTERN_C int32_t BigInteger_CompareTo_m8E77C4EDC6840B293E163EAC20CAA3644282F923_AdjustorThunk (RuntimeObject* __this, int64_t ___other0, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = BigInteger_CompareTo_m8E77C4EDC6840B293E163EAC20CAA3644282F923(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.Numerics.BigInteger::CompareTo(System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_CompareTo_m1B9ADF53CC7255B4DE59A270AA1EA854E25E7296 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_1 = ___other0; int32_t L_2 = L_1.____sign_0; if ((((int32_t)((int32_t)(L_0^L_2))) >= ((int32_t)0))) { goto IL_001d; } } { int32_t L_3 = __this->____sign_0; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_001b; } } { return 1; } IL_001b: { return (-1); } IL_001d: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = __this->____bits_1; if (L_4) { goto IL_0057; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_5 = ___other0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = L_5.____bits_1; if (L_6) { goto IL_004f; } } { int32_t L_7 = __this->____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_8 = ___other0; int32_t L_9 = L_8.____sign_0; if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_004d; } } { int32_t L_10 = __this->____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_11 = ___other0; int32_t L_12 = L_11.____sign_0; if ((((int32_t)L_10) > ((int32_t)L_12))) { goto IL_004b; } } { return 0; } IL_004b: { return 1; } IL_004d: { return (-1); } IL_004f: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_13 = ___other0; int32_t L_14 = L_13.____sign_0; return ((-L_14)); } IL_0057: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_15 = ___other0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_16 = L_15.____bits_1; if (!L_16) { goto IL_0075; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_17 = __this->____bits_1; NullCheck(L_17); int32_t L_18 = ((int32_t)(((RuntimeArray*)L_17)->max_length)); V_0 = L_18; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_19 = ___other0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_20 = L_19.____bits_1; NullCheck(L_20); int32_t L_21 = ((int32_t)(((RuntimeArray*)L_20)->max_length)); V_1 = L_21; if ((((int32_t)L_18) <= ((int32_t)L_21))) { goto IL_007c; } } IL_0075: { int32_t L_22 = __this->____sign_0; return L_22; } IL_007c: { int32_t L_23 = V_0; int32_t L_24 = V_1; if ((((int32_t)L_23) >= ((int32_t)L_24))) { goto IL_0088; } } { int32_t L_25 = __this->____sign_0; return ((-L_25)); } IL_0088: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_26 = __this->____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_27 = ___other0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_28 = L_27.____bits_1; int32_t L_29 = V_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); int32_t L_30; L_30 = BigInteger_GetDiffLength_mFF03BA36F23B3072F7DB3628547DF7B0CC34F650(L_26, L_28, L_29, NULL); V_2 = L_30; int32_t L_31 = V_2; if (L_31) { goto IL_00a0; } } { return 0; } IL_00a0: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_32 = __this->____bits_1; int32_t L_33 = V_2; NullCheck(L_32); int32_t L_34 = ((int32_t)il2cpp_codegen_subtract(L_33, 1)); uint32_t L_35 = (L_32)->GetAt(static_cast(L_34)); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_36 = ___other0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_37 = L_36.____bits_1; int32_t L_38 = V_2; NullCheck(L_37); int32_t L_39 = ((int32_t)il2cpp_codegen_subtract(L_38, 1)); uint32_t L_40 = (L_37)->GetAt(static_cast(L_39)); if ((!(((uint32_t)L_35) >= ((uint32_t)L_40)))) { goto IL_00bd; } } { int32_t L_41 = __this->____sign_0; return L_41; } IL_00bd: { int32_t L_42 = __this->____sign_0; return ((-L_42)); } } IL2CPP_EXTERN_C int32_t BigInteger_CompareTo_m1B9ADF53CC7255B4DE59A270AA1EA854E25E7296_AdjustorThunk (RuntimeObject* __this, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___other0, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = BigInteger_CompareTo_m1B9ADF53CC7255B4DE59A270AA1EA854E25E7296(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.Numerics.BigInteger::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_CompareTo_mFF2E7BDB82C698B3A3BFD93FD723629F9606B33E (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___obj0; if (L_0) { goto IL_0005; } } { return 1; } IL_0005: { RuntimeObject* L_1 = ___obj0; if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_1, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))) { goto IL_001d; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral85DAE785199A9898AFE660853B969B9DB82D9666)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger_CompareTo_mFF2E7BDB82C698B3A3BFD93FD723629F9606B33E_RuntimeMethod_var))); } IL_001d: { RuntimeObject* L_3 = ___obj0; int32_t L_4; L_4 = BigInteger_CompareTo_m1B9ADF53CC7255B4DE59A270AA1EA854E25E7296(__this, ((*(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)UnBox(L_3, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var)))), NULL); return L_4; } } IL2CPP_EXTERN_C int32_t BigInteger_CompareTo_mFF2E7BDB82C698B3A3BFD93FD723629F9606B33E_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = BigInteger_CompareTo_mFF2E7BDB82C698B3A3BFD93FD723629F9606B33E(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Byte[] System.Numerics.BigInteger::ToByteArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BigInteger_ToByteArray_mC501D315AF605FB0EF172628E9D4C95D2F015EB3 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0; L_0 = BigInteger_ToByteArray_m3133379D53710B317BD4963D510EFFFD60D101E4(__this, (bool)0, (bool)0, NULL); return L_0; } } IL2CPP_EXTERN_C ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BigInteger_ToByteArray_mC501D315AF605FB0EF172628E9D4C95D2F015EB3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* _returnValue; _returnValue = BigInteger_ToByteArray_mC501D315AF605FB0EF172628E9D4C95D2F015EB3(_thisAdjusted, method); return _returnValue; } // System.Byte[] System.Numerics.BigInteger::ToByteArray(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BigInteger_ToByteArray_m3133379D53710B317BD4963D510EFFFD60D101E4 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, bool ___isUnsigned0, bool ___isBigEndian1, const RuntimeMethod* method) { int32_t V_0 = 0; Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 V_1; memset((&V_1), 0, sizeof(V_1)); { V_0 = 0; il2cpp_codegen_initobj((&V_1), sizeof(Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305)); Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 L_0 = V_1; bool L_1 = ___isUnsigned0; bool L_2 = ___isBigEndian1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3; L_3 = BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD(__this, 0, L_0, L_1, L_2, (&V_0), NULL); return L_3; } } IL2CPP_EXTERN_C ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BigInteger_ToByteArray_m3133379D53710B317BD4963D510EFFFD60D101E4_AdjustorThunk (RuntimeObject* __this, bool ___isUnsigned0, bool ___isBigEndian1, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* _returnValue; _returnValue = BigInteger_ToByteArray_m3133379D53710B317BD4963D510EFFFD60D101E4(_thisAdjusted, ___isUnsigned0, ___isBigEndian1, method); return _returnValue; } // System.Boolean System.Numerics.BigInteger::TryWriteBytes(System.Span`1,System.Int32&,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_TryWriteBytes_m4B86F875CA1C01790FE20D1A689DCA41D22326C0 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 ___destination0, int32_t* ___bytesWritten1, bool ___isUnsigned2, bool ___isBigEndian3, const RuntimeMethod* method) { { int32_t* L_0 = ___bytesWritten1; *((int32_t*)L_0) = (int32_t)0; Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 L_1 = ___destination0; bool L_2 = ___isUnsigned2; bool L_3 = ___isBigEndian3; int32_t* L_4 = ___bytesWritten1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5; L_5 = BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD(__this, 2, L_1, L_2, L_3, L_4, NULL); if (L_5) { goto IL_0016; } } { int32_t* L_6 = ___bytesWritten1; *((int32_t*)L_6) = (int32_t)0; return (bool)0; } IL_0016: { return (bool)1; } } IL2CPP_EXTERN_C bool BigInteger_TryWriteBytes_m4B86F875CA1C01790FE20D1A689DCA41D22326C0_AdjustorThunk (RuntimeObject* __this, Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 ___destination0, int32_t* ___bytesWritten1, bool ___isUnsigned2, bool ___isBigEndian3, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = BigInteger_TryWriteBytes_m4B86F875CA1C01790FE20D1A689DCA41D22326C0(_thisAdjusted, ___destination0, ___bytesWritten1, ___isUnsigned2, ___isBigEndian3, method); return _returnValue; } // System.Boolean System.Numerics.BigInteger::TryWriteOrCountBytes(System.Span`1,System.Int32&,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_TryWriteOrCountBytes_mB22B053CE50BA54DF99F85EEAE05CA7ABDEF6441 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 ___destination0, int32_t* ___bytesWritten1, bool ___isUnsigned2, bool ___isBigEndian3, const RuntimeMethod* method) { { int32_t* L_0 = ___bytesWritten1; *((int32_t*)L_0) = (int32_t)0; Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 L_1 = ___destination0; bool L_2 = ___isUnsigned2; bool L_3 = ___isBigEndian3; int32_t* L_4 = ___bytesWritten1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5; L_5 = BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD(__this, 2, L_1, L_2, L_3, L_4, NULL); return (bool)((!(((RuntimeObject*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)L_5) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); } } IL2CPP_EXTERN_C bool BigInteger_TryWriteOrCountBytes_mB22B053CE50BA54DF99F85EEAE05CA7ABDEF6441_AdjustorThunk (RuntimeObject* __this, Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 ___destination0, int32_t* ___bytesWritten1, bool ___isUnsigned2, bool ___isBigEndian3, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = BigInteger_TryWriteOrCountBytes_mB22B053CE50BA54DF99F85EEAE05CA7ABDEF6441(_thisAdjusted, ___destination0, ___bytesWritten1, ___isUnsigned2, ___isBigEndian3, method); return _returnValue; } // System.Byte[] System.Numerics.BigInteger::TryGetBytes(System.Numerics.BigInteger/GetBytesMode,System.Span`1,System.Boolean,System.Boolean,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, int32_t ___mode0, Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 ___destination1, bool ___isUnsigned2, bool ___isBigEndian3, int32_t* ___bytesWritten4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m8E944E4954E037877A25B9FF6B901F1F901D4769_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_op_Implicit_mDC0AC5B50ABB4FDDA74ADE064641DB22D560B357_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t V_1 = 0x0; int32_t V_2 = 0; uint32_t V_3 = 0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_4 = NULL; uint8_t V_5 = 0x0; int32_t V_6 = 0; bool V_7 = false; int32_t V_8 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; uint32_t V_13 = 0; int32_t G_B16_0 = 0; int32_t G_B34_0 = 0; int32_t G_B36_0 = 0; int32_t G_B35_0 = 0; int32_t G_B37_0 = 0; int32_t G_B37_1 = 0; int32_t G_B50_0 = 0; int32_t G_B53_0 = 0; { int32_t L_0 = __this->____sign_0; V_0 = L_0; int32_t L_1 = V_0; if (L_1) { goto IL_003f; } } { int32_t L_2 = ___mode0; if (!L_2) { goto IL_0013; } } { int32_t L_3 = ___mode0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_001a; } } { goto IL_0020; } IL_0013: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)1); return L_4; } IL_001a: { int32_t* L_5 = ___bytesWritten4; *((int32_t*)L_5) = (int32_t)1; return (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; } IL_0020: { int32_t* L_6 = ___bytesWritten4; *((int32_t*)L_6) = (int32_t)1; int32_t L_7; L_7 = Span_1_get_Length_m8E944E4954E037877A25B9FF6B901F1F901D4769_inline((&___destination1), Span_1_get_Length_m8E944E4954E037877A25B9FF6B901F1F901D4769_RuntimeMethod_var); if (!L_7) { goto IL_003d; } } { uint8_t* L_8; L_8 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&___destination1))->____pointer_0))->value, (0), ((&___destination1))->____length_1); *((int8_t*)L_8) = (int8_t)0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_success_6; return L_9; } IL_003d: { return (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; } IL_003f: { bool L_10 = ___isUnsigned2; if (!L_10) { goto IL_0051; } } { int32_t L_11 = V_0; if ((((int32_t)L_11) >= ((int32_t)0))) { goto IL_0051; } } { OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_12 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var))); NullCheck(L_12); OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC798E2ADCB059C2253762B87F88B2661EADEBEA6)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD_RuntimeMethod_var))); } IL_0051: { V_2 = 0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_13 = __this->____bits_1; V_4 = L_13; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = V_4; if (L_14) { goto IL_0071; } } { int32_t L_15 = V_0; if ((((int32_t)L_15) < ((int32_t)0))) { goto IL_0066; } } { G_B16_0 = 0; goto IL_006b; } IL_0066: { G_B16_0 = ((int32_t)255); } IL_006b: { V_1 = (uint8_t)((int32_t)(uint8_t)G_B16_0); int32_t L_16 = V_0; V_3 = L_16; goto IL_00ad; } IL_0071: { int32_t L_17 = V_0; if ((!(((uint32_t)L_17) == ((uint32_t)(-1))))) { goto IL_00a1; } } { V_1 = (uint8_t)((int32_t)255); goto IL_0081; } IL_007d: { int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_18, 1)); } IL_0081: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_19 = V_4; int32_t L_20 = V_2; NullCheck(L_19); int32_t L_21 = L_20; uint32_t L_22 = (L_19)->GetAt(static_cast(L_21)); if (!L_22) { goto IL_007d; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_23 = V_4; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_24 = V_4; NullCheck(L_24); NullCheck(L_23); int32_t L_25 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_24)->max_length)), 1)); uint32_t L_26 = (L_23)->GetAt(static_cast(L_25)); V_3 = ((~L_26)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_27 = V_4; NullCheck(L_27); int32_t L_28 = V_2; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_27)->max_length)), 1))) == ((uint32_t)L_28)))) { goto IL_00ad; } } { uint32_t L_29 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, 1)); goto IL_00ad; } IL_00a1: { V_1 = (uint8_t)0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_30 = V_4; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_31 = V_4; NullCheck(L_31); NullCheck(L_30); int32_t L_32 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_31)->max_length)), 1)); uint32_t L_33 = (L_30)->GetAt(static_cast(L_32)); V_3 = L_33; } IL_00ad: { uint32_t L_34 = V_3; int32_t L_35 = ((int32_t)(uint8_t)((int32_t)((uint32_t)L_34>>((int32_t)24)))); V_5 = (uint8_t)L_35; uint8_t L_36 = V_1; if ((((int32_t)L_35) == ((int32_t)L_36))) { goto IL_00bd; } } { V_6 = 3; goto IL_00e3; } IL_00bd: { uint32_t L_37 = V_3; int32_t L_38 = ((int32_t)(uint8_t)((int32_t)((uint32_t)L_37>>((int32_t)16)))); V_5 = (uint8_t)L_38; uint8_t L_39 = V_1; if ((((int32_t)L_38) == ((int32_t)L_39))) { goto IL_00cd; } } { V_6 = 2; goto IL_00e3; } IL_00cd: { uint32_t L_40 = V_3; int32_t L_41 = ((int32_t)(uint8_t)((int32_t)((uint32_t)L_40>>8))); V_5 = (uint8_t)L_41; uint8_t L_42 = V_1; if ((((int32_t)L_41) == ((int32_t)L_42))) { goto IL_00dc; } } { V_6 = 1; goto IL_00e3; } IL_00dc: { uint32_t L_43 = V_3; V_5 = (uint8_t)((int32_t)(uint8_t)L_43); V_6 = 0; } IL_00e3: { uint8_t L_44 = V_5; uint8_t L_45 = V_1; if ((((int32_t)((int32_t)((int32_t)L_44&((int32_t)128)))) == ((int32_t)((int32_t)((int32_t)L_45&((int32_t)128)))))) { goto IL_00fa; } } { bool L_46 = ___isUnsigned2; G_B34_0 = ((((int32_t)L_46) == ((int32_t)0))? 1 : 0); goto IL_00fb; } IL_00fa: { G_B34_0 = 0; } IL_00fb: { V_7 = (bool)G_B34_0; int32_t L_47 = V_6; bool L_48 = V_7; G_B35_0 = ((int32_t)il2cpp_codegen_add(L_47, 1)); if (L_48) { G_B36_0 = ((int32_t)il2cpp_codegen_add(L_47, 1)); goto IL_0108; } } { G_B37_0 = 0; G_B37_1 = G_B35_0; goto IL_0109; } IL_0108: { G_B37_0 = 1; G_B37_1 = G_B36_0; } IL_0109: { V_8 = ((int32_t)il2cpp_codegen_add(G_B37_1, G_B37_0)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_49 = V_4; if (!L_49) { goto IL_011d; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_50 = V_4; NullCheck(L_50); if (((int64_t)((int32_t)(((RuntimeArray*)L_50)->max_length)) - (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)(((RuntimeArray*)L_50)->max_length)) - (int64_t)1 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD_RuntimeMethod_var); if (((int64_t)4 * (int64_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_50)->max_length)), 1)) < (int64_t)kIl2CppInt32Min) || ((int64_t)4 * (int64_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_50)->max_length)), 1)) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD_RuntimeMethod_var); int32_t L_51 = V_8; if (((int64_t)((int32_t)il2cpp_codegen_multiply(4, ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_50)->max_length)), 1)))) + (int64_t)L_51 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_multiply(4, ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_50)->max_length)), 1)))) + (int64_t)L_51 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD_RuntimeMethod_var); V_8 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(4, ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_50)->max_length)), 1)))), L_51)); } IL_011d: { int32_t L_52 = ___mode0; if (!L_52) { goto IL_0126; } } { int32_t L_53 = ___mode0; if ((((int32_t)L_53) == ((int32_t)1))) { goto IL_0139; } } { goto IL_0140; } IL_0126: { int32_t L_54 = V_8; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_55 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_54); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_56 = L_55; V_9 = L_56; Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 L_57; L_57 = Span_1_op_Implicit_mDC0AC5B50ABB4FDDA74ADE064641DB22D560B357(L_56, Span_1_op_Implicit_mDC0AC5B50ABB4FDDA74ADE064641DB22D560B357_RuntimeMethod_var); ___destination1 = L_57; goto IL_0159; } IL_0139: { int32_t* L_58 = ___bytesWritten4; int32_t L_59 = V_8; *((int32_t*)L_58) = (int32_t)L_59; return (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; } IL_0140: { int32_t* L_60 = ___bytesWritten4; int32_t L_61 = V_8; *((int32_t*)L_60) = (int32_t)L_61; int32_t L_62; L_62 = Span_1_get_Length_m8E944E4954E037877A25B9FF6B901F1F901D4769_inline((&___destination1), Span_1_get_Length_m8E944E4954E037877A25B9FF6B901F1F901D4769_RuntimeMethod_var); int32_t L_63 = V_8; if ((((int32_t)L_62) >= ((int32_t)L_63))) { goto IL_0152; } } { return (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; } IL_0152: { il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_64 = ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_success_6; V_9 = L_64; } IL_0159: { bool L_65 = ___isBigEndian3; if (L_65) { goto IL_0160; } } { G_B50_0 = 0; goto IL_0164; } IL_0160: { int32_t L_66 = V_8; G_B50_0 = ((int32_t)il2cpp_codegen_subtract(L_66, 1)); } IL_0164: { V_10 = G_B50_0; bool L_67 = ___isBigEndian3; if (L_67) { goto IL_016d; } } { G_B53_0 = 1; goto IL_016e; } IL_016d: { G_B53_0 = (-1); } IL_016e: { V_11 = G_B53_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_68 = V_4; if (!L_68) { goto IL_0202; } } { V_12 = 0; goto IL_01f5; } IL_017c: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_69 = V_4; int32_t L_70 = V_12; NullCheck(L_69); int32_t L_71 = L_70; uint32_t L_72 = (L_69)->GetAt(static_cast(L_71)); V_13 = L_72; int32_t L_73 = V_0; if ((!(((uint32_t)L_73) == ((uint32_t)(-1))))) { goto IL_0197; } } { uint32_t L_74 = V_13; V_13 = ((~L_74)); int32_t L_75 = V_12; int32_t L_76 = V_2; if ((((int32_t)L_75) > ((int32_t)L_76))) { goto IL_0197; } } { uint32_t L_77 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, 1)); } IL_0197: { int32_t L_78 = V_10; uint8_t* L_79; L_79 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&___destination1))->____pointer_0))->value, (L_78), ((&___destination1))->____length_1); uint32_t L_80 = V_13; *((int8_t*)L_79) = (int8_t)((int32_t)(uint8_t)L_80); int32_t L_81 = V_10; int32_t L_82 = V_11; V_10 = ((int32_t)il2cpp_codegen_add(L_81, L_82)); int32_t L_83 = V_10; uint8_t* L_84; L_84 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&___destination1))->____pointer_0))->value, (L_83), ((&___destination1))->____length_1); uint32_t L_85 = V_13; *((int8_t*)L_84) = (int8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_85>>8))); int32_t L_86 = V_10; int32_t L_87 = V_11; V_10 = ((int32_t)il2cpp_codegen_add(L_86, L_87)); int32_t L_88 = V_10; uint8_t* L_89; L_89 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&___destination1))->____pointer_0))->value, (L_88), ((&___destination1))->____length_1); uint32_t L_90 = V_13; *((int8_t*)L_89) = (int8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_90>>((int32_t)16)))); int32_t L_91 = V_10; int32_t L_92 = V_11; V_10 = ((int32_t)il2cpp_codegen_add(L_91, L_92)); int32_t L_93 = V_10; uint8_t* L_94; L_94 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&___destination1))->____pointer_0))->value, (L_93), ((&___destination1))->____length_1); uint32_t L_95 = V_13; *((int8_t*)L_94) = (int8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_95>>((int32_t)24)))); int32_t L_96 = V_10; int32_t L_97 = V_11; V_10 = ((int32_t)il2cpp_codegen_add(L_96, L_97)); int32_t L_98 = V_12; V_12 = ((int32_t)il2cpp_codegen_add(L_98, 1)); } IL_01f5: { int32_t L_99 = V_12; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_100 = V_4; NullCheck(L_100); if ((((int32_t)L_99) < ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_100)->max_length)), 1))))) { goto IL_017c; } } IL_0202: { int32_t L_101 = V_10; uint8_t* L_102; L_102 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&___destination1))->____pointer_0))->value, (L_101), ((&___destination1))->____length_1); uint32_t L_103 = V_3; *((int8_t*)L_102) = (int8_t)((int32_t)(uint8_t)L_103); int32_t L_104 = V_6; if (!L_104) { goto IL_025d; } } { int32_t L_105 = V_10; int32_t L_106 = V_11; V_10 = ((int32_t)il2cpp_codegen_add(L_105, L_106)); int32_t L_107 = V_10; uint8_t* L_108; L_108 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&___destination1))->____pointer_0))->value, (L_107), ((&___destination1))->____length_1); uint32_t L_109 = V_3; *((int8_t*)L_108) = (int8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_109>>8))); int32_t L_110 = V_6; if ((((int32_t)L_110) == ((int32_t)1))) { goto IL_025d; } } { int32_t L_111 = V_10; int32_t L_112 = V_11; V_10 = ((int32_t)il2cpp_codegen_add(L_111, L_112)); int32_t L_113 = V_10; uint8_t* L_114; L_114 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&___destination1))->____pointer_0))->value, (L_113), ((&___destination1))->____length_1); uint32_t L_115 = V_3; *((int8_t*)L_114) = (int8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_115>>((int32_t)16)))); int32_t L_116 = V_6; if ((((int32_t)L_116) == ((int32_t)2))) { goto IL_025d; } } { int32_t L_117 = V_10; int32_t L_118 = V_11; V_10 = ((int32_t)il2cpp_codegen_add(L_117, L_118)); int32_t L_119 = V_10; uint8_t* L_120; L_120 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&___destination1))->____pointer_0))->value, (L_119), ((&___destination1))->____length_1); uint32_t L_121 = V_3; *((int8_t*)L_120) = (int8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_121>>((int32_t)24)))); } IL_025d: { bool L_122 = V_7; if (!L_122) { goto IL_0273; } } { int32_t L_123 = V_10; int32_t L_124 = V_11; V_10 = ((int32_t)il2cpp_codegen_add(L_123, L_124)); int32_t L_125 = V_10; uint8_t* L_126; L_126 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&___destination1))->____pointer_0))->value, (L_125), ((&___destination1))->____length_1); uint8_t L_127 = V_1; *((int8_t*)L_126) = (int8_t)L_127; } IL_0273: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_128 = V_9; return L_128; } } IL2CPP_EXTERN_C ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD_AdjustorThunk (RuntimeObject* __this, int32_t ___mode0, Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 ___destination1, bool ___isUnsigned2, bool ___isBigEndian3, int32_t* ___bytesWritten4, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* _returnValue; _returnValue = BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD(_thisAdjusted, ___mode0, ___destination1, ___isUnsigned2, ___isBigEndian3, ___bytesWritten4, method); return _returnValue; } // System.String System.Numerics.BigInteger::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BigInteger_ToString_m6AFB0DE9CD953DA8B015C31B3CC1FEF86D98A306 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, const RuntimeMethod* method) { { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = (*(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_CurrentInfo_m1454E234BC45C215E5C99F2D01F53B342033C8CB(NULL); String_t* L_2; L_2 = BigNumber_FormatBigInteger_m134A2415A89251D3618C9E8A6C7A2D0C5C6E263F(L_0, (String_t*)NULL, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C String_t* BigInteger_ToString_m6AFB0DE9CD953DA8B015C31B3CC1FEF86D98A306_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = BigInteger_ToString_m6AFB0DE9CD953DA8B015C31B3CC1FEF86D98A306(_thisAdjusted, method); return _returnValue; } // System.String System.Numerics.BigInteger::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BigInteger_ToString_mD17ED938094AEF4030E39A2F95C7C7834C6F70BB (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = (*(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this); RuntimeObject* L_1 = ___provider0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_2; L_2 = NumberFormatInfo_GetInstance_m68D84692285114DC53C752EFC2A559319D117E71(L_1, NULL); String_t* L_3; L_3 = BigNumber_FormatBigInteger_m134A2415A89251D3618C9E8A6C7A2D0C5C6E263F(L_0, (String_t*)NULL, L_2, NULL); return L_3; } } IL2CPP_EXTERN_C String_t* BigInteger_ToString_mD17ED938094AEF4030E39A2F95C7C7834C6F70BB_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = BigInteger_ToString_mD17ED938094AEF4030E39A2F95C7C7834C6F70BB(_thisAdjusted, ___provider0, method); return _returnValue; } // System.String System.Numerics.BigInteger::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BigInteger_ToString_mF67077A813661D27640565FC41346D65A155B3F6 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = (*(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)__this); String_t* L_1 = ___format0; RuntimeObject* L_2 = ___provider1; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3; L_3 = NumberFormatInfo_GetInstance_m68D84692285114DC53C752EFC2A559319D117E71(L_2, NULL); String_t* L_4; L_4 = BigNumber_FormatBigInteger_m134A2415A89251D3618C9E8A6C7A2D0C5C6E263F(L_0, L_1, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C String_t* BigInteger_ToString_mF67077A813661D27640565FC41346D65A155B3F6_AdjustorThunk (RuntimeObject* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = BigInteger_ToString_mF67077A813661D27640565FC41346D65A155B3F6(_thisAdjusted, ___format0, ___provider1, method); return _returnValue; } // System.Numerics.BigInteger System.Numerics.BigInteger::Add(System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_Add_m66F893D93D5E81DE3273EE0C43517C2862F60301 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___leftBits0, int32_t ___leftSign1, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___rightBits2, int32_t ___rightSign3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___leftBits0; V_0 = (bool)((((RuntimeObject*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = ___rightBits2; V_1 = (bool)((((RuntimeObject*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_2 = V_0; bool L_3 = V_1; if (!((int32_t)((int32_t)L_2&(int32_t)L_3))) { goto IL_001a; } } { int32_t L_4 = ___leftSign1; int32_t L_5 = ___rightSign3; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_6; L_6 = BigInteger_op_Implicit_mB99A75482A4AFBDC07F29EF6B9C8B56522088C1F(((int64_t)il2cpp_codegen_add(((int64_t)L_4), ((int64_t)L_5))), NULL); return L_6; } IL_001a: { bool L_7 = V_0; if (!L_7) { goto IL_0033; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_8 = ___rightBits2; int32_t L_9 = ___leftSign1; uint32_t L_10; L_10 = NumericsHelpers_Abs_mA02EE0AF0C1AF6BC2361FB04AA9D555D6E67429C(L_9, NULL); il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_11; L_11 = BigIntegerCalculator_Add_m5006C175629497B132A0B125FC1205AC81506965(L_8, L_10, NULL); int32_t L_12 = ___leftSign1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_13; memset((&L_13), 0, sizeof(L_13)); BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6((&L_13), L_11, (bool)((((int32_t)L_12) < ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); return L_13; } IL_0033: { bool L_14 = V_1; if (!L_14) { goto IL_004c; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_15 = ___leftBits0; int32_t L_16 = ___rightSign3; uint32_t L_17; L_17 = NumericsHelpers_Abs_mA02EE0AF0C1AF6BC2361FB04AA9D555D6E67429C(L_16, NULL); il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_18; L_18 = BigIntegerCalculator_Add_m5006C175629497B132A0B125FC1205AC81506965(L_15, L_17, NULL); int32_t L_19 = ___leftSign1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_20; memset((&L_20), 0, sizeof(L_20)); BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6((&L_20), L_18, (bool)((((int32_t)L_19) < ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); return L_20; } IL_004c: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_21 = ___leftBits0; NullCheck(L_21); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_22 = ___rightBits2; NullCheck(L_22); if ((((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))) >= ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))))) { goto IL_0065; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_23 = ___rightBits2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_24 = ___leftBits0; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_25; L_25 = BigIntegerCalculator_Add_mBFE104C275F28C2460ED512D63BFF917DABC0FBB(L_23, L_24, NULL); int32_t L_26 = ___leftSign1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_27; memset((&L_27), 0, sizeof(L_27)); BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6((&L_27), L_25, (bool)((((int32_t)L_26) < ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); return L_27; } IL_0065: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_28 = ___leftBits0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_29 = ___rightBits2; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_30; L_30 = BigIntegerCalculator_Add_mBFE104C275F28C2460ED512D63BFF917DABC0FBB(L_28, L_29, NULL); int32_t L_31 = ___leftSign1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_32; memset((&L_32), 0, sizeof(L_32)); BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6((&L_32), L_30, (bool)((((int32_t)L_31) < ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); return L_32; } } // System.Numerics.BigInteger System.Numerics.BigInteger::op_Subtraction(System.Numerics.BigInteger,System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_Subtraction_m34372D07D2CAE48629B8E0768A6655576F02A075 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___left0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ___left0; int32_t L_1 = L_0.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_2 = ___right1; int32_t L_3 = L_2.____sign_0; if ((((int32_t)((((int32_t)L_1) < ((int32_t)0))? 1 : 0)) == ((int32_t)((((int32_t)L_3) < ((int32_t)0))? 1 : 0)))) { goto IL_0034; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_4 = ___left0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = L_4.____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_6 = ___left0; int32_t L_7 = L_6.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_8 = ___right1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = L_8.____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_10 = ___right1; int32_t L_11 = L_10.____sign_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_12; L_12 = BigInteger_Add_m66F893D93D5E81DE3273EE0C43517C2862F60301(L_5, L_7, L_9, ((int32_t)il2cpp_codegen_multiply((-1), L_11)), NULL); return L_12; } IL_0034: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_13 = ___left0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = L_13.____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_15 = ___left0; int32_t L_16 = L_15.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_17 = ___right1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_18 = L_17.____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_19 = ___right1; int32_t L_20 = L_19.____sign_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_21; L_21 = BigInteger_Subtract_m93BBFFEFA7C22BEC70B6B99B95A0CB21506FC65E(L_14, L_16, L_18, L_20, NULL); return L_21; } } // System.Numerics.BigInteger System.Numerics.BigInteger::Subtract(System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_Subtract_m93BBFFEFA7C22BEC70B6B99B95A0CB21506FC65E (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___leftBits0, int32_t ___leftSign1, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___rightBits2, int32_t ___rightSign3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___leftBits0; V_0 = (bool)((((RuntimeObject*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = ___rightBits2; V_1 = (bool)((((RuntimeObject*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_2 = V_0; bool L_3 = V_1; if (!((int32_t)((int32_t)L_2&(int32_t)L_3))) { goto IL_001a; } } { int32_t L_4 = ___leftSign1; int32_t L_5 = ___rightSign3; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_6; L_6 = BigInteger_op_Implicit_mB99A75482A4AFBDC07F29EF6B9C8B56522088C1F(((int64_t)il2cpp_codegen_subtract(((int64_t)L_4), ((int64_t)L_5))), NULL); return L_6; } IL_001a: { bool L_7 = V_0; if (!L_7) { goto IL_0036; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_8 = ___rightBits2; int32_t L_9 = ___leftSign1; uint32_t L_10; L_10 = NumericsHelpers_Abs_mA02EE0AF0C1AF6BC2361FB04AA9D555D6E67429C(L_9, NULL); il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_11; L_11 = BigIntegerCalculator_Subtract_m3A108462F38E1640A32631B3535346D8D947C46A(L_8, L_10, NULL); int32_t L_12 = ___leftSign1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_13; memset((&L_13), 0, sizeof(L_13)); BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6((&L_13), L_11, (bool)((((int32_t)((((int32_t)L_12) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); return L_13; } IL_0036: { bool L_14 = V_1; if (!L_14) { goto IL_004f; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_15 = ___leftBits0; int32_t L_16 = ___rightSign3; uint32_t L_17; L_17 = NumericsHelpers_Abs_mA02EE0AF0C1AF6BC2361FB04AA9D555D6E67429C(L_16, NULL); il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_18; L_18 = BigIntegerCalculator_Subtract_m3A108462F38E1640A32631B3535346D8D947C46A(L_15, L_17, NULL); int32_t L_19 = ___leftSign1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_20; memset((&L_20), 0, sizeof(L_20)); BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6((&L_20), L_18, (bool)((((int32_t)L_19) < ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); return L_20; } IL_004f: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_21 = ___leftBits0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_22 = ___rightBits2; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); int32_t L_23; L_23 = BigIntegerCalculator_Compare_m8BA0E1FC0852E7CA42859CF687E9142F6E553D10(L_21, L_22, NULL); if ((((int32_t)L_23) >= ((int32_t)0))) { goto IL_006d; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_24 = ___rightBits2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_25 = ___leftBits0; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_26; L_26 = BigIntegerCalculator_Subtract_m4E6F347481393DF34549B913FE0A6DF76584A5B4(L_24, L_25, NULL); int32_t L_27 = ___leftSign1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_28; memset((&L_28), 0, sizeof(L_28)); BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6((&L_28), L_26, (bool)((((int32_t)((((int32_t)L_27) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); return L_28; } IL_006d: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_29 = ___leftBits0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_30 = ___rightBits2; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_31; L_31 = BigIntegerCalculator_Subtract_m4E6F347481393DF34549B913FE0A6DF76584A5B4(L_29, L_30, NULL); int32_t L_32 = ___leftSign1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_33; memset((&L_33), 0, sizeof(L_33)); BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6((&L_33), L_31, (bool)((((int32_t)L_32) < ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); return L_33; } } // System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_Implicit_mA8880EAACAE2FCA70874F585E14F7DA0231D8D97 (uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_1; memset((&L_1), 0, sizeof(L_1)); BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.SByte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_Implicit_mC52D740DA14CB6006D7CFCEFB71E54971BC8B7C8 (int8_t ___value0, const RuntimeMethod* method) { { int8_t L_0 = ___value0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_1; memset((&L_1), 0, sizeof(L_1)); BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_Implicit_mCE20BFDC09A15D8D544912E0581217B9CE7290E2 (int16_t ___value0, const RuntimeMethod* method) { { int16_t L_0 = ___value0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_1; memset((&L_1), 0, sizeof(L_1)); BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_Implicit_m0046CD6FC877824D92318155E89EABE16B0B64A6 (uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_1; memset((&L_1), 0, sizeof(L_1)); BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_Implicit_m727B3C507042A16CD36B63DA4D1B66D66EA1ED73 (int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_1; memset((&L_1), 0, sizeof(L_1)); BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_Implicit_mC40A526EE6A84658C05E062656DB4D0865A039F8 (uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_1; memset((&L_1), 0, sizeof(L_1)); BigInteger__ctor_mE9288D5C617F6BF5B8E44F8B73D9198F30B90D84((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_Implicit_mB99A75482A4AFBDC07F29EF6B9C8B56522088C1F (int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_1; memset((&L_1), 0, sizeof(L_1)); BigInteger__ctor_mA87DC2182BB2F6AA0209BD98E81C30BCE5B8BBAA((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_Implicit_mE84F02A2EC2296C1109CA10D6D808E86BF482599 (uint64_t ___value0, const RuntimeMethod* method) { { uint64_t L_0 = ___value0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_1; memset((&L_1), 0, sizeof(L_1)); BigInteger__ctor_m4685E4C69B49F9470E056A761DCEB8DB9FA7D01C((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Byte System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t BigInteger_op_Explicit_m972264EE83572D572AA9741E036215A39BA99D13 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_op_Explicit_m972264EE83572D572AA9741E036215A39BA99D13_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ___value0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); int32_t L_1; L_1 = BigInteger_op_Explicit_m046F008251D35766B0BE64B7C436F4880DB853F7(L_0, NULL); if ((int64_t)(L_1) > 255LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BigInteger_op_Explicit_m972264EE83572D572AA9741E036215A39BA99D13_RuntimeMethod_var); return ((uint8_t)L_1); } } // System.SByte System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t BigInteger_op_Explicit_mB888112BFA08EC9CA612347158A45CF4B82B9029 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_op_Explicit_mB888112BFA08EC9CA612347158A45CF4B82B9029_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ___value0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); int32_t L_1; L_1 = BigInteger_op_Explicit_m046F008251D35766B0BE64B7C436F4880DB853F7(L_0, NULL); if ((int64_t)(L_1) > 127LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BigInteger_op_Explicit_mB888112BFA08EC9CA612347158A45CF4B82B9029_RuntimeMethod_var); return ((int8_t)L_1); } } // System.Int16 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t BigInteger_op_Explicit_m2A503B7FEEF346EC42C3ACA331FA229867C6B53D (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_op_Explicit_m2A503B7FEEF346EC42C3ACA331FA229867C6B53D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ___value0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); int32_t L_1; L_1 = BigInteger_op_Explicit_m046F008251D35766B0BE64B7C436F4880DB853F7(L_0, NULL); if ((int64_t)(L_1) > 32767LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BigInteger_op_Explicit_m2A503B7FEEF346EC42C3ACA331FA229867C6B53D_RuntimeMethod_var); return ((int16_t)L_1); } } // System.UInt16 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t BigInteger_op_Explicit_mA353664E149BA29CDF50B6BE66BF7A1D594CD48E (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_op_Explicit_mA353664E149BA29CDF50B6BE66BF7A1D594CD48E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ___value0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); int32_t L_1; L_1 = BigInteger_op_Explicit_m046F008251D35766B0BE64B7C436F4880DB853F7(L_0, NULL); if ((int64_t)(L_1) > 65535LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BigInteger_op_Explicit_mA353664E149BA29CDF50B6BE66BF7A1D594CD48E_RuntimeMethod_var); return ((uint16_t)L_1); } } // System.Int32 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_op_Explicit_m046F008251D35766B0BE64B7C436F4880DB853F7 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_op_Explicit_m046F008251D35766B0BE64B7C436F4880DB853F7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = L_0.____bits_1; if (L_1) { goto IL_000f; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_2 = ___value0; int32_t L_3 = L_2.____sign_0; return L_3; } IL_000f: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_4 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = L_4.____bits_1; NullCheck(L_5); if ((((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))) <= ((int32_t)1))) { goto IL_0025; } } { OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_6 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var))); NullCheck(L_6); OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4DD3DE8CCECA489C7DDD3362FC292A3BE39B68F1)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger_op_Explicit_m046F008251D35766B0BE64B7C436F4880DB853F7_RuntimeMethod_var))); } IL_0025: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_7 = ___value0; int32_t L_8 = L_7.____sign_0; if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0038; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_9 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10 = L_9.____bits_1; NullCheck(L_10); int32_t L_11 = 0; uint32_t L_12 = (L_10)->GetAt(static_cast(L_11)); if ((uint64_t)(L_12) > 2147483647LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BigInteger_op_Explicit_m046F008251D35766B0BE64B7C436F4880DB853F7_RuntimeMethod_var); return ((int32_t)L_12); } IL_0038: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_13 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = L_13.____bits_1; NullCheck(L_14); int32_t L_15 = 0; uint32_t L_16 = (L_14)->GetAt(static_cast(L_15)); if ((!(((uint32_t)L_16) > ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_0052; } } { OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_17 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var))); NullCheck(L_17); OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4DD3DE8CCECA489C7DDD3362FC292A3BE39B68F1)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger_op_Explicit_m046F008251D35766B0BE64B7C436F4880DB853F7_RuntimeMethod_var))); } IL_0052: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_18 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_19 = L_18.____bits_1; NullCheck(L_19); int32_t L_20 = 0; uint32_t L_21 = (L_19)->GetAt(static_cast(L_20)); return ((-((int32_t)L_21))); } } // System.UInt32 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BigInteger_op_Explicit_m07D474BCE018260424F6DB2B922548D609220A6B (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_op_Explicit_m07D474BCE018260424F6DB2B922548D609220A6B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = L_0.____bits_1; if (L_1) { goto IL_0010; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_2 = ___value0; int32_t L_3 = L_2.____sign_0; if ((int64_t)(L_3) > 4294967295LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BigInteger_op_Explicit_m07D474BCE018260424F6DB2B922548D609220A6B_RuntimeMethod_var); return ((uint32_t)L_3); } IL_0010: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_4 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = L_4.____bits_1; NullCheck(L_5); if ((((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))) > ((int32_t)1))) { goto IL_0024; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_6 = ___value0; int32_t L_7 = L_6.____sign_0; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_002f; } } IL_0024: { OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_8 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var))); NullCheck(L_8); OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF072EABB286891F7AE6ED11AF63686B8B0F5023E)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger_op_Explicit_m07D474BCE018260424F6DB2B922548D609220A6B_RuntimeMethod_var))); } IL_002f: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_9 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10 = L_9.____bits_1; NullCheck(L_10); int32_t L_11 = 0; uint32_t L_12 = (L_10)->GetAt(static_cast(L_11)); return L_12; } } // System.Int64 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t BigInteger_op_Explicit_mAA8F7C38164909FDEC9E39A29A454F6A56F2232B (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, const RuntimeMethod* method) { uint64_t V_0 = 0; int64_t V_1 = 0; int32_t G_B4_0 = 0; int32_t G_B3_0 = 0; uint64_t G_B10_0 = 0; { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = L_0.____bits_1; if (L_1) { goto IL_0010; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_2 = ___value0; int32_t L_3 = L_2.____sign_0; return ((int64_t)L_3); } IL_0010: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_4 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = L_4.____bits_1; NullCheck(L_5); int32_t L_6 = ((int32_t)(((RuntimeArray*)L_5)->max_length)); G_B3_0 = L_6; if ((((int32_t)L_6) <= ((int32_t)2))) { G_B4_0 = L_6; goto IL_0027; } } { OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_7 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var))); NullCheck(L_7); OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral93FFE29C2506591FD366855C12526B4678FB1953)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger_op_Explicit_mAA8F7C38164909FDEC9E39A29A454F6A56F2232B_RuntimeMethod_var))); } IL_0027: { if ((((int32_t)G_B4_0) <= ((int32_t)1))) { goto IL_0042; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_8 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = L_8.____bits_1; NullCheck(L_9); int32_t L_10 = 1; uint32_t L_11 = (L_9)->GetAt(static_cast(L_10)); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_12 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_13 = L_12.____bits_1; NullCheck(L_13); int32_t L_14 = 0; uint32_t L_15 = (L_13)->GetAt(static_cast(L_14)); uint64_t L_16; L_16 = NumericsHelpers_MakeUlong_m4E1C54EE349875D06DB995ADBA4636E014BFC766(L_11, L_15, NULL); V_0 = L_16; goto IL_004c; } IL_0042: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_17 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_18 = L_17.____bits_1; NullCheck(L_18); int32_t L_19 = 0; uint32_t L_20 = (L_18)->GetAt(static_cast(L_19)); V_0 = ((int64_t)(uint64_t)L_20); } IL_004c: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_21 = ___value0; int32_t L_22 = L_21.____sign_0; if ((((int32_t)L_22) > ((int32_t)0))) { goto IL_0059; } } { uint64_t L_23 = V_0; G_B10_0 = ((-((int64_t)L_23))); goto IL_005a; } IL_0059: { uint64_t L_24 = V_0; G_B10_0 = L_24; } IL_005a: { V_1 = G_B10_0; int64_t L_25 = V_1; if ((((int64_t)L_25) <= ((int64_t)((int64_t)0)))) { goto IL_0069; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_26 = ___value0; int32_t L_27 = L_26.____sign_0; if ((((int32_t)L_27) > ((int32_t)0))) { goto IL_0077; } } IL_0069: { int64_t L_28 = V_1; if ((((int64_t)L_28) >= ((int64_t)((int64_t)0)))) { goto IL_0079; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_29 = ___value0; int32_t L_30 = L_29.____sign_0; if ((((int32_t)L_30) >= ((int32_t)0))) { goto IL_0079; } } IL_0077: { int64_t L_31 = V_1; return L_31; } IL_0079: { OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_32 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var))); NullCheck(L_32); OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_32, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral93FFE29C2506591FD366855C12526B4678FB1953)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger_op_Explicit_mAA8F7C38164909FDEC9E39A29A454F6A56F2232B_RuntimeMethod_var))); } } // System.UInt64 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t BigInteger_op_Explicit_m1BEEBEB5BD018A3C24694779C8F65D689740EE55 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_op_Explicit_m1BEEBEB5BD018A3C24694779C8F65D689740EE55_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t G_B4_0 = 0; int32_t G_B3_0 = 0; int32_t G_B5_0 = 0; { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = L_0.____bits_1; if (L_1) { goto IL_0010; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_2 = ___value0; int32_t L_3 = L_2.____sign_0; if ((uint64_t)(L_3) > (std::numeric_limits::max)()) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BigInteger_op_Explicit_m1BEEBEB5BD018A3C24694779C8F65D689740EE55_RuntimeMethod_var); return ((uint64_t)L_3); } IL_0010: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_4 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = L_4.____bits_1; NullCheck(L_5); int32_t L_6 = ((int32_t)(((RuntimeArray*)L_5)->max_length)); G_B3_0 = L_6; if ((((int32_t)L_6) > ((int32_t)2))) { G_B4_0 = L_6; goto IL_0025; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_7 = ___value0; int32_t L_8 = L_7.____sign_0; G_B4_0 = G_B3_0; if ((((int32_t)L_8) >= ((int32_t)0))) { G_B5_0 = G_B3_0; goto IL_0030; } } IL_0025: { OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_9 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var))); NullCheck(L_9); OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1E7A8A503AFD36DF33873AAF1E540F2FC2BC00F1)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger_op_Explicit_m1BEEBEB5BD018A3C24694779C8F65D689740EE55_RuntimeMethod_var))); } IL_0030: { if ((((int32_t)G_B5_0) <= ((int32_t)1))) { goto IL_0049; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_10 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_11 = L_10.____bits_1; NullCheck(L_11); int32_t L_12 = 1; uint32_t L_13 = (L_11)->GetAt(static_cast(L_12)); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_14 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_15 = L_14.____bits_1; NullCheck(L_15); int32_t L_16 = 0; uint32_t L_17 = (L_15)->GetAt(static_cast(L_16)); uint64_t L_18; L_18 = NumericsHelpers_MakeUlong_m4E1C54EE349875D06DB995ADBA4636E014BFC766(L_13, L_17, NULL); return L_18; } IL_0049: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_19 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_20 = L_19.____bits_1; NullCheck(L_20); int32_t L_21 = 0; uint32_t L_22 = (L_20)->GetAt(static_cast(L_21)); return ((int64_t)(uint64_t)L_22); } } // System.Single System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BigInteger_op_Explicit_mCF63D476FE84A5610A522C6B0D63FC679FD5036F (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ___value0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); double L_1; L_1 = BigInteger_op_Explicit_m2AE1E0AC2AD93E0A02F65831DA8643B9DEEB99CA(L_0, NULL); return ((float)((double)L_1)); } } // System.Double System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double BigInteger_op_Explicit_m2AE1E0AC2AD93E0A02F65831DA8643B9DEEB99CA (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_1 = NULL; int32_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; uint64_t V_7 = 0; int64_t G_B8_0 = 0; int64_t G_B7_0 = 0; int32_t G_B9_0 = 0; int64_t G_B9_1 = 0; int64_t G_B11_0 = 0; int64_t G_B10_0 = 0; int32_t G_B12_0 = 0; int64_t G_B12_1 = 0; { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ___value0; int32_t L_1 = L_0.____sign_0; V_0 = L_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_2 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = L_2.____bits_1; V_1 = L_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = V_1; if (L_4) { goto IL_0014; } } { int32_t L_5 = V_0; return ((double)L_5); } IL_0014: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = V_1; NullCheck(L_6); V_2 = ((int32_t)(((RuntimeArray*)L_6)->max_length)); int32_t L_7 = V_2; if ((((int32_t)L_7) <= ((int32_t)((int32_t)32)))) { goto IL_0035; } } { int32_t L_8 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_002b; } } { return (std::numeric_limits::infinity()); } IL_002b: { return (-std::numeric_limits::infinity()); } IL_0035: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = V_1; int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1)); uint32_t L_12 = (L_9)->GetAt(static_cast(L_11)); int32_t L_13 = V_2; G_B7_0 = ((int64_t)(uint64_t)L_12); if ((((int32_t)L_13) > ((int32_t)1))) { G_B8_0 = ((int64_t)(uint64_t)L_12); goto IL_0042; } } { G_B9_0 = 0; G_B9_1 = G_B7_0; goto IL_0047; } IL_0042: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = V_1; int32_t L_15 = V_2; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_subtract(L_15, 2)); uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); G_B9_0 = ((int32_t)(L_17)); G_B9_1 = G_B8_0; } IL_0047: { V_3 = ((int64_t)(uint64_t)((uint32_t)G_B9_0)); int32_t L_18 = V_2; G_B10_0 = G_B9_1; if ((((int32_t)L_18) > ((int32_t)2))) { G_B11_0 = G_B9_1; goto IL_0050; } } { G_B12_0 = 0; G_B12_1 = G_B10_0; goto IL_0055; } IL_0050: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_19 = V_1; int32_t L_20 = V_2; NullCheck(L_19); int32_t L_21 = ((int32_t)il2cpp_codegen_subtract(L_20, 3)); uint32_t L_22 = (L_19)->GetAt(static_cast(L_21)); G_B12_0 = ((int32_t)(L_22)); G_B12_1 = G_B11_0; } IL_0055: { V_4 = ((int64_t)(uint64_t)((uint32_t)G_B12_0)); int64_t L_23 = G_B12_1; int32_t L_24; L_24 = NumericsHelpers_CbitHighZero_mA5A5D46BC058FBD006C439EC959F7A6D0274AFA6(((int32_t)(uint32_t)L_23), NULL); V_5 = L_24; int32_t L_25 = V_2; int32_t L_26 = V_5; V_6 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_subtract(L_25, 2)), ((int32_t)32))), L_26)); int32_t L_27 = V_5; uint64_t L_28 = V_3; int32_t L_29 = V_5; uint64_t L_30 = V_4; int32_t L_31 = V_5; V_7 = ((int64_t)(((int64_t)(((int64_t)(L_23<<((int32_t)(((int32_t)il2cpp_codegen_add(((int32_t)32), L_27))&((int32_t)63)))))|((int64_t)((int64_t)L_28<<((int32_t)(L_29&((int32_t)63)))))))|((int64_t)((uint64_t)L_30>>((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)32), L_31))&((int32_t)63))))))); int32_t L_32 = V_0; int32_t L_33 = V_6; uint64_t L_34 = V_7; double L_35; L_35 = NumericsHelpers_GetDoubleFromParts_m9F32CCD3DF06C1DE8D8989C9F866DD7EBD68371F(L_32, L_33, L_34, NULL); return L_35; } } // System.Decimal System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F BigInteger_op_Explicit_m7BBDC9C9467637F386A05AE96B834877ECC4ED02 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B4_0 = 0; int32_t G_B3_0 = 0; int32_t G_B6_0 = 0; int32_t G_B5_0 = 0; int32_t G_B8_0 = 0; int32_t G_B7_0 = 0; { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = L_0.____bits_1; if (L_1) { goto IL_0014; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_2 = ___value0; int32_t L_3 = L_2.____sign_0; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4; L_4 = Decimal_op_Implicit_mE5A73A41E53B29C29A49359A2B5D0615A867B7C7(L_3, NULL); return L_4; } IL_0014: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_5 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = L_5.____bits_1; NullCheck(L_6); int32_t L_7 = ((int32_t)(((RuntimeArray*)L_6)->max_length)); G_B3_0 = L_7; if ((((int32_t)L_7) <= ((int32_t)3))) { G_B4_0 = L_7; goto IL_002b; } } { OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_8 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var))); NullCheck(L_8); OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral20A65E8B0FCDA72F219167444B51ADE0AE75CCE4)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger_op_Explicit_m7BBDC9C9467637F386A05AE96B834877ECC4ED02_RuntimeMethod_var))); } IL_002b: { V_0 = 0; V_1 = 0; V_2 = 0; int32_t L_9 = G_B4_0; G_B5_0 = L_9; if ((((int32_t)L_9) <= ((int32_t)2))) { G_B6_0 = L_9; goto IL_003e; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_10 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_11 = L_10.____bits_1; NullCheck(L_11); int32_t L_12 = 2; uint32_t L_13 = (L_11)->GetAt(static_cast(L_12)); V_2 = L_13; G_B6_0 = G_B5_0; } IL_003e: { int32_t L_14 = G_B6_0; G_B7_0 = L_14; if ((((int32_t)L_14) <= ((int32_t)1))) { G_B8_0 = L_14; goto IL_004b; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_15 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_16 = L_15.____bits_1; NullCheck(L_16); int32_t L_17 = 1; uint32_t L_18 = (L_16)->GetAt(static_cast(L_17)); V_1 = L_18; G_B8_0 = G_B7_0; } IL_004b: { if ((((int32_t)G_B8_0) <= ((int32_t)0))) { goto IL_0057; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_19 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_20 = L_19.____bits_1; NullCheck(L_20); int32_t L_21 = 0; uint32_t L_22 = (L_20)->GetAt(static_cast(L_21)); V_0 = L_22; } IL_0057: { int32_t L_23 = V_0; int32_t L_24 = V_1; int32_t L_25 = V_2; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_26 = ___value0; int32_t L_27 = L_26.____sign_0; Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_28; memset((&L_28), 0, sizeof(L_28)); Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_28), L_23, L_24, L_25, (bool)((((int32_t)L_27) < ((int32_t)0))? 1 : 0), (uint8_t)0, /*hidden argument*/NULL); return L_28; } } // System.Numerics.BigInteger System.Numerics.BigInteger::op_LeftShift(System.Numerics.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_LeftShift_mB540326B560370DA0F03A93039FCA8D240CBD2BC (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, int32_t ___shift1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_2 = NULL; int32_t V_3 = 0; bool V_4 = false; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; uint32_t V_8 = 0; int32_t V_9 = 0; uint32_t V_10 = 0; { int32_t L_0 = ___shift1; if (L_0) { goto IL_0005; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_1 = ___value0; return L_1; } IL_0005: { int32_t L_2 = ___shift1; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_001f; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_3 = ___value0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_4; L_4 = BigInteger_op_RightShift_m6A0B97CE25BB20494371385564A248CF58914161(L_3, ((int32_t)2147483647LL), NULL); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_5; L_5 = BigInteger_op_RightShift_m6A0B97CE25BB20494371385564A248CF58914161(L_4, 1, NULL); return L_5; } IL_001f: { int32_t L_6 = ___shift1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_002c; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_7 = ___value0; int32_t L_8 = ___shift1; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_9; L_9 = BigInteger_op_RightShift_m6A0B97CE25BB20494371385564A248CF58914161(L_7, ((-L_8)), NULL); return L_9; } IL_002c: { int32_t L_10 = ___shift1; V_0 = ((int32_t)(L_10/((int32_t)32))); int32_t L_11 = ___shift1; int32_t L_12 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract(L_11, ((int32_t)il2cpp_codegen_multiply(L_12, ((int32_t)32))))); il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); bool L_13; L_13 = BigInteger_GetPartsForBitManipulation_m7D5BA06B014F65A7B023E8FB2B93BBCBBB46C268((&___value0), (&V_2), (&V_3), NULL); V_4 = L_13; int32_t L_14 = V_3; int32_t L_15 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_16 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_14, L_15)), 1))); V_5 = L_16; int32_t L_17 = V_1; if (L_17) { goto IL_0071; } } { V_6 = 0; goto IL_006a; } IL_0059: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_18 = V_5; int32_t L_19 = V_6; int32_t L_20 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_21 = V_2; int32_t L_22 = V_6; NullCheck(L_21); int32_t L_23 = L_22; uint32_t L_24 = (L_21)->GetAt(static_cast(L_23)); NullCheck(L_18); (L_18)->SetAt(static_cast(((int32_t)il2cpp_codegen_add(L_19, L_20))), (uint32_t)L_24); int32_t L_25 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_25, 1)); } IL_006a: { int32_t L_26 = V_6; int32_t L_27 = V_3; if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_0059; } } { goto IL_00b4; } IL_0071: { int32_t L_28 = V_1; V_7 = ((int32_t)il2cpp_codegen_subtract(((int32_t)32), L_28)); V_8 = 0; V_9 = 0; goto IL_00a6; } IL_007f: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_29 = V_2; int32_t L_30 = V_9; NullCheck(L_29); int32_t L_31 = L_30; uint32_t L_32 = (L_29)->GetAt(static_cast(L_31)); V_10 = L_32; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_33 = V_5; int32_t L_34 = V_9; int32_t L_35 = V_0; uint32_t L_36 = V_10; int32_t L_37 = V_1; uint32_t L_38 = V_8; NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add(L_34, L_35))), (uint32_t)((int32_t)(((int32_t)((int32_t)L_36<<((int32_t)(L_37&((int32_t)31)))))|(int32_t)L_38))); uint32_t L_39 = V_10; int32_t L_40 = V_7; V_8 = ((int32_t)((uint32_t)L_39>>((int32_t)(L_40&((int32_t)31))))); int32_t L_41 = V_9; V_9 = ((int32_t)il2cpp_codegen_add(L_41, 1)); } IL_00a6: { int32_t L_42 = V_9; int32_t L_43 = V_3; if ((((int32_t)L_42) < ((int32_t)L_43))) { goto IL_007f; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_44 = V_5; int32_t L_45 = V_9; int32_t L_46 = V_0; uint32_t L_47 = V_8; NullCheck(L_44); (L_44)->SetAt(static_cast(((int32_t)il2cpp_codegen_add(L_45, L_46))), (uint32_t)L_47); } IL_00b4: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_48 = V_5; bool L_49 = V_4; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_50; memset((&L_50), 0, sizeof(L_50)); BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6((&L_50), L_48, L_49, /*hidden argument*/NULL); return L_50; } } // System.Numerics.BigInteger System.Numerics.BigInteger::op_RightShift(System.Numerics.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_RightShift_m6A0B97CE25BB20494371385564A248CF58914161 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, int32_t ___shift1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_2 = NULL; int32_t V_3 = 0; bool V_4 = false; int32_t V_5 = 0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_6 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; uint32_t V_10 = 0; int32_t V_11 = 0; uint32_t V_12 = 0; { int32_t L_0 = ___shift1; if (L_0) { goto IL_0005; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_1 = ___value0; return L_1; } IL_0005: { int32_t L_2 = ___shift1; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_001f; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_3 = ___value0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_4; L_4 = BigInteger_op_LeftShift_mB540326B560370DA0F03A93039FCA8D240CBD2BC(L_3, ((int32_t)2147483647LL), NULL); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_5; L_5 = BigInteger_op_LeftShift_mB540326B560370DA0F03A93039FCA8D240CBD2BC(L_4, 1, NULL); return L_5; } IL_001f: { int32_t L_6 = ___shift1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_002c; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_7 = ___value0; int32_t L_8 = ___shift1; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_9; L_9 = BigInteger_op_LeftShift_mB540326B560370DA0F03A93039FCA8D240CBD2BC(L_7, ((-L_8)), NULL); return L_9; } IL_002c: { int32_t L_10 = ___shift1; V_0 = ((int32_t)(L_10/((int32_t)32))); int32_t L_11 = ___shift1; int32_t L_12 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract(L_11, ((int32_t)il2cpp_codegen_multiply(L_12, ((int32_t)32))))); il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); bool L_13; L_13 = BigInteger_GetPartsForBitManipulation_m7D5BA06B014F65A7B023E8FB2B93BBCBBB46C268((&___value0), (&V_2), (&V_3), NULL); V_4 = L_13; bool L_14 = V_4; if (!L_14) { goto IL_0072; } } { int32_t L_15 = ___shift1; int32_t L_16 = V_3; if ((((int32_t)L_15) < ((int32_t)((int32_t)il2cpp_codegen_multiply(((int32_t)32), L_16))))) { goto IL_0056; } } { il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_17; L_17 = BigInteger_get_MinusOne_m9929E7AEC67F4E57C76A0B8AE7D23C20DF7BD265_inline(NULL); return L_17; } IL_0056: { int32_t L_18 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_19 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)L_18); V_7 = L_19; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_20 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_21 = V_7; int32_t L_22 = V_3; Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7((RuntimeArray*)L_20, 0, (RuntimeArray*)L_21, 0, L_22, NULL); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_23 = V_7; V_2 = L_23; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_24 = V_2; NumericsHelpers_DangerousMakeTwosComplement_m425BF7C1ACDE99B623A68D13886F5CEE5B738291(L_24, NULL); } IL_0072: { int32_t L_25 = V_3; int32_t L_26 = V_0; V_5 = ((int32_t)il2cpp_codegen_subtract(L_25, L_26)); int32_t L_27 = V_5; if ((((int32_t)L_27) >= ((int32_t)0))) { goto IL_007f; } } { V_5 = 0; } IL_007f: { int32_t L_28 = V_5; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_29 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)L_28); V_6 = L_29; int32_t L_30 = V_1; if (L_30) { goto IL_00aa; } } { int32_t L_31 = V_3; V_8 = ((int32_t)il2cpp_codegen_subtract(L_31, 1)); goto IL_00a3; } IL_0092: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_32 = V_6; int32_t L_33 = V_8; int32_t L_34 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_35 = V_2; int32_t L_36 = V_8; NullCheck(L_35); int32_t L_37 = L_36; uint32_t L_38 = (L_35)->GetAt(static_cast(L_37)); NullCheck(L_32); (L_32)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract(L_33, L_34))), (uint32_t)L_38); int32_t L_39 = V_8; V_8 = ((int32_t)il2cpp_codegen_subtract(L_39, 1)); } IL_00a3: { int32_t L_40 = V_8; int32_t L_41 = V_0; if ((((int32_t)L_40) >= ((int32_t)L_41))) { goto IL_0092; } } { goto IL_0109; } IL_00aa: { int32_t L_42 = V_1; V_9 = ((int32_t)il2cpp_codegen_subtract(((int32_t)32), L_42)); V_10 = 0; int32_t L_43 = V_3; V_11 = ((int32_t)il2cpp_codegen_subtract(L_43, 1)); goto IL_0104; } IL_00ba: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_44 = V_2; int32_t L_45 = V_11; NullCheck(L_44); int32_t L_46 = L_45; uint32_t L_47 = (L_44)->GetAt(static_cast(L_46)); V_12 = L_47; bool L_48 = V_4; if (!L_48) { goto IL_00e3; } } { int32_t L_49 = V_11; int32_t L_50 = V_3; if ((!(((uint32_t)L_49) == ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_50, 1)))))) { goto IL_00e3; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_51 = V_6; int32_t L_52 = V_11; int32_t L_53 = V_0; uint32_t L_54 = V_12; int32_t L_55 = V_1; int32_t L_56 = V_9; NullCheck(L_51); (L_51)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract(L_52, L_53))), (uint32_t)((int32_t)(((int32_t)((uint32_t)L_54>>((int32_t)(L_55&((int32_t)31)))))|((int32_t)((-1)<<((int32_t)(L_56&((int32_t)31)))))))); goto IL_00f4; } IL_00e3: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_57 = V_6; int32_t L_58 = V_11; int32_t L_59 = V_0; uint32_t L_60 = V_12; int32_t L_61 = V_1; uint32_t L_62 = V_10; NullCheck(L_57); (L_57)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract(L_58, L_59))), (uint32_t)((int32_t)(((int32_t)((uint32_t)L_60>>((int32_t)(L_61&((int32_t)31)))))|(int32_t)L_62))); } IL_00f4: { uint32_t L_63 = V_12; int32_t L_64 = V_9; V_10 = ((int32_t)((int32_t)L_63<<((int32_t)(L_64&((int32_t)31))))); int32_t L_65 = V_11; V_11 = ((int32_t)il2cpp_codegen_subtract(L_65, 1)); } IL_0104: { int32_t L_66 = V_11; int32_t L_67 = V_0; if ((((int32_t)L_66) >= ((int32_t)L_67))) { goto IL_00ba; } } IL_0109: { bool L_68 = V_4; if (!L_68) { goto IL_0114; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_69 = V_6; NumericsHelpers_DangerousMakeTwosComplement_m425BF7C1ACDE99B623A68D13886F5CEE5B738291(L_69, NULL); } IL_0114: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_70 = V_6; bool L_71 = V_4; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_72; memset((&L_72), 0, sizeof(L_72)); BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6((&L_72), L_70, L_71, /*hidden argument*/NULL); return L_72; } } // System.Numerics.BigInteger System.Numerics.BigInteger::op_UnaryNegation(System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_UnaryNegation_m97B28506FFF0D8BDB3707149A81BC101D510C2DE (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, const RuntimeMethod* method) { { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ___value0; int32_t L_1 = L_0.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_2 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = L_2.____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_4; memset((&L_4), 0, sizeof(L_4)); BigInteger__ctor_mB5E6337A77FC9888762DD29AAF54D2BBDD828D03((&L_4), ((-L_1)), L_3, /*hidden argument*/NULL); return L_4; } } // System.Numerics.BigInteger System.Numerics.BigInteger::op_Addition(System.Numerics.BigInteger,System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_Addition_m0045F80E2EAFF3CC36ABAA89859190C3E177930B (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___left0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ___left0; int32_t L_1 = L_0.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_2 = ___right1; int32_t L_3 = L_2.____sign_0; if ((((int32_t)((((int32_t)L_1) < ((int32_t)0))? 1 : 0)) == ((int32_t)((((int32_t)L_3) < ((int32_t)0))? 1 : 0)))) { goto IL_0034; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_4 = ___left0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = L_4.____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_6 = ___left0; int32_t L_7 = L_6.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_8 = ___right1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = L_8.____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_10 = ___right1; int32_t L_11 = L_10.____sign_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_12; L_12 = BigInteger_Subtract_m93BBFFEFA7C22BEC70B6B99B95A0CB21506FC65E(L_5, L_7, L_9, ((int32_t)il2cpp_codegen_multiply((-1), L_11)), NULL); return L_12; } IL_0034: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_13 = ___left0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = L_13.____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_15 = ___left0; int32_t L_16 = L_15.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_17 = ___right1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_18 = L_17.____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_19 = ___right1; int32_t L_20 = L_19.____sign_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_21; L_21 = BigInteger_Add_m66F893D93D5E81DE3273EE0C43517C2862F60301(L_14, L_16, L_18, L_20, NULL); return L_21; } } // System.Numerics.BigInteger System.Numerics.BigInteger::op_Multiply(System.Numerics.BigInteger,System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_Multiply_m8EA3354ACD0DD214665C3E13628BA319B894BB88 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___left0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ___left0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = L_0.____bits_1; V_0 = (bool)((((RuntimeObject*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_2 = ___right1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = L_2.____bits_1; V_1 = (bool)((((RuntimeObject*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_4 = V_0; bool L_5 = V_1; if (!((int32_t)((int32_t)L_4&(int32_t)L_5))) { goto IL_002e; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_6 = ___left0; int32_t L_7 = L_6.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_8 = ___right1; int32_t L_9 = L_8.____sign_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_10; L_10 = BigInteger_op_Implicit_mB99A75482A4AFBDC07F29EF6B9C8B56522088C1F(((int64_t)il2cpp_codegen_multiply(((int64_t)L_7), ((int64_t)L_9))), NULL); return L_10; } IL_002e: { bool L_11 = V_0; if (!L_11) { goto IL_0060; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_12 = ___right1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_13 = L_12.____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_14 = ___left0; int32_t L_15 = L_14.____sign_0; uint32_t L_16; L_16 = NumericsHelpers_Abs_mA02EE0AF0C1AF6BC2361FB04AA9D555D6E67429C(L_15, NULL); il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_17; L_17 = BigIntegerCalculator_Multiply_mB2F3304DED2A6BAF2DBEF6BB300EEACFB2D23CFD(L_13, L_16, NULL); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_18 = ___left0; int32_t L_19 = L_18.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_20 = ___right1; int32_t L_21 = L_20.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_22; memset((&L_22), 0, sizeof(L_22)); BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6((&L_22), L_17, (bool)((int32_t)(((((int32_t)L_19) < ((int32_t)0))? 1 : 0)^((((int32_t)L_21) < ((int32_t)0))? 1 : 0))), /*hidden argument*/NULL); return L_22; } IL_0060: { bool L_23 = V_1; if (!L_23) { goto IL_0092; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_24 = ___left0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_25 = L_24.____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_26 = ___right1; int32_t L_27 = L_26.____sign_0; uint32_t L_28; L_28 = NumericsHelpers_Abs_mA02EE0AF0C1AF6BC2361FB04AA9D555D6E67429C(L_27, NULL); il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_29; L_29 = BigIntegerCalculator_Multiply_mB2F3304DED2A6BAF2DBEF6BB300EEACFB2D23CFD(L_25, L_28, NULL); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_30 = ___left0; int32_t L_31 = L_30.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_32 = ___right1; int32_t L_33 = L_32.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_34; memset((&L_34), 0, sizeof(L_34)); BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6((&L_34), L_29, (bool)((int32_t)(((((int32_t)L_31) < ((int32_t)0))? 1 : 0)^((((int32_t)L_33) < ((int32_t)0))? 1 : 0))), /*hidden argument*/NULL); return L_34; } IL_0092: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_35 = ___left0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_36 = L_35.____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_37 = ___right1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_38 = L_37.____bits_1; if ((!(((RuntimeObject*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)L_36) == ((RuntimeObject*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)L_38)))) { goto IL_00c4; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_39 = ___left0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_40 = L_39.____bits_1; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_41; L_41 = BigIntegerCalculator_Square_m449023AFF0AC2FE5A7704FB2657BF7122A807A0A(L_40, NULL); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_42 = ___left0; int32_t L_43 = L_42.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_44 = ___right1; int32_t L_45 = L_44.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_46; memset((&L_46), 0, sizeof(L_46)); BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6((&L_46), L_41, (bool)((int32_t)(((((int32_t)L_43) < ((int32_t)0))? 1 : 0)^((((int32_t)L_45) < ((int32_t)0))? 1 : 0))), /*hidden argument*/NULL); return L_46; } IL_00c4: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_47 = ___left0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_48 = L_47.____bits_1; NullCheck(L_48); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_49 = ___right1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_50 = L_49.____bits_1; NullCheck(L_50); if ((((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length))) >= ((int32_t)((int32_t)(((RuntimeArray*)L_50)->max_length))))) { goto IL_0100; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_51 = ___right1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_52 = L_51.____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_53 = ___left0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_54 = L_53.____bits_1; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_55; L_55 = BigIntegerCalculator_Multiply_mB0DD60FF08E6BD3D3E5611F76944F66029D9557F(L_52, L_54, NULL); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_56 = ___left0; int32_t L_57 = L_56.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_58 = ___right1; int32_t L_59 = L_58.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_60; memset((&L_60), 0, sizeof(L_60)); BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6((&L_60), L_55, (bool)((int32_t)(((((int32_t)L_57) < ((int32_t)0))? 1 : 0)^((((int32_t)L_59) < ((int32_t)0))? 1 : 0))), /*hidden argument*/NULL); return L_60; } IL_0100: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_61 = ___left0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_62 = L_61.____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_63 = ___right1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_64 = L_63.____bits_1; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_65; L_65 = BigIntegerCalculator_Multiply_mB0DD60FF08E6BD3D3E5611F76944F66029D9557F(L_62, L_64, NULL); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_66 = ___left0; int32_t L_67 = L_66.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_68 = ___right1; int32_t L_69 = L_68.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_70; memset((&L_70), 0, sizeof(L_70)); BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6((&L_70), L_65, (bool)((int32_t)(((((int32_t)L_67) < ((int32_t)0))? 1 : 0)^((((int32_t)L_69) < ((int32_t)0))? 1 : 0))), /*hidden argument*/NULL); return L_70; } } // System.Numerics.BigInteger System.Numerics.BigInteger::op_Division(System.Numerics.BigInteger,System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_Division_m2D4B26468F383839E49B33C4EAB80EC0075DBCA0 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___dividend0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___divisor1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ___dividend0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = L_0.____bits_1; V_0 = (bool)((((RuntimeObject*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_2 = ___divisor1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = L_2.____bits_1; V_1 = (bool)((((RuntimeObject*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_4 = V_0; bool L_5 = V_1; if (!((int32_t)((int32_t)L_4&(int32_t)L_5))) { goto IL_002c; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_6 = ___dividend0; int32_t L_7 = L_6.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_8 = ___divisor1; int32_t L_9 = L_8.____sign_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_10; L_10 = BigInteger_op_Implicit_m727B3C507042A16CD36B63DA4D1B66D66EA1ED73(((int32_t)(L_7/L_9)), NULL); return L_10; } IL_002c: { bool L_11 = V_0; if (!L_11) { goto IL_0035; } } { il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_12 = ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnZeroInt_4; return L_12; } IL_0035: { bool L_13 = V_1; if (!L_13) { goto IL_0067; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_14 = ___dividend0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_15 = L_14.____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_16 = ___divisor1; int32_t L_17 = L_16.____sign_0; uint32_t L_18; L_18 = NumericsHelpers_Abs_mA02EE0AF0C1AF6BC2361FB04AA9D555D6E67429C(L_17, NULL); il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_19; L_19 = BigIntegerCalculator_Divide_mFD1777873B274D42E5064DE92A5F71D4FD85AC80(L_15, L_18, NULL); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_20 = ___dividend0; int32_t L_21 = L_20.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_22 = ___divisor1; int32_t L_23 = L_22.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_24; memset((&L_24), 0, sizeof(L_24)); BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6((&L_24), L_19, (bool)((int32_t)(((((int32_t)L_21) < ((int32_t)0))? 1 : 0)^((((int32_t)L_23) < ((int32_t)0))? 1 : 0))), /*hidden argument*/NULL); return L_24; } IL_0067: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_25 = ___dividend0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_26 = L_25.____bits_1; NullCheck(L_26); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_27 = ___divisor1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_28 = L_27.____bits_1; NullCheck(L_28); if ((((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length))) >= ((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length))))) { goto IL_007f; } } { il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_29 = ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnZeroInt_4; return L_29; } IL_007f: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_30 = ___dividend0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_31 = L_30.____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_32 = ___divisor1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_33 = L_32.____bits_1; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_34; L_34 = BigIntegerCalculator_Divide_m9C644F2B4A7370BA22AFCA52E7D363F1C00D65C9(L_31, L_33, NULL); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_35 = ___dividend0; int32_t L_36 = L_35.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_37 = ___divisor1; int32_t L_38 = L_37.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_39; memset((&L_39), 0, sizeof(L_39)); BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6((&L_39), L_34, (bool)((int32_t)(((((int32_t)L_36) < ((int32_t)0))? 1 : 0)^((((int32_t)L_38) < ((int32_t)0))? 1 : 0))), /*hidden argument*/NULL); return L_39; } } // System.Numerics.BigInteger System.Numerics.BigInteger::op_Modulus(System.Numerics.BigInteger,System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_op_Modulus_mE4023D7B70B2FF69537BE3CA50E4860DEB69922A (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___dividend0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___divisor1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; uint32_t V_2 = 0; int64_t G_B8_0 = 0; { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ___dividend0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = L_0.____bits_1; V_0 = (bool)((((RuntimeObject*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_2 = ___divisor1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = L_2.____bits_1; V_1 = (bool)((((RuntimeObject*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_4 = V_0; bool L_5 = V_1; if (!((int32_t)((int32_t)L_4&(int32_t)L_5))) { goto IL_002c; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_6 = ___dividend0; int32_t L_7 = L_6.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_8 = ___divisor1; int32_t L_9 = L_8.____sign_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_10; L_10 = BigInteger_op_Implicit_m727B3C507042A16CD36B63DA4D1B66D66EA1ED73(((int32_t)(L_7%L_9)), NULL); return L_10; } IL_002c: { bool L_11 = V_0; if (!L_11) { goto IL_0031; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_12 = ___dividend0; return L_12; } IL_0031: { bool L_13 = V_1; if (!L_13) { goto IL_0063; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_14 = ___dividend0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_15 = L_14.____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_16 = ___divisor1; int32_t L_17 = L_16.____sign_0; uint32_t L_18; L_18 = NumericsHelpers_Abs_mA02EE0AF0C1AF6BC2361FB04AA9D555D6E67429C(L_17, NULL); il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); uint32_t L_19; L_19 = BigIntegerCalculator_Remainder_m149338815F0DBD989AE6F036593DCDA10B58F2F3(L_15, L_18, NULL); V_2 = L_19; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_20 = ___dividend0; int32_t L_21 = L_20.____sign_0; if ((((int32_t)L_21) < ((int32_t)0))) { goto IL_0058; } } { uint32_t L_22 = V_2; G_B8_0 = ((int64_t)(uint64_t)L_22); goto IL_005d; } IL_0058: { uint32_t L_23 = V_2; G_B8_0 = ((int64_t)il2cpp_codegen_multiply(((int64_t)(-1)), ((int64_t)(uint64_t)L_23))); } IL_005d: { il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_24; L_24 = BigInteger_op_Implicit_mB99A75482A4AFBDC07F29EF6B9C8B56522088C1F(G_B8_0, NULL); return L_24; } IL_0063: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_25 = ___dividend0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_26 = L_25.____bits_1; NullCheck(L_26); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_27 = ___divisor1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_28 = L_27.____bits_1; NullCheck(L_28); if ((((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length))) >= ((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length))))) { goto IL_0077; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_29 = ___dividend0; return L_29; } IL_0077: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_30 = ___dividend0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_31 = L_30.____bits_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_32 = ___divisor1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_33 = L_32.____bits_1; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_34; L_34 = BigIntegerCalculator_Remainder_m3CA3E25FBFAF5F67C28AE12A772700603296011F(L_31, L_33, NULL); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_35 = ___dividend0; int32_t L_36 = L_35.____sign_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_37; memset((&L_37), 0, sizeof(L_37)); BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6((&L_37), L_34, (bool)((((int32_t)L_36) < ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); return L_37; } } // System.Boolean System.Numerics.BigInteger::op_LessThanOrEqual(System.Numerics.BigInteger,System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_LessThanOrEqual_mD4F6AE2B2CC53648426710C889A798932BA2E14E (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___left0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___right1, const RuntimeMethod* method) { { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ___right1; int32_t L_1; L_1 = BigInteger_CompareTo_m1B9ADF53CC7255B4DE59A270AA1EA854E25E7296((&___left0), L_0, NULL); return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Numerics.BigInteger::op_Inequality(System.Numerics.BigInteger,System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Inequality_m632A986137BE65264EAF384C763446BFCA40DA2C (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___left0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___right1, const RuntimeMethod* method) { { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ___right1; bool L_1; L_1 = BigInteger_Equals_m36D3C46B170C61FBA8D78C5D4D52B6627DCB2314((&___left0), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Numerics.BigInteger::op_LessThan(System.Numerics.BigInteger,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_LessThan_m1E0EF64800B210466A473C6852B37E54636A1973 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___left0, int64_t ___right1, const RuntimeMethod* method) { { int64_t L_0 = ___right1; int32_t L_1; L_1 = BigInteger_CompareTo_m8E77C4EDC6840B293E163EAC20CAA3644282F923((&___left0), L_0, NULL); return (bool)((((int32_t)L_1) < ((int32_t)0))? 1 : 0); } } // System.Boolean System.Numerics.BigInteger::op_LessThanOrEqual(System.Numerics.BigInteger,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_LessThanOrEqual_m3A1FEE9656ED2B4AE36D3CE6BCC030E40DF73366 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___left0, int64_t ___right1, const RuntimeMethod* method) { { int64_t L_0 = ___right1; int32_t L_1; L_1 = BigInteger_CompareTo_m8E77C4EDC6840B293E163EAC20CAA3644282F923((&___left0), L_0, NULL); return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Numerics.BigInteger::op_Equality(System.Numerics.BigInteger,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Equality_m90118D401DB1D29EB51D4D460B55768548F114F0 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___left0, int64_t ___right1, const RuntimeMethod* method) { { int64_t L_0 = ___right1; bool L_1; L_1 = BigInteger_Equals_m6FA62389611EBC75026561E5E3509E7839846361((&___left0), L_0, NULL); return L_1; } } // System.Boolean System.Numerics.BigInteger::op_Inequality(System.Numerics.BigInteger,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Inequality_m7E1224F9A051BF8F0DBD1001E931EC3C7F4174BC (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___left0, int64_t ___right1, const RuntimeMethod* method) { { int64_t L_0 = ___right1; bool L_1; L_1 = BigInteger_Equals_m6FA62389611EBC75026561E5E3509E7839846361((&___left0), L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Numerics.BigInteger::op_LessThan(System.Int64,System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_LessThan_m61B2FCE2F051C722E91EEDF2CB768A0A24C621A4 (int64_t ___left0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___right1, const RuntimeMethod* method) { { int64_t L_0 = ___left0; int32_t L_1; L_1 = BigInteger_CompareTo_m8E77C4EDC6840B293E163EAC20CAA3644282F923((&___right1), L_0, NULL); return (bool)((((int32_t)L_1) > ((int32_t)0))? 1 : 0); } } // System.Boolean System.Numerics.BigInteger::op_LessThanOrEqual(System.Int64,System.Numerics.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_LessThanOrEqual_m8B3108F62734AAB27555B714CD0C208444ABAE27 (int64_t ___left0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___right1, const RuntimeMethod* method) { { int64_t L_0 = ___left0; int32_t L_1; L_1 = BigInteger_CompareTo_m8E77C4EDC6840B293E163EAC20CAA3644282F923((&___right1), L_0, NULL); return (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Numerics.BigInteger::GetPartsForBitManipulation(System.Numerics.BigInteger&,System.UInt32[]&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_GetPartsForBitManipulation_m7D5BA06B014F65A7B023E8FB2B93BBCBBB46C268 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* ___x0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA** ___xd1, int32_t* ___xl2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t* G_B7_0 = NULL; int32_t* G_B6_0 = NULL; int32_t G_B8_0 = 0; int32_t* G_B8_1 = NULL; { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* L_0 = ___x0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = L_0->____bits_1; if (L_1) { goto IL_0038; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* L_2 = ___x0; int32_t L_3 = L_2->____sign_0; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0025; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA** L_4 = ___xd1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)1); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = L_5; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* L_7 = ___x0; int32_t L_8 = L_7->____sign_0; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (uint32_t)((-L_8))); *((RuntimeObject**)L_4) = (RuntimeObject*)L_6; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_4, (void*)(RuntimeObject*)L_6); goto IL_0040; } IL_0025: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA** L_9 = ___xd1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)1); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_11 = L_10; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* L_12 = ___x0; int32_t L_13 = L_12->____sign_0; NullCheck(L_11); (L_11)->SetAt(static_cast(0), (uint32_t)L_13); *((RuntimeObject**)L_9) = (RuntimeObject*)L_11; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_9, (void*)(RuntimeObject*)L_11); goto IL_0040; } IL_0038: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA** L_14 = ___xd1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* L_15 = ___x0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_16 = L_15->____bits_1; *((RuntimeObject**)L_14) = (RuntimeObject*)L_16; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_14, (void*)(RuntimeObject*)L_16); } IL_0040: { int32_t* L_17 = ___xl2; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* L_18 = ___x0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_19 = L_18->____bits_1; G_B6_0 = L_17; if (!L_19) { G_B7_0 = L_17; goto IL_0053; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* L_20 = ___x0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_21 = L_20->____bits_1; NullCheck(L_21); G_B8_0 = ((int32_t)(((RuntimeArray*)L_21)->max_length)); G_B8_1 = G_B6_0; goto IL_0054; } IL_0053: { G_B8_0 = 1; G_B8_1 = G_B7_0; } IL_0054: { *((int32_t*)G_B8_1) = (int32_t)G_B8_0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* L_22 = ___x0; int32_t L_23 = L_22->____sign_0; return (bool)((((int32_t)L_23) < ((int32_t)0))? 1 : 0); } } // System.Int32 System.Numerics.BigInteger::GetDiffLength(System.UInt32[],System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_GetDiffLength_mFF03BA36F23B3072F7DB3628547DF7B0CC34F650 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___rgu10, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___rgu21, int32_t ___cu2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___cu2; V_0 = L_0; goto IL_0010; } IL_0004: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = ___rgu10; int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; uint32_t L_4 = (L_1)->GetAt(static_cast(L_3)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = ___rgu21; int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; uint32_t L_8 = (L_5)->GetAt(static_cast(L_7)); if ((((int32_t)L_4) == ((int32_t)L_8))) { goto IL_0010; } } { int32_t L_9 = V_0; return ((int32_t)il2cpp_codegen_add(L_9, 1)); } IL_0010: { int32_t L_10 = V_0; int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1)); V_0 = L_11; if ((((int32_t)L_11) >= ((int32_t)0))) { goto IL_0004; } } { return 0; } } // System.Void System.Numerics.BigInteger::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__cctor_mF084FD0C34BF15164291C3A0495AFDE528F94001 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m89F7B056854DF715AA3E2B78EB84D5FA3878E474_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)1); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (uint32_t)((int32_t)-2147483648LL)); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_2; memset((&L_2), 0, sizeof(L_2)); BigInteger__ctor_mB5E6337A77FC9888762DD29AAF54D2BBDD828D03((&L_2), (-1), L_1, /*hidden argument*/NULL); ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnMinInt_2 = L_2; Il2CppCodeGenWriteBarrier((void**)&(((&((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnMinInt_2))->____bits_1), (void*)NULL); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_3; memset((&L_3), 0, sizeof(L_3)); BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9((&L_3), 1, /*hidden argument*/NULL); ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnOneInt_3 = L_3; Il2CppCodeGenWriteBarrier((void**)&(((&((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnOneInt_3))->____bits_1), (void*)NULL); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_4; memset((&L_4), 0, sizeof(L_4)); BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9((&L_4), 0, /*hidden argument*/NULL); ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnZeroInt_4 = L_4; Il2CppCodeGenWriteBarrier((void**)&(((&((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnZeroInt_4))->____bits_1), (void*)NULL); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_5; memset((&L_5), 0, sizeof(L_5)); BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9((&L_5), (-1), /*hidden argument*/NULL); ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnMinusOneInt_5 = L_5; Il2CppCodeGenWriteBarrier((void**)&(((&((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnMinusOneInt_5))->____bits_1), (void*)NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6; L_6 = Array_Empty_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m89F7B056854DF715AA3E2B78EB84D5FA3878E474_inline(Array_Empty_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m89F7B056854DF715AA3E2B78EB84D5FA3878E474_RuntimeMethod_var); ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_success_6 = L_6; Il2CppCodeGenWriteBarrier((void**)(&((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_success_6), (void*)L_6); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32[] System.Numerics.BigIntegerCalculator::Add(System.UInt32[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_Add_m5006C175629497B132A0B125FC1205AC81506965 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, uint32_t ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_0 = NULL; int64_t V_1 = 0; int64_t V_2 = 0; int32_t V_3 = 0; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___left0; NullCheck(L_0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)(((RuntimeArray*)L_0)->max_length)), 1))); V_0 = L_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = ___left0; NullCheck(L_2); int32_t L_3 = 0; uint32_t L_4 = (L_2)->GetAt(static_cast(L_3)); uint32_t L_5 = ___right1; V_1 = ((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)L_4), ((int64_t)(uint64_t)L_5))); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = V_0; int64_t L_7 = V_1; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (uint32_t)((int32_t)(uint32_t)L_7)); int64_t L_8 = V_1; V_2 = ((int64_t)(L_8>>((int32_t)32))); V_3 = 1; goto IL_0036; } IL_0021: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = ___left0; int32_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = L_10; uint32_t L_12 = (L_9)->GetAt(static_cast(L_11)); int64_t L_13 = V_2; V_1 = ((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)L_12), L_13)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = V_0; int32_t L_15 = V_3; int64_t L_16 = V_1; NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (uint32_t)((int32_t)(uint32_t)L_16)); int64_t L_17 = V_1; V_2 = ((int64_t)(L_17>>((int32_t)32))); int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_18, 1)); } IL_0036: { int32_t L_19 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_20 = ___left0; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))))) { goto IL_0021; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_21 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_22 = ___left0; NullCheck(L_22); int64_t L_23 = V_2; NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)(((RuntimeArray*)L_22)->max_length))), (uint32_t)((int32_t)(uint32_t)L_23)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_24 = V_0; return L_24; } } // System.UInt32[] System.Numerics.BigIntegerCalculator::Add(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_Add_mBFE104C275F28C2460ED512D63BFF917DABC0FBB (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_0 = NULL; uint32_t* V_1 = NULL; uint32_t* V_2 = NULL; uint32_t* V_3 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_4 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_5 = NULL; uint32_t* V_6 = NULL; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___left0; NullCheck(L_0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)(((RuntimeArray*)L_0)->max_length)), 1))); V_0 = L_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = ___left0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = L_2; V_4 = L_3; if (!L_3) { goto IL_0017; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = V_4; NullCheck(L_4); if (((int32_t)(((RuntimeArray*)L_4)->max_length))) { goto IL_001c; } } IL_0017: { V_1 = (uint32_t*)((uintptr_t)0); goto IL_0026; } IL_001c: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = V_4; NullCheck(L_5); V_1 = (uint32_t*)((uintptr_t)((L_5)->GetAddressAt(static_cast(0)))); } IL_0026: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = ___right1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_7 = L_6; V_5 = L_7; if (!L_7) { goto IL_0032; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_8 = V_5; NullCheck(L_8); if (((int32_t)(((RuntimeArray*)L_8)->max_length))) { goto IL_0037; } } IL_0032: { V_2 = (uint32_t*)((uintptr_t)0); goto IL_0041; } IL_0037: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = V_5; NullCheck(L_9); V_2 = (uint32_t*)((uintptr_t)((L_9)->GetAddressAt(static_cast(0)))); } IL_0041: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10 = V_0; NullCheck(L_10); V_6 = ((L_10)->GetAddressAt(static_cast(0))); uint32_t* L_11 = V_6; V_3 = (uint32_t*)((uintptr_t)L_11); uint32_t* L_12 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_13 = ___left0; NullCheck(L_13); uint32_t* L_14 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_15 = ___right1; NullCheck(L_15); uint32_t* L_16 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_17 = V_0; NullCheck(L_17); il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); BigIntegerCalculator_Add_mF3E1DF0BCC439558D9178188ED0A7CAFA8630313(L_12, ((int32_t)(((RuntimeArray*)L_13)->max_length)), L_14, ((int32_t)(((RuntimeArray*)L_15)->max_length)), L_16, ((int32_t)(((RuntimeArray*)L_17)->max_length)), NULL); V_4 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; V_5 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; V_6 = (uint32_t*)((uintptr_t)0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_18 = V_0; return L_18; } } // System.Void System.Numerics.BigIntegerCalculator::Add(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigIntegerCalculator_Add_mF3E1DF0BCC439558D9178188ED0A7CAFA8630313 (uint32_t* ___left0, int32_t ___leftLength1, uint32_t* ___right2, int32_t ___rightLength3, uint32_t* ___bits4, int32_t ___bitsLength5, const RuntimeMethod* method) { int32_t V_0 = 0; int64_t V_1 = 0; int64_t V_2 = 0; int64_t V_3 = 0; { V_0 = 0; V_1 = ((int64_t)0); goto IL_002e; } IL_0007: { uint32_t* L_0 = ___left0; int32_t L_1 = V_0; int32_t L_2 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), 4))))); int64_t L_3 = V_1; uint32_t* L_4 = ___right2; int32_t L_5 = V_0; int32_t L_6 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), 4))))); V_2 = ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)((uint32_t)L_2)), L_3)), ((int64_t)(uint64_t)((uint32_t)L_6)))); uint32_t* L_7 = ___bits4; int32_t L_8 = V_0; int64_t L_9 = V_2; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 4))))) = (int32_t)((int32_t)(uint32_t)L_9); int64_t L_10 = V_2; V_1 = ((int64_t)(L_10>>((int32_t)32))); int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1)); } IL_002e: { int32_t L_12 = V_0; int32_t L_13 = ___rightLength3; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0007; } } { goto IL_0052; } IL_0034: { uint32_t* L_14 = ___left0; int32_t L_15 = V_0; int32_t L_16 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_14, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_15), 4))))); int64_t L_17 = V_1; V_3 = ((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)((uint32_t)L_16)), L_17)); uint32_t* L_18 = ___bits4; int32_t L_19 = V_0; int64_t L_20 = V_3; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_18, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_19), 4))))) = (int32_t)((int32_t)(uint32_t)L_20); int64_t L_21 = V_3; V_1 = ((int64_t)(L_21>>((int32_t)32))); int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_22, 1)); } IL_0052: { int32_t L_23 = V_0; int32_t L_24 = ___leftLength1; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0034; } } { uint32_t* L_25 = ___bits4; int32_t L_26 = V_0; int64_t L_27 = V_1; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_25, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_26), 4))))) = (int32_t)((int32_t)(uint32_t)L_27); return; } } // System.Void System.Numerics.BigIntegerCalculator::AddSelf(System.UInt32*,System.Int32,System.UInt32*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigIntegerCalculator_AddSelf_mD15A06C809D3EC15FD2CEA1558940AFF51A87B5A (uint32_t* ___left0, int32_t ___leftLength1, uint32_t* ___right2, int32_t ___rightLength3, const RuntimeMethod* method) { int32_t V_0 = 0; int64_t V_1 = 0; int64_t V_2 = 0; int64_t V_3 = 0; { V_0 = 0; V_1 = ((int64_t)0); goto IL_002d; } IL_0007: { uint32_t* L_0 = ___left0; int32_t L_1 = V_0; int32_t L_2 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), 4))))); int64_t L_3 = V_1; uint32_t* L_4 = ___right2; int32_t L_5 = V_0; int32_t L_6 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), 4))))); V_2 = ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)((uint32_t)L_2)), L_3)), ((int64_t)(uint64_t)((uint32_t)L_6)))); uint32_t* L_7 = ___left0; int32_t L_8 = V_0; int64_t L_9 = V_2; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 4))))) = (int32_t)((int32_t)(uint32_t)L_9); int64_t L_10 = V_2; V_1 = ((int64_t)(L_10>>((int32_t)32))); int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1)); } IL_002d: { int32_t L_12 = V_0; int32_t L_13 = ___rightLength3; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0007; } } { goto IL_0050; } IL_0033: { uint32_t* L_14 = ___left0; int32_t L_15 = V_0; int32_t L_16 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_14, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_15), 4))))); int64_t L_17 = V_1; V_3 = ((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)((uint32_t)L_16)), L_17)); uint32_t* L_18 = ___left0; int32_t L_19 = V_0; int64_t L_20 = V_3; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_18, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_19), 4))))) = (int32_t)((int32_t)(uint32_t)L_20); int64_t L_21 = V_3; V_1 = ((int64_t)(L_21>>((int32_t)32))); int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_22, 1)); } IL_0050: { int64_t L_23 = V_1; if (!L_23) { goto IL_0057; } } { int32_t L_24 = V_0; int32_t L_25 = ___leftLength1; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0033; } } IL_0057: { return; } } // System.UInt32[] System.Numerics.BigIntegerCalculator::Subtract(System.UInt32[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_Subtract_m3A108462F38E1640A32631B3535346D8D947C46A (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, uint32_t ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_0 = NULL; int64_t V_1 = 0; int64_t V_2 = 0; int32_t V_3 = 0; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___left0; NullCheck(L_0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); V_0 = L_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = ___left0; NullCheck(L_2); int32_t L_3 = 0; uint32_t L_4 = (L_2)->GetAt(static_cast(L_3)); uint32_t L_5 = ___right1; V_1 = ((int64_t)il2cpp_codegen_subtract(((int64_t)(uint64_t)L_4), ((int64_t)(uint64_t)L_5))); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = V_0; int64_t L_7 = V_1; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (uint32_t)((int32_t)(uint32_t)L_7)); int64_t L_8 = V_1; V_2 = ((int64_t)(L_8>>((int32_t)32))); V_3 = 1; goto IL_0034; } IL_001f: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = ___left0; int32_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = L_10; uint32_t L_12 = (L_9)->GetAt(static_cast(L_11)); int64_t L_13 = V_2; V_1 = ((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)L_12), L_13)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = V_0; int32_t L_15 = V_3; int64_t L_16 = V_1; NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (uint32_t)((int32_t)(uint32_t)L_16)); int64_t L_17 = V_1; V_2 = ((int64_t)(L_17>>((int32_t)32))); int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_18, 1)); } IL_0034: { int32_t L_19 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_20 = ___left0; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))))) { goto IL_001f; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_21 = V_0; return L_21; } } // System.UInt32[] System.Numerics.BigIntegerCalculator::Subtract(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_Subtract_m4E6F347481393DF34549B913FE0A6DF76584A5B4 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_0 = NULL; uint32_t* V_1 = NULL; uint32_t* V_2 = NULL; uint32_t* V_3 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_4 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_5 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_6 = NULL; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___left0; NullCheck(L_0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); V_0 = L_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = ___left0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = L_2; V_4 = L_3; if (!L_3) { goto IL_0015; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = V_4; NullCheck(L_4); if (((int32_t)(((RuntimeArray*)L_4)->max_length))) { goto IL_001a; } } IL_0015: { V_1 = (uint32_t*)((uintptr_t)0); goto IL_0024; } IL_001a: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = V_4; NullCheck(L_5); V_1 = (uint32_t*)((uintptr_t)((L_5)->GetAddressAt(static_cast(0)))); } IL_0024: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = ___right1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_7 = L_6; V_5 = L_7; if (!L_7) { goto IL_0030; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_8 = V_5; NullCheck(L_8); if (((int32_t)(((RuntimeArray*)L_8)->max_length))) { goto IL_0035; } } IL_0030: { V_2 = (uint32_t*)((uintptr_t)0); goto IL_003f; } IL_0035: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = V_5; NullCheck(L_9); V_2 = (uint32_t*)((uintptr_t)((L_9)->GetAddressAt(static_cast(0)))); } IL_003f: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_11 = L_10; V_6 = L_11; if (!L_11) { goto IL_004b; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_12 = V_6; NullCheck(L_12); if (((int32_t)(((RuntimeArray*)L_12)->max_length))) { goto IL_0050; } } IL_004b: { V_3 = (uint32_t*)((uintptr_t)0); goto IL_005a; } IL_0050: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_13 = V_6; NullCheck(L_13); V_3 = (uint32_t*)((uintptr_t)((L_13)->GetAddressAt(static_cast(0)))); } IL_005a: { uint32_t* L_14 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_15 = ___left0; NullCheck(L_15); uint32_t* L_16 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_17 = ___right1; NullCheck(L_17); uint32_t* L_18 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_19 = V_0; NullCheck(L_19); il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); BigIntegerCalculator_Subtract_mAB5C5870894C5028CEB1232DC7EE8CAA3B0EDEC0(L_14, ((int32_t)(((RuntimeArray*)L_15)->max_length)), L_16, ((int32_t)(((RuntimeArray*)L_17)->max_length)), L_18, ((int32_t)(((RuntimeArray*)L_19)->max_length)), NULL); V_4 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; V_5 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; V_6 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_20 = V_0; return L_20; } } // System.Void System.Numerics.BigIntegerCalculator::Subtract(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigIntegerCalculator_Subtract_mAB5C5870894C5028CEB1232DC7EE8CAA3B0EDEC0 (uint32_t* ___left0, int32_t ___leftLength1, uint32_t* ___right2, int32_t ___rightLength3, uint32_t* ___bits4, int32_t ___bitsLength5, const RuntimeMethod* method) { int32_t V_0 = 0; int64_t V_1 = 0; int64_t V_2 = 0; int64_t V_3 = 0; { V_0 = 0; V_1 = ((int64_t)0); goto IL_002e; } IL_0007: { uint32_t* L_0 = ___left0; int32_t L_1 = V_0; int32_t L_2 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), 4))))); int64_t L_3 = V_1; uint32_t* L_4 = ___right2; int32_t L_5 = V_0; int32_t L_6 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), 4))))); V_2 = ((int64_t)il2cpp_codegen_subtract(((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)((uint32_t)L_2)), L_3)), ((int64_t)(uint64_t)((uint32_t)L_6)))); uint32_t* L_7 = ___bits4; int32_t L_8 = V_0; int64_t L_9 = V_2; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 4))))) = (int32_t)((int32_t)(uint32_t)L_9); int64_t L_10 = V_2; V_1 = ((int64_t)(L_10>>((int32_t)32))); int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1)); } IL_002e: { int32_t L_12 = V_0; int32_t L_13 = ___rightLength3; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0007; } } { goto IL_0052; } IL_0034: { uint32_t* L_14 = ___left0; int32_t L_15 = V_0; int32_t L_16 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_14, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_15), 4))))); int64_t L_17 = V_1; V_3 = ((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)((uint32_t)L_16)), L_17)); uint32_t* L_18 = ___bits4; int32_t L_19 = V_0; int64_t L_20 = V_3; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_18, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_19), 4))))) = (int32_t)((int32_t)(uint32_t)L_20); int64_t L_21 = V_3; V_1 = ((int64_t)(L_21>>((int32_t)32))); int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_22, 1)); } IL_0052: { int32_t L_23 = V_0; int32_t L_24 = ___leftLength1; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0034; } } { return; } } // System.Int32 System.Numerics.BigIntegerCalculator::Compare(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigIntegerCalculator_Compare_m8BA0E1FC0852E7CA42859CF687E9142F6E553D10 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___right1, const RuntimeMethod* method) { int32_t V_0 = 0; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___left0; NullCheck(L_0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = ___right1; NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))) >= ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) { goto IL_000a; } } { return (-1); } IL_000a: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = ___left0; NullCheck(L_2); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = ___right1; NullCheck(L_3); if ((((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))) <= ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))) { goto IL_0014; } } { return 1; } IL_0014: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = ___left0; NullCheck(L_4); V_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_4)->max_length)), 1)); goto IL_0034; } IL_001c: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = ___left0; int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; uint32_t L_8 = (L_5)->GetAt(static_cast(L_7)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = ___right1; int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = L_10; uint32_t L_12 = (L_9)->GetAt(static_cast(L_11)); if ((!(((uint32_t)L_8) < ((uint32_t)L_12)))) { goto IL_0026; } } { return (-1); } IL_0026: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_13 = ___left0; int32_t L_14 = V_0; NullCheck(L_13); int32_t L_15 = L_14; uint32_t L_16 = (L_13)->GetAt(static_cast(L_15)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_17 = ___right1; int32_t L_18 = V_0; NullCheck(L_17); int32_t L_19 = L_18; uint32_t L_20 = (L_17)->GetAt(static_cast(L_19)); if ((!(((uint32_t)L_16) > ((uint32_t)L_20)))) { goto IL_0030; } } { return 1; } IL_0030: { int32_t L_21 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_21, 1)); } IL_0034: { int32_t L_22 = V_0; if ((((int32_t)L_22) >= ((int32_t)0))) { goto IL_001c; } } { return 0; } } // System.UInt32[] System.Numerics.BigIntegerCalculator::Divide(System.UInt32[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_Divide_mFD1777873B274D42E5064DE92A5F71D4FD85AC80 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, uint32_t ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_0 = NULL; uint64_t V_1 = 0; int32_t V_2 = 0; uint64_t V_3 = 0; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___left0; NullCheck(L_0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); V_0 = L_1; V_1 = ((int64_t)0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = ___left0; NullCheck(L_2); V_2 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_2)->max_length)), 1)); goto IL_0031; } IL_0014: { uint64_t L_3 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = ___left0; int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = L_5; uint32_t L_7 = (L_4)->GetAt(static_cast(L_6)); int64_t L_8 = ((int64_t)(((int64_t)((int64_t)L_3<<((int32_t)32)))|((int64_t)(uint64_t)L_7))); uint32_t L_9 = ___right1; V_3 = ((int64_t)((uint64_t)(int64_t)L_8/(uint64_t)(int64_t)((int64_t)(uint64_t)L_9))); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10 = V_0; int32_t L_11 = V_2; uint64_t L_12 = V_3; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (uint32_t)((int32_t)(uint32_t)L_12)); uint64_t L_13 = V_3; uint32_t L_14 = ___right1; V_1 = ((int64_t)il2cpp_codegen_subtract(L_8, ((int64_t)il2cpp_codegen_multiply((int64_t)L_13, ((int64_t)(uint64_t)L_14))))); int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract(L_15, 1)); } IL_0031: { int32_t L_16 = V_2; if ((((int32_t)L_16) >= ((int32_t)0))) { goto IL_0014; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_17 = V_0; return L_17; } } // System.UInt32 System.Numerics.BigIntegerCalculator::Remainder(System.UInt32[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BigIntegerCalculator_Remainder_m149338815F0DBD989AE6F036593DCDA10B58F2F3 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, uint32_t ___right1, const RuntimeMethod* method) { uint64_t V_0 = 0; int32_t V_1 = 0; { V_0 = ((int64_t)0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___left0; NullCheck(L_0); V_1 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_0)->max_length)), 1)); goto IL_001c; } IL_000b: { uint64_t L_1 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = ___left0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; uint32_t L_5 = (L_2)->GetAt(static_cast(L_4)); uint32_t L_6 = ___right1; V_0 = ((int64_t)((uint64_t)(int64_t)((int64_t)(((int64_t)((int64_t)L_1<<((int32_t)32)))|((int64_t)(uint64_t)L_5)))%(uint64_t)(int64_t)((int64_t)(uint64_t)L_6))); int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract(L_7, 1)); } IL_001c: { int32_t L_8 = V_1; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_000b; } } { uint64_t L_9 = V_0; return ((int32_t)(uint32_t)L_9); } } // System.UInt32[] System.Numerics.BigIntegerCalculator::Divide(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_Divide_m9C644F2B4A7370BA22AFCA52E7D363F1C00D65C9 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_0 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_1 = NULL; uint32_t* V_2 = NULL; uint32_t* V_3 = NULL; uint32_t* V_4 = NULL; uint32_t* V_5 = NULL; uint32_t* V_6 = NULL; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___left0; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1; L_1 = BigIntegerCalculator_CreateCopy_mF98F138C51B453D54EB8D22A723856BBE08E87D0(L_0, NULL); V_0 = L_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = ___left0; NullCheck(L_2); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = ___right1; NullCheck(L_3); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_2)->max_length)), ((int32_t)(((RuntimeArray*)L_3)->max_length)))), 1))); V_1 = L_4; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = V_0; NullCheck(L_5); V_4 = ((L_5)->GetAddressAt(static_cast(0))); uint32_t* L_6 = V_4; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_7 = ___right1; NullCheck(L_7); V_5 = ((L_7)->GetAddressAt(static_cast(0))); uint32_t* L_8 = V_5; V_2 = (uint32_t*)((uintptr_t)L_8); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = V_1; NullCheck(L_9); V_6 = ((L_9)->GetAddressAt(static_cast(0))); uint32_t* L_10 = V_6; V_3 = (uint32_t*)((uintptr_t)L_10); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_11 = V_0; NullCheck(L_11); uint32_t* L_12 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_13 = ___right1; NullCheck(L_13); uint32_t* L_14 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_15 = V_1; NullCheck(L_15); BigIntegerCalculator_Divide_m351DC2D6724D67D40BB29F68B8122059259AD565((uint32_t*)((uintptr_t)L_6), ((int32_t)(((RuntimeArray*)L_11)->max_length)), L_12, ((int32_t)(((RuntimeArray*)L_13)->max_length)), L_14, ((int32_t)(((RuntimeArray*)L_15)->max_length)), NULL); V_4 = (uint32_t*)((uintptr_t)0); V_5 = (uint32_t*)((uintptr_t)0); V_6 = (uint32_t*)((uintptr_t)0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_16 = V_1; return L_16; } } // System.UInt32[] System.Numerics.BigIntegerCalculator::Remainder(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_Remainder_m3CA3E25FBFAF5F67C28AE12A772700603296011F (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_0 = NULL; uint32_t* V_1 = NULL; uint32_t* V_2 = NULL; uint32_t* V_3 = NULL; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___left0; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1; L_1 = BigIntegerCalculator_CreateCopy_mF98F138C51B453D54EB8D22A723856BBE08E87D0(L_0, NULL); V_0 = L_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = V_0; NullCheck(L_2); V_2 = ((L_2)->GetAddressAt(static_cast(0))); uint32_t* L_3 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = ___right1; NullCheck(L_4); V_3 = ((L_4)->GetAddressAt(static_cast(0))); uint32_t* L_5 = V_3; V_1 = (uint32_t*)((uintptr_t)L_5); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = V_0; NullCheck(L_6); uint32_t* L_7 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_8 = ___right1; NullCheck(L_8); BigIntegerCalculator_Divide_m351DC2D6724D67D40BB29F68B8122059259AD565((uint32_t*)((uintptr_t)L_3), ((int32_t)(((RuntimeArray*)L_6)->max_length)), L_7, ((int32_t)(((RuntimeArray*)L_8)->max_length)), (uint32_t*)((uintptr_t)0), 0, NULL); V_2 = (uint32_t*)((uintptr_t)0); V_3 = (uint32_t*)((uintptr_t)0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = V_0; return L_9; } } // System.Void System.Numerics.BigIntegerCalculator::Divide(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigIntegerCalculator_Divide_m351DC2D6724D67D40BB29F68B8122059259AD565 (uint32_t* ___left0, int32_t ___leftLength1, uint32_t* ___right2, int32_t ___rightLength3, uint32_t* ___bits4, int32_t ___bitsLength5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; uint32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; uint32_t V_7 = 0; uint64_t V_8 = 0; uint32_t V_9 = 0; uint64_t V_10 = 0; uint32_t V_11 = 0; int32_t G_B3_0 = 0; int32_t G_B7_0 = 0; int32_t G_B12_0 = 0; int32_t G_B15_0 = 0; int32_t G_B19_0 = 0; { uint32_t* L_0 = ___right2; int32_t L_1 = ___rightLength3; int32_t L_2 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_subtract(L_1, 1))), 4))))); V_0 = L_2; int32_t L_3 = ___rightLength3; if ((((int32_t)L_3) > ((int32_t)1))) { goto IL_0011; } } { G_B3_0 = 0; goto IL_001a; } IL_0011: { uint32_t* L_4 = ___right2; int32_t L_5 = ___rightLength3; int32_t L_6 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_subtract(L_5, 2))), 4))))); G_B3_0 = L_6; } IL_001a: { V_1 = G_B3_0; uint32_t L_7 = V_0; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); int32_t L_8; L_8 = BigIntegerCalculator_LeadingZeros_m31C9E36A6483FA3AF91EA5AD6184E02866A8BA9C(L_7, NULL); V_2 = L_8; int32_t L_9 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract(((int32_t)32), L_9)); int32_t L_10 = V_2; if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_005a; } } { int32_t L_11 = ___rightLength3; if ((((int32_t)L_11) > ((int32_t)2))) { goto IL_0032; } } { G_B7_0 = 0; goto IL_003b; } IL_0032: { uint32_t* L_12 = ___right2; int32_t L_13 = ___rightLength3; int32_t L_14 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_subtract(L_13, 3))), 4))))); G_B7_0 = L_14; } IL_003b: { V_4 = G_B7_0; uint32_t L_15 = V_0; int32_t L_16 = V_2; uint32_t L_17 = V_1; int32_t L_18 = V_3; V_0 = ((int32_t)(((int32_t)((int32_t)L_15<<((int32_t)(L_16&((int32_t)31)))))|((int32_t)((uint32_t)L_17>>((int32_t)(L_18&((int32_t)31))))))); uint32_t L_19 = V_1; int32_t L_20 = V_2; uint32_t L_21 = V_4; int32_t L_22 = V_3; V_1 = ((int32_t)(((int32_t)((int32_t)L_19<<((int32_t)(L_20&((int32_t)31)))))|((int32_t)((uint32_t)L_21>>((int32_t)(L_22&((int32_t)31))))))); } IL_005a: { int32_t L_23 = ___leftLength1; V_5 = L_23; goto IL_0162; } IL_0062: { int32_t L_24 = V_5; int32_t L_25 = ___rightLength3; V_6 = ((int32_t)il2cpp_codegen_subtract(L_24, L_25)); int32_t L_26 = V_5; int32_t L_27 = ___leftLength1; if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_0070; } } { G_B12_0 = 0; goto IL_0078; } IL_0070: { uint32_t* L_28 = ___left0; int32_t L_29 = V_5; int32_t L_30 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_28, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_29), 4))))); G_B12_0 = L_30; } IL_0078: { V_7 = G_B12_0; uint32_t L_31 = V_7; uint32_t* L_32 = ___left0; int32_t L_33 = V_5; int32_t L_34 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_32, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_subtract(L_33, 1))), 4))))); V_8 = ((int64_t)(((int64_t)(((int64_t)(uint64_t)L_31)<<((int32_t)32)))|((int64_t)(uint64_t)((uint32_t)L_34)))); int32_t L_35 = V_5; if ((((int32_t)L_35) > ((int32_t)1))) { goto IL_0096; } } { G_B15_0 = 0; goto IL_00a0; } IL_0096: { uint32_t* L_36 = ___left0; int32_t L_37 = V_5; int32_t L_38 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_36, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_subtract(L_37, 2))), 4))))); G_B15_0 = L_38; } IL_00a0: { V_9 = G_B15_0; int32_t L_39 = V_2; if ((((int32_t)L_39) <= ((int32_t)0))) { goto IL_00dd; } } { int32_t L_40 = V_5; if ((((int32_t)L_40) > ((int32_t)2))) { goto IL_00ae; } } { G_B19_0 = 0; goto IL_00b8; } IL_00ae: { uint32_t* L_41 = ___left0; int32_t L_42 = V_5; int32_t L_43 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_41, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_subtract(L_42, 3))), 4))))); G_B19_0 = L_43; } IL_00b8: { V_11 = G_B19_0; uint64_t L_44 = V_8; int32_t L_45 = V_2; uint32_t L_46 = V_9; int32_t L_47 = V_3; V_8 = ((int64_t)(((int64_t)((int64_t)L_44<<((int32_t)(L_45&((int32_t)63)))))|((int64_t)(uint64_t)((uint32_t)((int32_t)((uint32_t)L_46>>((int32_t)(L_47&((int32_t)31))))))))); uint32_t L_48 = V_9; int32_t L_49 = V_2; uint32_t L_50 = V_11; int32_t L_51 = V_3; V_9 = ((int32_t)(((int32_t)((int32_t)L_48<<((int32_t)(L_49&((int32_t)31)))))|((int32_t)((uint32_t)L_50>>((int32_t)(L_51&((int32_t)31))))))); } IL_00dd: { uint64_t L_52 = V_8; uint32_t L_53 = V_0; V_10 = ((int64_t)((uint64_t)(int64_t)L_52/(uint64_t)(int64_t)((int64_t)(uint64_t)L_53))); uint64_t L_54 = V_10; if ((!(((uint64_t)L_54) > ((uint64_t)((int64_t)(uint64_t)((uint32_t)(-1))))))) { goto IL_00f7; } } { V_10 = ((int64_t)(uint64_t)((uint32_t)(-1))); goto IL_00f7; } IL_00f0: { uint64_t L_55 = V_10; V_10 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_55, ((int64_t)1))); } IL_00f7: { uint64_t L_56 = V_10; uint64_t L_57 = V_8; uint32_t L_58 = V_9; uint32_t L_59 = V_0; uint32_t L_60 = V_1; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); bool L_61; L_61 = BigIntegerCalculator_DivideGuessTooBig_m4F3CC10BA18C50CFA048F7B1C72BFF615E4DB533(L_56, L_57, L_58, L_59, L_60, NULL); if (L_61) { goto IL_00f0; } } { uint64_t L_62 = V_10; if ((!(((uint64_t)L_62) > ((uint64_t)((int64_t)0))))) { goto IL_013e; } } { uint32_t* L_63 = ___left0; int32_t L_64 = V_6; int32_t L_65 = ___leftLength1; int32_t L_66 = V_6; uint32_t* L_67 = ___right2; int32_t L_68 = ___rightLength3; uint64_t L_69 = V_10; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); uint32_t L_70; L_70 = BigIntegerCalculator_SubtractDivisor_m4F704333FA2DBCA7ECE1D1E90A0B734172E63890(((uint32_t*)il2cpp_codegen_add((intptr_t)L_63, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_64), 4)))), ((int32_t)il2cpp_codegen_subtract(L_65, L_66)), L_67, L_68, L_69, NULL); uint32_t L_71 = V_7; if ((((int32_t)L_70) == ((int32_t)L_71))) { goto IL_013e; } } { uint32_t* L_72 = ___left0; int32_t L_73 = V_6; int32_t L_74 = ___leftLength1; int32_t L_75 = V_6; uint32_t* L_76 = ___right2; int32_t L_77 = ___rightLength3; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); uint32_t L_78; L_78 = BigIntegerCalculator_AddDivisor_m3AC4E9D05165D40E0F5DD57AE3618A796F65577E(((uint32_t*)il2cpp_codegen_add((intptr_t)L_72, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_73), 4)))), ((int32_t)il2cpp_codegen_subtract(L_74, L_75)), L_76, L_77, NULL); uint64_t L_79 = V_10; V_10 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_79, ((int64_t)1))); } IL_013e: { int32_t L_80 = ___bitsLength5; if (!L_80) { goto IL_014e; } } { uint32_t* L_81 = ___bits4; int32_t L_82 = V_6; uint64_t L_83 = V_10; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_81, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_82), 4))))) = (int32_t)((int32_t)(uint32_t)L_83); } IL_014e: { int32_t L_84 = V_5; int32_t L_85 = ___leftLength1; if ((((int32_t)L_84) >= ((int32_t)L_85))) { goto IL_015c; } } { uint32_t* L_86 = ___left0; int32_t L_87 = V_5; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_86, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_87), 4))))) = (int32_t)0; } IL_015c: { int32_t L_88 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract(L_88, 1)); } IL_0162: { int32_t L_89 = V_5; int32_t L_90 = ___rightLength3; if ((((int32_t)L_89) >= ((int32_t)L_90))) { goto IL_0062; } } { return; } } // System.UInt32 System.Numerics.BigIntegerCalculator::AddDivisor(System.UInt32*,System.Int32,System.UInt32*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BigIntegerCalculator_AddDivisor_m3AC4E9D05165D40E0F5DD57AE3618A796F65577E (uint32_t* ___left0, int32_t ___leftLength1, uint32_t* ___right2, int32_t ___rightLength3, const RuntimeMethod* method) { uint64_t V_0 = 0; int32_t V_1 = 0; uint64_t V_2 = 0; { V_0 = ((int64_t)0); V_1 = 0; goto IL_002d; } IL_0007: { uint32_t* L_0 = ___left0; int32_t L_1 = V_1; int32_t L_2 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), 4))))); uint64_t L_3 = V_0; uint32_t* L_4 = ___right2; int32_t L_5 = V_1; int32_t L_6 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), 4))))); V_2 = ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)((uint32_t)L_2)), (int64_t)L_3)), ((int64_t)(uint64_t)((uint32_t)L_6)))); uint32_t* L_7 = ___left0; int32_t L_8 = V_1; uint64_t L_9 = V_2; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 4))))) = (int32_t)((int32_t)(uint32_t)L_9); uint64_t L_10 = V_2; V_0 = ((int64_t)((uint64_t)L_10>>((int32_t)32))); int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1)); } IL_002d: { int32_t L_12 = V_1; int32_t L_13 = ___rightLength3; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0007; } } { uint64_t L_14 = V_0; return ((int32_t)(uint32_t)L_14); } } // System.UInt32 System.Numerics.BigIntegerCalculator::SubtractDivisor(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BigIntegerCalculator_SubtractDivisor_m4F704333FA2DBCA7ECE1D1E90A0B734172E63890 (uint32_t* ___left0, int32_t ___leftLength1, uint32_t* ___right2, int32_t ___rightLength3, uint64_t ___q4, const RuntimeMethod* method) { uint64_t V_0 = 0; int32_t V_1 = 0; uint32_t V_2 = 0; { V_0 = ((int64_t)0); V_1 = 0; goto IL_0040; } IL_0007: { uint64_t L_0 = V_0; uint32_t* L_1 = ___right2; int32_t L_2 = V_1; int32_t L_3 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_1, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), 4))))); uint64_t L_4 = ___q4; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_0, ((int64_t)il2cpp_codegen_multiply(((int64_t)(uint64_t)((uint32_t)L_3)), (int64_t)L_4)))); uint64_t L_5 = V_0; V_2 = ((int32_t)(uint32_t)L_5); uint64_t L_6 = V_0; V_0 = ((int64_t)((uint64_t)L_6>>((int32_t)32))); uint32_t* L_7 = ___left0; int32_t L_8 = V_1; int32_t L_9 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 4))))); uint32_t L_10 = V_2; if ((!(((uint32_t)L_9) < ((uint32_t)L_10)))) { goto IL_002c; } } { uint64_t L_11 = V_0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_11, ((int64_t)1))); } IL_002c: { uint32_t* L_12 = ___left0; int32_t L_13 = V_1; uint32_t* L_14 = ___left0; int32_t L_15 = V_1; int32_t L_16 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_14, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_15), 4))))); uint32_t L_17 = V_2; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), 4))))) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_16, (int32_t)L_17)); int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_18, 1)); } IL_0040: { int32_t L_19 = V_1; int32_t L_20 = ___rightLength3; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0007; } } { uint64_t L_21 = V_0; return ((int32_t)(uint32_t)L_21); } } // System.Boolean System.Numerics.BigIntegerCalculator::DivideGuessTooBig(System.UInt64,System.UInt64,System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigIntegerCalculator_DivideGuessTooBig_m4F3CC10BA18C50CFA048F7B1C72BFF615E4DB533 (uint64_t ___q0, uint64_t ___valHi1, uint32_t ___valLo2, uint32_t ___divHi3, uint32_t ___divLo4, const RuntimeMethod* method) { uint64_t V_0 = 0; uint64_t V_1 = 0; { uint32_t L_0 = ___divHi3; uint64_t L_1 = ___q0; V_0 = ((int64_t)il2cpp_codegen_multiply(((int64_t)(uint64_t)L_0), (int64_t)L_1)); uint32_t L_2 = ___divLo4; uint64_t L_3 = ___q0; V_1 = ((int64_t)il2cpp_codegen_multiply(((int64_t)(uint64_t)L_2), (int64_t)L_3)); uint64_t L_4 = V_0; uint64_t L_5 = V_1; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_4, ((int64_t)((uint64_t)L_5>>((int32_t)32))))); uint64_t L_6 = V_1; V_1 = ((int64_t)((int64_t)L_6&((int64_t)(uint64_t)((uint32_t)(-1))))); uint64_t L_7 = V_0; uint64_t L_8 = ___valHi1; if ((!(((uint64_t)L_7) < ((uint64_t)L_8)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { uint64_t L_9 = V_0; uint64_t L_10 = ___valHi1; if ((!(((uint64_t)L_9) > ((uint64_t)L_10)))) { goto IL_0023; } } { return (bool)1; } IL_0023: { uint64_t L_11 = V_1; uint32_t L_12 = ___valLo2; if ((!(((uint64_t)L_11) < ((uint64_t)((int64_t)(uint64_t)L_12))))) { goto IL_002a; } } { return (bool)0; } IL_002a: { uint64_t L_13 = V_1; uint32_t L_14 = ___valLo2; if ((!(((uint64_t)L_13) > ((uint64_t)((int64_t)(uint64_t)L_14))))) { goto IL_0031; } } { return (bool)1; } IL_0031: { return (bool)0; } } // System.UInt32[] System.Numerics.BigIntegerCalculator::CreateCopy(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_CreateCopy_mF98F138C51B453D54EB8D22A723856BBE08E87D0 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_0 = NULL; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___value0; NullCheck(L_0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); V_0 = L_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = V_0; NullCheck(L_4); Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7((RuntimeArray*)L_2, 0, (RuntimeArray*)L_3, 0, ((int32_t)(((RuntimeArray*)L_4)->max_length)), NULL); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = V_0; return L_5; } } // System.Int32 System.Numerics.BigIntegerCalculator::LeadingZeros(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigIntegerCalculator_LeadingZeros_m31C9E36A6483FA3AF91EA5AD6184E02866A8BA9C (uint32_t ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { uint32_t L_0 = ___value0; if (L_0) { goto IL_0006; } } { return ((int32_t)32); } IL_0006: { V_0 = 0; uint32_t L_1 = ___value0; if (((int32_t)((int32_t)L_1&((int32_t)-65536)))) { goto IL_001c; } } { int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_2, ((int32_t)16))); uint32_t L_3 = ___value0; ___value0 = ((int32_t)((int32_t)L_3<<((int32_t)16))); } IL_001c: { uint32_t L_4 = ___value0; if (((int32_t)((int32_t)L_4&((int32_t)-16777216)))) { goto IL_002e; } } { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_5, 8)); uint32_t L_6 = ___value0; ___value0 = ((int32_t)((int32_t)L_6<<8)); } IL_002e: { uint32_t L_7 = ___value0; if (((int32_t)((int32_t)L_7&((int32_t)-268435456)))) { goto IL_0040; } } { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_8, 4)); uint32_t L_9 = ___value0; ___value0 = ((int32_t)((int32_t)L_9<<4)); } IL_0040: { uint32_t L_10 = ___value0; if (((int32_t)((int32_t)L_10&((int32_t)-1073741824)))) { goto IL_0052; } } { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_11, 2)); uint32_t L_12 = ___value0; ___value0 = ((int32_t)((int32_t)L_12<<2)); } IL_0052: { uint32_t L_13 = ___value0; if (((int32_t)((int32_t)L_13&((int32_t)-2147483648LL)))) { goto IL_005f; } } { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_14, 1)); } IL_005f: { int32_t L_15 = V_0; return L_15; } } // System.UInt32[] System.Numerics.BigIntegerCalculator::Square(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_Square_m449023AFF0AC2FE5A7704FB2657BF7122A807A0A (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_0 = NULL; uint32_t* V_1 = NULL; uint32_t* V_2 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_3 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_4 = NULL; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___value0; NullCheck(L_0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = ___value0; NullCheck(L_1); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)(((RuntimeArray*)L_0)->max_length)), ((int32_t)(((RuntimeArray*)L_1)->max_length))))); V_0 = L_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = ___value0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = L_3; V_3 = L_4; if (!L_4) { goto IL_0017; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = V_3; NullCheck(L_5); if (((int32_t)(((RuntimeArray*)L_5)->max_length))) { goto IL_001c; } } IL_0017: { V_1 = (uint32_t*)((uintptr_t)0); goto IL_0025; } IL_001c: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = V_3; NullCheck(L_6); V_1 = (uint32_t*)((uintptr_t)((L_6)->GetAddressAt(static_cast(0)))); } IL_0025: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_7 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_8 = L_7; V_4 = L_8; if (!L_8) { goto IL_0031; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = V_4; NullCheck(L_9); if (((int32_t)(((RuntimeArray*)L_9)->max_length))) { goto IL_0036; } } IL_0031: { V_2 = (uint32_t*)((uintptr_t)0); goto IL_0040; } IL_0036: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10 = V_4; NullCheck(L_10); V_2 = (uint32_t*)((uintptr_t)((L_10)->GetAddressAt(static_cast(0)))); } IL_0040: { uint32_t* L_11 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_12 = ___value0; NullCheck(L_12); uint32_t* L_13 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = V_0; NullCheck(L_14); il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); BigIntegerCalculator_Square_m0E5FBF71469906C83667F8F8405170A6D854636F(L_11, ((int32_t)(((RuntimeArray*)L_12)->max_length)), L_13, ((int32_t)(((RuntimeArray*)L_14)->max_length)), NULL); V_3 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; V_4 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_15 = V_0; return L_15; } } // System.Void System.Numerics.BigIntegerCalculator::Square(System.UInt32*,System.Int32,System.UInt32*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigIntegerCalculator_Square_m0E5FBF71469906C83667F8F8405170A6D854636F (uint32_t* ___value0, int32_t ___valueLength1, uint32_t* ___bits2, int32_t ___bitsLength3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerCalculator_Square_m0E5FBF71469906C83667F8F8405170A6D854636F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; int32_t V_3 = 0; uint64_t V_4 = 0; uint64_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; uint32_t* V_8 = NULL; int32_t V_9 = 0; uint32_t* V_10 = NULL; int32_t V_11 = 0; uint32_t* V_12 = NULL; int32_t V_13 = 0; uint32_t* V_14 = NULL; int32_t V_15 = 0; int32_t V_16 = 0; int32_t V_17 = 0; uint32_t* V_18 = NULL; uint32_t* V_19 = NULL; uint32_t* V_20 = NULL; uint32_t* V_21 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_22 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_23 = NULL; { int32_t L_0 = ___valueLength1; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); int32_t L_1 = ((BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_StaticFields*)il2cpp_codegen_static_fields_for(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var))->___SquareThreshold_1; if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0096; } } { V_0 = 0; goto IL_008e; } IL_000f: { V_1 = ((int64_t)0); V_3 = 0; goto IL_0057; } IL_0016: { uint32_t* L_2 = ___bits2; int32_t L_3 = V_0; int32_t L_4 = V_3; int32_t L_5 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_3, L_4))), 4))))); uint64_t L_6 = V_1; V_4 = ((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)((uint32_t)L_5)), (int64_t)L_6)); uint32_t* L_7 = ___value0; int32_t L_8 = V_3; int32_t L_9 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 4))))); uint32_t* L_10 = ___value0; int32_t L_11 = V_0; int32_t L_12 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_10, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_11), 4))))); V_5 = ((int64_t)il2cpp_codegen_multiply(((int64_t)(uint64_t)((uint32_t)L_9)), ((int64_t)(uint64_t)((uint32_t)L_12)))); uint32_t* L_13 = ___bits2; int32_t L_14 = V_0; int32_t L_15 = V_3; uint64_t L_16 = V_4; uint64_t L_17 = V_5; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_13, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_14, L_15))), 4))))) = (int32_t)((int32_t)(uint32_t)((int64_t)il2cpp_codegen_add((int64_t)L_16, ((int64_t)((int64_t)L_17<<1))))); uint64_t L_18 = V_5; uint64_t L_19 = V_4; V_1 = ((int64_t)((uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_18, ((int64_t)((uint64_t)L_19>>1))))>>((int32_t)31))); int32_t L_20 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_20, 1)); } IL_0057: { int32_t L_21 = V_3; int32_t L_22 = V_0; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_0016; } } { uint32_t* L_23 = ___value0; int32_t L_24 = V_0; int32_t L_25 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_23, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_24), 4))))); uint32_t* L_26 = ___value0; int32_t L_27 = V_0; int32_t L_28 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_26, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_27), 4))))); uint64_t L_29 = V_1; V_2 = ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_multiply(((int64_t)(uint64_t)((uint32_t)L_25)), ((int64_t)(uint64_t)((uint32_t)L_28)))), (int64_t)L_29)); uint32_t* L_30 = ___bits2; int32_t L_31 = V_0; int32_t L_32 = V_0; uint64_t L_33 = V_2; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_30, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_31, L_32))), 4))))) = (int32_t)((int32_t)(uint32_t)L_33); uint32_t* L_34 = ___bits2; int32_t L_35 = V_0; int32_t L_36 = V_0; uint64_t L_37 = V_2; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_34, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_35, L_36)), 1))), 4))))) = (int32_t)((int32_t)(uint32_t)((int64_t)((uint64_t)L_37>>((int32_t)32)))); int32_t L_38 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_38, 1)); } IL_008e: { int32_t L_39 = V_0; int32_t L_40 = ___valueLength1; if ((((int32_t)L_39) < ((int32_t)L_40))) { goto IL_000f; } } { return; } IL_0096: { int32_t L_41 = ___valueLength1; V_6 = ((int32_t)(L_41>>1)); int32_t L_42 = V_6; V_7 = ((int32_t)(L_42<<1)); uint32_t* L_43 = ___value0; V_8 = L_43; int32_t L_44 = V_6; V_9 = L_44; uint32_t* L_45 = ___value0; int32_t L_46 = V_6; V_10 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_45, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_46), 4)))); int32_t L_47 = ___valueLength1; int32_t L_48 = V_6; V_11 = ((int32_t)il2cpp_codegen_subtract(L_47, L_48)); uint32_t* L_49 = ___bits2; V_12 = L_49; int32_t L_50 = V_7; V_13 = L_50; uint32_t* L_51 = ___bits2; int32_t L_52 = V_7; V_14 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_51, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_52), 4)))); int32_t L_53 = ___bitsLength3; int32_t L_54 = V_7; V_15 = ((int32_t)il2cpp_codegen_subtract(L_53, L_54)); uint32_t* L_55 = V_8; int32_t L_56 = V_9; uint32_t* L_57 = V_12; int32_t L_58 = V_13; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); BigIntegerCalculator_Square_m0E5FBF71469906C83667F8F8405170A6D854636F(L_55, L_56, L_57, L_58, NULL); uint32_t* L_59 = V_10; int32_t L_60 = V_11; uint32_t* L_61 = V_14; int32_t L_62 = V_15; BigIntegerCalculator_Square_m0E5FBF71469906C83667F8F8405170A6D854636F(L_59, L_60, L_61, L_62, NULL); int32_t L_63 = V_11; V_16 = ((int32_t)il2cpp_codegen_add(L_63, 1)); int32_t L_64 = V_16; int32_t L_65 = V_16; V_17 = ((int32_t)il2cpp_codegen_add(L_64, L_65)); int32_t L_66 = V_17; int32_t L_67 = ((BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_StaticFields*)il2cpp_codegen_static_fields_for(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var))->___AllocationThreshold_2; if ((((int32_t)L_66) >= ((int32_t)L_67))) { goto IL_0153; } } { int32_t L_68 = V_16; if ((uintptr_t)((uintptr_t)L_68) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BigIntegerCalculator_Square_m0E5FBF71469906C83667F8F8405170A6D854636F_RuntimeMethod_var); int8_t* L_69 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_68), 4))); memset(L_69, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_68), 4))); V_18 = (uint32_t*)(L_69); int32_t L_70 = V_17; if ((uintptr_t)((uintptr_t)L_70) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BigIntegerCalculator_Square_m0E5FBF71469906C83667F8F8405170A6D854636F_RuntimeMethod_var); int8_t* L_71 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_70), 4))); memset(L_71, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_70), 4))); V_19 = (uint32_t*)(L_71); uint32_t* L_72 = V_10; int32_t L_73 = V_11; uint32_t* L_74 = V_8; int32_t L_75 = V_9; uint32_t* L_76 = V_18; int32_t L_77 = V_16; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); BigIntegerCalculator_Add_mF3E1DF0BCC439558D9178188ED0A7CAFA8630313(L_72, L_73, L_74, L_75, L_76, L_77, NULL); uint32_t* L_78 = V_18; int32_t L_79 = V_16; uint32_t* L_80 = V_19; int32_t L_81 = V_17; BigIntegerCalculator_Square_m0E5FBF71469906C83667F8F8405170A6D854636F(L_78, L_79, L_80, L_81, NULL); uint32_t* L_82 = V_14; int32_t L_83 = V_15; uint32_t* L_84 = V_12; int32_t L_85 = V_13; uint32_t* L_86 = V_19; int32_t L_87 = V_17; BigIntegerCalculator_SubtractCore_mD15573A1A7C20186205D02FC78615B601D8F9CBC(L_82, L_83, L_84, L_85, L_86, L_87, NULL); uint32_t* L_88 = ___bits2; int32_t L_89 = V_6; int32_t L_90 = ___bitsLength3; int32_t L_91 = V_6; uint32_t* L_92 = V_19; int32_t L_93 = V_17; BigIntegerCalculator_AddSelf_mD15A06C809D3EC15FD2CEA1558940AFF51A87B5A(((uint32_t*)il2cpp_codegen_add((intptr_t)L_88, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_89), 4)))), ((int32_t)il2cpp_codegen_subtract(L_90, L_91)), L_92, L_93, NULL); return; } IL_0153: { int32_t L_94 = V_16; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_95 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)L_94); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_96 = L_95; V_22 = L_96; if (!L_96) { goto IL_0165; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_97 = V_22; NullCheck(L_97); if (((int32_t)(((RuntimeArray*)L_97)->max_length))) { goto IL_016b; } } IL_0165: { V_20 = (uint32_t*)((uintptr_t)0); goto IL_0176; } IL_016b: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_98 = V_22; NullCheck(L_98); V_20 = (uint32_t*)((uintptr_t)((L_98)->GetAddressAt(static_cast(0)))); } IL_0176: { int32_t L_99 = V_17; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_100 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)L_99); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_101 = L_100; V_23 = L_101; if (!L_101) { goto IL_0188; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_102 = V_23; NullCheck(L_102); if (((int32_t)(((RuntimeArray*)L_102)->max_length))) { goto IL_018e; } } IL_0188: { V_21 = (uint32_t*)((uintptr_t)0); goto IL_0199; } IL_018e: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_103 = V_23; NullCheck(L_103); V_21 = (uint32_t*)((uintptr_t)((L_103)->GetAddressAt(static_cast(0)))); } IL_0199: { uint32_t* L_104 = V_10; int32_t L_105 = V_11; uint32_t* L_106 = V_8; int32_t L_107 = V_9; uint32_t* L_108 = V_20; int32_t L_109 = V_16; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); BigIntegerCalculator_Add_mF3E1DF0BCC439558D9178188ED0A7CAFA8630313(L_104, L_105, L_106, L_107, L_108, L_109, NULL); uint32_t* L_110 = V_20; int32_t L_111 = V_16; uint32_t* L_112 = V_21; int32_t L_113 = V_17; BigIntegerCalculator_Square_m0E5FBF71469906C83667F8F8405170A6D854636F(L_110, L_111, L_112, L_113, NULL); uint32_t* L_114 = V_14; int32_t L_115 = V_15; uint32_t* L_116 = V_12; int32_t L_117 = V_13; uint32_t* L_118 = V_21; int32_t L_119 = V_17; BigIntegerCalculator_SubtractCore_mD15573A1A7C20186205D02FC78615B601D8F9CBC(L_114, L_115, L_116, L_117, L_118, L_119, NULL); uint32_t* L_120 = ___bits2; int32_t L_121 = V_6; int32_t L_122 = ___bitsLength3; int32_t L_123 = V_6; uint32_t* L_124 = V_21; int32_t L_125 = V_17; BigIntegerCalculator_AddSelf_mD15A06C809D3EC15FD2CEA1558940AFF51A87B5A(((uint32_t*)il2cpp_codegen_add((intptr_t)L_120, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_121), 4)))), ((int32_t)il2cpp_codegen_subtract(L_122, L_123)), L_124, L_125, NULL); V_22 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; V_23 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; return; } } // System.UInt32[] System.Numerics.BigIntegerCalculator::Multiply(System.UInt32[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_Multiply_mB2F3304DED2A6BAF2DBEF6BB300EEACFB2D23CFD (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, uint32_t ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint64_t V_1 = 0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_2 = NULL; uint64_t V_3 = 0; { V_0 = 0; V_1 = ((int64_t)0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___left0; NullCheck(L_0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)(((RuntimeArray*)L_0)->max_length)), 1))); V_2 = L_1; goto IL_002a; } IL_0012: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = ___left0; int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; uint32_t L_5 = (L_2)->GetAt(static_cast(L_4)); uint32_t L_6 = ___right1; uint64_t L_7 = V_1; V_3 = ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_multiply(((int64_t)(uint64_t)L_5), ((int64_t)(uint64_t)L_6))), (int64_t)L_7)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_8 = V_2; int32_t L_9 = V_0; uint64_t L_10 = V_3; NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (uint32_t)((int32_t)(uint32_t)L_10)); uint64_t L_11 = V_3; V_1 = ((int64_t)((uint64_t)L_11>>((int32_t)32))); int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_12, 1)); } IL_002a: { int32_t L_13 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = ___left0; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))))) { goto IL_0012; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_15 = V_2; int32_t L_16 = V_0; uint64_t L_17 = V_1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (uint32_t)((int32_t)(uint32_t)L_17)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_18 = V_2; return L_18; } } // System.UInt32[] System.Numerics.BigIntegerCalculator::Multiply(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* BigIntegerCalculator_Multiply_mB0DD60FF08E6BD3D3E5611F76944F66029D9557F (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___left0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_0 = NULL; uint32_t* V_1 = NULL; uint32_t* V_2 = NULL; uint32_t* V_3 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_4 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_5 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_6 = NULL; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___left0; NullCheck(L_0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = ___right1; NullCheck(L_1); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)(((RuntimeArray*)L_0)->max_length)), ((int32_t)(((RuntimeArray*)L_1)->max_length))))); V_0 = L_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = ___left0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = L_3; V_4 = L_4; if (!L_4) { goto IL_0019; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = V_4; NullCheck(L_5); if (((int32_t)(((RuntimeArray*)L_5)->max_length))) { goto IL_001e; } } IL_0019: { V_1 = (uint32_t*)((uintptr_t)0); goto IL_0028; } IL_001e: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = V_4; NullCheck(L_6); V_1 = (uint32_t*)((uintptr_t)((L_6)->GetAddressAt(static_cast(0)))); } IL_0028: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_7 = ___right1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_8 = L_7; V_5 = L_8; if (!L_8) { goto IL_0034; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = V_5; NullCheck(L_9); if (((int32_t)(((RuntimeArray*)L_9)->max_length))) { goto IL_0039; } } IL_0034: { V_2 = (uint32_t*)((uintptr_t)0); goto IL_0043; } IL_0039: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10 = V_5; NullCheck(L_10); V_2 = (uint32_t*)((uintptr_t)((L_10)->GetAddressAt(static_cast(0)))); } IL_0043: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_11 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_12 = L_11; V_6 = L_12; if (!L_12) { goto IL_004f; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_13 = V_6; NullCheck(L_13); if (((int32_t)(((RuntimeArray*)L_13)->max_length))) { goto IL_0054; } } IL_004f: { V_3 = (uint32_t*)((uintptr_t)0); goto IL_005e; } IL_0054: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = V_6; NullCheck(L_14); V_3 = (uint32_t*)((uintptr_t)((L_14)->GetAddressAt(static_cast(0)))); } IL_005e: { uint32_t* L_15 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_16 = ___left0; NullCheck(L_16); uint32_t* L_17 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_18 = ___right1; NullCheck(L_18); uint32_t* L_19 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_20 = V_0; NullCheck(L_20); il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); BigIntegerCalculator_Multiply_mC5EBB46223EC12631E39EC73562359F7FB493D29(L_15, ((int32_t)(((RuntimeArray*)L_16)->max_length)), L_17, ((int32_t)(((RuntimeArray*)L_18)->max_length)), L_19, ((int32_t)(((RuntimeArray*)L_20)->max_length)), NULL); V_4 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; V_5 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; V_6 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_21 = V_0; return L_21; } } // System.Void System.Numerics.BigIntegerCalculator::Multiply(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigIntegerCalculator_Multiply_mC5EBB46223EC12631E39EC73562359F7FB493D29 (uint32_t* ___left0, int32_t ___leftLength1, uint32_t* ___right2, int32_t ___rightLength3, uint32_t* ___bits4, int32_t ___bitsLength5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerCalculator_Multiply_mC5EBB46223EC12631E39EC73562359F7FB493D29_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint64_t V_1 = 0; int32_t V_2 = 0; uint64_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; uint32_t* V_6 = NULL; int32_t V_7 = 0; uint32_t* V_8 = NULL; int32_t V_9 = 0; uint32_t* V_10 = NULL; int32_t V_11 = 0; uint32_t* V_12 = NULL; int32_t V_13 = 0; uint32_t* V_14 = NULL; int32_t V_15 = 0; uint32_t* V_16 = NULL; int32_t V_17 = 0; int32_t V_18 = 0; int32_t V_19 = 0; int32_t V_20 = 0; uint32_t* V_21 = NULL; uint32_t* V_22 = NULL; uint32_t* V_23 = NULL; uint32_t* V_24 = NULL; uint32_t* V_25 = NULL; uint32_t* V_26 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_27 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_28 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_29 = NULL; { int32_t L_0 = ___rightLength3; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); int32_t L_1 = ((BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_StaticFields*)il2cpp_codegen_static_fields_for(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var))->___MultiplyThreshold_3; if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0061; } } { V_0 = 0; goto IL_005c; } IL_000c: { V_1 = ((int64_t)0); V_2 = 0; goto IL_0048; } IL_0013: { uint32_t* L_2 = ___bits4; int32_t L_3 = V_0; int32_t L_4 = V_2; int32_t L_5 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_3, L_4))), 4))))); uint64_t L_6 = V_1; uint32_t* L_7 = ___left0; int32_t L_8 = V_2; int32_t L_9 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 4))))); uint32_t* L_10 = ___right2; int32_t L_11 = V_0; int32_t L_12 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_10, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_11), 4))))); V_3 = ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)((uint32_t)L_5)), (int64_t)L_6)), ((int64_t)il2cpp_codegen_multiply(((int64_t)(uint64_t)((uint32_t)L_9)), ((int64_t)(uint64_t)((uint32_t)L_12)))))); uint32_t* L_13 = ___bits4; int32_t L_14 = V_0; int32_t L_15 = V_2; uint64_t L_16 = V_3; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_13, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_14, L_15))), 4))))) = (int32_t)((int32_t)(uint32_t)L_16); uint64_t L_17 = V_3; V_1 = ((int64_t)((uint64_t)L_17>>((int32_t)32))); int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_18, 1)); } IL_0048: { int32_t L_19 = V_2; int32_t L_20 = ___leftLength1; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0013; } } { uint32_t* L_21 = ___bits4; int32_t L_22 = V_0; int32_t L_23 = ___leftLength1; uint64_t L_24 = V_1; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_21, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_22, L_23))), 4))))) = (int32_t)((int32_t)(uint32_t)L_24); int32_t L_25 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_25, 1)); } IL_005c: { int32_t L_26 = V_0; int32_t L_27 = ___rightLength3; if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_000c; } } { return; } IL_0061: { int32_t L_28 = ___rightLength3; V_4 = ((int32_t)(L_28>>1)); int32_t L_29 = V_4; V_5 = ((int32_t)(L_29<<1)); uint32_t* L_30 = ___left0; V_6 = L_30; int32_t L_31 = V_4; V_7 = L_31; uint32_t* L_32 = ___left0; int32_t L_33 = V_4; V_8 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_32, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_33), 4)))); int32_t L_34 = ___leftLength1; int32_t L_35 = V_4; V_9 = ((int32_t)il2cpp_codegen_subtract(L_34, L_35)); uint32_t* L_36 = ___right2; V_10 = L_36; int32_t L_37 = V_4; V_11 = L_37; uint32_t* L_38 = ___right2; int32_t L_39 = V_4; V_12 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_38, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_39), 4)))); int32_t L_40 = ___rightLength3; int32_t L_41 = V_4; V_13 = ((int32_t)il2cpp_codegen_subtract(L_40, L_41)); uint32_t* L_42 = ___bits4; V_14 = L_42; int32_t L_43 = V_5; V_15 = L_43; uint32_t* L_44 = ___bits4; int32_t L_45 = V_5; V_16 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_44, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_45), 4)))); int32_t L_46 = ___bitsLength5; int32_t L_47 = V_5; V_17 = ((int32_t)il2cpp_codegen_subtract(L_46, L_47)); uint32_t* L_48 = V_6; int32_t L_49 = V_7; uint32_t* L_50 = V_10; int32_t L_51 = V_11; uint32_t* L_52 = V_14; int32_t L_53 = V_15; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); BigIntegerCalculator_Multiply_mC5EBB46223EC12631E39EC73562359F7FB493D29(L_48, L_49, L_50, L_51, L_52, L_53, NULL); uint32_t* L_54 = V_8; int32_t L_55 = V_9; uint32_t* L_56 = V_12; int32_t L_57 = V_13; uint32_t* L_58 = V_16; int32_t L_59 = V_17; BigIntegerCalculator_Multiply_mC5EBB46223EC12631E39EC73562359F7FB493D29(L_54, L_55, L_56, L_57, L_58, L_59, NULL); int32_t L_60 = V_9; V_18 = ((int32_t)il2cpp_codegen_add(L_60, 1)); int32_t L_61 = V_13; V_19 = ((int32_t)il2cpp_codegen_add(L_61, 1)); int32_t L_62 = V_18; int32_t L_63 = V_19; V_20 = ((int32_t)il2cpp_codegen_add(L_62, L_63)); int32_t L_64 = V_20; int32_t L_65 = ((BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_StaticFields*)il2cpp_codegen_static_fields_for(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var))->___AllocationThreshold_2; if ((((int32_t)L_64) >= ((int32_t)L_65))) { goto IL_0165; } } { int32_t L_66 = V_18; if ((uintptr_t)((uintptr_t)L_66) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BigIntegerCalculator_Multiply_mC5EBB46223EC12631E39EC73562359F7FB493D29_RuntimeMethod_var); int8_t* L_67 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_66), 4))); memset(L_67, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_66), 4))); V_21 = (uint32_t*)(L_67); int32_t L_68 = V_19; if ((uintptr_t)((uintptr_t)L_68) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BigIntegerCalculator_Multiply_mC5EBB46223EC12631E39EC73562359F7FB493D29_RuntimeMethod_var); int8_t* L_69 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_68), 4))); memset(L_69, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_68), 4))); V_22 = (uint32_t*)(L_69); int32_t L_70 = V_20; if ((uintptr_t)((uintptr_t)L_70) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BigIntegerCalculator_Multiply_mC5EBB46223EC12631E39EC73562359F7FB493D29_RuntimeMethod_var); int8_t* L_71 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_70), 4))); memset(L_71, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_70), 4))); V_23 = (uint32_t*)(L_71); uint32_t* L_72 = V_8; int32_t L_73 = V_9; uint32_t* L_74 = V_6; int32_t L_75 = V_7; uint32_t* L_76 = V_21; int32_t L_77 = V_18; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); BigIntegerCalculator_Add_mF3E1DF0BCC439558D9178188ED0A7CAFA8630313(L_72, L_73, L_74, L_75, L_76, L_77, NULL); uint32_t* L_78 = V_12; int32_t L_79 = V_13; uint32_t* L_80 = V_10; int32_t L_81 = V_11; uint32_t* L_82 = V_22; int32_t L_83 = V_19; BigIntegerCalculator_Add_mF3E1DF0BCC439558D9178188ED0A7CAFA8630313(L_78, L_79, L_80, L_81, L_82, L_83, NULL); uint32_t* L_84 = V_21; int32_t L_85 = V_18; uint32_t* L_86 = V_22; int32_t L_87 = V_19; uint32_t* L_88 = V_23; int32_t L_89 = V_20; BigIntegerCalculator_Multiply_mC5EBB46223EC12631E39EC73562359F7FB493D29(L_84, L_85, L_86, L_87, L_88, L_89, NULL); uint32_t* L_90 = V_16; int32_t L_91 = V_17; uint32_t* L_92 = V_14; int32_t L_93 = V_15; uint32_t* L_94 = V_23; int32_t L_95 = V_20; BigIntegerCalculator_SubtractCore_mD15573A1A7C20186205D02FC78615B601D8F9CBC(L_90, L_91, L_92, L_93, L_94, L_95, NULL); uint32_t* L_96 = ___bits4; int32_t L_97 = V_4; int32_t L_98 = ___bitsLength5; int32_t L_99 = V_4; uint32_t* L_100 = V_23; int32_t L_101 = V_20; BigIntegerCalculator_AddSelf_mD15A06C809D3EC15FD2CEA1558940AFF51A87B5A(((uint32_t*)il2cpp_codegen_add((intptr_t)L_96, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_97), 4)))), ((int32_t)il2cpp_codegen_subtract(L_98, L_99)), L_100, L_101, NULL); return; } IL_0165: { int32_t L_102 = V_18; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_103 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)L_102); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_104 = L_103; V_27 = L_104; if (!L_104) { goto IL_0177; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_105 = V_27; NullCheck(L_105); if (((int32_t)(((RuntimeArray*)L_105)->max_length))) { goto IL_017d; } } IL_0177: { V_24 = (uint32_t*)((uintptr_t)0); goto IL_0188; } IL_017d: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_106 = V_27; NullCheck(L_106); V_24 = (uint32_t*)((uintptr_t)((L_106)->GetAddressAt(static_cast(0)))); } IL_0188: { int32_t L_107 = V_19; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_108 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)L_107); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_109 = L_108; V_28 = L_109; if (!L_109) { goto IL_019a; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_110 = V_28; NullCheck(L_110); if (((int32_t)(((RuntimeArray*)L_110)->max_length))) { goto IL_01a0; } } IL_019a: { V_25 = (uint32_t*)((uintptr_t)0); goto IL_01ab; } IL_01a0: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_111 = V_28; NullCheck(L_111); V_25 = (uint32_t*)((uintptr_t)((L_111)->GetAddressAt(static_cast(0)))); } IL_01ab: { int32_t L_112 = V_20; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_113 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)L_112); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_114 = L_113; V_29 = L_114; if (!L_114) { goto IL_01bd; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_115 = V_29; NullCheck(L_115); if (((int32_t)(((RuntimeArray*)L_115)->max_length))) { goto IL_01c3; } } IL_01bd: { V_26 = (uint32_t*)((uintptr_t)0); goto IL_01ce; } IL_01c3: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_116 = V_29; NullCheck(L_116); V_26 = (uint32_t*)((uintptr_t)((L_116)->GetAddressAt(static_cast(0)))); } IL_01ce: { uint32_t* L_117 = V_8; int32_t L_118 = V_9; uint32_t* L_119 = V_6; int32_t L_120 = V_7; uint32_t* L_121 = V_24; int32_t L_122 = V_18; il2cpp_codegen_runtime_class_init_inline(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); BigIntegerCalculator_Add_mF3E1DF0BCC439558D9178188ED0A7CAFA8630313(L_117, L_118, L_119, L_120, L_121, L_122, NULL); uint32_t* L_123 = V_12; int32_t L_124 = V_13; uint32_t* L_125 = V_10; int32_t L_126 = V_11; uint32_t* L_127 = V_25; int32_t L_128 = V_19; BigIntegerCalculator_Add_mF3E1DF0BCC439558D9178188ED0A7CAFA8630313(L_123, L_124, L_125, L_126, L_127, L_128, NULL); uint32_t* L_129 = V_24; int32_t L_130 = V_18; uint32_t* L_131 = V_25; int32_t L_132 = V_19; uint32_t* L_133 = V_26; int32_t L_134 = V_20; BigIntegerCalculator_Multiply_mC5EBB46223EC12631E39EC73562359F7FB493D29(L_129, L_130, L_131, L_132, L_133, L_134, NULL); uint32_t* L_135 = V_16; int32_t L_136 = V_17; uint32_t* L_137 = V_14; int32_t L_138 = V_15; uint32_t* L_139 = V_26; int32_t L_140 = V_20; BigIntegerCalculator_SubtractCore_mD15573A1A7C20186205D02FC78615B601D8F9CBC(L_135, L_136, L_137, L_138, L_139, L_140, NULL); uint32_t* L_141 = ___bits4; int32_t L_142 = V_4; int32_t L_143 = ___bitsLength5; int32_t L_144 = V_4; uint32_t* L_145 = V_26; int32_t L_146 = V_20; BigIntegerCalculator_AddSelf_mD15A06C809D3EC15FD2CEA1558940AFF51A87B5A(((uint32_t*)il2cpp_codegen_add((intptr_t)L_141, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_142), 4)))), ((int32_t)il2cpp_codegen_subtract(L_143, L_144)), L_145, L_146, NULL); V_27 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; V_28 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; V_29 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; return; } } // System.Void System.Numerics.BigIntegerCalculator::SubtractCore(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigIntegerCalculator_SubtractCore_mD15573A1A7C20186205D02FC78615B601D8F9CBC (uint32_t* ___left0, int32_t ___leftLength1, uint32_t* ___right2, int32_t ___rightLength3, uint32_t* ___core4, int32_t ___coreLength5, const RuntimeMethod* method) { int32_t V_0 = 0; int64_t V_1 = 0; int64_t V_2 = 0; int64_t V_3 = 0; int64_t V_4 = 0; { V_0 = 0; V_1 = ((int64_t)0); goto IL_0038; } IL_0007: { uint32_t* L_0 = ___core4; int32_t L_1 = V_0; int32_t L_2 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), 4))))); int64_t L_3 = V_1; uint32_t* L_4 = ___left0; int32_t L_5 = V_0; int32_t L_6 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), 4))))); uint32_t* L_7 = ___right2; int32_t L_8 = V_0; int32_t L_9 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 4))))); V_2 = ((int64_t)il2cpp_codegen_subtract(((int64_t)il2cpp_codegen_subtract(((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)((uint32_t)L_2)), L_3)), ((int64_t)(uint64_t)((uint32_t)L_6)))), ((int64_t)(uint64_t)((uint32_t)L_9)))); uint32_t* L_10 = ___core4; int32_t L_11 = V_0; int64_t L_12 = V_2; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_10, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_11), 4))))) = (int32_t)((int32_t)(uint32_t)L_12); int64_t L_13 = V_2; V_1 = ((int64_t)(L_13>>((int32_t)32))); int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_14, 1)); } IL_0038: { int32_t L_15 = V_0; int32_t L_16 = ___rightLength3; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0007; } } { goto IL_0066; } IL_003e: { uint32_t* L_17 = ___core4; int32_t L_18 = V_0; int32_t L_19 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_17, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_18), 4))))); int64_t L_20 = V_1; uint32_t* L_21 = ___left0; int32_t L_22 = V_0; int32_t L_23 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_21, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_22), 4))))); V_3 = ((int64_t)il2cpp_codegen_subtract(((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)((uint32_t)L_19)), L_20)), ((int64_t)(uint64_t)((uint32_t)L_23)))); uint32_t* L_24 = ___core4; int32_t L_25 = V_0; int64_t L_26 = V_3; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_24, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_25), 4))))) = (int32_t)((int32_t)(uint32_t)L_26); int64_t L_27 = V_3; V_1 = ((int64_t)(L_27>>((int32_t)32))); int32_t L_28 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_28, 1)); } IL_0066: { int32_t L_29 = V_0; int32_t L_30 = ___leftLength1; if ((((int32_t)L_29) < ((int32_t)L_30))) { goto IL_003e; } } { goto IL_008e; } IL_006c: { uint32_t* L_31 = ___core4; int32_t L_32 = V_0; int32_t L_33 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_31, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_32), 4))))); int64_t L_34 = V_1; V_4 = ((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)((uint32_t)L_33)), L_34)); uint32_t* L_35 = ___core4; int32_t L_36 = V_0; int64_t L_37 = V_4; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_35, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_36), 4))))) = (int32_t)((int32_t)(uint32_t)L_37); int64_t L_38 = V_4; V_1 = ((int64_t)(L_38>>((int32_t)32))); int32_t L_39 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_39, 1)); } IL_008e: { int64_t L_40 = V_1; if (!L_40) { goto IL_0096; } } { int32_t L_41 = V_0; int32_t L_42 = ___coreLength5; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_006c; } } IL_0096: { return; } } // System.Void System.Numerics.BigIntegerCalculator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigIntegerCalculator__cctor_mEAB3F07E8A72F0DC3366039DB54124EF2145C301 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_StaticFields*)il2cpp_codegen_static_fields_for(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var))->___ReducerThreshold_0 = ((int32_t)32); ((BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_StaticFields*)il2cpp_codegen_static_fields_for(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var))->___SquareThreshold_1 = ((int32_t)32); ((BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_StaticFields*)il2cpp_codegen_static_fields_for(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var))->___AllocationThreshold_2 = ((int32_t)256); ((BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_StaticFields*)il2cpp_codegen_static_fields_for(BigIntegerCalculator_tD707501FE6F3A13129CE42C8E75BF22C5301BE1F_il2cpp_TypeInfo_var))->___MultiplyThreshold_3 = ((int32_t)32); 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.Numerics.BigNumber::TryValidateParseStyleInteger(System.Globalization.NumberStyles,System.ArgumentException&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigNumber_TryValidateParseStyleInteger_mB1C55A90241EBF5573476BC754426A96CCD3F4FD (int32_t ___style0, ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263** ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF069A8525943D01E4328C465EF7CAB88531619B4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF29DF9C4CDC06C543A886799FF9B797DDB41FA67); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF88F40E2C89711FBD14F352D2625135D3DA3CEE4); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___style0; if (!((int32_t)((int32_t)L_0&((int32_t)-1024)))) { goto IL_0021; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263** L_1 = ___e1; String_t* L_2; L_2 = SR_Format_mA06D91B901CE281D066F755D21306B1FDF89A7AA(_stringLiteralF069A8525943D01E4328C465EF7CAB88531619B4, _stringLiteralF29DF9C4CDC06C543A886799FF9B797DDB41FA67, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var); NullCheck(L_3); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_3, L_2, NULL); *((RuntimeObject**)L_1) = (RuntimeObject*)L_3; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_1, (void*)(RuntimeObject*)L_3); return (bool)0; } IL_0021: { int32_t L_4 = ___style0; if (!((int32_t)((int32_t)L_4&((int32_t)512)))) { goto IL_0041; } } { int32_t L_5 = ___style0; if (!((int32_t)((int32_t)L_5&((int32_t)-516)))) { goto IL_0041; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263** L_6 = ___e1; ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_7 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var); NullCheck(L_7); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_7, _stringLiteralF88F40E2C89711FBD14F352D2625135D3DA3CEE4, NULL); *((RuntimeObject**)L_6) = (RuntimeObject*)L_7; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_6, (void*)(RuntimeObject*)L_7); return (bool)0; } IL_0041: { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263** L_8 = ___e1; *((RuntimeObject**)L_8) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_8, (void*)(RuntimeObject*)NULL); return (bool)1; } } // System.Boolean System.Numerics.BigNumber::TryParseBigInteger(System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Numerics.BigInteger&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigNumber_TryParseBigInteger_m2947E2634E52B92BF08E6BD3D6A81D440F9765D9 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___value0, int32_t ___style1, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info2, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* ___result3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* V_0 = NULL; BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339 V_1; memset((&V_1), 0, sizeof(V_1)); { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* L_0 = ___result3; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_1; L_1 = BigInteger_get_Zero_mBA4017A186518E67C2ACCEF9AC2007FD69AF33B1_inline(NULL); *(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)L_0 = L_1; Il2CppCodeGenWriteBarrier((void**)&(((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)L_0)->____bits_1), (void*)NULL); int32_t L_2 = ___style1; bool L_3; L_3 = BigNumber_TryValidateParseStyleInteger_mB1C55A90241EBF5573476BC754426A96CCD3F4FD(L_2, (&V_0), NULL); if (L_3) { goto IL_0017; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigNumber_TryParseBigInteger_m2947E2634E52B92BF08E6BD3D6A81D440F9765D9_RuntimeMethod_var))); } IL_0017: { BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339 L_5; L_5 = BigNumberBuffer_Create_m0B1FBF2C30594D4EBF7634359DC2E3D6345D6538(NULL); V_1 = L_5; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_6 = ___value0; int32_t L_7 = ___style1; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_8 = ___info2; BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339 L_9 = V_1; StringBuilder_t* L_10 = L_9.___digits_0; int32_t* L_11 = (&(&V_1)->___precision_1); int32_t* L_12 = (&(&V_1)->___scale_2); bool* L_13 = (&(&V_1)->___sign_3); bool L_14; L_14 = FormatProvider_TryStringToBigInteger_mD1DD31B2D6A2B3C6BA0FF6E8CF4B85BF6097647D(L_6, L_7, L_8, L_10, L_11, L_12, L_13, NULL); if (L_14) { goto IL_0044; } } { return (bool)0; } IL_0044: { int32_t L_15 = ___style1; if (!((int32_t)((int32_t)L_15&((int32_t)512)))) { goto IL_0059; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* L_16 = ___result3; bool L_17; L_17 = BigNumber_HexNumberToBigInteger_m25DB3B026918F3F94FE7E63658B504CD185490D2((&V_1), L_16, NULL); if (L_17) { goto IL_0065; } } { return (bool)0; } IL_0059: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* L_18 = ___result3; bool L_19; L_19 = BigNumber_NumberToBigInteger_mFC3478E68D66D6B6E61DBE94C2E4F2C749B80553((&V_1), L_18, NULL); if (L_19) { goto IL_0065; } } { return (bool)0; } IL_0065: { return (bool)1; } } // System.Numerics.BigInteger System.Numerics.BigNumber::ParseBigInteger(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigNumber_ParseBigInteger_m7A0E7068763972EAE89F98718B96B6F3D17F02CB (String_t* ___value0, int32_t ___style1, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info2, const RuntimeMethod* method) { { String_t* L_0 = ___value0; 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigNumber_ParseBigInteger_m7A0E7068763972EAE89F98718B96B6F3D17F02CB_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___value0; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3; L_3 = MemoryExtensions_AsSpan_m738C019A02A3B4B8BFEACFFA013409898B81D4FB_inline(L_2, NULL); int32_t L_4 = ___style1; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_5 = ___info2; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_6; L_6 = BigNumber_ParseBigInteger_m01F884FCF07EE4AE34BD4524B3F32E007BDE6395(L_3, L_4, L_5, NULL); return L_6; } } // System.Numerics.BigInteger System.Numerics.BigNumber::ParseBigInteger(System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigNumber_ParseBigInteger_m01F884FCF07EE4AE34BD4524B3F32E007BDE6395 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___value0, int32_t ___style1, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* V_0 = NULL; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F V_1; memset((&V_1), 0, sizeof(V_1)); { int32_t L_0 = ___style1; bool L_1; L_1 = BigNumber_TryValidateParseStyleInteger_mB1C55A90241EBF5573476BC754426A96CCD3F4FD(L_0, (&V_0), NULL); if (L_1) { goto IL_000c; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigNumber_ParseBigInteger_m01F884FCF07EE4AE34BD4524B3F32E007BDE6395_RuntimeMethod_var))); } IL_000c: { il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_3; L_3 = BigInteger_get_Zero_mBA4017A186518E67C2ACCEF9AC2007FD69AF33B1_inline(NULL); V_1 = L_3; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_4 = ___value0; int32_t L_5 = ___style1; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_6 = ___info2; bool L_7; L_7 = BigNumber_TryParseBigInteger_m2947E2634E52B92BF08E6BD3D6A81D440F9765D9(L_4, L_5, L_6, (&V_1), NULL); if (L_7) { goto IL_0029; } } { FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_8 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); NullCheck(L_8); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2BE28669BCA29F56607A0E515651DF84E58F5E86)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigNumber_ParseBigInteger_m01F884FCF07EE4AE34BD4524B3F32E007BDE6395_RuntimeMethod_var))); } IL_0029: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_9 = V_1; return L_9; } } // System.Boolean System.Numerics.BigNumber::HexNumberToBigInteger(System.Numerics.BigNumber/BigNumberBuffer&,System.Numerics.BigInteger&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigNumber_HexNumberToBigInteger_m25DB3B026918F3F94FE7E63658B504CD185490D2 (BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339* ___number0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL; bool V_2 = false; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; Il2CppChar V_6 = 0x0; uint8_t V_7 = 0x0; int32_t G_B18_0 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B18_1 = NULL; int32_t G_B17_0 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B17_1 = NULL; int32_t G_B19_0 = 0; int32_t G_B19_1 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B19_2 = NULL; { BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339* L_0 = ___number0; StringBuilder_t* L_1 = L_0->___digits_0; if (!L_1) { goto IL_0015; } } { BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339* L_2 = ___number0; StringBuilder_t* L_3 = L_2->___digits_0; NullCheck(L_3); int32_t L_4; L_4 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_3, NULL); if (L_4) { goto IL_0017; } } IL_0015: { return (bool)0; } IL_0017: { BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339* L_5 = ___number0; StringBuilder_t* L_6 = L_5->___digits_0; NullCheck(L_6); int32_t L_7; L_7 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_6, NULL); V_0 = ((int32_t)il2cpp_codegen_subtract(L_7, 1)); int32_t L_8 = V_0; int32_t L_9 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)(L_8/2)), ((int32_t)(L_9%2))))); V_1 = L_10; V_2 = (bool)0; V_3 = (bool)0; V_4 = 0; int32_t L_11 = V_0; V_5 = ((int32_t)il2cpp_codegen_subtract(L_11, 1)); goto IL_00d1; } IL_0043: { BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339* L_12 = ___number0; StringBuilder_t* L_13 = L_12->___digits_0; int32_t L_14 = V_5; NullCheck(L_13); Il2CppChar L_15; L_15 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_13, L_14, NULL); V_6 = L_15; Il2CppChar L_16 = V_6; if ((((int32_t)L_16) < ((int32_t)((int32_t)48)))) { goto IL_0068; } } { Il2CppChar L_17 = V_6; if ((((int32_t)L_17) > ((int32_t)((int32_t)57)))) { goto IL_0068; } } { Il2CppChar L_18 = V_6; V_7 = (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, ((int32_t)48)))); goto IL_008c; } IL_0068: { Il2CppChar L_19 = V_6; if ((((int32_t)L_19) < ((int32_t)((int32_t)65)))) { goto IL_0081; } } { Il2CppChar L_20 = V_6; if ((((int32_t)L_20) > ((int32_t)((int32_t)70)))) { goto IL_0081; } } { Il2CppChar L_21 = V_6; V_7 = (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, ((int32_t)65))), ((int32_t)10)))); goto IL_008c; } IL_0081: { Il2CppChar L_22 = V_6; V_7 = (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract((int32_t)L_22, ((int32_t)97))), ((int32_t)10)))); } IL_008c: { int32_t L_23 = V_5; if (L_23) { goto IL_0099; } } { uint8_t L_24 = V_7; if ((!(((uint32_t)((int32_t)((int32_t)L_24&8))) == ((uint32_t)8)))) { goto IL_0099; } } { V_3 = (bool)1; } IL_0099: { bool L_25 = V_2; if (!L_25) { goto IL_00b2; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = V_1; int32_t L_27 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = V_1; int32_t L_29 = V_4; NullCheck(L_28); int32_t L_30 = L_29; uint8_t L_31 = (L_28)->GetAt(static_cast(L_30)); uint8_t L_32 = V_7; NullCheck(L_26); (L_26)->SetAt(static_cast(L_27), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_31|((int32_t)((int32_t)L_32<<4)))))); int32_t L_33 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_33, 1)); goto IL_00c6; } IL_00b2: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = V_1; int32_t L_35 = V_4; bool L_36 = V_3; G_B17_0 = L_35; G_B17_1 = L_34; if (L_36) { G_B18_0 = L_35; G_B18_1 = L_34; goto IL_00bc; } } { uint8_t L_37 = V_7; G_B19_0 = ((int32_t)(L_37)); G_B19_1 = G_B17_0; G_B19_2 = G_B17_1; goto IL_00c5; } IL_00bc: { uint8_t L_38 = V_7; G_B19_0 = ((int32_t)(uint8_t)((int32_t)((int32_t)L_38|((int32_t)240)))); G_B19_1 = G_B18_0; G_B19_2 = G_B18_1; } IL_00c5: { NullCheck(G_B19_2); (G_B19_2)->SetAt(static_cast(G_B19_1), (uint8_t)G_B19_0); } IL_00c6: { bool L_39 = V_2; V_2 = (bool)((((int32_t)L_39) == ((int32_t)0))? 1 : 0); int32_t L_40 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract(L_40, 1)); } IL_00d1: { int32_t L_41 = V_5; if ((((int32_t)L_41) > ((int32_t)(-1)))) { goto IL_0043; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* L_42 = ___value1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_43 = V_1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_44; memset((&L_44), 0, sizeof(L_44)); BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371((&L_44), L_43, /*hidden argument*/NULL); *(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)L_42 = L_44; Il2CppCodeGenWriteBarrier((void**)&(((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)L_42)->____bits_1), (void*)NULL); return (bool)1; } } // System.Boolean System.Numerics.BigNumber::NumberToBigInteger(System.Numerics.BigNumber/BigNumberBuffer&,System.Numerics.BigInteger&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigNumber_NumberToBigInteger_mFC3478E68D66D6B6E61DBE94C2E4F2C749B80553 (BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339* ___number0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F V_2; memset((&V_2), 0, sizeof(V_2)); { BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339* L_0 = ___number0; int32_t L_1 = L_0->___scale_2; V_0 = L_1; V_1 = 0; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_2; L_2 = BigInteger_op_Implicit_m727B3C507042A16CD36B63DA4D1B66D66EA1ED73(((int32_t)10), NULL); V_2 = L_2; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* L_3 = ___value1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_4; L_4 = BigInteger_op_Implicit_m727B3C507042A16CD36B63DA4D1B66D66EA1ED73(0, NULL); *(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)L_3 = L_4; Il2CppCodeGenWriteBarrier((void**)&(((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)L_3)->____bits_1), (void*)NULL); goto IL_0068; } IL_001f: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* L_5 = ___value1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* L_6 = ___value1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_7 = (*(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)L_6); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_8 = V_2; il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_9; L_9 = BigInteger_op_Multiply_m8EA3354ACD0DD214665C3E13628BA319B894BB88(L_7, L_8, NULL); *(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)L_5 = L_9; Il2CppCodeGenWriteBarrier((void**)&(((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)L_5)->____bits_1), (void*)NULL); BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339* L_10 = ___number0; StringBuilder_t* L_11 = L_10->___digits_0; int32_t L_12 = V_1; NullCheck(L_11); Il2CppChar L_13; L_13 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_11, L_12, NULL); if (!L_13) { goto IL_0068; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* L_14 = ___value1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* L_15 = ___value1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_16 = (*(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)L_15); BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339* L_17 = ___number0; StringBuilder_t* L_18 = L_17->___digits_0; int32_t L_19 = V_1; int32_t L_20 = L_19; V_1 = ((int32_t)il2cpp_codegen_add(L_20, 1)); NullCheck(L_18); Il2CppChar L_21; L_21 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_18, L_20, NULL); il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_22; L_22 = BigInteger_op_Implicit_m727B3C507042A16CD36B63DA4D1B66D66EA1ED73(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, ((int32_t)48))), NULL); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_23; L_23 = BigInteger_op_Addition_m0045F80E2EAFF3CC36ABAA89859190C3E177930B(L_16, L_22, NULL); *(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)L_14 = L_23; Il2CppCodeGenWriteBarrier((void**)&(((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)L_14)->____bits_1), (void*)NULL); } IL_0068: { int32_t L_24 = V_0; int32_t L_25 = ((int32_t)il2cpp_codegen_subtract(L_24, 1)); V_0 = L_25; if ((((int32_t)L_25) >= ((int32_t)0))) { goto IL_001f; } } { goto IL_0088; } IL_0072: { BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339* L_26 = ___number0; StringBuilder_t* L_27 = L_26->___digits_0; int32_t L_28 = V_1; int32_t L_29 = L_28; V_1 = ((int32_t)il2cpp_codegen_add(L_29, 1)); NullCheck(L_27); Il2CppChar L_30; L_30 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_27, L_29, NULL); if ((((int32_t)L_30) == ((int32_t)((int32_t)48)))) { goto IL_0088; } } { return (bool)0; } IL_0088: { BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339* L_31 = ___number0; StringBuilder_t* L_32 = L_31->___digits_0; int32_t L_33 = V_1; NullCheck(L_32); Il2CppChar L_34; L_34 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_32, L_33, NULL); if (L_34) { goto IL_0072; } } { BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339* L_35 = ___number0; bool L_36 = L_35->___sign_3; if (!L_36) { goto IL_00af; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* L_37 = ___value1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* L_38 = ___value1; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_39 = (*(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)L_38); il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_40; L_40 = BigInteger_op_UnaryNegation_m97B28506FFF0D8BDB3707149A81BC101D510C2DE(L_39, NULL); *(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)L_37 = L_40; Il2CppCodeGenWriteBarrier((void**)&(((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)L_37)->____bits_1), (void*)NULL); } IL_00af: { return (bool)1; } } // System.Char System.Numerics.BigNumber::ParseFormatSpecifier(System.ReadOnlySpan`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar BigNumber_ParseFormatSpecifier_mAB6FE711BB2B4D0CAAB55481A1B2ED91334DC4F8 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, int32_t* ___digits1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar V_1 = 0x0; int32_t V_2 = 0; { int32_t* L_0 = ___digits1; *((int32_t*)L_0) = (int32_t)(-1); int32_t L_1; L_1 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if (L_1) { goto IL_000f; } } { return ((int32_t)82); } IL_000f: { V_0 = 0; int32_t L_2 = V_0; Il2CppChar* L_3; L_3 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_2), ((&___format0))->____length_1); int32_t L_4 = *((uint16_t*)L_3); V_1 = L_4; Il2CppChar L_5 = V_1; if ((((int32_t)L_5) < ((int32_t)((int32_t)65)))) { goto IL_0025; } } { Il2CppChar L_6 = V_1; if ((((int32_t)L_6) <= ((int32_t)((int32_t)90)))) { goto IL_0035; } } IL_0025: { Il2CppChar L_7 = V_1; if ((((int32_t)L_7) < ((int32_t)((int32_t)97)))) { goto IL_00cb; } } { Il2CppChar L_8 = V_1; if ((((int32_t)L_8) > ((int32_t)((int32_t)122)))) { goto IL_00cb; } } IL_0035: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_9, 1)); V_2 = (-1); int32_t L_10 = V_0; int32_t L_11; L_11 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_10) >= ((int32_t)L_11))) { goto IL_00b1; } } { int32_t L_12 = V_0; Il2CppChar* L_13; L_13 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_12), ((&___format0))->____length_1); int32_t L_14 = *((uint16_t*)L_13); if ((((int32_t)L_14) < ((int32_t)((int32_t)48)))) { goto IL_00b1; } } { int32_t L_15 = V_0; Il2CppChar* L_16; L_16 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_15), ((&___format0))->____length_1); int32_t L_17 = *((uint16_t*)L_16); if ((((int32_t)L_17) > ((int32_t)((int32_t)57)))) { goto IL_00b1; } } { int32_t L_18 = V_0; int32_t L_19 = L_18; V_0 = ((int32_t)il2cpp_codegen_add(L_19, 1)); Il2CppChar* L_20; L_20 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_19), ((&___format0))->____length_1); int32_t L_21 = *((uint16_t*)L_20); V_2 = ((int32_t)il2cpp_codegen_subtract(L_21, ((int32_t)48))); goto IL_008d; } IL_0072: { int32_t L_22 = V_2; int32_t L_23 = V_0; int32_t L_24 = L_23; V_0 = ((int32_t)il2cpp_codegen_add(L_24, 1)); Il2CppChar* L_25; L_25 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_24), ((&___format0))->____length_1); int32_t L_26 = *((uint16_t*)L_25); V_2 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_22, ((int32_t)10))), ((int32_t)il2cpp_codegen_subtract(L_26, ((int32_t)48))))); int32_t L_27 = V_2; if ((((int32_t)L_27) >= ((int32_t)((int32_t)10)))) { goto IL_00b1; } } IL_008d: { int32_t L_28 = V_0; int32_t L_29; L_29 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_28) >= ((int32_t)L_29))) { goto IL_00b1; } } { int32_t L_30 = V_0; Il2CppChar* L_31; L_31 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_30), ((&___format0))->____length_1); int32_t L_32 = *((uint16_t*)L_31); if ((((int32_t)L_32) < ((int32_t)((int32_t)48)))) { goto IL_00b1; } } { int32_t L_33 = V_0; Il2CppChar* L_34; L_34 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_33), ((&___format0))->____length_1); int32_t L_35 = *((uint16_t*)L_34); if ((((int32_t)L_35) <= ((int32_t)((int32_t)57)))) { goto IL_0072; } } IL_00b1: { int32_t L_36 = V_0; int32_t L_37; L_37 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_36) >= ((int32_t)L_37))) { goto IL_00c6; } } { int32_t L_38 = V_0; Il2CppChar* L_39; L_39 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_38), ((&___format0))->____length_1); int32_t L_40 = *((uint16_t*)L_39); if (L_40) { goto IL_00cb; } } IL_00c6: { int32_t* L_41 = ___digits1; int32_t L_42 = V_2; *((int32_t*)L_41) = (int32_t)L_42; Il2CppChar L_43 = V_1; return L_43; } IL_00cb: { return 0; } } // System.String System.Numerics.BigNumber::FormatBigIntegerToHex(System.Boolean,System.Numerics.BigInteger,System.Char,System.Int32,System.Globalization.NumberFormatInfo,System.Span`1,System.Int32&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BigNumber_FormatBigIntegerToHex_m897A14AC205984F13DE7B46D6B9FF3CF06E3AE8B (bool ___targetSpan0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value1, Il2CppChar ___format2, int32_t ___digits3, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info4, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination5, int32_t* ___charsWritten6, bool* ___spanSuccess7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_mF8BCD25CBF8FDFF0B3B34EA3845722E4E10F310F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_m9D8BA8245B8DC9BFB4A4164759CBAAEAD1318CD6_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_mE18EBB601FBFA01BA29FE353364700952A9091FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m8E944E4954E037877A25B9FF6B901F1F901D4769_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_op_Implicit_mDC0AC5B50ABB4FDDA74ADE064641DB22D560B357_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC02C28AFEBE998F767E4AF43E3BE8F5E9FA11536); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL; Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D V_3; memset((&V_3), 0, sizeof(V_3)); ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251 V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; bool V_6 = false; uint8_t V_7 = 0x0; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D V_8; memset((&V_8), 0, sizeof(V_8)); int32_t V_9 = 0; String_t* V_10 = NULL; uint8_t V_11 = 0x0; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B10_0 = NULL; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B7_0 = NULL; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B9_0 = NULL; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B8_0 = NULL; int32_t G_B11_0 = 0; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B11_1 = NULL; String_t* G_B16_0 = NULL; int32_t G_B24_0 = 0; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B24_1 = NULL; int32_t G_B21_0 = 0; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B21_1 = NULL; int32_t G_B23_0 = 0; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B23_1 = NULL; int32_t G_B22_0 = 0; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B22_1 = NULL; int32_t G_B25_0 = 0; int32_t G_B25_1 = 0; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B25_2 = NULL; { V_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; int8_t* L_0 = (int8_t*) alloca(((uintptr_t)((int32_t)64))); memset(L_0, 0, ((uintptr_t)((int32_t)64))); Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 L_1; memset((&L_1), 0, sizeof(L_1)); Span_1__ctor_mE18EBB601FBFA01BA29FE353364700952A9091FE_inline((&L_1), (void*)(L_0), ((int32_t)64), /*hidden argument*/Span_1__ctor_mE18EBB601FBFA01BA29FE353364700952A9091FE_RuntimeMethod_var); V_1 = L_1; Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 L_2 = V_1; bool L_3; L_3 = BigInteger_TryWriteOrCountBytes_mB22B053CE50BA54DF99F85EEAE05CA7ABDEF6441((&___value1), L_2, (&V_2), (bool)0, (bool)0, NULL); if (L_3) { goto IL_003d; } } { il2cpp_codegen_runtime_class_init_inline(ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07_il2cpp_TypeInfo_var); ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07* L_4; L_4 = ArrayPool_1_get_Shared_mF8BCD25CBF8FDFF0B3B34EA3845722E4E10F310F_inline(ArrayPool_1_get_Shared_mF8BCD25CBF8FDFF0B3B34EA3845722E4E10F310F_RuntimeMethod_var); int32_t L_5 = V_2; NullCheck(L_4); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6; L_6 = VirtualFuncInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t >::Invoke(4 /* T[] System.Buffers.ArrayPool`1::Rent(System.Int32) */, L_4, L_5); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = L_6; V_0 = L_7; Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 L_8; L_8 = Span_1_op_Implicit_mDC0AC5B50ABB4FDDA74ADE064641DB22D560B357(L_7, Span_1_op_Implicit_mDC0AC5B50ABB4FDDA74ADE064641DB22D560B357_RuntimeMethod_var); V_1 = L_8; Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 L_9 = V_1; bool L_10; L_10 = BigInteger_TryWriteBytes_m4B86F875CA1C01790FE20D1A689DCA41D22326C0((&___value1), L_9, (&V_2), (bool)0, (bool)0, NULL); } IL_003d: { int32_t L_11 = V_2; Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 L_12; L_12 = Span_1_Slice_m9D8BA8245B8DC9BFB4A4164759CBAAEAD1318CD6_inline((&V_1), 0, L_11, Span_1_Slice_m9D8BA8245B8DC9BFB4A4164759CBAAEAD1318CD6_RuntimeMethod_var); V_1 = L_12; int8_t* L_13 = (int8_t*) alloca(((uintptr_t)((int32_t)256))); memset(L_13, 0, ((uintptr_t)((int32_t)256))); Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_14; memset((&L_14), 0, sizeof(L_14)); Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline((&L_14), (void*)(L_13), ((int32_t)128), /*hidden argument*/Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var); V_3 = L_14; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_15 = V_3; ValueStringBuilder__ctor_m0660F060D846CA37202B1BEEE35D26DAC2B6AFF6((&V_4), L_15, NULL); int32_t L_16; L_16 = Span_1_get_Length_m8E944E4954E037877A25B9FF6B901F1F901D4769_inline((&V_1), Span_1_get_Length_m8E944E4954E037877A25B9FF6B901F1F901D4769_RuntimeMethod_var); V_5 = ((int32_t)il2cpp_codegen_subtract(L_16, 1)); int32_t L_17 = V_5; if ((((int32_t)L_17) <= ((int32_t)(-1)))) { goto IL_00dc; } } { V_6 = (bool)0; int32_t L_18 = V_5; uint8_t* L_19; L_19 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&V_1))->____pointer_0))->value, (L_18), ((&V_1))->____length_1); int32_t L_20 = *((uint8_t*)L_19); V_7 = (uint8_t)L_20; uint8_t L_21 = V_7; if ((((int32_t)L_21) <= ((int32_t)((int32_t)247)))) { goto IL_0098; } } { uint8_t L_22 = V_7; V_7 = (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, ((int32_t)240)))); V_6 = (bool)1; } IL_0098: { uint8_t L_23 = V_7; bool L_24 = V_6; if (!((int32_t)(((((int32_t)L_23) < ((int32_t)8))? 1 : 0)|(int32_t)L_24))) { goto IL_00dc; } } { uint8_t L_25 = V_7; G_B7_0 = (&V_4); if ((((int32_t)L_25) < ((int32_t)((int32_t)10)))) { G_B10_0 = (&V_4); goto IL_00cb; } } { Il2CppChar L_26 = ___format2; G_B8_0 = G_B7_0; if ((((int32_t)L_26) == ((int32_t)((int32_t)88)))) { G_B9_0 = G_B7_0; goto IL_00bd; } } { uint8_t L_27 = V_7; G_B11_0 = ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(((int32_t)((int32_t)L_27&((int32_t)15))), ((int32_t)10))), ((int32_t)97)))); G_B11_1 = G_B8_0; goto IL_00d1; } IL_00bd: { uint8_t L_28 = V_7; G_B11_0 = ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(((int32_t)((int32_t)L_28&((int32_t)15))), ((int32_t)10))), ((int32_t)65)))); G_B11_1 = G_B9_0; goto IL_00d1; } IL_00cb: { uint8_t L_29 = V_7; G_B11_0 = ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, ((int32_t)48)))); G_B11_1 = G_B10_0; } IL_00d1: { ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(G_B11_1, G_B11_0, NULL); int32_t L_30 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract(L_30, 1)); } IL_00dc: { int32_t L_31 = V_5; if ((((int32_t)L_31) <= ((int32_t)(-1)))) { goto IL_0153; } } { int32_t L_32 = V_5; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_33; L_33 = ValueStringBuilder_AppendSpan_m0D80091AA43B5BD4944DCD4D8729310FEAF11382_inline((&V_4), ((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(L_32, 1)), 2)), NULL); V_8 = L_33; V_9 = 0; Il2CppChar L_34 = ___format2; if ((((int32_t)L_34) == ((int32_t)((int32_t)120)))) { goto IL_00ff; } } { G_B16_0 = _stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84; goto IL_0104; } IL_00ff: { G_B16_0 = _stringLiteralC02C28AFEBE998F767E4AF43E3BE8F5E9FA11536; } IL_0104: { V_10 = G_B16_0; goto IL_014e; } IL_0108: { int32_t L_35 = V_5; int32_t L_36 = L_35; V_5 = ((int32_t)il2cpp_codegen_subtract(L_36, 1)); uint8_t* L_37; L_37 = il2cpp_span_get_item((uint8_t*)((Il2CppByReference*)&(((&V_1))->____pointer_0))->value, (L_36), ((&V_1))->____length_1); int32_t L_38 = *((uint8_t*)L_37); V_11 = (uint8_t)L_38; int32_t L_39 = V_9; int32_t L_40 = L_39; V_9 = ((int32_t)il2cpp_codegen_add(L_40, 1)); Il2CppChar* L_41; L_41 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_8))->____pointer_0))->value, (L_40), ((&V_8))->____length_1); String_t* L_42 = V_10; uint8_t L_43 = V_11; NullCheck(L_42); Il2CppChar L_44; L_44 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_42, ((int32_t)((int32_t)L_43>>4)), NULL); *((int16_t*)L_41) = (int16_t)L_44; int32_t L_45 = V_9; int32_t L_46 = L_45; V_9 = ((int32_t)il2cpp_codegen_add(L_46, 1)); Il2CppChar* L_47; L_47 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_8))->____pointer_0))->value, (L_46), ((&V_8))->____length_1); String_t* L_48 = V_10; uint8_t L_49 = V_11; NullCheck(L_48); Il2CppChar L_50; L_50 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_48, ((int32_t)((int32_t)L_49&((int32_t)15))), NULL); *((int16_t*)L_47) = (int16_t)L_50; } IL_014e: { int32_t L_51 = V_5; if ((((int32_t)L_51) > ((int32_t)(-1)))) { goto IL_0108; } } IL_0153: { int32_t L_52 = ___digits3; int32_t L_53; L_53 = ValueStringBuilder_get_Length_m5D0F5925DA1601B18CF1ADC62D8750F955DC3F6B_inline((&V_4), NULL); if ((((int32_t)L_52) <= ((int32_t)L_53))) { goto IL_0186; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_54 = ___value1; int32_t L_55 = L_54.____sign_0; G_B21_0 = 0; G_B21_1 = (&V_4); if ((((int32_t)L_55) >= ((int32_t)0))) { G_B24_0 = 0; G_B24_1 = (&V_4); goto IL_0176; } } { Il2CppChar L_56 = ___format2; G_B22_0 = G_B21_0; G_B22_1 = G_B21_1; if ((((int32_t)L_56) == ((int32_t)((int32_t)120)))) { G_B23_0 = G_B21_0; G_B23_1 = G_B21_1; goto IL_0172; } } { G_B25_0 = ((int32_t)70); G_B25_1 = G_B22_0; G_B25_2 = G_B22_1; goto IL_0178; } IL_0172: { G_B25_0 = ((int32_t)102); G_B25_1 = G_B23_0; G_B25_2 = G_B23_1; goto IL_0178; } IL_0176: { G_B25_0 = ((int32_t)48); G_B25_1 = G_B24_0; G_B25_2 = G_B24_1; } IL_0178: { int32_t L_57 = ___digits3; int32_t L_58; L_58 = ValueStringBuilder_get_Length_m5D0F5925DA1601B18CF1ADC62D8750F955DC3F6B_inline((&V_4), NULL); ValueStringBuilder_Insert_m658B685FEAD8D7A9935D2720FAAAB05382942E2C(G_B25_2, G_B25_1, G_B25_0, ((int32_t)il2cpp_codegen_subtract(L_57, L_58)), NULL); } IL_0186: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_59 = V_0; if (!L_59) { goto IL_0195; } } { il2cpp_codegen_runtime_class_init_inline(ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07_il2cpp_TypeInfo_var); ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07* L_60; L_60 = ArrayPool_1_get_Shared_mF8BCD25CBF8FDFF0B3B34EA3845722E4E10F310F_inline(ArrayPool_1_get_Shared_mF8BCD25CBF8FDFF0B3B34EA3845722E4E10F310F_RuntimeMethod_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_61 = V_0; NullCheck(L_60); VirtualActionInvoker2< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(T[],System.Boolean) */, L_60, L_61, (bool)0); } IL_0195: { bool L_62 = ___targetSpan0; if (!L_62) { goto IL_01a8; } } { bool* L_63 = ___spanSuccess7; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_64 = ___destination5; int32_t* L_65 = ___charsWritten6; bool L_66; L_66 = ValueStringBuilder_TryCopyTo_m1ADDDEC065D0CCAB6A61D871D7272522B95F801E((&V_4), L_64, L_65, NULL); *((int8_t*)L_63) = (int8_t)L_66; return (String_t*)NULL; } IL_01a8: { int32_t* L_67 = ___charsWritten6; *((int32_t*)L_67) = (int32_t)0; bool* L_68 = ___spanSuccess7; *((int8_t*)L_68) = (int8_t)0; String_t* L_69; L_69 = ValueStringBuilder_ToString_mAB4C26796468880783F57E543C5102DE83C10BCE((&V_4), NULL); return L_69; } } // System.String System.Numerics.BigNumber::FormatBigInteger(System.Numerics.BigInteger,System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BigNumber_FormatBigInteger_m134A2415A89251D3618C9E8A6C7A2D0C5C6E263F (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, String_t* ___format1, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info2, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D V_2; memset((&V_2), 0, sizeof(V_2)); { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ___value0; String_t* L_1 = ___format1; String_t* L_2 = ___format1; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3; L_3 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_2, NULL); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_4 = ___info2; il2cpp_codegen_initobj((&V_2), sizeof(Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D)); Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_5 = V_2; String_t* L_6; L_6 = BigNumber_FormatBigInteger_m4F02C294AEE8681C245CCDA75C82ADB1301D47D1((bool)0, L_0, L_1, L_3, L_4, L_5, (&V_0), (&V_1), NULL); return L_6; } } // System.String System.Numerics.BigNumber::FormatBigInteger(System.Boolean,System.Numerics.BigInteger,System.String,System.ReadOnlySpan`1,System.Globalization.NumberFormatInfo,System.Span`1,System.Int32&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BigNumber_FormatBigInteger_m4F02C294AEE8681C245CCDA75C82ADB1301D47D1 (bool ___targetSpan0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value1, String_t* ___formatString2, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___formatSpan3, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info4, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination5, int32_t* ___charsWritten6, bool* ___spanSuccess7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigNumber_FormatBigInteger_m4F02C294AEE8681C245CCDA75C82ADB1301D47D1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_TryCopyTo_m22E885FE905F1306DDE8000F155109F7F4987666_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1__ctor_mDADE08E6B4594775C6675B389078E5FE98C745D5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED07F219A0721B30764C92E705CC226FA5B25955); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar V_1 = 0x0; int32_t V_2 = 0; int32_t V_3 = 0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; bool V_7 = false; int32_t V_8 = 0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* V_13 = NULL; int32_t V_14 = 0; uint32_t V_15 = 0; int32_t V_16 = 0; uint64_t V_17 = 0; OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* V_18 = NULL; OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* V_19 = NULL; OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* V_20 = NULL; int32_t V_21 = 0; uint32_t V_22 = 0; int32_t V_23 = 0; uint32_t V_24 = 0; bool V_25 = false; int32_t V_26 = 0; int32_t V_27 = 0; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D V_28; memset((&V_28), 0, sizeof(V_28)); ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251 V_29; memset((&V_29), 0, sizeof(V_29)); int32_t V_30 = 0; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 V_31; memset((&V_31), 0, sizeof(V_31)); il2cpp::utils::ExceptionSupportStack __active_exceptions; String_t* G_B11_0 = NULL; int32_t G_B36_0 = 0; { V_0 = 0; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___formatSpan3; Il2CppChar L_1; L_1 = BigNumber_ParseFormatSpecifier_mAB6FE711BB2B4D0CAAB55481A1B2ED91334DC4F8(L_0, (&V_0), NULL); V_1 = L_1; Il2CppChar L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)120)))) { goto IL_0015; } } { Il2CppChar L_3 = V_1; if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)88))))) { goto IL_0027; } } IL_0015: { bool L_4 = ___targetSpan0; BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_5 = ___value1; Il2CppChar L_6 = V_1; int32_t L_7 = V_0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_8 = ___info4; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_9 = ___destination5; int32_t* L_10 = ___charsWritten6; bool* L_11 = ___spanSuccess7; String_t* L_12; L_12 = BigNumber_FormatBigIntegerToHex_m897A14AC205984F13DE7B46D6B9FF3CF06E3AE8B(L_4, L_5, L_6, L_7, L_8, L_9, L_10, L_11, NULL); return L_12; } IL_0027: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_13 = ___value1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = L_13.____bits_1; if (L_14) { goto IL_009b; } } { Il2CppChar L_15 = V_1; if ((((int32_t)L_15) == ((int32_t)((int32_t)103)))) { goto IL_0043; } } { Il2CppChar L_16 = V_1; if ((((int32_t)L_16) == ((int32_t)((int32_t)71)))) { goto IL_0043; } } { Il2CppChar L_17 = V_1; if ((((int32_t)L_17) == ((int32_t)((int32_t)114)))) { goto IL_0043; } } { Il2CppChar L_18 = V_1; if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)82))))) { goto IL_0068; } } IL_0043: { int32_t L_19 = V_0; if ((((int32_t)L_19) > ((int32_t)0))) { goto IL_004e; } } { G_B11_0 = _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158; goto IL_005e; } IL_004e: { int32_t L_20 = V_0; int32_t L_21 = L_20; RuntimeObject* L_22 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_21); String_t* L_23; L_23 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteralED07F219A0721B30764C92E705CC226FA5B25955, L_22, NULL); G_B11_0 = L_23; } IL_005e: { String_t* L_24 = G_B11_0; ___formatString2 = L_24; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_25; L_25 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_24, NULL); ___formatSpan3 = L_25; } IL_0068: { bool L_26 = ___targetSpan0; if (!L_26) { goto IL_0083; } } { bool* L_27 = ___spanSuccess7; int32_t* L_28 = (&(&___value1)->____sign_0); Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_29 = ___destination5; int32_t* L_30 = ___charsWritten6; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_31 = ___formatSpan3; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_32 = ___info4; bool L_33; L_33 = Int32_TryFormat_m09C5DAC7B8CB25D5D7FAEB7043384D0B05679A1A(L_28, L_29, L_30, L_31, L_32, NULL); *((int8_t*)L_27) = (int8_t)L_33; return (String_t*)NULL; } IL_0083: { int32_t* L_34 = ___charsWritten6; *((int32_t*)L_34) = (int32_t)0; bool* L_35 = ___spanSuccess7; *((int8_t*)L_35) = (int8_t)0; int32_t* L_36 = (&(&___value1)->____sign_0); String_t* L_37 = ___formatString2; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_38 = ___info4; String_t* L_39; L_39 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8(L_36, L_37, L_38, NULL); return L_39; } IL_009b: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_40 = ___value1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_41 = L_40.____bits_1; NullCheck(L_41); V_2 = ((int32_t)(((RuntimeArray*)L_41)->max_length)); } try {// begin try (depth: 1) int32_t L_42 = V_2; if (((int64_t)L_42 * (int64_t)((int32_t)10) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_42 * (int64_t)((int32_t)10) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BigNumber_FormatBigInteger_m4F02C294AEE8681C245CCDA75C82ADB1301D47D1_RuntimeMethod_var); if (((int64_t)((int32_t)(((int32_t)il2cpp_codegen_multiply(L_42, ((int32_t)10)))/((int32_t)9))) + (int64_t)2 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)(((int32_t)il2cpp_codegen_multiply(L_42, ((int32_t)10)))/((int32_t)9))) + (int64_t)2 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BigNumber_FormatBigInteger_m4F02C294AEE8681C245CCDA75C82ADB1301D47D1_RuntimeMethod_var); V_3 = ((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)il2cpp_codegen_multiply(L_42, ((int32_t)10)))/((int32_t)9))), 2)); goto IL_00bf; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00b0; } throw e; } CATCH_00b0: {// begin catch(System.OverflowException) V_13 = ((OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)IL2CPP_GET_ACTIVE_EXCEPTION(OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)); OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_43 = V_13; FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_44 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); NullCheck(L_44); FormatException__ctor_mE31CCFC2A6FA296CA9E9C6813112D7850FE682D4(L_44, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7491756875CB4DEE250E72418D6CBD5E0DD81F9A)), L_43, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigNumber_FormatBigInteger_m4F02C294AEE8681C245CCDA75C82ADB1301D47D1_RuntimeMethod_var))); }// end catch (depth: 1) IL_00bf: { int32_t L_45 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_46 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)L_45); V_4 = L_46; V_5 = 0; int32_t L_47 = V_2; V_14 = L_47; goto IL_0144; } IL_00cf: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_48 = ___value1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_49 = L_48.____bits_1; int32_t L_50 = V_14; NullCheck(L_49); int32_t L_51 = L_50; uint32_t L_52 = (L_49)->GetAt(static_cast(L_51)); V_15 = L_52; V_16 = 0; goto IL_010e; } IL_00df: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_53 = V_4; int32_t L_54 = V_16; NullCheck(L_53); int32_t L_55 = L_54; uint32_t L_56 = (L_53)->GetAt(static_cast(L_55)); uint32_t L_57 = V_15; uint64_t L_58; L_58 = NumericsHelpers_MakeUlong_m4E1C54EE349875D06DB995ADBA4636E014BFC766(L_56, L_57, NULL); V_17 = L_58; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_59 = V_4; int32_t L_60 = V_16; uint64_t L_61 = V_17; NullCheck(L_59); (L_59)->SetAt(static_cast(L_60), (uint32_t)((int32_t)(uint32_t)((int64_t)((uint64_t)(int64_t)L_61%(uint64_t)(int64_t)((int64_t)((int32_t)1000000000)))))); uint64_t L_62 = V_17; V_15 = ((int32_t)(uint32_t)((int64_t)((uint64_t)(int64_t)L_62/(uint64_t)(int64_t)((int64_t)((int32_t)1000000000))))); int32_t L_63 = V_16; V_16 = ((int32_t)il2cpp_codegen_add(L_63, 1)); } IL_010e: { int32_t L_64 = V_16; int32_t L_65 = V_5; if ((((int32_t)L_64) < ((int32_t)L_65))) { goto IL_00df; } } { uint32_t L_66 = V_15; if (!L_66) { goto IL_0144; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_67 = V_4; int32_t L_68 = V_5; int32_t L_69 = L_68; V_5 = ((int32_t)il2cpp_codegen_add(L_69, 1)); uint32_t L_70 = V_15; NullCheck(L_67); (L_67)->SetAt(static_cast(L_69), (uint32_t)((int32_t)((uint32_t)(int32_t)L_70%(uint32_t)(int32_t)((int32_t)1000000000)))); uint32_t L_71 = V_15; V_15 = ((int32_t)((uint32_t)(int32_t)L_71/(uint32_t)(int32_t)((int32_t)1000000000))); uint32_t L_72 = V_15; if (!L_72) { goto IL_0144; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_73 = V_4; int32_t L_74 = V_5; int32_t L_75 = L_74; V_5 = ((int32_t)il2cpp_codegen_add(L_75, 1)); uint32_t L_76 = V_15; NullCheck(L_73); (L_73)->SetAt(static_cast(L_75), (uint32_t)L_76); } IL_0144: { int32_t L_77 = V_14; int32_t L_78 = ((int32_t)il2cpp_codegen_subtract(L_77, 1)); V_14 = L_78; if ((((int32_t)L_78) >= ((int32_t)0))) { goto IL_00cf; } } { } try {// begin try (depth: 1) int32_t L_79 = V_5; if (((int64_t)L_79 * (int64_t)((int32_t)9) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_79 * (int64_t)((int32_t)9) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BigNumber_FormatBigInteger_m4F02C294AEE8681C245CCDA75C82ADB1301D47D1_RuntimeMethod_var); V_6 = ((int32_t)il2cpp_codegen_multiply(L_79, ((int32_t)9))); goto IL_0167; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0158; } throw e; } CATCH_0158: {// begin catch(System.OverflowException) V_18 = ((OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)IL2CPP_GET_ACTIVE_EXCEPTION(OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)); OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_80 = V_18; FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_81 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); NullCheck(L_81); FormatException__ctor_mE31CCFC2A6FA296CA9E9C6813112D7850FE682D4(L_81, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7491756875CB4DEE250E72418D6CBD5E0DD81F9A)), L_80, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigNumber_FormatBigInteger_m4F02C294AEE8681C245CCDA75C82ADB1301D47D1_RuntimeMethod_var))); }// end catch (depth: 1) IL_0167: { Il2CppChar L_82 = V_1; if ((((int32_t)L_82) == ((int32_t)((int32_t)103)))) { goto IL_0187; } } { Il2CppChar L_83 = V_1; if ((((int32_t)L_83) == ((int32_t)((int32_t)71)))) { goto IL_0187; } } { Il2CppChar L_84 = V_1; if ((((int32_t)L_84) == ((int32_t)((int32_t)100)))) { goto IL_0187; } } { Il2CppChar L_85 = V_1; if ((((int32_t)L_85) == ((int32_t)((int32_t)68)))) { goto IL_0187; } } { Il2CppChar L_86 = V_1; if ((((int32_t)L_86) == ((int32_t)((int32_t)114)))) { goto IL_0187; } } { Il2CppChar L_87 = V_1; G_B36_0 = ((((int32_t)L_87) == ((int32_t)((int32_t)82)))? 1 : 0); goto IL_0188; } IL_0187: { G_B36_0 = 1; } IL_0188: { V_7 = (bool)G_B36_0; bool L_88 = V_7; if (!L_88) { goto IL_01c5; } } { int32_t L_89 = V_0; if ((((int32_t)L_89) <= ((int32_t)0))) { goto IL_019a; } } { int32_t L_90 = V_0; int32_t L_91 = V_6; if ((((int32_t)L_90) <= ((int32_t)L_91))) { goto IL_019a; } } { int32_t L_92 = V_0; V_6 = L_92; } IL_019a: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_93 = ___value1; int32_t L_94 = L_93.____sign_0; if ((((int32_t)L_94) >= ((int32_t)0))) { goto IL_01c5; } } try {// begin try (depth: 1) int32_t L_95 = V_6; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_96 = ___info4; NullCheck(L_96); String_t* L_97; L_97 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_96, NULL); NullCheck(L_97); int32_t L_98; L_98 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_97, NULL); if (((int64_t)L_95 + (int64_t)L_98 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_95 + (int64_t)L_98 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BigNumber_FormatBigInteger_m4F02C294AEE8681C245CCDA75C82ADB1301D47D1_RuntimeMethod_var); V_6 = ((int32_t)il2cpp_codegen_add(L_95, L_98)); goto IL_01c5; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_01b6; } throw e; } CATCH_01b6: {// begin catch(System.OverflowException) V_19 = ((OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)IL2CPP_GET_ACTIVE_EXCEPTION(OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)); OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_99 = V_19; FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_100 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); NullCheck(L_100); FormatException__ctor_mE31CCFC2A6FA296CA9E9C6813112D7850FE682D4(L_100, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7491756875CB4DEE250E72418D6CBD5E0DD81F9A)), L_99, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_100, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigNumber_FormatBigInteger_m4F02C294AEE8681C245CCDA75C82ADB1301D47D1_RuntimeMethod_var))); }// end catch (depth: 1) IL_01c5: { } try {// begin try (depth: 1) int32_t L_101 = V_6; if (((int64_t)L_101 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_101 + (int64_t)1 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BigNumber_FormatBigInteger_m4F02C294AEE8681C245CCDA75C82ADB1301D47D1_RuntimeMethod_var); V_8 = ((int32_t)il2cpp_codegen_add(L_101, 1)); goto IL_01dd; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_01ce; } throw e; } CATCH_01ce: {// begin catch(System.OverflowException) V_20 = ((OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)IL2CPP_GET_ACTIVE_EXCEPTION(OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)); OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_102 = V_20; FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_103 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); NullCheck(L_103); FormatException__ctor_mE31CCFC2A6FA296CA9E9C6813112D7850FE682D4(L_103, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7491756875CB4DEE250E72418D6CBD5E0DD81F9A)), L_102, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_103, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigNumber_FormatBigInteger_m4F02C294AEE8681C245CCDA75C82ADB1301D47D1_RuntimeMethod_var))); }// end catch (depth: 1) IL_01dd: { int32_t L_104 = V_8; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_105 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)L_104); V_9 = L_105; int32_t L_106 = V_6; V_10 = L_106; V_21 = 0; goto IL_0226; } IL_01ef: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_107 = V_4; int32_t L_108 = V_21; NullCheck(L_107); int32_t L_109 = L_108; uint32_t L_110 = (L_107)->GetAt(static_cast(L_109)); V_22 = L_110; V_23 = ((int32_t)9); goto IL_0216; } IL_01fc: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_111 = V_9; int32_t L_112 = V_10; int32_t L_113 = ((int32_t)il2cpp_codegen_subtract(L_112, 1)); V_10 = L_113; uint32_t L_114 = V_22; NullCheck(L_111); (L_111)->SetAt(static_cast(L_113), (Il2CppChar)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)48), ((int32_t)((uint32_t)(int32_t)L_114%(uint32_t)(int32_t)((int32_t)10))))))); uint32_t L_115 = V_22; V_22 = ((int32_t)((uint32_t)(int32_t)L_115/(uint32_t)(int32_t)((int32_t)10))); } IL_0216: { int32_t L_116 = V_23; int32_t L_117 = ((int32_t)il2cpp_codegen_subtract(L_116, 1)); V_23 = L_117; if ((((int32_t)L_117) >= ((int32_t)0))) { goto IL_01fc; } } { int32_t L_118 = V_21; V_21 = ((int32_t)il2cpp_codegen_add(L_118, 1)); } IL_0226: { int32_t L_119 = V_21; int32_t L_120 = V_5; if ((((int32_t)L_119) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_120, 1))))) { goto IL_01ef; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_121 = V_4; int32_t L_122 = V_5; NullCheck(L_121); int32_t L_123 = ((int32_t)il2cpp_codegen_subtract(L_122, 1)); uint32_t L_124 = (L_121)->GetAt(static_cast(L_123)); V_24 = L_124; goto IL_0253; } IL_0239: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_125 = V_9; int32_t L_126 = V_10; int32_t L_127 = ((int32_t)il2cpp_codegen_subtract(L_126, 1)); V_10 = L_127; uint32_t L_128 = V_24; NullCheck(L_125); (L_125)->SetAt(static_cast(L_127), (Il2CppChar)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)48), ((int32_t)((uint32_t)(int32_t)L_128%(uint32_t)(int32_t)((int32_t)10))))))); uint32_t L_129 = V_24; V_24 = ((int32_t)((uint32_t)(int32_t)L_129/(uint32_t)(int32_t)((int32_t)10))); } IL_0253: { uint32_t L_130 = V_24; if (L_130) { goto IL_0239; } } { bool L_131 = V_7; if (L_131) { goto IL_02cb; } } { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_132 = ___value1; int32_t L_133 = L_132.____sign_0; V_25 = (bool)((((int32_t)L_133) < ((int32_t)0))? 1 : 0); V_26 = ((int32_t)29); int32_t L_134 = V_6; int32_t L_135 = V_10; V_27 = ((int32_t)il2cpp_codegen_subtract(L_134, L_135)); int8_t* L_136 = (int8_t*) alloca(((uintptr_t)((int32_t)256))); memset(L_136, 0, ((uintptr_t)((int32_t)256))); Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_137; memset((&L_137), 0, sizeof(L_137)); Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_inline((&L_137), (void*)(L_136), ((int32_t)128), /*hidden argument*/Span_1__ctor_m835590E344B05AF6AF00A78E92C4175BD781A3D2_RuntimeMethod_var); V_28 = L_137; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_138 = V_28; ValueStringBuilder__ctor_m0660F060D846CA37202B1BEEE35D26DAC2B6AFF6((&V_29), L_138, NULL); int32_t L_139 = V_26; int32_t L_140 = V_27; bool L_141 = V_25; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_142 = ___formatSpan3; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_143 = ___info4; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_144 = V_9; int32_t L_145 = V_10; FormatProvider_FormatBigInteger_mB2D036168C0440616C04688622F496CDFD9F2F81((&V_29), L_139, L_140, L_141, L_142, L_143, L_144, L_145, NULL); bool L_146 = ___targetSpan0; if (!L_146) { goto IL_02b5; } } { bool* L_147 = ___spanSuccess7; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_148 = ___destination5; int32_t* L_149 = ___charsWritten6; bool L_150; L_150 = ValueStringBuilder_TryCopyTo_m1ADDDEC065D0CCAB6A61D871D7272522B95F801E((&V_29), L_148, L_149, NULL); *((int8_t*)L_147) = (int8_t)L_150; return (String_t*)NULL; } IL_02b5: { int32_t* L_151 = ___charsWritten6; *((int32_t*)L_151) = (int32_t)0; bool* L_152 = ___spanSuccess7; *((int8_t*)L_152) = (int8_t)0; String_t* L_153; L_153 = ValueStringBuilder_ToString_mAB4C26796468880783F57E543C5102DE83C10BCE((&V_29), NULL); return L_153; } IL_02cb: { int32_t L_154 = V_6; int32_t L_155 = V_10; V_11 = ((int32_t)il2cpp_codegen_subtract(L_154, L_155)); goto IL_02e4; } IL_02d4: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_156 = V_9; int32_t L_157 = V_10; int32_t L_158 = ((int32_t)il2cpp_codegen_subtract(L_157, 1)); V_10 = L_158; NullCheck(L_156); (L_156)->SetAt(static_cast(L_158), (Il2CppChar)((int32_t)48)); int32_t L_159 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_159, 1)); } IL_02e4: { int32_t L_160 = V_0; if ((((int32_t)L_160) <= ((int32_t)0))) { goto IL_02ed; } } { int32_t L_161 = V_0; int32_t L_162 = V_11; if ((((int32_t)L_161) > ((int32_t)L_162))) { goto IL_02d4; } } IL_02ed: { BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_163 = ___value1; int32_t L_164 = L_163.____sign_0; if ((((int32_t)L_164) >= ((int32_t)0))) { goto IL_0333; } } { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_165 = ___info4; NullCheck(L_165); String_t* L_166; L_166 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_165, NULL); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_167 = ___info4; NullCheck(L_167); String_t* L_168; L_168 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_167, NULL); NullCheck(L_168); int32_t L_169; L_169 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_168, NULL); V_30 = ((int32_t)il2cpp_codegen_subtract(L_169, 1)); goto IL_032e; } IL_0310: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_170 = V_9; int32_t L_171 = V_10; int32_t L_172 = ((int32_t)il2cpp_codegen_subtract(L_171, 1)); V_10 = L_172; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_173 = ___info4; NullCheck(L_173); String_t* L_174; L_174 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_173, NULL); int32_t L_175 = V_30; NullCheck(L_174); Il2CppChar L_176; L_176 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_174, L_175, NULL); NullCheck(L_170); (L_170)->SetAt(static_cast(L_172), (Il2CppChar)L_176); int32_t L_177 = V_30; V_30 = ((int32_t)il2cpp_codegen_subtract(L_177, 1)); } IL_032e: { int32_t L_178 = V_30; if ((((int32_t)L_178) > ((int32_t)(-1)))) { goto IL_0310; } } IL_0333: { int32_t L_179 = V_6; int32_t L_180 = V_10; V_12 = ((int32_t)il2cpp_codegen_subtract(L_179, L_180)); bool L_181 = ___targetSpan0; if (L_181) { goto IL_0354; } } { int32_t* L_182 = ___charsWritten6; *((int32_t*)L_182) = (int32_t)0; bool* L_183 = ___spanSuccess7; *((int8_t*)L_183) = (int8_t)0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_184 = V_9; int32_t L_185 = V_10; int32_t L_186 = V_6; int32_t L_187 = V_10; String_t* L_188; L_188 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_184, L_185, ((int32_t)il2cpp_codegen_subtract(L_186, L_187)), NULL); return L_188; } IL_0354: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_189 = V_9; int32_t L_190 = V_10; int32_t L_191 = V_6; int32_t L_192 = V_10; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_193; memset((&L_193), 0, sizeof(L_193)); ReadOnlySpan_1__ctor_mDADE08E6B4594775C6675B389078E5FE98C745D5_inline((&L_193), L_189, L_190, ((int32_t)il2cpp_codegen_subtract(L_191, L_192)), /*hidden argument*/ReadOnlySpan_1__ctor_mDADE08E6B4594775C6675B389078E5FE98C745D5_RuntimeMethod_var); V_31 = L_193; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_194 = ___destination5; bool L_195; L_195 = ReadOnlySpan_1_TryCopyTo_m22E885FE905F1306DDE8000F155109F7F4987666((&V_31), L_194, ReadOnlySpan_1_TryCopyTo_m22E885FE905F1306DDE8000F155109F7F4987666_RuntimeMethod_var); if (!L_195) { goto IL_037a; } } { int32_t* L_196 = ___charsWritten6; int32_t L_197 = V_12; *((int32_t*)L_196) = (int32_t)L_197; bool* L_198 = ___spanSuccess7; *((int8_t*)L_198) = (int8_t)1; return (String_t*)NULL; } IL_037a: { int32_t* L_199 = ___charsWritten6; *((int32_t*)L_199) = (int32_t)0; bool* L_200 = ___spanSuccess7; *((int8_t*)L_200) = (int8_t)0; return (String_t*)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Numerics.BigNumber/BigNumberBuffer IL2CPP_EXTERN_C void BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339_marshal_pinvoke(const BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339& unmarshaled, BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339_marshaled_pinvoke& marshaled) { marshaled.___digits_0 = il2cpp_codegen_marshal_string_builder(unmarshaled.___digits_0); marshaled.___precision_1 = unmarshaled.___precision_1; marshaled.___scale_2 = unmarshaled.___scale_2; marshaled.___sign_3 = static_cast(unmarshaled.___sign_3); } IL2CPP_EXTERN_C void BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339_marshal_pinvoke_back(const BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339_marshaled_pinvoke& marshaled, BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339& unmarshaled) { il2cpp_codegen_marshal_string_builder_result(unmarshaled.___digits_0, marshaled.___digits_0); int32_t unmarshaledprecision_temp_1 = 0; unmarshaledprecision_temp_1 = marshaled.___precision_1; unmarshaled.___precision_1 = unmarshaledprecision_temp_1; int32_t unmarshaledscale_temp_2 = 0; unmarshaledscale_temp_2 = marshaled.___scale_2; unmarshaled.___scale_2 = unmarshaledscale_temp_2; bool unmarshaledsign_temp_3 = false; unmarshaledsign_temp_3 = static_cast(marshaled.___sign_3); unmarshaled.___sign_3 = unmarshaledsign_temp_3; } // Conversion method for clean up from marshalling of: System.Numerics.BigNumber/BigNumberBuffer IL2CPP_EXTERN_C void BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339_marshal_pinvoke_cleanup(BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___digits_0); marshaled.___digits_0 = NULL; } // Conversion methods for marshalling of: System.Numerics.BigNumber/BigNumberBuffer IL2CPP_EXTERN_C void BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339_marshal_com(const BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339& unmarshaled, BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339_marshaled_com& marshaled) { marshaled.___digits_0 = il2cpp_codegen_marshal_wstring_builder(unmarshaled.___digits_0); marshaled.___precision_1 = unmarshaled.___precision_1; marshaled.___scale_2 = unmarshaled.___scale_2; marshaled.___sign_3 = static_cast(unmarshaled.___sign_3); } IL2CPP_EXTERN_C void BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339_marshal_com_back(const BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339_marshaled_com& marshaled, BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339& unmarshaled) { il2cpp_codegen_marshal_wstring_builder_result(unmarshaled.___digits_0, marshaled.___digits_0); int32_t unmarshaledprecision_temp_1 = 0; unmarshaledprecision_temp_1 = marshaled.___precision_1; unmarshaled.___precision_1 = unmarshaledprecision_temp_1; int32_t unmarshaledscale_temp_2 = 0; unmarshaledscale_temp_2 = marshaled.___scale_2; unmarshaled.___scale_2 = unmarshaledscale_temp_2; bool unmarshaledsign_temp_3 = false; unmarshaledsign_temp_3 = static_cast(marshaled.___sign_3); unmarshaled.___sign_3 = unmarshaledsign_temp_3; } // Conversion method for clean up from marshalling of: System.Numerics.BigNumber/BigNumberBuffer IL2CPP_EXTERN_C void BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339_marshal_com_cleanup(BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___digits_0); marshaled.___digits_0 = NULL; } // System.Numerics.BigNumber/BigNumberBuffer System.Numerics.BigNumber/BigNumberBuffer::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339 BigNumberBuffer_Create_m0B1FBF2C30594D4EBF7634359DC2E3D6345D6538 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339 V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339)); StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); NullCheck(L_0); StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL); (&V_0)->___digits_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___digits_0), (void*)L_0); BigNumberBuffer_tDFB089D05A25ECBB9B5251EFB55C93D16C37C339 L_1 = V_0; 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 #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.Numerics.NumericsHelpers::GetDoubleParts(System.Double,System.Int32&,System.Int32&,System.UInt64&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumericsHelpers_GetDoubleParts_m6482E3183D456CFB04B1380D1A14ADBD5447985C (double ___dbl0, int32_t* ___sign1, int32_t* ___exp2, uint64_t* ___man3, bool* ___fFinite4, const RuntimeMethod* method) { DoubleUlong_t1EB19509E807890F2CC8EA564B0F27C18EBF2D77 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___uu_1 = ((int64_t)0); double L_0 = ___dbl0; (&V_0)->___dbl_0 = L_0; int32_t* L_1 = ___sign1; DoubleUlong_t1EB19509E807890F2CC8EA564B0F27C18EBF2D77 L_2 = V_0; uint64_t L_3 = L_2.___uu_1; *((int32_t*)L_1) = (int32_t)((int32_t)il2cpp_codegen_subtract(1, ((int32_t)(((int32_t)((int64_t)((uint64_t)L_3>>((int32_t)62))))&2)))); uint64_t* L_4 = ___man3; DoubleUlong_t1EB19509E807890F2CC8EA564B0F27C18EBF2D77 L_5 = V_0; uint64_t L_6 = L_5.___uu_1; *((int64_t*)L_4) = (int64_t)((int64_t)((int64_t)L_6&((int64_t)4503599627370495LL))); int32_t* L_7 = ___exp2; DoubleUlong_t1EB19509E807890F2CC8EA564B0F27C18EBF2D77 L_8 = V_0; uint64_t L_9 = L_8.___uu_1; *((int32_t*)L_7) = (int32_t)((int32_t)(((int32_t)((int64_t)((uint64_t)L_9>>((int32_t)52))))&((int32_t)2047))); int32_t* L_10 = ___exp2; int32_t L_11 = *((int32_t*)L_10); if (L_11) { goto IL_0059; } } { bool* L_12 = ___fFinite4; *((int8_t*)L_12) = (int8_t)1; uint64_t* L_13 = ___man3; int64_t L_14 = *((int64_t*)L_13); if (!L_14) { goto IL_008a; } } { int32_t* L_15 = ___exp2; *((int32_t*)L_15) = (int32_t)((int32_t)-1074); return; } IL_0059: { int32_t* L_16 = ___exp2; int32_t L_17 = *((int32_t*)L_16); if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)2047))))) { goto IL_006e; } } { bool* L_18 = ___fFinite4; *((int8_t*)L_18) = (int8_t)0; int32_t* L_19 = ___exp2; *((int32_t*)L_19) = (int32_t)((int32_t)2147483647LL); return; } IL_006e: { bool* L_20 = ___fFinite4; *((int8_t*)L_20) = (int8_t)1; uint64_t* L_21 = ___man3; uint64_t* L_22 = ___man3; int64_t L_23 = *((int64_t*)L_22); *((int64_t*)L_21) = (int64_t)((int64_t)(L_23|((int64_t)4503599627370496LL))); int32_t* L_24 = ___exp2; int32_t* L_25 = ___exp2; int32_t L_26 = *((int32_t*)L_25); *((int32_t*)L_24) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_26, ((int32_t)1075))); } IL_008a: { return; } } // System.Double System.Numerics.NumericsHelpers::GetDoubleFromParts(System.Int32,System.Int32,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumericsHelpers_GetDoubleFromParts_m9F32CCD3DF06C1DE8D8989C9F866DD7EBD68371F (int32_t ___sign0, int32_t ___exp1, uint64_t ___man2, const RuntimeMethod* method) { DoubleUlong_t1EB19509E807890F2CC8EA564B0F27C18EBF2D77 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { (&V_0)->___dbl_0 = (0.0); uint64_t L_0 = ___man2; if (L_0) { goto IL_0021; } } { (&V_0)->___uu_1 = ((int64_t)0); goto IL_00ab; } IL_0021: { uint64_t L_1 = ___man2; int32_t L_2; L_2 = NumericsHelpers_CbitHighZero_m71AB9BB1EC4994DD99B57DECC720934C4939C46F(L_1, NULL); V_1 = ((int32_t)il2cpp_codegen_subtract(L_2, ((int32_t)11))); int32_t L_3 = V_1; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_003a; } } { uint64_t L_4 = ___man2; int32_t L_5 = V_1; ___man2 = ((int64_t)((uint64_t)L_4>>((int32_t)(((-L_5))&((int32_t)63))))); goto IL_0042; } IL_003a: { uint64_t L_6 = ___man2; int32_t L_7 = V_1; ___man2 = ((int64_t)((int64_t)L_6<<((int32_t)(L_7&((int32_t)63))))); } IL_0042: { int32_t L_8 = ___exp1; int32_t L_9 = V_1; ___exp1 = ((int32_t)il2cpp_codegen_subtract(L_8, L_9)); int32_t L_10 = ___exp1; ___exp1 = ((int32_t)il2cpp_codegen_add(L_10, ((int32_t)1075))); int32_t L_11 = ___exp1; if ((((int32_t)L_11) < ((int32_t)((int32_t)2047)))) { goto IL_006a; } } { (&V_0)->___uu_1 = ((int64_t)9218868437227405312LL); goto IL_00ab; } IL_006a: { int32_t L_12 = ___exp1; if ((((int32_t)L_12) > ((int32_t)0))) { goto IL_0093; } } { int32_t L_13 = ___exp1; ___exp1 = ((int32_t)il2cpp_codegen_subtract(L_13, 1)); int32_t L_14 = ___exp1; if ((((int32_t)L_14) >= ((int32_t)((int32_t)-52)))) { goto IL_0083; } } { (&V_0)->___uu_1 = ((int64_t)0); goto IL_00ab; } IL_0083: { uint64_t L_15 = ___man2; int32_t L_16 = ___exp1; (&V_0)->___uu_1 = ((int64_t)((uint64_t)L_15>>((int32_t)(((-L_16))&((int32_t)63))))); goto IL_00ab; } IL_0093: { uint64_t L_17 = ___man2; int32_t L_18 = ___exp1; (&V_0)->___uu_1 = ((int64_t)(((int64_t)((int64_t)L_17&((int64_t)4503599627370495LL)))|((int64_t)(((int64_t)L_18)<<((int32_t)52))))); } IL_00ab: { int32_t L_19 = ___sign0; if ((((int32_t)L_19) >= ((int32_t)0))) { goto IL_00c3; } } { uint64_t* L_20 = (&(&V_0)->___uu_1); uint64_t* L_21 = L_20; int64_t L_22 = *((int64_t*)L_21); *((int64_t*)L_21) = (int64_t)((int64_t)(L_22|((int64_t)(std::numeric_limits::min)()))); } IL_00c3: { DoubleUlong_t1EB19509E807890F2CC8EA564B0F27C18EBF2D77 L_23 = V_0; double L_24 = L_23.___dbl_0; return L_24; } } // System.Void System.Numerics.NumericsHelpers::DangerousMakeTwosComplement(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumericsHelpers_DangerousMakeTwosComplement_m425BF7C1ACDE99B623A68D13886F5CEE5B738291 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___d0, const RuntimeMethod* method) { int32_t V_0 = 0; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___d0; if (!L_0) { goto IL_0041; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = ___d0; NullCheck(L_1); if (!(((RuntimeArray*)L_1)->max_length)) { goto IL_0041; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = ___d0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = ___d0; NullCheck(L_3); int32_t L_4 = 0; uint32_t L_5 = (L_3)->GetAt(static_cast(L_4)); NullCheck(L_2); (L_2)->SetAt(static_cast(0), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((~L_5)), 1))); V_0 = 1; goto IL_0021; } IL_0014: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = ___d0; int32_t L_7 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_8 = ___d0; int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; uint32_t L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((~L_11)), 1))); int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_12, 1)); } IL_0021: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_13 = ___d0; int32_t L_14 = V_0; NullCheck(L_13); int32_t L_15 = ((int32_t)il2cpp_codegen_subtract(L_14, 1)); uint32_t L_16 = (L_13)->GetAt(static_cast(L_15)); if (L_16) { goto IL_003b; } } { int32_t L_17 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_18 = ___d0; NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))))) { goto IL_0014; } } { goto IL_003b; } IL_0030: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_19 = ___d0; int32_t L_20 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_21 = ___d0; int32_t L_22 = V_0; NullCheck(L_21); int32_t L_23 = L_22; uint32_t L_24 = (L_21)->GetAt(static_cast(L_23)); NullCheck(L_19); (L_19)->SetAt(static_cast(L_20), (uint32_t)((~L_24))); int32_t L_25 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_25, 1)); } IL_003b: { int32_t L_26 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_27 = ___d0; NullCheck(L_27); if ((((int32_t)L_26) < ((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))))) { goto IL_0030; } } IL_0041: { return; } } // System.UInt64 System.Numerics.NumericsHelpers::MakeUlong(System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t NumericsHelpers_MakeUlong_m4E1C54EE349875D06DB995ADBA4636E014BFC766 (uint32_t ___uHi0, uint32_t ___uLo1, const RuntimeMethod* method) { { uint32_t L_0 = ___uHi0; uint32_t L_1 = ___uLo1; return ((int64_t)(((int64_t)(((int64_t)(uint64_t)L_0)<<((int32_t)32)))|((int64_t)(uint64_t)L_1))); } } // System.UInt32 System.Numerics.NumericsHelpers::Abs(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t NumericsHelpers_Abs_mA02EE0AF0C1AF6BC2361FB04AA9D555D6E67429C (int32_t ___a0, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = ___a0; V_0 = ((int32_t)(L_0>>((int32_t)31))); int32_t L_1 = ___a0; uint32_t L_2 = V_0; uint32_t L_3 = V_0; return ((int32_t)il2cpp_codegen_subtract(((int32_t)(L_1^(int32_t)L_2)), (int32_t)L_3)); } } // System.UInt32 System.Numerics.NumericsHelpers::CombineHash(System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t NumericsHelpers_CombineHash_m13082337E07F059962B7637FD142C568B64C222D (uint32_t ___u10, uint32_t ___u21, const RuntimeMethod* method) { { uint32_t L_0 = ___u10; uint32_t L_1 = ___u10; uint32_t L_2 = ___u21; return ((int32_t)(((int32_t)(((int32_t)((int32_t)L_0<<7))|((int32_t)((uint32_t)L_1>>((int32_t)25)))))^(int32_t)L_2)); } } // System.Int32 System.Numerics.NumericsHelpers::CombineHash(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumericsHelpers_CombineHash_m4907C454F01686B09642262567D1C9C90F98CB65 (int32_t ___n10, int32_t ___n21, const RuntimeMethod* method) { { int32_t L_0 = ___n10; int32_t L_1 = ___n21; uint32_t L_2; L_2 = NumericsHelpers_CombineHash_m13082337E07F059962B7637FD142C568B64C222D(L_0, L_1, NULL); return L_2; } } // System.Int32 System.Numerics.NumericsHelpers::CbitHighZero(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumericsHelpers_CbitHighZero_mA5A5D46BC058FBD006C439EC959F7A6D0274AFA6 (uint32_t ___u0, const RuntimeMethod* method) { int32_t V_0 = 0; { uint32_t L_0 = ___u0; if (L_0) { goto IL_0006; } } { return ((int32_t)32); } IL_0006: { V_0 = 0; uint32_t L_1 = ___u0; if (((int32_t)((int32_t)L_1&((int32_t)-65536)))) { goto IL_001c; } } { int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_2, ((int32_t)16))); uint32_t L_3 = ___u0; ___u0 = ((int32_t)((int32_t)L_3<<((int32_t)16))); } IL_001c: { uint32_t L_4 = ___u0; if (((int32_t)((int32_t)L_4&((int32_t)-16777216)))) { goto IL_002e; } } { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_5, 8)); uint32_t L_6 = ___u0; ___u0 = ((int32_t)((int32_t)L_6<<8)); } IL_002e: { uint32_t L_7 = ___u0; if (((int32_t)((int32_t)L_7&((int32_t)-268435456)))) { goto IL_0040; } } { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_8, 4)); uint32_t L_9 = ___u0; ___u0 = ((int32_t)((int32_t)L_9<<4)); } IL_0040: { uint32_t L_10 = ___u0; if (((int32_t)((int32_t)L_10&((int32_t)-1073741824)))) { goto IL_0052; } } { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_11, 2)); uint32_t L_12 = ___u0; ___u0 = ((int32_t)((int32_t)L_12<<2)); } IL_0052: { uint32_t L_13 = ___u0; if (((int32_t)((int32_t)L_13&((int32_t)-2147483648LL)))) { goto IL_005f; } } { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_14, 1)); } IL_005f: { int32_t L_15 = V_0; return L_15; } } // System.Int32 System.Numerics.NumericsHelpers::CbitHighZero(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumericsHelpers_CbitHighZero_m71AB9BB1EC4994DD99B57DECC720934C4939C46F (uint64_t ___uu0, const RuntimeMethod* method) { { uint64_t L_0 = ___uu0; if (((int64_t)((int64_t)L_0&((int64_t)-4294967296LL)))) { goto IL_0018; } } { uint64_t L_1 = ___uu0; int32_t L_2; L_2 = NumericsHelpers_CbitHighZero_mA5A5D46BC058FBD006C439EC959F7A6D0274AFA6(((int32_t)(uint32_t)L_1), NULL); return ((int32_t)il2cpp_codegen_add(((int32_t)32), L_2)); } IL_0018: { uint64_t L_3 = ___uu0; int32_t L_4; L_4 = NumericsHelpers_CbitHighZero_mA5A5D46BC058FBD006C439EC959F7A6D0274AFA6(((int32_t)(uint32_t)((int64_t)((uint64_t)L_3>>((int32_t)32)))), NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Globalization.FormatProvider::FormatBigInteger(System.Text.ValueStringBuilder&,System.Int32,System.Int32,System.Boolean,System.ReadOnlySpan`1,System.Globalization.NumberFormatInfo,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatProvider_FormatBigInteger_mB2D036168C0440616C04688622F496CDFD9F2F81 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* ___sb0, int32_t ___precision1, int32_t ___scale2, bool ___sign3, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format4, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numberFormatInfo5, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___digits6, int32_t ___startIndex7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA V_2; memset((&V_2), 0, sizeof(V_2)); Il2CppChar V_3 = 0x0; int32_t V_4 = 0; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___digits6; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = L_0; V_1 = L_1; if (!L_1) { goto IL_000b; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = V_1; NullCheck(L_2); if (((int32_t)(((RuntimeArray*)L_2)->max_length))) { goto IL_0010; } } IL_000b: { V_0 = (Il2CppChar*)((uintptr_t)0); goto IL_0019; } IL_0010: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = V_1; NullCheck(L_3); V_0 = (Il2CppChar*)((uintptr_t)((L_3)->GetAddressAt(static_cast(0)))); } IL_0019: { il2cpp_codegen_initobj((&V_2), sizeof(NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA)); Il2CppChar* L_4 = V_0; int32_t L_5 = ___startIndex7; (&V_2)->___overrideDigits_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), 2)))); int32_t L_6 = ___precision1; (&V_2)->___precision_0 = L_6; int32_t L_7 = ___scale2; (&V_2)->___scale_1 = L_7; bool L_8 = ___sign3; (&V_2)->___sign_2 = L_8; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_9 = ___format4; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Il2CppChar L_10; L_10 = Number_ParseFormatSpecifier_m26B8FB43D284BF2875983F9B1BF29956FE4CBB4D(L_9, (&V_4), NULL); V_3 = L_10; Il2CppChar L_11 = V_3; if (!L_11) { goto IL_0064; } } { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_12 = ___sb0; Il2CppChar L_13 = V_3; int32_t L_14 = V_4; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_15 = ___numberFormatInfo5; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Number_NumberToString_mA6AA3672C7030A9751EDB7C8CE04F22851F88910(L_12, (&V_2), L_13, L_14, L_15, (bool)0, NULL); goto IL_0070; } IL_0064: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_16 = ___sb0; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_17 = ___format4; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_18 = ___numberFormatInfo5; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Number_NumberToStringFormat_m5CC6DE129E0F05E20327C57F452E672E00A6ED9A(L_16, (&V_2), L_17, L_18, NULL); } IL_0070: { V_1 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL; return; } } // System.Boolean System.Globalization.FormatProvider::TryStringToBigInteger(System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Text.StringBuilder,System.Int32&,System.Int32&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FormatProvider_TryStringToBigInteger_mD1DD31B2D6A2B3C6BA0FF6E8CF4B85BF6097647D (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, int32_t ___styles1, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numberFormatInfo2, StringBuilder_t* ___receiver3, int32_t* ___precision4, int32_t* ___scale5, bool* ___sign6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA)); (&V_0)->___overrideDigits_3 = (Il2CppChar*)((intptr_t)1); ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___s0; int32_t L_1 = ___styles1; StringBuilder_t* L_2 = ___receiver3; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3 = ___numberFormatInfo2; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); bool L_4; L_4 = Number_TryStringToNumber_m63E8DF1BB3EC46F5BE245827E7232D14BB90FC5A(L_0, L_1, (&V_0), L_2, L_3, (bool)0, NULL); if (L_4) { goto IL_002d; } } { int32_t* L_5 = ___precision4; *((int32_t*)L_5) = (int32_t)0; int32_t* L_6 = ___scale5; *((int32_t*)L_6) = (int32_t)0; bool* L_7 = ___sign6; *((int8_t*)L_7) = (int8_t)0; return (bool)0; } IL_002d: { int32_t* L_8 = ___precision4; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA L_9 = V_0; int32_t L_10 = L_9.___precision_0; *((int32_t*)L_8) = (int32_t)L_10; int32_t* L_11 = ___scale5; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA L_12 = V_0; int32_t L_13 = L_12.___scale_1; *((int32_t*)L_11) = (int32_t)L_13; bool* L_14 = ___sign6; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA L_15 = V_0; bool L_16 = L_15.___sign_2; *((int8_t*)L_14) = (int8_t)L_16; return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Globalization.FormatProvider/Number::IsWhite(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_IsWhite_m2BEB3A43000FC7B7AAE6D317B2E1A44735655A47 (Il2CppChar ___ch0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___ch0; if ((((int32_t)L_0) == ((int32_t)((int32_t)32)))) { goto IL_0015; } } { Il2CppChar L_1 = ___ch0; if ((((int32_t)L_1) < ((int32_t)((int32_t)9)))) { goto IL_0013; } } { Il2CppChar L_2 = ___ch0; return (bool)((((int32_t)((((int32_t)L_2) > ((int32_t)((int32_t)13)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0013: { return (bool)0; } IL_0015: { return (bool)1; } } // System.Char* System.Globalization.FormatProvider/Number::MatchChars(System.Char*,System.Char*,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* Number_MatchChars_m1360A709332011BD75D231B2DC9030607A8B80F3 (Il2CppChar* ___p0, Il2CppChar* ___pEnd1, String_t* ___str2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___str2; 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 = ___p0; Il2CppChar* L_6 = ___pEnd1; Il2CppChar* L_7 = V_0; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Il2CppChar* L_8; L_8 = Number_MatchChars_m55C446832D4E26BE9B80F6918488A59E36D6CB1C(L_5, L_6, L_7, NULL); return L_8; } } // System.Char* System.Globalization.FormatProvider/Number::MatchChars(System.Char*,System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* Number_MatchChars_m55C446832D4E26BE9B80F6918488A59E36D6CB1C (Il2CppChar* ___p0, Il2CppChar* ___pEnd1, Il2CppChar* ___str2, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; int32_t G_B5_0 = 0; { Il2CppChar* L_0 = ___str2; int32_t L_1 = *((uint16_t*)L_0); if (L_1) { goto IL_0007; } } { return (Il2CppChar*)(((uintptr_t)0)); } IL_0007: { Il2CppChar* L_2 = ___p0; Il2CppChar* L_3 = ___pEnd1; if ((!(((uintptr_t)L_2) >= ((uintptr_t)L_3)))) { goto IL_000e; } } { G_B5_0 = 0; goto IL_0010; } IL_000e: { Il2CppChar* L_4 = ___p0; int32_t L_5 = *((uint16_t*)L_4); G_B5_0 = L_5; } IL_0010: { V_0 = G_B5_0; Il2CppChar L_6 = V_0; Il2CppChar* L_7 = ___str2; int32_t L_8 = *((uint16_t*)L_7); if ((((int32_t)L_6) == ((int32_t)L_8))) { goto IL_0024; } } { Il2CppChar* L_9 = ___str2; int32_t L_10 = *((uint16_t*)L_9); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)160))))) { goto IL_0034; } } { Il2CppChar L_11 = V_0; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)32))))) { goto IL_0034; } } IL_0024: { Il2CppChar* L_12 = ___p0; ___p0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, 2)); Il2CppChar* L_13 = ___str2; ___str2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, 2)); Il2CppChar* L_14 = ___str2; int32_t L_15 = *((uint16_t*)L_14); if (L_15) { goto IL_0007; } } { Il2CppChar* L_16 = ___p0; return L_16; } IL_0034: { return (Il2CppChar*)(((uintptr_t)0)); } } // System.Boolean System.Globalization.FormatProvider/Number::ParseNumber(System.Char*&,System.Char*,System.Globalization.NumberStyles,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Text.StringBuilder,System.Globalization.NumberFormatInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_ParseNumber_mDE09CBD8B93EB1D4AE08EF9917D6385E3577A6F8 (Il2CppChar** ___str0, Il2CppChar* ___strEnd1, int32_t ___options2, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number3, StringBuilder_t* ___sb4, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numfmt5, bool ___parseDecimal6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; bool V_5 = false; int32_t V_6 = 0; Il2CppChar* V_7 = NULL; Il2CppChar V_8 = 0x0; Il2CppChar* V_9 = NULL; Il2CppChar* V_10 = NULL; int32_t V_11 = 0; int32_t V_12 = 0; bool V_13 = false; bool V_14 = false; Il2CppChar* V_15 = NULL; int32_t V_16 = 0; int32_t G_B6_0 = 0; int32_t G_B9_0 = 0; int32_t G_B31_0 = 0; int32_t G_B73_0 = 0; int32_t G_B84_0 = 0; int32_t G_B88_0 = 0; int32_t G_B93_0 = 0; int32_t G_B100_0 = 0; int32_t G_B105_0 = 0; int32_t G_B116_0 = 0; int32_t G_B134_0 = 0; { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_0 = ___number3; L_0->___scale_1 = 0; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_1 = ___number3; L_1->___sign_2 = (bool)0; V_2 = (String_t*)NULL; V_3 = (bool)0; int32_t L_2 = ___options2; if (!((int32_t)((int32_t)L_2&((int32_t)256)))) { goto IL_0037; } } { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3 = ___numfmt5; NullCheck(L_3); String_t* L_4; L_4 = NumberFormatInfo_get_CurrencySymbol_m69E8700B6E102ADA1351AD4C6BBC7779D9F13F43_inline(L_3, NULL); V_2 = L_4; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_5 = ___numfmt5; NullCheck(L_5); String_t* L_6; L_6 = NumberFormatInfo_get_CurrencyDecimalSeparator_mBAD4DAC07DC995653374C16BFB02E6CF2CA121BD_inline(L_5, NULL); V_0 = L_6; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_7 = ___numfmt5; NullCheck(L_7); String_t* L_8; L_8 = NumberFormatInfo_get_CurrencyGroupSeparator_mE8F7687A3D4812C75092E30554B4C15C974441BD_inline(L_7, NULL); V_1 = L_8; V_3 = (bool)1; goto IL_0047; } IL_0037: { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_9 = ___numfmt5; NullCheck(L_9); String_t* L_10; L_10 = NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline(L_9, NULL); V_0 = L_10; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_11 = ___numfmt5; NullCheck(L_11); String_t* L_12; L_12 = NumberFormatInfo_get_NumberGroupSeparator_m0556B092AA471513B1EDC31C047712226D39BEB6_inline(L_11, NULL); V_1 = L_12; } IL_0047: { V_4 = 0; StringBuilder_t* L_13 = ___sb4; V_5 = (bool)((!(((RuntimeObject*)(StringBuilder_t*)L_13) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_14 = V_5; if (L_14) { goto IL_0059; } } { G_B6_0 = ((int32_t)32); goto IL_005e; } IL_0059: { G_B6_0 = ((int32_t)2147483647LL); } IL_005e: { V_6 = G_B6_0; Il2CppChar** L_15 = ___str0; V_7 = (Il2CppChar*)(*((intptr_t*)L_15)); Il2CppChar* L_16 = V_7; Il2CppChar* L_17 = ___strEnd1; if ((!(((uintptr_t)L_16) >= ((uintptr_t)L_17)))) { goto IL_006c; } } { G_B9_0 = 0; goto IL_006f; } IL_006c: { Il2CppChar* L_18 = V_7; int32_t L_19 = *((uint16_t*)L_18); G_B9_0 = L_19; } IL_006f: { V_8 = G_B9_0; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_20 = ___number3; Il2CppChar* L_21; L_21 = NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A_inline(L_20, NULL); V_10 = L_21; } IL_0079: { Il2CppChar L_22 = V_8; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); bool L_23; L_23 = Number_IsWhite_m2BEB3A43000FC7B7AAE6D317B2E1A44735655A47(L_22, NULL); if (!L_23) { goto IL_00a7; } } { int32_t L_24 = ___options2; if (!((int32_t)((int32_t)L_24&1))) { goto IL_00a7; } } { int32_t L_25 = V_4; if (!((int32_t)(L_25&1))) { goto IL_013d; } } { int32_t L_26 = V_4; if (((int32_t)(L_26&((int32_t)32)))) { goto IL_013d; } } { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_27 = ___numfmt5; NullCheck(L_27); int32_t L_28; L_28 = NumberFormatInfo_get_NumberNegativePattern_mB2D78035F14DA736695A2476B33B70A8BE3DB772_inline(L_27, NULL); if ((((int32_t)L_28) == ((int32_t)2))) { goto IL_013d; } } IL_00a7: { int32_t L_29 = ___options2; if (!((int32_t)((int32_t)L_29&4))) { goto IL_00fa; } } { int32_t L_30 = V_4; if (((int32_t)(L_30&1))) { goto IL_00fa; } } { Il2CppChar* L_31 = V_7; Il2CppChar* L_32 = ___strEnd1; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_33 = ___numfmt5; NullCheck(L_33); String_t* L_34; L_34 = NumberFormatInfo_get_PositiveSign_mEB874CC4589FD7B2F57CD3269AE6D9043A0C25EF_inline(L_33, NULL); il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Il2CppChar* L_35; L_35 = Number_MatchChars_m1360A709332011BD75D231B2DC9030607A8B80F3(L_31, L_32, L_34, NULL); Il2CppChar* L_36 = L_35; V_9 = L_36; if ((!(((uintptr_t)L_36) == ((uintptr_t)((uintptr_t)0))))) { goto IL_00ec; } } { Il2CppChar* L_37 = V_7; Il2CppChar* L_38 = ___strEnd1; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_39 = ___numfmt5; NullCheck(L_39); String_t* L_40; L_40 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_39, NULL); il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Il2CppChar* L_41; L_41 = Number_MatchChars_m1360A709332011BD75D231B2DC9030607A8B80F3(L_37, L_38, L_40, NULL); Il2CppChar* L_42 = L_41; V_9 = L_42; if ((((intptr_t)L_42) == ((intptr_t)((uintptr_t)0)))) { goto IL_00fa; } } { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_43 = ___number3; int32_t L_44 = 1; V_14 = (bool)L_44; L_43->___sign_2 = (bool)L_44; bool L_45 = V_14; if (!L_45) { goto IL_00fa; } } IL_00ec: { int32_t L_46 = V_4; V_4 = ((int32_t)(L_46|1)); Il2CppChar* L_47 = V_9; V_7 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_47, 2)); goto IL_013d; } IL_00fa: { Il2CppChar L_48 = V_8; if ((!(((uint32_t)L_48) == ((uint32_t)((int32_t)40))))) { goto IL_011b; } } { int32_t L_49 = ___options2; if (!((int32_t)((int32_t)L_49&((int32_t)16)))) { goto IL_011b; } } { int32_t L_50 = V_4; if (((int32_t)(L_50&1))) { goto IL_011b; } } { int32_t L_51 = V_4; V_4 = ((int32_t)(L_51|3)); NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_52 = ___number3; L_52->___sign_2 = (bool)1; goto IL_013d; } IL_011b: { String_t* L_53 = V_2; if (!L_53) { goto IL_0154; } } { Il2CppChar* L_54 = V_7; Il2CppChar* L_55 = ___strEnd1; String_t* L_56 = V_2; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Il2CppChar* L_57; L_57 = Number_MatchChars_m1360A709332011BD75D231B2DC9030607A8B80F3(L_54, L_55, L_56, NULL); Il2CppChar* L_58 = L_57; V_9 = L_58; if ((((intptr_t)L_58) == ((intptr_t)((uintptr_t)0)))) { goto IL_0154; } } { int32_t L_59 = V_4; V_4 = ((int32_t)(L_59|((int32_t)32))); V_2 = (String_t*)NULL; Il2CppChar* L_60 = V_9; V_7 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_60, 2)); } IL_013d: { Il2CppChar* L_61 = V_7; Il2CppChar* L_62 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_61, 2)); V_7 = L_62; Il2CppChar* L_63 = ___strEnd1; if ((!(((uintptr_t)L_62) >= ((uintptr_t)L_63)))) { goto IL_014a; } } { G_B31_0 = 0; goto IL_014d; } IL_014a: { Il2CppChar* L_64 = V_7; int32_t L_65 = *((uint16_t*)L_64); G_B31_0 = L_65; } IL_014d: { V_8 = G_B31_0; goto IL_0079; } IL_0154: { V_11 = 0; V_12 = 0; } IL_015a: { Il2CppChar L_66 = V_8; if ((((int32_t)L_66) < ((int32_t)((int32_t)48)))) { goto IL_0166; } } { Il2CppChar L_67 = V_8; if ((((int32_t)L_67) <= ((int32_t)((int32_t)57)))) { goto IL_0190; } } IL_0166: { int32_t L_68 = ___options2; if (!((int32_t)((int32_t)L_68&((int32_t)512)))) { goto IL_021e; } } { Il2CppChar L_69 = V_8; if ((((int32_t)L_69) < ((int32_t)((int32_t)97)))) { goto IL_017e; } } { Il2CppChar L_70 = V_8; if ((((int32_t)L_70) <= ((int32_t)((int32_t)102)))) { goto IL_0190; } } IL_017e: { Il2CppChar L_71 = V_8; if ((((int32_t)L_71) < ((int32_t)((int32_t)65)))) { goto IL_021e; } } { Il2CppChar L_72 = V_8; if ((((int32_t)L_72) > ((int32_t)((int32_t)70)))) { goto IL_021e; } } IL_0190: { int32_t L_73 = V_4; V_4 = ((int32_t)(L_73|4)); Il2CppChar L_74 = V_8; if ((!(((uint32_t)L_74) == ((uint32_t)((int32_t)48))))) { goto IL_01af; } } { int32_t L_75 = V_4; if (((int32_t)(L_75&8))) { goto IL_01af; } } { bool L_76 = V_5; if (!L_76) { goto IL_0204; } } { int32_t L_77 = ___options2; if (!((int32_t)((int32_t)L_77&((int32_t)512)))) { goto IL_0204; } } IL_01af: { int32_t L_78 = V_11; int32_t L_79 = V_6; if ((((int32_t)L_78) >= ((int32_t)L_79))) { goto IL_01e7; } } { bool L_80 = V_5; if (!L_80) { goto IL_01c5; } } { StringBuilder_t* L_81 = ___sb4; Il2CppChar L_82 = V_8; NullCheck(L_81); StringBuilder_t* L_83; L_83 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_81, L_82, NULL); goto IL_01d5; } IL_01c5: { Il2CppChar* L_84 = V_10; int32_t L_85 = V_11; int32_t L_86 = L_85; V_11 = ((int32_t)il2cpp_codegen_add(L_86, 1)); Il2CppChar L_87 = V_8; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_84, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_86), 2))))) = (int16_t)L_87; } IL_01d5: { Il2CppChar L_88 = V_8; bool L_89 = ___parseDecimal6; if (!((int32_t)(((((int32_t)((((int32_t)L_88) == ((int32_t)((int32_t)48)))? 1 : 0)) == ((int32_t)0))? 1 : 0)|(int32_t)L_89))) { goto IL_01e7; } } { int32_t L_90 = V_11; V_12 = L_90; } IL_01e7: { int32_t L_91 = V_4; if (((int32_t)(L_91&((int32_t)16)))) { goto IL_01f9; } } { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_92 = ___number3; int32_t* L_93 = (&L_92->___scale_1); int32_t* L_94 = L_93; int32_t L_95 = *((int32_t*)L_94); *((int32_t*)L_94) = (int32_t)((int32_t)il2cpp_codegen_add(L_95, 1)); } IL_01f9: { int32_t L_96 = V_4; V_4 = ((int32_t)(L_96|8)); goto IL_02b3; } IL_0204: { int32_t L_97 = V_4; if (!((int32_t)(L_97&((int32_t)16)))) { goto IL_02b3; } } { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_98 = ___number3; int32_t* L_99 = (&L_98->___scale_1); int32_t* L_100 = L_99; int32_t L_101 = *((int32_t*)L_100); *((int32_t*)L_100) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_101, 1)); goto IL_02b3; } IL_021e: { int32_t L_102 = ___options2; if (!((int32_t)((int32_t)L_102&((int32_t)32)))) { goto IL_026a; } } { int32_t L_103 = V_4; if (((int32_t)(L_103&((int32_t)16)))) { goto IL_026a; } } { Il2CppChar* L_104 = V_7; Il2CppChar* L_105 = ___strEnd1; String_t* L_106 = V_0; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Il2CppChar* L_107; L_107 = Number_MatchChars_m1360A709332011BD75D231B2DC9030607A8B80F3(L_104, L_105, L_106, NULL); Il2CppChar* L_108 = L_107; V_9 = L_108; if ((!(((uintptr_t)L_108) == ((uintptr_t)((uintptr_t)0))))) { goto IL_025b; } } { bool L_109 = V_3; if (!L_109) { goto IL_026a; } } { int32_t L_110 = V_4; if (((int32_t)(L_110&((int32_t)32)))) { goto IL_026a; } } { Il2CppChar* L_111 = V_7; Il2CppChar* L_112 = ___strEnd1; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_113 = ___numfmt5; NullCheck(L_113); String_t* L_114; L_114 = NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline(L_113, NULL); il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Il2CppChar* L_115; L_115 = Number_MatchChars_m1360A709332011BD75D231B2DC9030607A8B80F3(L_111, L_112, L_114, NULL); Il2CppChar* L_116 = L_115; V_9 = L_116; if ((((intptr_t)L_116) == ((intptr_t)((uintptr_t)0)))) { goto IL_026a; } } IL_025b: { int32_t L_117 = V_4; V_4 = ((int32_t)(L_117|((int32_t)16))); Il2CppChar* L_118 = V_9; V_7 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_118, 2)); goto IL_02b3; } IL_026a: { int32_t L_119 = ___options2; if (!((int32_t)((int32_t)L_119&((int32_t)64)))) { goto IL_02ca; } } { int32_t L_120 = V_4; if (!((int32_t)(L_120&4))) { goto IL_02ca; } } { int32_t L_121 = V_4; if (((int32_t)(L_121&((int32_t)16)))) { goto IL_02ca; } } { Il2CppChar* L_122 = V_7; Il2CppChar* L_123 = ___strEnd1; String_t* L_124 = V_1; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Il2CppChar* L_125; L_125 = Number_MatchChars_m1360A709332011BD75D231B2DC9030607A8B80F3(L_122, L_123, L_124, NULL); Il2CppChar* L_126 = L_125; V_9 = L_126; if ((!(((uintptr_t)L_126) == ((uintptr_t)((uintptr_t)0))))) { goto IL_02ad; } } { bool L_127 = V_3; if (!L_127) { goto IL_02ca; } } { int32_t L_128 = V_4; if (((int32_t)(L_128&((int32_t)32)))) { goto IL_02ca; } } { Il2CppChar* L_129 = V_7; Il2CppChar* L_130 = ___strEnd1; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_131 = ___numfmt5; NullCheck(L_131); String_t* L_132; L_132 = NumberFormatInfo_get_NumberGroupSeparator_m0556B092AA471513B1EDC31C047712226D39BEB6_inline(L_131, NULL); il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Il2CppChar* L_133; L_133 = Number_MatchChars_m1360A709332011BD75D231B2DC9030607A8B80F3(L_129, L_130, L_132, NULL); Il2CppChar* L_134 = L_133; V_9 = L_134; if ((((intptr_t)L_134) == ((intptr_t)((uintptr_t)0)))) { goto IL_02ca; } } IL_02ad: { Il2CppChar* L_135 = V_9; V_7 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_135, 2)); } IL_02b3: { Il2CppChar* L_136 = V_7; Il2CppChar* L_137 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_136, 2)); V_7 = L_137; Il2CppChar* L_138 = ___strEnd1; if ((!(((uintptr_t)L_137) >= ((uintptr_t)L_138)))) { goto IL_02c0; } } { G_B73_0 = 0; goto IL_02c3; } IL_02c0: { Il2CppChar* L_139 = V_7; int32_t L_140 = *((uint16_t*)L_139); G_B73_0 = L_140; } IL_02c3: { V_8 = G_B73_0; goto IL_015a; } IL_02ca: { V_13 = (bool)0; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_141 = ___number3; int32_t L_142 = V_12; L_141->___precision_0 = L_142; bool L_143 = V_5; if (!L_143) { goto IL_02e4; } } { StringBuilder_t* L_144 = ___sb4; NullCheck(L_144); StringBuilder_t* L_145; L_145 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_144, 0, NULL); goto IL_02ee; } IL_02e4: { Il2CppChar* L_146 = V_10; int32_t L_147 = V_12; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_146, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_147), 2))))) = (int16_t)0; } IL_02ee: { int32_t L_148 = V_4; if (!((int32_t)(L_148&4))) { goto IL_04e1; } } { Il2CppChar L_149 = V_8; if ((((int32_t)L_149) == ((int32_t)((int32_t)69)))) { goto IL_0306; } } { Il2CppChar L_150 = V_8; if ((!(((uint32_t)L_150) == ((uint32_t)((int32_t)101))))) { goto IL_040b; } } IL_0306: { int32_t L_151 = ___options2; if (!((int32_t)((int32_t)L_151&((int32_t)128)))) { goto IL_040b; } } { Il2CppChar* L_152 = V_7; V_15 = L_152; Il2CppChar* L_153 = V_7; Il2CppChar* L_154 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_153, 2)); V_7 = L_154; Il2CppChar* L_155 = ___strEnd1; if ((!(((uintptr_t)L_154) >= ((uintptr_t)L_155)))) { goto IL_0323; } } { G_B84_0 = 0; goto IL_0326; } IL_0323: { Il2CppChar* L_156 = V_7; int32_t L_157 = *((uint16_t*)L_156); G_B84_0 = L_157; } IL_0326: { V_8 = G_B84_0; Il2CppChar* L_158 = V_7; Il2CppChar* L_159 = ___strEnd1; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_160 = ___numfmt5; NullCheck(L_160); String_t* L_161; L_161 = NumberFormatInfo_get_PositiveSign_mEB874CC4589FD7B2F57CD3269AE6D9043A0C25EF_inline(L_160, NULL); il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Il2CppChar* L_162; L_162 = Number_MatchChars_m1360A709332011BD75D231B2DC9030607A8B80F3(L_158, L_159, L_161, NULL); Il2CppChar* L_163 = L_162; V_9 = L_163; if ((((intptr_t)L_163) == ((intptr_t)((uintptr_t)0)))) { goto IL_0350; } } { Il2CppChar* L_164 = V_9; Il2CppChar* L_165 = L_164; V_7 = L_165; Il2CppChar* L_166 = ___strEnd1; if ((!(((uintptr_t)L_165) >= ((uintptr_t)L_166)))) { goto IL_0349; } } { G_B88_0 = 0; goto IL_034c; } IL_0349: { Il2CppChar* L_167 = V_7; int32_t L_168 = *((uint16_t*)L_167); G_B88_0 = L_168; } IL_034c: { V_8 = G_B88_0; goto IL_0379; } IL_0350: { Il2CppChar* L_169 = V_7; Il2CppChar* L_170 = ___strEnd1; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_171 = ___numfmt5; NullCheck(L_171); String_t* L_172; L_172 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_171, NULL); il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Il2CppChar* L_173; L_173 = Number_MatchChars_m1360A709332011BD75D231B2DC9030607A8B80F3(L_169, L_170, L_172, NULL); Il2CppChar* L_174 = L_173; V_9 = L_174; if ((((intptr_t)L_174) == ((intptr_t)((uintptr_t)0)))) { goto IL_0379; } } { Il2CppChar* L_175 = V_9; Il2CppChar* L_176 = L_175; V_7 = L_176; Il2CppChar* L_177 = ___strEnd1; if ((!(((uintptr_t)L_176) >= ((uintptr_t)L_177)))) { goto IL_0371; } } { G_B93_0 = 0; goto IL_0374; } IL_0371: { Il2CppChar* L_178 = V_7; int32_t L_179 = *((uint16_t*)L_178); G_B93_0 = L_179; } IL_0374: { V_8 = G_B93_0; V_13 = (bool)1; } IL_0379: { Il2CppChar L_180 = V_8; if ((((int32_t)L_180) < ((int32_t)((int32_t)48)))) { goto IL_03fa; } } { Il2CppChar L_181 = V_8; if ((((int32_t)L_181) > ((int32_t)((int32_t)57)))) { goto IL_03fa; } } { V_16 = 0; } IL_0388: { int32_t L_182 = V_16; Il2CppChar L_183 = V_8; V_16 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_182, ((int32_t)10))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_183, ((int32_t)48))))); Il2CppChar* L_184 = V_7; Il2CppChar* L_185 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_184, 2)); V_7 = L_185; Il2CppChar* L_186 = ___strEnd1; if ((!(((uintptr_t)L_185) >= ((uintptr_t)L_186)))) { goto IL_03a2; } } { G_B100_0 = 0; goto IL_03a5; } IL_03a2: { Il2CppChar* L_187 = V_7; int32_t L_188 = *((uint16_t*)L_187); G_B100_0 = L_188; } IL_03a5: { V_8 = G_B100_0; int32_t L_189 = V_16; if ((((int32_t)L_189) <= ((int32_t)((int32_t)1000)))) { goto IL_03d7; } } { V_16 = ((int32_t)9999); goto IL_03cb; } IL_03b9: { Il2CppChar* L_190 = V_7; Il2CppChar* L_191 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_190, 2)); V_7 = L_191; Il2CppChar* L_192 = ___strEnd1; if ((!(((uintptr_t)L_191) >= ((uintptr_t)L_192)))) { goto IL_03c6; } } { G_B105_0 = 0; goto IL_03c9; } IL_03c6: { Il2CppChar* L_193 = V_7; int32_t L_194 = *((uint16_t*)L_193); G_B105_0 = L_194; } IL_03c9: { V_8 = G_B105_0; } IL_03cb: { Il2CppChar L_195 = V_8; if ((((int32_t)L_195) < ((int32_t)((int32_t)48)))) { goto IL_03d7; } } { Il2CppChar L_196 = V_8; if ((((int32_t)L_196) <= ((int32_t)((int32_t)57)))) { goto IL_03b9; } } IL_03d7: { Il2CppChar L_197 = V_8; if ((((int32_t)L_197) < ((int32_t)((int32_t)48)))) { goto IL_03e3; } } { Il2CppChar L_198 = V_8; if ((((int32_t)L_198) <= ((int32_t)((int32_t)57)))) { goto IL_0388; } } IL_03e3: { bool L_199 = V_13; if (!L_199) { goto IL_03ec; } } { int32_t L_200 = V_16; V_16 = ((-L_200)); } IL_03ec: { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_201 = ___number3; int32_t* L_202 = (&L_201->___scale_1); int32_t* L_203 = L_202; int32_t L_204 = *((int32_t*)L_203); int32_t L_205 = V_16; *((int32_t*)L_203) = (int32_t)((int32_t)il2cpp_codegen_add(L_204, L_205)); goto IL_040b; } IL_03fa: { Il2CppChar* L_206 = V_15; V_7 = L_206; Il2CppChar* L_207 = V_7; Il2CppChar* L_208 = ___strEnd1; if ((!(((uintptr_t)L_207) >= ((uintptr_t)L_208)))) { goto IL_0406; } } { G_B116_0 = 0; goto IL_0409; } IL_0406: { Il2CppChar* L_209 = V_7; int32_t L_210 = *((uint16_t*)L_209); G_B116_0 = L_210; } IL_0409: { V_8 = G_B116_0; } IL_040b: { Il2CppChar L_211 = V_8; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); bool L_212; L_212 = Number_IsWhite_m2BEB3A43000FC7B7AAE6D317B2E1A44735655A47(L_211, NULL); if (!L_212) { goto IL_041c; } } { int32_t L_213 = ___options2; if (((int32_t)((int32_t)L_213&2))) { goto IL_049f; } } IL_041c: { int32_t L_214 = ___options2; if (!((int32_t)((int32_t)L_214&8))) { goto IL_046f; } } { int32_t L_215 = V_4; if (((int32_t)(L_215&1))) { goto IL_046f; } } { Il2CppChar* L_216 = V_7; Il2CppChar* L_217 = ___strEnd1; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_218 = ___numfmt5; NullCheck(L_218); String_t* L_219; L_219 = NumberFormatInfo_get_PositiveSign_mEB874CC4589FD7B2F57CD3269AE6D9043A0C25EF_inline(L_218, NULL); il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Il2CppChar* L_220; L_220 = Number_MatchChars_m1360A709332011BD75D231B2DC9030607A8B80F3(L_216, L_217, L_219, NULL); Il2CppChar* L_221 = L_220; V_9 = L_221; if ((!(((uintptr_t)L_221) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0461; } } { Il2CppChar* L_222 = V_7; Il2CppChar* L_223 = ___strEnd1; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_224 = ___numfmt5; NullCheck(L_224); String_t* L_225; L_225 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_224, NULL); il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Il2CppChar* L_226; L_226 = Number_MatchChars_m1360A709332011BD75D231B2DC9030607A8B80F3(L_222, L_223, L_225, NULL); Il2CppChar* L_227 = L_226; V_9 = L_227; if ((((intptr_t)L_227) == ((intptr_t)((uintptr_t)0)))) { goto IL_046f; } } { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_228 = ___number3; int32_t L_229 = 1; V_14 = (bool)L_229; L_228->___sign_2 = (bool)L_229; bool L_230 = V_14; if (!L_230) { goto IL_046f; } } IL_0461: { int32_t L_231 = V_4; V_4 = ((int32_t)(L_231|1)); Il2CppChar* L_232 = V_9; V_7 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_232, 2)); goto IL_049f; } IL_046f: { Il2CppChar L_233 = V_8; if ((!(((uint32_t)L_233) == ((uint32_t)((int32_t)41))))) { goto IL_0484; } } { int32_t L_234 = V_4; if (!((int32_t)(L_234&2))) { goto IL_0484; } } { int32_t L_235 = V_4; V_4 = ((int32_t)(L_235&((int32_t)-3))); goto IL_049f; } IL_0484: { String_t* L_236 = V_2; if (!L_236) { goto IL_04b6; } } { Il2CppChar* L_237 = V_7; Il2CppChar* L_238 = ___strEnd1; String_t* L_239 = V_2; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Il2CppChar* L_240; L_240 = Number_MatchChars_m1360A709332011BD75D231B2DC9030607A8B80F3(L_237, L_238, L_239, NULL); Il2CppChar* L_241 = L_240; V_9 = L_241; if ((((intptr_t)L_241) == ((intptr_t)((uintptr_t)0)))) { goto IL_04b6; } } { V_2 = (String_t*)NULL; Il2CppChar* L_242 = V_9; V_7 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_242, 2)); } IL_049f: { Il2CppChar* L_243 = V_7; Il2CppChar* L_244 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_243, 2)); V_7 = L_244; Il2CppChar* L_245 = ___strEnd1; if ((!(((uintptr_t)L_244) >= ((uintptr_t)L_245)))) { goto IL_04ac; } } { G_B134_0 = 0; goto IL_04af; } IL_04ac: { Il2CppChar* L_246 = V_7; int32_t L_247 = *((uint16_t*)L_246); G_B134_0 = L_247; } IL_04af: { V_8 = G_B134_0; goto IL_040b; } IL_04b6: { int32_t L_248 = V_4; if (((int32_t)(L_248&2))) { goto IL_04e1; } } { int32_t L_249 = V_4; if (((int32_t)(L_249&8))) { goto IL_04db; } } { bool L_250 = ___parseDecimal6; if (L_250) { goto IL_04cd; } } { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_251 = ___number3; L_251->___scale_1 = 0; } IL_04cd: { int32_t L_252 = V_4; if (((int32_t)(L_252&((int32_t)16)))) { goto IL_04db; } } { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_253 = ___number3; L_253->___sign_2 = (bool)0; } IL_04db: { Il2CppChar** L_254 = ___str0; Il2CppChar* L_255 = V_7; *((intptr_t*)L_254) = (intptr_t)L_255; return (bool)1; } IL_04e1: { Il2CppChar** L_256 = ___str0; Il2CppChar* L_257 = V_7; *((intptr_t*)L_256) = (intptr_t)L_257; return (bool)0; } } // System.Boolean System.Globalization.FormatProvider/Number::TrailingZeros(System.ReadOnlySpan`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TrailingZeros_mC84935D188AFF6A730EB53528F25DC18E5F44217 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___s0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___index1; V_0 = L_0; goto IL_0015; } IL_0004: { int32_t L_1 = V_0; Il2CppChar* L_2; L_2 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___s0))->____pointer_0))->value, (L_1), ((&___s0))->____length_1); int32_t L_3 = *((uint16_t*)L_2); if (!L_3) { goto IL_0011; } } { return (bool)0; } IL_0011: { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1)); } IL_0015: { int32_t L_5 = V_0; int32_t L_6; L_6 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___s0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_0004; } } { return (bool)1; } } // System.Boolean System.Globalization.FormatProvider/Number::TryStringToNumber(System.ReadOnlySpan`1,System.Globalization.NumberStyles,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Text.StringBuilder,System.Globalization.NumberFormatInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryStringToNumber_m63E8DF1BB3EC46F5BE245827E7232D14BB90FC5A (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___str0, int32_t ___options1, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number2, StringBuilder_t* ___sb3, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numfmt4, bool ___parseDecimal5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; { ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___str0; Il2CppChar* L_1; L_1 = MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E(L_0, MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E_RuntimeMethod_var); V_1 = L_1; Il2CppChar* L_2 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_2); Il2CppChar* L_3 = V_0; V_2 = L_3; Il2CppChar* L_4 = V_2; int32_t L_5; L_5 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___str0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); int32_t L_6 = ___options1; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_7 = ___number2; StringBuilder_t* L_8 = ___sb3; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_9 = ___numfmt4; bool L_10 = ___parseDecimal5; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); bool L_11; L_11 = Number_ParseNumber_mDE09CBD8B93EB1D4AE08EF9917D6385E3577A6F8((&V_2), ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), 2)))), L_6, L_7, L_8, L_9, L_10, NULL); if (!L_11) { goto IL_0047; } } { Il2CppChar* L_12 = V_2; Il2CppChar* L_13 = V_0; int32_t L_14; L_14 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___str0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_12, (intptr_t)L_13))/2)))) >= ((int64_t)((int64_t)L_14)))) { goto IL_0049; } } { ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_15 = ___str0; Il2CppChar* L_16 = V_2; Il2CppChar* L_17 = V_0; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); bool L_18; L_18 = Number_TrailingZeros_mC84935D188AFF6A730EB53528F25DC18E5F44217(L_15, ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_16, (intptr_t)L_17))/2)))), NULL); if (L_18) { goto IL_0049; } } IL_0047: { return (bool)0; } IL_0049: { V_1 = (Il2CppChar*)((uintptr_t)0); return (bool)1; } } // System.Void System.Globalization.FormatProvider/Number::Int32ToDecChars(System.Char*,System.Int32&,System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_Int32ToDecChars_m51669F278609128FCC3BE0A25E76D8BE5E16E80C (Il2CppChar* ___buffer0, int32_t* ___index1, uint32_t ___value2, int32_t ___digits3, const RuntimeMethod* method) { int32_t V_0 = 0; { goto IL_001f; } IL_0002: { Il2CppChar* L_0 = ___buffer0; int32_t* L_1 = ___index1; int32_t* L_2 = ___index1; int32_t L_3 = *((int32_t*)L_2); V_0 = ((int32_t)il2cpp_codegen_subtract(L_3, 1)); int32_t L_4 = V_0; *((int32_t*)L_1) = (int32_t)L_4; int32_t L_5 = V_0; uint32_t L_6 = ___value2; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), 2))))) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)((uint32_t)(int32_t)L_6%(uint32_t)(int32_t)((int32_t)10))), ((int32_t)48)))); uint32_t L_7 = ___value2; ___value2 = ((int32_t)((uint32_t)(int32_t)L_7/(uint32_t)(int32_t)((int32_t)10))); } IL_001f: { int32_t L_8 = ___digits3; int32_t L_9 = ((int32_t)il2cpp_codegen_subtract(L_8, 1)); ___digits3 = L_9; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_0002; } } { uint32_t L_10 = ___value2; if (L_10) { goto IL_0002; } } { return; } } // System.Char System.Globalization.FormatProvider/Number::ParseFormatSpecifier(System.ReadOnlySpan`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Number_ParseFormatSpecifier_m26B8FB43D284BF2875983F9B1BF29956FE4CBB4D (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, int32_t* ___digits1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { V_0 = 0; int32_t L_0; L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_00ef; } } { Il2CppChar* L_1; L_1 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (0), ((&___format0))->____length_1); int32_t L_2 = *((uint16_t*)L_1); V_0 = L_2; Il2CppChar L_3 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, ((int32_t)65)))) > ((uint32_t)((int32_t)25))))) { goto IL_002c; } } { Il2CppChar L_4 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, ((int32_t)97)))) <= ((uint32_t)((int32_t)25))))) { goto IL_00ef; } } IL_002c: { int32_t L_5; L_5 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_003b; } } { int32_t* L_6 = ___digits1; *((int32_t*)L_6) = (int32_t)(-1); Il2CppChar L_7 = V_0; return L_7; } IL_003b: { int32_t L_8; L_8 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((!(((uint32_t)L_8) == ((uint32_t)2)))) { goto IL_005c; } } { Il2CppChar* L_9; L_9 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (1), ((&___format0))->____length_1); int32_t L_10 = *((uint16_t*)L_9); V_3 = ((int32_t)il2cpp_codegen_subtract(L_10, ((int32_t)48))); int32_t L_11 = V_3; if ((!(((uint32_t)L_11) < ((uint32_t)((int32_t)10))))) { goto IL_009a; } } { int32_t* L_12 = ___digits1; int32_t L_13 = V_3; *((int32_t*)L_12) = (int32_t)L_13; Il2CppChar L_14 = V_0; return L_14; } IL_005c: { int32_t L_15; L_15 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((!(((uint32_t)L_15) == ((uint32_t)3)))) { goto IL_009a; } } { Il2CppChar* L_16; L_16 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (1), ((&___format0))->____length_1); int32_t L_17 = *((uint16_t*)L_16); V_4 = ((int32_t)il2cpp_codegen_subtract(L_17, ((int32_t)48))); Il2CppChar* L_18; L_18 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (2), ((&___format0))->____length_1); int32_t L_19 = *((uint16_t*)L_18); V_5 = ((int32_t)il2cpp_codegen_subtract(L_19, ((int32_t)48))); int32_t L_20 = V_4; if ((!(((uint32_t)L_20) < ((uint32_t)((int32_t)10))))) { goto IL_009a; } } { int32_t L_21 = V_5; if ((!(((uint32_t)L_21) < ((uint32_t)((int32_t)10))))) { goto IL_009a; } } { int32_t* L_22 = ___digits1; int32_t L_23 = V_4; int32_t L_24 = V_5; *((int32_t*)L_22) = (int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_23, ((int32_t)10))), L_24)); Il2CppChar L_25 = V_0; return L_25; } IL_009a: { V_1 = 0; V_2 = 1; goto IL_00b6; } IL_00a0: { int32_t L_26 = V_1; int32_t L_27 = V_2; int32_t L_28 = L_27; V_2 = ((int32_t)il2cpp_codegen_add(L_28, 1)); Il2CppChar* L_29; L_29 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_28), ((&___format0))->____length_1); int32_t L_30 = *((uint16_t*)L_29); V_1 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_26, ((int32_t)10))), L_30)), ((int32_t)48))); } IL_00b6: { int32_t L_31 = V_2; int32_t L_32; L_32 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_31) >= ((int32_t)L_32))) { goto IL_00d5; } } { int32_t L_33 = V_2; Il2CppChar* L_34; L_34 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_33), ((&___format0))->____length_1); int32_t L_35 = *((uint16_t*)L_34); if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_35, ((int32_t)48)))) < ((uint32_t)((int32_t)10))))) { goto IL_00d5; } } { int32_t L_36 = V_1; if ((((int32_t)L_36) < ((int32_t)((int32_t)10)))) { goto IL_00a0; } } IL_00d5: { int32_t L_37 = V_2; int32_t L_38; L_38 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_37) == ((int32_t)L_38))) { goto IL_00ea; } } { int32_t L_39 = V_2; Il2CppChar* L_40; L_40 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___format0))->____pointer_0))->value, (L_39), ((&___format0))->____length_1); int32_t L_41 = *((uint16_t*)L_40); if (L_41) { goto IL_00ef; } } IL_00ea: { int32_t* L_42 = ___digits1; int32_t L_43 = V_1; *((int32_t*)L_42) = (int32_t)L_43; Il2CppChar L_44 = V_0; return L_44; } IL_00ef: { int32_t* L_45 = ___digits1; *((int32_t*)L_45) = (int32_t)(-1); int32_t L_46; L_46 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if (!L_46) { goto IL_0100; } } { Il2CppChar L_47 = V_0; if (!L_47) { goto IL_0100; } } { return 0; } IL_0100: { return ((int32_t)71); } } // System.Void System.Globalization.FormatProvider/Number::NumberToString(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Char,System.Int32,System.Globalization.NumberFormatInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_NumberToString_mA6AA3672C7030A9751EDB7C8CE04F22851F88910 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* ___sb0, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number1, Il2CppChar ___format2, int32_t ___nMaxDigits3, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info4, bool ___isDecimal5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t G_B12_0 = 0; { V_0 = (-1); Il2CppChar L_0 = ___format2; if ((!(((uint32_t)L_0) <= ((uint32_t)((int32_t)80))))) { goto IL_0039; } } { Il2CppChar L_1 = ___format2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, ((int32_t)67)))) { case 0: { goto IL_006b; } case 1: { goto IL_01fb; } case 2: { goto IL_0119; } case 3: { goto IL_00a1; } case 4: { goto IL_0154; } } } { Il2CppChar L_2 = ___format2; if ((((int32_t)L_2) == ((int32_t)((int32_t)78)))) { goto IL_00ec; } } { Il2CppChar L_3 = ___format2; if ((((int32_t)L_3) == ((int32_t)((int32_t)80)))) { goto IL_01c3; } } { goto IL_01fb; } IL_0039: { Il2CppChar L_4 = ___format2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, ((int32_t)99)))) { case 0: { goto IL_006b; } case 1: { goto IL_01fb; } case 2: { goto IL_0119; } case 3: { goto IL_00a1; } case 4: { goto IL_0154; } } } { Il2CppChar L_5 = ___format2; if ((((int32_t)L_5) == ((int32_t)((int32_t)110)))) { goto IL_00ec; } } { Il2CppChar L_6 = ___format2; if ((((int32_t)L_6) == ((int32_t)((int32_t)112)))) { goto IL_01c3; } } { goto IL_01fb; } IL_006b: { int32_t L_7 = ___nMaxDigits3; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_0078; } } { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_8 = ___info4; NullCheck(L_8); int32_t L_9; L_9 = NumberFormatInfo_get_CurrencyDecimalDigits_m5E04D902AB388705BF7FED31630AF7730EFA34BE_inline(L_8, NULL); G_B12_0 = L_9; goto IL_0079; } IL_0078: { int32_t L_10 = ___nMaxDigits3; G_B12_0 = L_10; } IL_0079: { V_0 = G_B12_0; int32_t L_11 = ___nMaxDigits3; if ((((int32_t)L_11) >= ((int32_t)0))) { goto IL_0087; } } { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_12 = ___info4; NullCheck(L_12); int32_t L_13; L_13 = NumberFormatInfo_get_CurrencyDecimalDigits_m5E04D902AB388705BF7FED31630AF7730EFA34BE_inline(L_12, NULL); ___nMaxDigits3 = L_13; } IL_0087: { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_14 = ___number1; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_15 = ___number1; int32_t L_16 = L_15->___scale_1; int32_t L_17 = ___nMaxDigits3; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Number_RoundNumber_mCE2847455FA0EB1276AEE1C4971CFEF3D56C6364(L_14, ((int32_t)il2cpp_codegen_add(L_16, L_17)), NULL); ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_18 = ___sb0; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_19 = ___number1; int32_t L_20 = V_0; int32_t L_21 = ___nMaxDigits3; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_22 = ___info4; Number_FormatCurrency_m162245D0A21136A0A061DEFE42690A7FC3B7E6D7(L_18, L_19, L_20, L_21, L_22, NULL); return; } IL_00a1: { int32_t L_23 = ___nMaxDigits3; if ((((int32_t)L_23) >= ((int32_t)0))) { goto IL_00b2; } } { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_24 = ___info4; NullCheck(L_24); int32_t L_25; L_25 = NumberFormatInfo_get_NumberDecimalDigits_m5EB881B449699981560942A65714C5D5CBA897BD_inline(L_24, NULL); int32_t L_26 = L_25; V_0 = L_26; ___nMaxDigits3 = L_26; goto IL_00b4; } IL_00b2: { int32_t L_27 = ___nMaxDigits3; V_0 = L_27; } IL_00b4: { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_28 = ___number1; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_29 = ___number1; int32_t L_30 = L_29->___scale_1; int32_t L_31 = ___nMaxDigits3; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Number_RoundNumber_mCE2847455FA0EB1276AEE1C4971CFEF3D56C6364(L_28, ((int32_t)il2cpp_codegen_add(L_30, L_31)), NULL); NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_32 = ___number1; bool L_33 = L_32->___sign_2; if (!L_33) { goto IL_00d7; } } { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_34 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_35 = ___info4; NullCheck(L_35); String_t* L_36; L_36 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_35, NULL); ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline(L_34, L_36, NULL); } IL_00d7: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_37 = ___sb0; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_38 = ___number1; int32_t L_39 = V_0; int32_t L_40 = ___nMaxDigits3; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_41 = ___info4; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_42 = ___info4; NullCheck(L_42); String_t* L_43; L_43 = NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline(L_42, NULL); il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Number_FormatFixed_m37C574B532ED831E9CDC6D0BF414121BA8CF7AD7(L_37, L_38, L_39, L_40, L_41, (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)NULL, L_43, (String_t*)NULL, NULL); return; } IL_00ec: { int32_t L_44 = ___nMaxDigits3; if ((((int32_t)L_44) >= ((int32_t)0))) { goto IL_00fd; } } { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_45 = ___info4; NullCheck(L_45); int32_t L_46; L_46 = NumberFormatInfo_get_NumberDecimalDigits_m5EB881B449699981560942A65714C5D5CBA897BD_inline(L_45, NULL); int32_t L_47 = L_46; V_0 = L_47; ___nMaxDigits3 = L_47; goto IL_00ff; } IL_00fd: { int32_t L_48 = ___nMaxDigits3; V_0 = L_48; } IL_00ff: { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_49 = ___number1; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_50 = ___number1; int32_t L_51 = L_50->___scale_1; int32_t L_52 = ___nMaxDigits3; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Number_RoundNumber_mCE2847455FA0EB1276AEE1C4971CFEF3D56C6364(L_49, ((int32_t)il2cpp_codegen_add(L_51, L_52)), NULL); ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_53 = ___sb0; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_54 = ___number1; int32_t L_55 = V_0; int32_t L_56 = ___nMaxDigits3; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_57 = ___info4; Number_FormatNumber_m1C19C6D74AE1A8B3C36471CDEC0CB9D45128737A(L_53, L_54, L_55, L_56, L_57, NULL); return; } IL_0119: { int32_t L_58 = ___nMaxDigits3; if ((((int32_t)L_58) >= ((int32_t)0))) { goto IL_0124; } } { int32_t L_59 = 6; V_0 = L_59; ___nMaxDigits3 = L_59; goto IL_0126; } IL_0124: { int32_t L_60 = ___nMaxDigits3; V_0 = L_60; } IL_0126: { int32_t L_61 = ___nMaxDigits3; ___nMaxDigits3 = ((int32_t)il2cpp_codegen_add(L_61, 1)); NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_62 = ___number1; int32_t L_63 = ___nMaxDigits3; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Number_RoundNumber_mCE2847455FA0EB1276AEE1C4971CFEF3D56C6364(L_62, L_63, NULL); NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_64 = ___number1; bool L_65 = L_64->___sign_2; if (!L_65) { goto IL_0147; } } { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_66 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_67 = ___info4; NullCheck(L_67); String_t* L_68; L_68 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_67, NULL); ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline(L_66, L_68, NULL); } IL_0147: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_69 = ___sb0; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_70 = ___number1; int32_t L_71 = V_0; int32_t L_72 = ___nMaxDigits3; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_73 = ___info4; Il2CppChar L_74 = ___format2; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Number_FormatScientific_m54D1A64B7574596E75C5E50D61003F20469406D3(L_69, L_70, L_71, L_72, L_73, L_74, NULL); return; } IL_0154: { V_1 = (bool)1; int32_t L_75 = ___nMaxDigits3; if ((((int32_t)L_75) >= ((int32_t)1))) { goto IL_0178; } } { bool L_76 = ___isDecimal5; if (!L_76) { goto IL_016c; } } { int32_t L_77 = ___nMaxDigits3; if ((!(((uint32_t)L_77) == ((uint32_t)(-1))))) { goto IL_016c; } } { int32_t L_78 = ((int32_t)29); V_0 = L_78; ___nMaxDigits3 = L_78; V_1 = (bool)0; goto IL_017a; } IL_016c: { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_79 = ___number1; int32_t L_80 = L_79->___precision_0; int32_t L_81 = L_80; V_0 = L_81; ___nMaxDigits3 = L_81; goto IL_017a; } IL_0178: { int32_t L_82 = ___nMaxDigits3; V_0 = L_82; } IL_017a: { bool L_83 = V_1; if (!L_83) { goto IL_0186; } } { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_84 = ___number1; int32_t L_85 = ___nMaxDigits3; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Number_RoundNumber_mCE2847455FA0EB1276AEE1C4971CFEF3D56C6364(L_84, L_85, NULL); goto IL_019a; } IL_0186: { bool L_86 = ___isDecimal5; if (!L_86) { goto IL_019a; } } { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_87 = ___number1; Il2CppChar* L_88; L_88 = NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A_inline(L_87, NULL); int32_t L_89 = *((uint16_t*)L_88); if (L_89) { goto IL_019a; } } { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_90 = ___number1; L_90->___sign_2 = (bool)0; } IL_019a: { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_91 = ___number1; bool L_92 = L_91->___sign_2; if (!L_92) { goto IL_01af; } } { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_93 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_94 = ___info4; NullCheck(L_94); String_t* L_95; L_95 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_94, NULL); ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline(L_93, L_95, NULL); } IL_01af: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_96 = ___sb0; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_97 = ___number1; int32_t L_98 = V_0; int32_t L_99 = ___nMaxDigits3; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_100 = ___info4; Il2CppChar L_101 = ___format2; bool L_102 = V_1; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Number_FormatGeneral_mB1C05A97EC61B7C090B385A545C85B25BEEEDA65(L_96, L_97, L_98, L_99, L_100, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_101, 2))), (bool)((((int32_t)L_102) == ((int32_t)0))? 1 : 0), NULL); return; } IL_01c3: { int32_t L_103 = ___nMaxDigits3; if ((((int32_t)L_103) >= ((int32_t)0))) { goto IL_01d4; } } { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_104 = ___info4; NullCheck(L_104); int32_t L_105; L_105 = NumberFormatInfo_get_PercentDecimalDigits_m49B53E03F294674AA1B20B77C56E10721BA8643D_inline(L_104, NULL); int32_t L_106 = L_105; V_0 = L_106; ___nMaxDigits3 = L_106; goto IL_01d6; } IL_01d4: { int32_t L_107 = ___nMaxDigits3; V_0 = L_107; } IL_01d6: { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_108 = ___number1; int32_t* L_109 = (&L_108->___scale_1); int32_t* L_110 = L_109; int32_t L_111 = *((int32_t*)L_110); *((int32_t*)L_110) = (int32_t)((int32_t)il2cpp_codegen_add(L_111, 2)); NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_112 = ___number1; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_113 = ___number1; int32_t L_114 = L_113->___scale_1; int32_t L_115 = ___nMaxDigits3; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Number_RoundNumber_mCE2847455FA0EB1276AEE1C4971CFEF3D56C6364(L_112, ((int32_t)il2cpp_codegen_add(L_114, L_115)), NULL); ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_116 = ___sb0; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_117 = ___number1; int32_t L_118 = V_0; int32_t L_119 = ___nMaxDigits3; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_120 = ___info4; Number_FormatPercent_m8BC3CDB58827D7125E778B3A42C04FC9A2C6E32F(L_116, L_117, L_118, L_119, L_120, NULL); return; } IL_01fb: { FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_121 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); NullCheck(L_121); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_121, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA04D202AC5F9C676BB75B6E26B16EE1F062729C)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_121, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Number_NumberToString_mA6AA3672C7030A9751EDB7C8CE04F22851F88910_RuntimeMethod_var))); } } // System.Void System.Globalization.FormatProvider/Number::FormatCurrency(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatCurrency_m162245D0A21136A0A061DEFE42690A7FC3B7E6D7 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* ___sb0, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number1, int32_t ___nMinDigits2, int32_t ___nMaxDigits3, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; String_t* G_B3_0 = NULL; { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_0 = ___number1; bool L_1 = L_0->___sign_2; if (L_1) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ((Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_StaticFields*)il2cpp_codegen_static_fields_for(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var))->___s_posCurrencyFormats_0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3 = ___info4; NullCheck(L_3); int32_t L_4; L_4 = NumberFormatInfo_get_CurrencyPositivePattern_m253954FD1F79EB2F9B12070A348E8E1DB0E75263_inline(L_3, NULL); NullCheck(L_2); int32_t L_5 = L_4; String_t* L_6 = (L_2)->GetAt(static_cast(L_5)); G_B3_0 = L_6; goto IL_0024; } IL_0017: { il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = ((Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_StaticFields*)il2cpp_codegen_static_fields_for(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var))->___s_negCurrencyFormats_1; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_8 = ___info4; NullCheck(L_8); int32_t L_9; L_9 = NumberFormatInfo_get_CurrencyNegativePattern_m35EAAAC0517F13B43B444B82343F14D9B0A14FC4_inline(L_8, NULL); NullCheck(L_7); int32_t L_10 = L_9; String_t* L_11 = (L_7)->GetAt(static_cast(L_10)); G_B3_0 = L_11; } IL_0024: { V_0 = G_B3_0; V_1 = 0; goto IL_008d; } IL_0029: { String_t* L_12 = V_0; int32_t L_13 = V_1; NullCheck(L_12); Il2CppChar L_14; L_14 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_12, L_13, NULL); V_2 = L_14; Il2CppChar L_15 = V_2; if ((((int32_t)L_15) == ((int32_t)((int32_t)35)))) { goto IL_0042; } } { Il2CppChar L_16 = V_2; if ((((int32_t)L_16) == ((int32_t)((int32_t)36)))) { goto IL_0073; } } { Il2CppChar L_17 = V_2; if ((((int32_t)L_17) == ((int32_t)((int32_t)45)))) { goto IL_0064; } } { goto IL_0082; } IL_0042: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_18 = ___sb0; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_19 = ___number1; int32_t L_20 = ___nMinDigits2; int32_t L_21 = ___nMaxDigits3; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_22 = ___info4; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_23 = ___info4; NullCheck(L_23); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_24; L_24 = NumberFormatInfo_get_CurrencyGroupSizes_mA65056791CE7754317B7502465C488E2126591BA(L_23, NULL); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_25 = ___info4; NullCheck(L_25); String_t* L_26; L_26 = NumberFormatInfo_get_CurrencyDecimalSeparator_mBAD4DAC07DC995653374C16BFB02E6CF2CA121BD_inline(L_25, NULL); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_27 = ___info4; NullCheck(L_27); String_t* L_28; L_28 = NumberFormatInfo_get_CurrencyGroupSeparator_mE8F7687A3D4812C75092E30554B4C15C974441BD_inline(L_27, NULL); il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Number_FormatFixed_m37C574B532ED831E9CDC6D0BF414121BA8CF7AD7(L_18, L_19, L_20, L_21, L_22, L_24, L_26, L_28, NULL); goto IL_0089; } IL_0064: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_29 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_30 = ___info4; NullCheck(L_30); String_t* L_31; L_31 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_30, NULL); ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline(L_29, L_31, NULL); goto IL_0089; } IL_0073: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_32 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_33 = ___info4; NullCheck(L_33); String_t* L_34; L_34 = NumberFormatInfo_get_CurrencySymbol_m69E8700B6E102ADA1351AD4C6BBC7779D9F13F43_inline(L_33, NULL); ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline(L_32, L_34, NULL); goto IL_0089; } IL_0082: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_35 = ___sb0; Il2CppChar L_36 = V_2; ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(L_35, L_36, NULL); } IL_0089: { int32_t L_37 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_37, 1)); } IL_008d: { int32_t L_38 = V_1; String_t* L_39 = V_0; NullCheck(L_39); int32_t L_40; L_40 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_39, NULL); if ((((int32_t)L_38) < ((int32_t)L_40))) { goto IL_0029; } } { return; } } // System.Int32 System.Globalization.FormatProvider/Number::wcslen(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Number_wcslen_mD7025B8AF2D1532CC37711002621C387A2D97C3D (Il2CppChar* ___s0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_0008; } IL_0004: { int32_t L_0 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_0, 1)); } IL_0008: { Il2CppChar* L_1 = ___s0; Il2CppChar* L_2 = L_1; ___s0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, 2)); int32_t L_3 = *((uint16_t*)L_2); if (L_3) { goto IL_0004; } } { int32_t L_4 = V_0; return L_4; } } // System.Void System.Globalization.FormatProvider/Number::FormatFixed(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Int32[],System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatFixed_m37C574B532ED831E9CDC6D0BF414121BA8CF7AD7 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* ___sb0, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number1, int32_t ___nMinDigits2, int32_t ___nMaxDigits3, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info4, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___groupDigits5, String_t* ___sDecimal6, String_t* ___sGroup7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_FormatFixed_m37C574B532ED831E9CDC6D0BF414121BA8CF7AD7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; Il2CppChar* V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; Il2CppChar* V_12 = NULL; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; int32_t G_B17_0 = 0; Il2CppChar* G_B20_0 = NULL; Il2CppChar* G_B19_0 = NULL; int32_t G_B21_0 = 0; Il2CppChar* G_B21_1 = NULL; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B42_0 = NULL; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B41_0 = NULL; int32_t G_B43_0 = 0; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B43_1 = NULL; { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_0 = ___number1; int32_t L_1 = L_0->___scale_1; V_0 = L_1; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_2 = ___number1; Il2CppChar* L_3; L_3 = NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A_inline(L_2, NULL); V_1 = L_3; Il2CppChar* L_4 = V_1; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); int32_t L_5; L_5 = Number_wcslen_mD7025B8AF2D1532CC37711002621C387A2D97C3D(L_4, NULL); V_2 = L_5; int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_016b; } } { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_7 = ___groupDigits5; if (!L_7) { goto IL_0140; } } { V_3 = 0; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_8 = ___groupDigits5; int32_t L_9 = V_3; NullCheck(L_8); int32_t L_10 = L_9; int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); V_4 = L_11; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_12 = ___groupDigits5; NullCheck(L_12); V_5 = ((int32_t)(((RuntimeArray*)L_12)->max_length)); int32_t L_13 = V_0; V_6 = L_13; String_t* L_14 = ___sGroup7; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_14, NULL); V_7 = L_15; V_8 = 0; int32_t L_16 = V_5; if (!L_16) { goto IL_008f; } } { goto IL_007b; } IL_0046: { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_17 = ___groupDigits5; int32_t L_18 = V_3; NullCheck(L_17); int32_t L_19 = L_18; int32_t L_20 = (L_17)->GetAt(static_cast(L_19)); V_8 = L_20; int32_t L_21 = V_8; if (!L_21) { goto IL_0080; } } { int32_t L_22 = V_6; int32_t L_23 = V_7; V_6 = ((int32_t)il2cpp_codegen_add(L_22, L_23)); int32_t L_24 = V_3; int32_t L_25 = V_5; if ((((int32_t)L_24) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_25, 1))))) { goto IL_0062; } } { int32_t L_26 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_26, 1)); } IL_0062: { int32_t L_27 = V_4; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_28 = ___groupDigits5; int32_t L_29 = V_3; NullCheck(L_28); int32_t L_30 = L_29; int32_t L_31 = (L_28)->GetAt(static_cast(L_30)); V_4 = ((int32_t)il2cpp_codegen_add(L_27, L_31)); int32_t L_32 = V_4; if ((((int32_t)L_32) < ((int32_t)0))) { goto IL_0075; } } { int32_t L_33 = V_6; if ((((int32_t)L_33) >= ((int32_t)0))) { goto IL_007b; } } IL_0075: { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_34 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_34); ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9(L_34, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Number_FormatFixed_m37C574B532ED831E9CDC6D0BF414121BA8CF7AD7_RuntimeMethod_var))); } IL_007b: { int32_t L_35 = V_0; int32_t L_36 = V_4; if ((((int32_t)L_35) > ((int32_t)L_36))) { goto IL_0046; } } IL_0080: { int32_t L_37 = V_4; if (L_37) { goto IL_0089; } } { V_8 = 0; goto IL_008f; } IL_0089: { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_38 = ___groupDigits5; NullCheck(L_38); int32_t L_39 = 0; int32_t L_40 = (L_38)->GetAt(static_cast(L_39)); V_8 = L_40; } IL_008f: { int32_t L_41 = V_6; if ((uintptr_t)((uintptr_t)L_41) * (uintptr_t)2 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Number_FormatFixed_m37C574B532ED831E9CDC6D0BF414121BA8CF7AD7_RuntimeMethod_var); int8_t* L_42 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_41), 2))); memset(L_42, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_41), 2))); V_9 = (Il2CppChar*)(L_42); V_3 = 0; V_10 = 0; int32_t L_43 = V_0; int32_t L_44 = V_2; if ((((int32_t)L_43) < ((int32_t)L_44))) { goto IL_00a4; } } { int32_t L_45 = V_2; G_B17_0 = L_45; goto IL_00a5; } IL_00a4: { int32_t L_46 = V_0; G_B17_0 = L_46; } IL_00a5: { V_11 = G_B17_0; Il2CppChar* L_47 = V_9; int32_t L_48 = V_6; V_12 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_48), 2)))), 2)); int32_t L_49 = V_0; V_13 = ((int32_t)il2cpp_codegen_subtract(L_49, 1)); goto IL_0127; } IL_00ba: { Il2CppChar* L_50 = V_12; Il2CppChar* L_51 = L_50; V_12 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_51, 2)); int32_t L_52 = V_13; int32_t L_53 = V_11; G_B19_0 = L_51; if ((((int32_t)L_52) < ((int32_t)L_53))) { G_B20_0 = L_51; goto IL_00cb; } } { G_B21_0 = ((int32_t)48); G_B21_1 = G_B19_0; goto IL_00d3; } IL_00cb: { Il2CppChar* L_54 = V_1; int32_t L_55 = V_13; int32_t L_56 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_54, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_55), 2))))); G_B21_0 = L_56; G_B21_1 = G_B20_0; } IL_00d3: { *((int16_t*)G_B21_1) = (int16_t)G_B21_0; int32_t L_57 = V_8; if ((((int32_t)L_57) <= ((int32_t)0))) { goto IL_0121; } } { int32_t L_58 = V_10; V_10 = ((int32_t)il2cpp_codegen_add(L_58, 1)); int32_t L_59 = V_10; int32_t L_60 = V_8; if ((!(((uint32_t)L_59) == ((uint32_t)L_60)))) { goto IL_0121; } } { int32_t L_61 = V_13; if (!L_61) { goto IL_0121; } } { int32_t L_62 = V_7; V_14 = ((int32_t)il2cpp_codegen_subtract(L_62, 1)); goto IL_0108; } IL_00f1: { Il2CppChar* L_63 = V_12; Il2CppChar* L_64 = L_63; V_12 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_64, 2)); String_t* L_65 = ___sGroup7; int32_t L_66 = V_14; NullCheck(L_65); Il2CppChar L_67; L_67 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_65, L_66, NULL); *((int16_t*)L_64) = (int16_t)L_67; int32_t L_68 = V_14; V_14 = ((int32_t)il2cpp_codegen_subtract(L_68, 1)); } IL_0108: { int32_t L_69 = V_14; if ((((int32_t)L_69) >= ((int32_t)0))) { goto IL_00f1; } } { int32_t L_70 = V_3; int32_t L_71 = V_5; if ((((int32_t)L_70) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_71, 1))))) { goto IL_011e; } } { int32_t L_72 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_72, 1)); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_73 = ___groupDigits5; int32_t L_74 = V_3; NullCheck(L_73); int32_t L_75 = L_74; int32_t L_76 = (L_73)->GetAt(static_cast(L_75)); V_8 = L_76; } IL_011e: { V_10 = 0; } IL_0121: { int32_t L_77 = V_13; V_13 = ((int32_t)il2cpp_codegen_subtract(L_77, 1)); } IL_0127: { int32_t L_78 = V_13; if ((((int32_t)L_78) >= ((int32_t)0))) { goto IL_00ba; } } { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_79 = ___sb0; Il2CppChar* L_80 = V_9; int32_t L_81 = V_6; ValueStringBuilder_Append_m58580EDC69E4BCFEFFE0A266FE36684AC660BBD6(L_79, L_80, L_81, NULL); Il2CppChar* L_82 = V_1; int32_t L_83 = V_11; V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_82, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_83), 2)))); goto IL_0173; } IL_0140: { int32_t L_84 = V_2; int32_t L_85 = V_0; il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); int32_t L_86; L_86 = Math_Min_m1F346FEDDC77AC1EC0C4EF1AC6BA59F0EC7980F8(L_84, L_85, NULL); V_15 = L_86; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_87 = ___sb0; Il2CppChar* L_88 = V_1; int32_t L_89 = V_15; ValueStringBuilder_Append_m58580EDC69E4BCFEFFE0A266FE36684AC660BBD6(L_87, L_88, L_89, NULL); Il2CppChar* L_90 = V_1; int32_t L_91 = V_15; V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_90, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_91), 2)))); int32_t L_92 = V_0; int32_t L_93 = V_2; if ((((int32_t)L_92) <= ((int32_t)L_93))) { goto IL_0173; } } { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_94 = ___sb0; int32_t L_95 = V_0; int32_t L_96 = V_2; ValueStringBuilder_Append_m4E46E62A9444CE58033DDB6EC5D9AE7CF02B48B0(L_94, ((int32_t)48), ((int32_t)il2cpp_codegen_subtract(L_95, L_96)), NULL); goto IL_0173; } IL_016b: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_97 = ___sb0; ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(L_97, ((int32_t)48), NULL); } IL_0173: { int32_t L_98 = ___nMaxDigits3; if ((((int32_t)L_98) <= ((int32_t)0))) { goto IL_01c5; } } { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_99 = ___sb0; String_t* L_100 = ___sDecimal6; ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline(L_99, L_100, NULL); int32_t L_101 = V_0; if ((((int32_t)L_101) >= ((int32_t)0))) { goto IL_01c1; } } { int32_t L_102 = ___nMaxDigits3; if ((((int32_t)L_102) <= ((int32_t)0))) { goto IL_01c1; } } { int32_t L_103 = V_0; int32_t L_104 = ___nMaxDigits3; il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); int32_t L_105; L_105 = Math_Min_m1F346FEDDC77AC1EC0C4EF1AC6BA59F0EC7980F8(((-L_103)), L_104, NULL); V_16 = L_105; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_106 = ___sb0; int32_t L_107 = V_16; ValueStringBuilder_Append_m4E46E62A9444CE58033DDB6EC5D9AE7CF02B48B0(L_106, ((int32_t)48), L_107, NULL); int32_t L_108 = V_0; int32_t L_109 = V_16; V_0 = ((int32_t)il2cpp_codegen_add(L_108, L_109)); int32_t L_110 = ___nMaxDigits3; int32_t L_111 = V_16; ___nMaxDigits3 = ((int32_t)il2cpp_codegen_subtract(L_110, L_111)); goto IL_01c1; } IL_01a8: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_112 = ___sb0; Il2CppChar* L_113 = V_1; int32_t L_114 = *((uint16_t*)L_113); G_B41_0 = L_112; if (L_114) { G_B42_0 = L_112; goto IL_01b1; } } { G_B43_0 = ((int32_t)48); G_B43_1 = G_B41_0; goto IL_01b7; } IL_01b1: { Il2CppChar* L_115 = V_1; Il2CppChar* L_116 = L_115; V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_116, 2)); int32_t L_117 = *((uint16_t*)L_116); G_B43_0 = L_117; G_B43_1 = G_B42_0; } IL_01b7: { ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(G_B43_1, G_B43_0, NULL); int32_t L_118 = ___nMaxDigits3; ___nMaxDigits3 = ((int32_t)il2cpp_codegen_subtract(L_118, 1)); } IL_01c1: { int32_t L_119 = ___nMaxDigits3; if ((((int32_t)L_119) > ((int32_t)0))) { goto IL_01a8; } } IL_01c5: { return; } } // System.Void System.Globalization.FormatProvider/Number::FormatNumber(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatNumber_m1C19C6D74AE1A8B3C36471CDEC0CB9D45128737A (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* ___sb0, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number1, int32_t ___nMinDigits2, int32_t ___nMaxDigits3, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; String_t* G_B3_0 = NULL; { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_0 = ___number1; bool L_1 = L_0->___sign_2; if (L_1) { goto IL_000f; } } { il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); String_t* L_2 = ((Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_StaticFields*)il2cpp_codegen_static_fields_for(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var))->___s_posNumberFormat_5; G_B3_0 = L_2; goto IL_001c; } IL_000f: { il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = ((Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_StaticFields*)il2cpp_codegen_static_fields_for(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var))->___s_negNumberFormats_4; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_4 = ___info4; NullCheck(L_4); int32_t L_5; L_5 = NumberFormatInfo_get_NumberNegativePattern_mB2D78035F14DA736695A2476B33B70A8BE3DB772_inline(L_4, NULL); NullCheck(L_3); int32_t L_6 = L_5; String_t* L_7 = (L_3)->GetAt(static_cast(L_6)); G_B3_0 = L_7; } IL_001c: { V_0 = G_B3_0; V_1 = 0; goto IL_0071; } IL_0021: { String_t* L_8 = V_0; int32_t L_9 = V_1; NullCheck(L_8); Il2CppChar L_10; L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, L_9, NULL); V_2 = L_10; Il2CppChar L_11 = V_2; if ((((int32_t)L_11) == ((int32_t)((int32_t)35)))) { goto IL_0035; } } { Il2CppChar L_12 = V_2; if ((((int32_t)L_12) == ((int32_t)((int32_t)45)))) { goto IL_0057; } } { goto IL_0066; } IL_0035: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_13 = ___sb0; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_14 = ___number1; int32_t L_15 = ___nMinDigits2; int32_t L_16 = ___nMaxDigits3; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_17 = ___info4; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_18 = ___info4; NullCheck(L_18); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_19; L_19 = NumberFormatInfo_get_NumberGroupSizes_m45DE41B24561ECB99B63B5714CEEC5D101EB15D9(L_18, NULL); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_20 = ___info4; NullCheck(L_20); String_t* L_21; L_21 = NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline(L_20, NULL); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_22 = ___info4; NullCheck(L_22); String_t* L_23; L_23 = NumberFormatInfo_get_NumberGroupSeparator_m0556B092AA471513B1EDC31C047712226D39BEB6_inline(L_22, NULL); il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Number_FormatFixed_m37C574B532ED831E9CDC6D0BF414121BA8CF7AD7(L_13, L_14, L_15, L_16, L_17, L_19, L_21, L_23, NULL); goto IL_006d; } IL_0057: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_24 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_25 = ___info4; NullCheck(L_25); String_t* L_26; L_26 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_25, NULL); ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline(L_24, L_26, NULL); goto IL_006d; } IL_0066: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_27 = ___sb0; Il2CppChar L_28 = V_2; ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(L_27, L_28, NULL); } IL_006d: { int32_t L_29 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_29, 1)); } IL_0071: { int32_t L_30 = V_1; String_t* L_31 = V_0; NullCheck(L_31); int32_t L_32; L_32 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_31, NULL); if ((((int32_t)L_30) < ((int32_t)L_32))) { goto IL_0021; } } { return; } } // System.Void System.Globalization.FormatProvider/Number::FormatScientific(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatScientific_m54D1A64B7574596E75C5E50D61003F20469406D3 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* ___sb0, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number1, int32_t ___nMinDigits2, int32_t ___nMaxDigits3, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info4, Il2CppChar ___expChar5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; int32_t V_1 = 0; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B2_0 = NULL; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B1_0 = NULL; int32_t G_B3_0 = 0; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B3_1 = NULL; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B7_0 = NULL; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B6_0 = NULL; int32_t G_B8_0 = 0; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B8_1 = NULL; int32_t G_B13_0 = 0; { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_0 = ___number1; Il2CppChar* L_1; L_1 = NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A_inline(L_0, NULL); V_0 = L_1; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_2 = ___sb0; Il2CppChar* L_3 = V_0; int32_t L_4 = *((uint16_t*)L_3); G_B1_0 = L_2; if (L_4) { G_B2_0 = L_2; goto IL_0010; } } { G_B3_0 = ((int32_t)48); G_B3_1 = G_B1_0; goto IL_0016; } IL_0010: { Il2CppChar* L_5 = V_0; Il2CppChar* L_6 = L_5; V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, 2)); int32_t L_7 = *((uint16_t*)L_6); G_B3_0 = L_7; G_B3_1 = G_B2_0; } IL_0016: { ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(G_B3_1, G_B3_0, NULL); int32_t L_8 = ___nMaxDigits3; if ((((int32_t)L_8) == ((int32_t)1))) { goto IL_0042; } } { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_9 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_10 = ___info4; NullCheck(L_10); String_t* L_11; L_11 = NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline(L_10, NULL); ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline(L_9, L_11, NULL); goto IL_0042; } IL_002e: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_12 = ___sb0; Il2CppChar* L_13 = V_0; int32_t L_14 = *((uint16_t*)L_13); G_B6_0 = L_12; if (L_14) { G_B7_0 = L_12; goto IL_0037; } } { G_B8_0 = ((int32_t)48); G_B8_1 = G_B6_0; goto IL_003d; } IL_0037: { Il2CppChar* L_15 = V_0; Il2CppChar* L_16 = L_15; V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, 2)); int32_t L_17 = *((uint16_t*)L_16); G_B8_0 = L_17; G_B8_1 = G_B7_0; } IL_003d: { ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(G_B8_1, G_B8_0, NULL); } IL_0042: { int32_t L_18 = ___nMaxDigits3; int32_t L_19 = ((int32_t)il2cpp_codegen_subtract(L_18, 1)); ___nMaxDigits3 = L_19; if ((((int32_t)L_19) > ((int32_t)0))) { goto IL_002e; } } { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_20 = ___number1; Il2CppChar* L_21; L_21 = NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A_inline(L_20, NULL); int32_t L_22 = *((uint16_t*)L_21); if (!L_22) { goto IL_005e; } } { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_23 = ___number1; int32_t L_24 = L_23->___scale_1; G_B13_0 = ((int32_t)il2cpp_codegen_subtract(L_24, 1)); goto IL_005f; } IL_005e: { G_B13_0 = 0; } IL_005f: { V_1 = G_B13_0; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_25 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_26 = ___info4; int32_t L_27 = V_1; Il2CppChar L_28 = ___expChar5; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Number_FormatExponent_m19745DA5488401ACE7412D176E728264D8900B23(L_25, L_26, L_27, L_28, 3, (bool)1, NULL); return; } } // System.Void System.Globalization.FormatProvider/Number::FormatExponent(System.Text.ValueStringBuilder&,System.Globalization.NumberFormatInfo,System.Int32,System.Char,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatExponent_m19745DA5488401ACE7412D176E728264D8900B23 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* ___sb0, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info1, int32_t ___value2, Il2CppChar ___expChar3, int32_t ___minDigits4, bool ___positiveSign5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_0 = ___sb0; Il2CppChar L_1 = ___expChar3; ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(L_0, L_1, NULL); int32_t L_2 = ___value2; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_001d; } } { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_3 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_4 = ___info1; NullCheck(L_4); String_t* L_5; L_5 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_4, NULL); ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline(L_3, L_5, NULL); int32_t L_6 = ___value2; ___value2 = ((-L_6)); goto IL_002d; } IL_001d: { bool L_7 = ___positiveSign5; if (!L_7) { goto IL_002d; } } { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_8 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_9 = ___info1; NullCheck(L_9); String_t* L_10; L_10 = NumberFormatInfo_get_PositiveSign_mEB874CC4589FD7B2F57CD3269AE6D9043A0C25EF_inline(L_9, NULL); ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline(L_8, L_10, NULL); } IL_002d: { int8_t* L_11 = (int8_t*) alloca(((uintptr_t)((int32_t)22))); memset(L_11, 0, ((uintptr_t)((int32_t)22))); V_0 = (Il2CppChar*)(L_11); V_1 = ((int32_t)10); Il2CppChar* L_12 = V_0; int32_t L_13 = ___value2; int32_t L_14 = ___minDigits4; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Number_Int32ToDecChars_m51669F278609128FCC3BE0A25E76D8BE5E16E80C(L_12, (&V_1), L_13, L_14, NULL); int32_t L_15 = V_1; V_2 = ((int32_t)il2cpp_codegen_subtract(((int32_t)10), L_15)); goto IL_0059; } IL_0048: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_16 = ___sb0; Il2CppChar* L_17 = V_0; int32_t L_18 = V_1; int32_t L_19 = L_18; V_1 = ((int32_t)il2cpp_codegen_add(L_19, 1)); int32_t L_20 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_19), 2))))); ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(L_16, L_20, NULL); } IL_0059: { int32_t L_21 = V_2; int32_t L_22 = ((int32_t)il2cpp_codegen_subtract(L_21, 1)); V_2 = L_22; if ((((int32_t)L_22) >= ((int32_t)0))) { goto IL_0048; } } { return; } } // System.Void System.Globalization.FormatProvider/Number::FormatGeneral(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatGeneral_mB1C05A97EC61B7C090B385A545C85B25BEEEDA65 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* ___sb0, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number1, int32_t ___nMinDigits2, int32_t ___nMaxDigits3, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info4, Il2CppChar ___expChar5, bool ___bSuppressScientific6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Il2CppChar* V_2 = NULL; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B7_0 = NULL; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B6_0 = NULL; int32_t G_B8_0 = 0; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B8_1 = NULL; { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_0 = ___number1; int32_t L_1 = L_0->___scale_1; V_0 = L_1; V_1 = (bool)0; bool L_2 = ___bSuppressScientific6; if (L_2) { goto IL_001a; } } { int32_t L_3 = V_0; int32_t L_4 = ___nMaxDigits3; if ((((int32_t)L_3) > ((int32_t)L_4))) { goto IL_0016; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) >= ((int32_t)((int32_t)-3)))) { goto IL_001a; } } IL_0016: { V_0 = 1; V_1 = (bool)1; } IL_001a: { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_6 = ___number1; Il2CppChar* L_7; L_7 = NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A_inline(L_6, NULL); V_2 = L_7; int32_t L_8 = V_0; if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0043; } } IL_0025: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_9 = ___sb0; Il2CppChar* L_10 = V_2; int32_t L_11 = *((uint16_t*)L_10); G_B6_0 = L_9; if (L_11) { G_B7_0 = L_9; goto IL_002e; } } { G_B8_0 = ((int32_t)48); G_B8_1 = G_B6_0; goto IL_0034; } IL_002e: { Il2CppChar* L_12 = V_2; Il2CppChar* L_13 = L_12; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, 2)); int32_t L_14 = *((uint16_t*)L_13); G_B8_0 = L_14; G_B8_1 = G_B7_0; } IL_0034: { ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(G_B8_1, G_B8_0, NULL); int32_t L_15 = V_0; int32_t L_16 = ((int32_t)il2cpp_codegen_subtract(L_15, 1)); V_0 = L_16; if ((((int32_t)L_16) > ((int32_t)0))) { goto IL_0025; } } { goto IL_004b; } IL_0043: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_17 = ___sb0; ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(L_17, ((int32_t)48), NULL); } IL_004b: { Il2CppChar* L_18 = V_2; int32_t L_19 = *((uint16_t*)L_18); if (L_19) { goto IL_0053; } } { int32_t L_20 = V_0; if ((((int32_t)L_20) >= ((int32_t)0))) { goto IL_0084; } } IL_0053: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_21 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_22 = ___info4; NullCheck(L_22); String_t* L_23; L_23 = NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline(L_22, NULL); ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline(L_21, L_23, NULL); goto IL_006e; } IL_0062: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_24 = ___sb0; ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(L_24, ((int32_t)48), NULL); int32_t L_25 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_25, 1)); } IL_006e: { int32_t L_26 = V_0; if ((((int32_t)L_26) < ((int32_t)0))) { goto IL_0062; } } { goto IL_0080; } IL_0074: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_27 = ___sb0; Il2CppChar* L_28 = V_2; Il2CppChar* L_29 = L_28; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, 2)); int32_t L_30 = *((uint16_t*)L_29); ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(L_27, L_30, NULL); } IL_0080: { Il2CppChar* L_31 = V_2; int32_t L_32 = *((uint16_t*)L_31); if (L_32) { goto IL_0074; } } IL_0084: { bool L_33 = V_1; if (!L_33) { goto IL_009b; } } { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_34 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_35 = ___info4; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_36 = ___number1; int32_t L_37 = L_36->___scale_1; Il2CppChar L_38 = ___expChar5; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Number_FormatExponent_m19745DA5488401ACE7412D176E728264D8900B23(L_34, L_35, ((int32_t)il2cpp_codegen_subtract(L_37, 1)), L_38, 2, (bool)1, NULL); } IL_009b: { return; } } // System.Void System.Globalization.FormatProvider/Number::FormatPercent(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_FormatPercent_m8BC3CDB58827D7125E778B3A42C04FC9A2C6E32F (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* ___sb0, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number1, int32_t ___nMinDigits2, int32_t ___nMaxDigits3, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; String_t* G_B3_0 = NULL; { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_0 = ___number1; bool L_1 = L_0->___sign_2; if (L_1) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ((Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_StaticFields*)il2cpp_codegen_static_fields_for(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var))->___s_posPercentFormats_2; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_3 = ___info4; NullCheck(L_3); int32_t L_4; L_4 = NumberFormatInfo_get_PercentPositivePattern_m2720656715E7A19D1CEAD0155412B2EE01FC68FA_inline(L_3, NULL); NullCheck(L_2); int32_t L_5 = L_4; String_t* L_6 = (L_2)->GetAt(static_cast(L_5)); G_B3_0 = L_6; goto IL_0024; } IL_0017: { il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = ((Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_StaticFields*)il2cpp_codegen_static_fields_for(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var))->___s_negPercentFormats_3; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_8 = ___info4; NullCheck(L_8); int32_t L_9; L_9 = NumberFormatInfo_get_PercentNegativePattern_m3EED4EC4B89339AA00581150F4999BCC3400CDAD_inline(L_8, NULL); NullCheck(L_7); int32_t L_10 = L_9; String_t* L_11 = (L_7)->GetAt(static_cast(L_10)); G_B3_0 = L_11; } IL_0024: { V_0 = G_B3_0; V_1 = 0; goto IL_008d; } IL_0029: { String_t* L_12 = V_0; int32_t L_13 = V_1; NullCheck(L_12); Il2CppChar L_14; L_14 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_12, L_13, NULL); V_2 = L_14; Il2CppChar L_15 = V_2; if ((((int32_t)L_15) == ((int32_t)((int32_t)35)))) { goto IL_0042; } } { Il2CppChar L_16 = V_2; if ((((int32_t)L_16) == ((int32_t)((int32_t)37)))) { goto IL_0073; } } { Il2CppChar L_17 = V_2; if ((((int32_t)L_17) == ((int32_t)((int32_t)45)))) { goto IL_0064; } } { goto IL_0082; } IL_0042: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_18 = ___sb0; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_19 = ___number1; int32_t L_20 = ___nMinDigits2; int32_t L_21 = ___nMaxDigits3; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_22 = ___info4; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_23 = ___info4; NullCheck(L_23); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_24; L_24 = NumberFormatInfo_get_PercentGroupSizes_mD5EA131D12B675FE744E357934F39C373C15CD67(L_23, NULL); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_25 = ___info4; NullCheck(L_25); String_t* L_26; L_26 = NumberFormatInfo_get_PercentDecimalSeparator_mB656F8F033BB700E4647AF14044C607F34634B80_inline(L_25, NULL); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_27 = ___info4; NullCheck(L_27); String_t* L_28; L_28 = NumberFormatInfo_get_PercentGroupSeparator_m1321ACEA2239006587D132AF6445E55D733BABF9_inline(L_27, NULL); il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Number_FormatFixed_m37C574B532ED831E9CDC6D0BF414121BA8CF7AD7(L_18, L_19, L_20, L_21, L_22, L_24, L_26, L_28, NULL); goto IL_0089; } IL_0064: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_29 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_30 = ___info4; NullCheck(L_30); String_t* L_31; L_31 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_30, NULL); ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline(L_29, L_31, NULL); goto IL_0089; } IL_0073: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_32 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_33 = ___info4; NullCheck(L_33); String_t* L_34; L_34 = NumberFormatInfo_get_PercentSymbol_mB3F25C2B5F71574B7F4A0BEE95A7028E7A48CFC2_inline(L_33, NULL); ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline(L_32, L_34, NULL); goto IL_0089; } IL_0082: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_35 = ___sb0; Il2CppChar L_36 = V_2; ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(L_35, L_36, NULL); } IL_0089: { int32_t L_37 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_37, 1)); } IL_008d: { int32_t L_38 = V_1; String_t* L_39 = V_0; NullCheck(L_39); int32_t L_40; L_40 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_39, NULL); if ((((int32_t)L_38) < ((int32_t)L_40))) { goto IL_0029; } } { return; } } // System.Void System.Globalization.FormatProvider/Number::RoundNumber(System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_RoundNumber_mCE2847455FA0EB1276AEE1C4971CFEF3D56C6364 (NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number0, int32_t ___pos1, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; int32_t V_1 = 0; { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_0 = ___number0; Il2CppChar* L_1; L_1 = NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A_inline(L_0, NULL); V_0 = L_1; V_1 = 0; goto IL_000f; } IL_000b: { int32_t L_2 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_2, 1)); } IL_000f: { int32_t L_3 = V_1; int32_t L_4 = ___pos1; if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_001c; } } { Il2CppChar* L_5 = V_0; int32_t L_6 = V_1; 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 (L_7) { goto IL_000b; } } IL_001c: { int32_t L_8 = V_1; int32_t L_9 = ___pos1; if ((!(((uint32_t)L_8) == ((uint32_t)L_9)))) { goto IL_006d; } } { Il2CppChar* L_10 = V_0; int32_t L_11 = V_1; 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)53)))) { goto IL_006d; } } { goto IL_0031; } IL_002d: { int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract(L_13, 1)); } IL_0031: { int32_t L_14 = V_1; if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_0042; } } { Il2CppChar* L_15 = V_0; int32_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(L_16, 1))), 2))))); if ((((int32_t)L_17) == ((int32_t)((int32_t)57)))) { goto IL_002d; } } IL_0042: { int32_t L_18 = V_1; if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_0056; } } { Il2CppChar* L_19 = V_0; int32_t L_20 = V_1; Il2CppChar* L_21 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_subtract(L_20, 1))), 2)))); int32_t L_22 = *((uint16_t*)L_21); *((int16_t*)L_21) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_22, 1))); goto IL_007e; } IL_0056: { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_23 = ___number0; int32_t* L_24 = (&L_23->___scale_1); int32_t* L_25 = L_24; int32_t L_26 = *((int32_t*)L_25); *((int32_t*)L_25) = (int32_t)((int32_t)il2cpp_codegen_add(L_26, 1)); Il2CppChar* L_27 = V_0; *((int16_t*)L_27) = (int16_t)((int32_t)49); V_1 = 1; goto IL_007e; } IL_0069: { int32_t L_28 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract(L_28, 1)); } IL_006d: { int32_t L_29 = V_1; if ((((int32_t)L_29) <= ((int32_t)0))) { goto IL_007e; } } { Il2CppChar* L_30 = V_0; int32_t L_31 = V_1; int32_t L_32 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_subtract(L_31, 1))), 2))))); if ((((int32_t)L_32) == ((int32_t)((int32_t)48)))) { goto IL_0069; } } IL_007e: { int32_t L_33 = V_1; if (L_33) { goto IL_008f; } } { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_34 = ___number0; L_34->___scale_1 = 0; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_35 = ___number0; L_35->___sign_2 = (bool)0; } IL_008f: { Il2CppChar* L_36 = V_0; int32_t L_37 = V_1; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_37), 2))))) = (int16_t)0; return; } } // System.Int32 System.Globalization.FormatProvider/Number::FindSection(System.ReadOnlySpan`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Number_FindSection_mD32A1D0B8F7DEFB73200D111B04FD7300ADF4BE0 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format0, int32_t ___section1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; Il2CppChar V_4 = 0x0; { int32_t L_0 = ___section1; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = ___format0; Il2CppChar* L_2; L_2 = MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E(L_1, MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E_RuntimeMethod_var); V_1 = L_2; Il2CppChar* L_3 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_3); V_2 = 0; } IL_0011: { int32_t L_4 = V_2; int32_t L_5; L_5 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_001d; } } { return 0; } IL_001d: { Il2CppChar* L_6 = V_0; int32_t L_7 = V_2; int32_t L_8 = L_7; V_2 = ((int32_t)il2cpp_codegen_add(L_8, 1)); int32_t L_9 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 2))))); int32_t L_10 = L_9; V_3 = L_10; V_4 = L_10; Il2CppChar L_11 = V_4; if ((!(((uint32_t)L_11) <= ((uint32_t)((int32_t)34))))) { goto IL_0041; } } { Il2CppChar L_12 = V_4; if (!L_12) { goto IL_00bc; } } { Il2CppChar L_13 = V_4; if ((((int32_t)L_13) == ((int32_t)((int32_t)34)))) { goto IL_0055; } } { goto IL_0011; } IL_0041: { Il2CppChar L_14 = V_4; if ((((int32_t)L_14) == ((int32_t)((int32_t)39)))) { goto IL_0055; } } { Il2CppChar L_15 = V_4; if ((((int32_t)L_15) == ((int32_t)((int32_t)59)))) { goto IL_0091; } } { Il2CppChar L_16 = V_4; if ((((int32_t)L_16) == ((int32_t)((int32_t)92)))) { goto IL_0078; } } { goto IL_0011; } IL_0055: { int32_t L_17 = V_2; int32_t L_18; L_18 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_17) >= ((int32_t)L_18))) { goto IL_0011; } } { 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)L_20), 2))))); if (!L_21) { goto IL_0011; } } { Il2CppChar* L_22 = V_0; int32_t L_23 = V_2; int32_t L_24 = L_23; V_2 = ((int32_t)il2cpp_codegen_add(L_24, 1)); int32_t L_25 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_24), 2))))); Il2CppChar L_26 = V_3; if ((!(((uint32_t)L_25) == ((uint32_t)L_26)))) { goto IL_0055; } } { goto IL_0011; } IL_0078: { int32_t L_27 = V_2; int32_t L_28; L_28 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_27) >= ((int32_t)L_28))) { goto IL_0011; } } { Il2CppChar* L_29 = V_0; int32_t L_30 = V_2; int32_t L_31 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_30), 2))))); if (!L_31) { goto IL_0011; } } { int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_32, 1)); goto IL_0011; } IL_0091: { int32_t L_33 = ___section1; int32_t L_34 = ((int32_t)il2cpp_codegen_subtract(L_33, 1)); ___section1 = L_34; if (L_34) { goto IL_0011; } } { int32_t L_35 = V_2; int32_t L_36; L_36 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_35) >= ((int32_t)L_36))) { goto IL_00bc; } } { Il2CppChar* L_37 = V_0; int32_t L_38 = V_2; int32_t L_39 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_38), 2))))); if (!L_39) { goto IL_00bc; } } { Il2CppChar* L_40 = V_0; int32_t L_41 = V_2; int32_t L_42 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_40, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_41), 2))))); if ((((int32_t)L_42) == ((int32_t)((int32_t)59)))) { goto IL_00bc; } } { int32_t L_43 = V_2; return L_43; } IL_00bc: { return 0; } } // System.Void System.Globalization.FormatProvider/Number::NumberToStringFormat(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.ReadOnlySpan`1,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number_NumberToStringFormat_m5CC6DE129E0F05E20327C57F452E672E00A6ED9A (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* ___sb0, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* ___number1, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___format2, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___info3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_CopyTo_m197E47790117E2C925FE1A8E051A19AB9CF4260B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_op_Implicit_m60CE12CE049B518AB49AB21ACB39112E9541FD9F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; bool V_5 = false; int32_t V_6 = 0; int32_t V_7 = 0; bool V_8 = false; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; Il2CppChar* V_13 = NULL; Il2CppChar V_14 = 0x0; Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 V_15; memset((&V_15), 0, sizeof(V_15)); int32_t V_16 = 0; bool V_17 = false; Il2CppChar* V_18 = NULL; Il2CppChar* V_19 = NULL; int32_t V_20 = 0; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_21 = NULL; int32_t V_22 = 0; int32_t V_23 = 0; int32_t V_24 = 0; int32_t V_25 = 0; int32_t V_26 = 0; int32_t V_27 = 0; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_28 = NULL; Il2CppChar* V_29 = NULL; Il2CppChar* V_30 = NULL; bool V_31 = false; int32_t V_32 = 0; int32_t V_33 = 0; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 G_B4_0; memset((&G_B4_0), 0, sizeof(G_B4_0)); ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 G_B1_0; memset((&G_B1_0), 0, sizeof(G_B1_0)); ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 G_B2_0; memset((&G_B2_0), 0, sizeof(G_B2_0)); int32_t G_B5_0 = 0; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 G_B5_1; memset((&G_B5_1), 0, sizeof(G_B5_1)); int32_t G_B60_0 = 0; int32_t G_B67_0 = 0; int32_t G_B70_0 = 0; int32_t G_B75_0 = 0; int32_t G_B82_0 = 0; int32_t G_B81_0 = 0; int32_t G_B83_0 = 0; int32_t G_B83_1 = 0; int32_t G_B86_0 = 0; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B105_0 = NULL; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B104_0 = NULL; int32_t G_B106_0 = 0; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* G_B106_1 = NULL; int32_t G_B126_0 = 0; int32_t G_B132_0 = 0; int32_t G_B177_0 = 0; { V_7 = 0; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_0 = ___number1; Il2CppChar* L_1; L_1 = NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A_inline(L_0, NULL); V_13 = L_1; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2 = ___format2; Il2CppChar* L_3 = V_13; int32_t L_4 = *((uint16_t*)L_3); G_B1_0 = L_2; if (!L_4) { G_B4_0 = L_2; goto IL_001f; } } { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_5 = ___number1; bool L_6 = L_5->___sign_2; G_B2_0 = G_B1_0; if (L_6) { G_B3_0 = G_B1_0; goto IL_001c; } } { G_B5_0 = 0; G_B5_1 = G_B2_0; goto IL_0020; } IL_001c: { G_B5_0 = 1; G_B5_1 = G_B3_0; goto IL_0020; } IL_001f: { G_B5_0 = 2; G_B5_1 = G_B4_0; } IL_0020: { il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Number_FindSection_mD32A1D0B8F7DEFB73200D111B04FD7300ADF4BE0(G_B5_1, G_B5_0, NULL); V_11 = L_7; } IL_0027: { V_0 = 0; V_1 = (-1); V_2 = ((int32_t)2147483647LL); V_3 = 0; V_5 = (bool)0; V_6 = (-1); V_8 = (bool)0; V_9 = 0; int32_t L_8 = V_11; V_12 = L_8; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_9 = ___format2; Il2CppChar* L_10; L_10 = MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E(L_9, MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E_RuntimeMethod_var); V_19 = L_10; Il2CppChar* L_11 = V_19; V_18 = (Il2CppChar*)((uintptr_t)L_11); goto IL_01fe; } IL_0055: { Il2CppChar L_12 = V_14; if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)69))))) { goto IL_00a9; } } { Il2CppChar L_13 = V_14; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, ((int32_t)34)))) { case 0: { goto IL_013c; } case 1: { goto IL_00c9; } case 2: { goto IL_01fe; } case 3: { goto IL_0126; } case 4: { goto IL_01fe; } case 5: { goto IL_013c; } } } { Il2CppChar L_14 = V_14; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_14, ((int32_t)44)))) { case 0: { goto IL_00f5; } case 1: { goto IL_01fe; } case 2: { goto IL_00e7; } case 3: { goto IL_01fe; } case 4: { goto IL_00d2; } } } { Il2CppChar L_15 = V_14; if ((((int32_t)L_15) == ((int32_t)((int32_t)69)))) { goto IL_0190; } } { goto IL_01fe; } IL_00a9: { Il2CppChar L_16 = V_14; if ((((int32_t)L_16) == ((int32_t)((int32_t)92)))) { goto IL_016f; } } { Il2CppChar L_17 = V_14; if ((((int32_t)L_17) == ((int32_t)((int32_t)101)))) { goto IL_0190; } } { Il2CppChar L_18 = V_14; if ((((int32_t)L_18) == ((int32_t)((int32_t)8240)))) { goto IL_0131; } } { goto IL_01fe; } IL_00c9: { int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_19, 1)); goto IL_01fe; } IL_00d2: { int32_t L_20 = V_2; if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)2147483647LL))))) { goto IL_00dc; } } { int32_t L_21 = V_0; V_2 = L_21; } IL_00dc: { int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_22, 1)); int32_t L_23 = V_0; V_3 = L_23; goto IL_01fe; } IL_00e7: { int32_t L_24 = V_1; if ((((int32_t)L_24) >= ((int32_t)0))) { goto IL_01fe; } } { int32_t L_25 = V_0; V_1 = L_25; goto IL_01fe; } IL_00f5: { int32_t L_26 = V_0; if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_01fe; } } { int32_t L_27 = V_1; if ((((int32_t)L_27) >= ((int32_t)0))) { goto IL_01fe; } } { int32_t L_28 = V_6; if ((((int32_t)L_28) < ((int32_t)0))) { goto IL_011b; } } { int32_t L_29 = V_6; int32_t L_30 = V_0; if ((!(((uint32_t)L_29) == ((uint32_t)L_30)))) { goto IL_0118; } } { int32_t L_31 = V_7; V_7 = ((int32_t)il2cpp_codegen_add(L_31, 1)); goto IL_01fe; } IL_0118: { V_8 = (bool)1; } IL_011b: { int32_t L_32 = V_0; V_6 = L_32; V_7 = 1; goto IL_01fe; } IL_0126: { int32_t L_33 = V_9; V_9 = ((int32_t)il2cpp_codegen_add(L_33, 2)); goto IL_01fe; } IL_0131: { int32_t L_34 = V_9; V_9 = ((int32_t)il2cpp_codegen_add(L_34, 3)); goto IL_01fe; } IL_013c: { int32_t L_35 = V_12; int32_t L_36; L_36 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format2), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_35) >= ((int32_t)L_36))) { goto IL_01fe; } } { Il2CppChar* L_37 = V_18; int32_t L_38 = V_12; int32_t L_39 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_38), 2))))); if (!L_39) { goto IL_01fe; } } { Il2CppChar* L_40 = V_18; int32_t L_41 = V_12; int32_t L_42 = L_41; V_12 = ((int32_t)il2cpp_codegen_add(L_42, 1)); int32_t L_43 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_40, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_42), 2))))); Il2CppChar L_44 = V_14; if ((!(((uint32_t)L_43) == ((uint32_t)L_44)))) { goto IL_013c; } } { goto IL_01fe; } IL_016f: { int32_t L_45 = V_12; int32_t L_46; L_46 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format2), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_45) >= ((int32_t)L_46))) { goto IL_01fe; } } { Il2CppChar* L_47 = V_18; int32_t L_48 = V_12; int32_t L_49 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_48), 2))))); if (!L_49) { goto IL_01fe; } } { int32_t L_50 = V_12; V_12 = ((int32_t)il2cpp_codegen_add(L_50, 1)); goto IL_01fe; } IL_0190: { int32_t L_51 = V_12; int32_t L_52; L_52 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format2), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_51) >= ((int32_t)L_52))) { goto IL_01a8; } } { Il2CppChar* L_53 = V_18; int32_t L_54 = V_12; int32_t L_55 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_53, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_54), 2))))); if ((((int32_t)L_55) == ((int32_t)((int32_t)48)))) { goto IL_01de; } } IL_01a8: { int32_t L_56 = V_12; int32_t L_57; L_57 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format2), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)((int32_t)il2cpp_codegen_add(L_56, 1))) >= ((int32_t)L_57))) { goto IL_01fe; } } { Il2CppChar* L_58 = V_18; int32_t L_59 = V_12; 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)43)))) { goto IL_01cf; } } { Il2CppChar* L_61 = V_18; int32_t L_62 = V_12; 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 ((!(((uint32_t)L_63) == ((uint32_t)((int32_t)45))))) { goto IL_01fe; } } IL_01cf: { Il2CppChar* L_64 = V_18; int32_t L_65 = V_12; int32_t L_66 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_64, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_65, 1))), 2))))); if ((!(((uint32_t)L_66) == ((uint32_t)((int32_t)48))))) { goto IL_01fe; } } IL_01de: { int32_t L_67 = V_12; int32_t L_68 = ((int32_t)il2cpp_codegen_add(L_67, 1)); V_12 = L_68; int32_t L_69; L_69 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format2), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_68) >= ((int32_t)L_69))) { goto IL_01fb; } } { Il2CppChar* L_70 = V_18; int32_t L_71 = V_12; int32_t L_72 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_70, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_71), 2))))); if ((((int32_t)L_72) == ((int32_t)((int32_t)48)))) { goto IL_01de; } } IL_01fb: { V_5 = (bool)1; } IL_01fe: { int32_t L_73 = V_12; int32_t L_74; L_74 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format2), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_73) >= ((int32_t)L_74))) { goto IL_0225; } } { Il2CppChar* L_75 = V_18; int32_t L_76 = V_12; int32_t L_77 = L_76; V_12 = ((int32_t)il2cpp_codegen_add(L_77, 1)); int32_t L_78 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_75, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_77), 2))))); int32_t L_79 = L_78; V_14 = L_79; if (!L_79) { goto IL_0225; } } { Il2CppChar L_80 = V_14; if ((!(((uint32_t)L_80) == ((uint32_t)((int32_t)59))))) { goto IL_0055; } } IL_0225: { V_19 = (Il2CppChar*)((uintptr_t)0); int32_t L_81 = V_1; if ((((int32_t)L_81) >= ((int32_t)0))) { goto IL_022f; } } { int32_t L_82 = V_0; V_1 = L_82; } IL_022f: { int32_t L_83 = V_6; if ((((int32_t)L_83) < ((int32_t)0))) { goto IL_0247; } } { int32_t L_84 = V_6; int32_t L_85 = V_1; if ((!(((uint32_t)L_84) == ((uint32_t)L_85)))) { goto IL_0244; } } { int32_t L_86 = V_9; int32_t L_87 = V_7; V_9 = ((int32_t)il2cpp_codegen_subtract(L_86, ((int32_t)il2cpp_codegen_multiply(L_87, 3)))); goto IL_0247; } IL_0244: { V_8 = (bool)1; } IL_0247: { Il2CppChar* L_88 = V_13; int32_t L_89 = *((uint16_t*)L_88); if (!L_89) { goto IL_0290; } } { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_90 = ___number1; int32_t* L_91 = (&L_90->___scale_1); int32_t* L_92 = L_91; int32_t L_93 = *((int32_t*)L_92); int32_t L_94 = V_9; *((int32_t*)L_92) = (int32_t)((int32_t)il2cpp_codegen_add(L_93, L_94)); bool L_95 = V_5; if (L_95) { goto IL_0268; } } { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_96 = ___number1; int32_t L_97 = L_96->___scale_1; int32_t L_98 = V_0; int32_t L_99 = V_1; G_B60_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_97, L_98)), L_99)); goto IL_0269; } IL_0268: { int32_t L_100 = V_0; G_B60_0 = L_100; } IL_0269: { V_20 = G_B60_0; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_101 = ___number1; int32_t L_102 = V_20; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Number_RoundNumber_mCE2847455FA0EB1276AEE1C4971CFEF3D56C6364(L_101, L_102, NULL); Il2CppChar* L_103 = V_13; int32_t L_104 = *((uint16_t*)L_103); if (L_104) { goto IL_029e; } } { ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_105 = ___format2; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); int32_t L_106; L_106 = Number_FindSection_mD32A1D0B8F7DEFB73200D111B04FD7300ADF4BE0(L_105, 2, NULL); V_12 = L_106; int32_t L_107 = V_12; int32_t L_108 = V_11; if ((((int32_t)L_107) == ((int32_t)L_108))) { goto IL_029e; } } { int32_t L_109 = V_12; V_11 = L_109; goto IL_0027; } IL_0290: { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_110 = ___number1; L_110->___sign_2 = (bool)0; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_111 = ___number1; L_111->___scale_1 = 0; } IL_029e: { int32_t L_112 = V_2; int32_t L_113 = V_1; if ((((int32_t)L_112) < ((int32_t)L_113))) { goto IL_02a5; } } { G_B67_0 = 0; goto IL_02a8; } IL_02a5: { int32_t L_114 = V_1; int32_t L_115 = V_2; G_B67_0 = ((int32_t)il2cpp_codegen_subtract(L_114, L_115)); } IL_02a8: { V_2 = G_B67_0; int32_t L_116 = V_3; int32_t L_117 = V_1; if ((((int32_t)L_116) > ((int32_t)L_117))) { goto IL_02b0; } } { G_B70_0 = 0; goto IL_02b3; } IL_02b0: { int32_t L_118 = V_1; int32_t L_119 = V_3; G_B70_0 = ((int32_t)il2cpp_codegen_subtract(L_118, L_119)); } IL_02b3: { V_3 = G_B70_0; bool L_120 = V_5; if (!L_120) { goto IL_02c0; } } { int32_t L_121 = V_1; V_4 = L_121; V_10 = 0; goto IL_02de; } IL_02c0: { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_122 = ___number1; int32_t L_123 = L_122->___scale_1; int32_t L_124 = V_1; if ((((int32_t)L_123) > ((int32_t)L_124))) { goto IL_02cc; } } { int32_t L_125 = V_1; G_B75_0 = L_125; goto IL_02d2; } IL_02cc: { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_126 = ___number1; int32_t L_127 = L_126->___scale_1; G_B75_0 = L_127; } IL_02d2: { V_4 = G_B75_0; NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_128 = ___number1; int32_t L_129 = L_128->___scale_1; int32_t L_130 = V_1; V_10 = ((int32_t)il2cpp_codegen_subtract(L_129, L_130)); } IL_02de: { int32_t L_131 = V_11; V_12 = L_131; int8_t* L_132 = (int8_t*) alloca(((uintptr_t)((int32_t)16))); memset(L_132, 0, ((uintptr_t)((int32_t)16))); Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 L_133; memset((&L_133), 0, sizeof(L_133)); Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_inline((&L_133), (void*)(L_132), 4, /*hidden argument*/Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_RuntimeMethod_var); V_15 = L_133; V_16 = (-1); bool L_134 = V_8; if (!L_134) { goto IL_03b4; } } { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_135 = ___info3; NullCheck(L_135); String_t* L_136; L_136 = NumberFormatInfo_get_NumberGroupSeparator_m0556B092AA471513B1EDC31C047712226D39BEB6_inline(L_135, NULL); NullCheck(L_136); int32_t L_137; L_137 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_136, NULL); if ((((int32_t)L_137) <= ((int32_t)0))) { goto IL_03b4; } } { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_138 = ___info3; NullCheck(L_138); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_139; L_139 = NumberFormatInfo_get_NumberGroupSizes_m45DE41B24561ECB99B63B5714CEEC5D101EB15D9(L_138, NULL); V_21 = L_139; V_22 = 0; V_23 = 0; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_140 = V_21; NullCheck(L_140); V_24 = ((int32_t)(((RuntimeArray*)L_140)->max_length)); int32_t L_141 = V_24; if (!L_141) { goto IL_0329; } } { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_142 = V_21; int32_t L_143 = V_22; NullCheck(L_142); int32_t L_144 = L_143; int32_t L_145 = (L_142)->GetAt(static_cast(L_144)); V_23 = L_145; } IL_0329: { int32_t L_146 = V_23; V_25 = L_146; int32_t L_147 = V_4; int32_t L_148 = V_10; G_B81_0 = L_147; if ((((int32_t)L_148) < ((int32_t)0))) { G_B82_0 = L_147; goto IL_0337; } } { G_B83_0 = 0; G_B83_1 = G_B81_0; goto IL_0339; } IL_0337: { int32_t L_149 = V_10; G_B83_0 = L_149; G_B83_1 = G_B82_0; } IL_0339: { V_26 = ((int32_t)il2cpp_codegen_add(G_B83_1, G_B83_0)); int32_t L_150 = V_2; int32_t L_151 = V_26; if ((((int32_t)L_150) > ((int32_t)L_151))) { goto IL_0345; } } { int32_t L_152 = V_26; G_B86_0 = L_152; goto IL_0346; } IL_0345: { int32_t L_153 = V_2; G_B86_0 = L_153; } IL_0346: { V_27 = G_B86_0; goto IL_03ae; } IL_034a: { int32_t L_154 = V_25; if (!L_154) { goto IL_03b4; } } { int32_t L_155 = V_16; V_16 = ((int32_t)il2cpp_codegen_add(L_155, 1)); int32_t L_156 = V_16; int32_t L_157; L_157 = Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_inline((&V_15), Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_RuntimeMethod_var); if ((((int32_t)L_156) < ((int32_t)L_157))) { goto IL_0386; } } { int32_t L_158; L_158 = Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_inline((&V_15), Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_RuntimeMethod_var); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_159 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(L_158, 2))); V_28 = L_159; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_160 = V_28; Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 L_161; L_161 = Span_1_op_Implicit_m60CE12CE049B518AB49AB21ACB39112E9541FD9F(L_160, Span_1_op_Implicit_m60CE12CE049B518AB49AB21ACB39112E9541FD9F_RuntimeMethod_var); Span_1_CopyTo_m197E47790117E2C925FE1A8E051A19AB9CF4260B((&V_15), L_161, Span_1_CopyTo_m197E47790117E2C925FE1A8E051A19AB9CF4260B_RuntimeMethod_var); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_162 = V_28; Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 L_163; L_163 = Span_1_op_Implicit_m60CE12CE049B518AB49AB21ACB39112E9541FD9F(L_162, Span_1_op_Implicit_m60CE12CE049B518AB49AB21ACB39112E9541FD9F_RuntimeMethod_var); V_15 = L_163; } IL_0386: { int32_t L_164 = V_16; int32_t* L_165; L_165 = il2cpp_span_get_item((int32_t*)((Il2CppByReference*)&(((&V_15))->____pointer_0))->value, (L_164), ((&V_15))->____length_1); int32_t L_166 = V_23; *((int32_t*)L_165) = (int32_t)L_166; int32_t L_167 = V_22; int32_t L_168 = V_24; if ((((int32_t)L_167) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_168, 1))))) { goto IL_03a7; } } { int32_t L_169 = V_22; V_22 = ((int32_t)il2cpp_codegen_add(L_169, 1)); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_170 = V_21; int32_t L_171 = V_22; NullCheck(L_170); int32_t L_172 = L_171; int32_t L_173 = (L_170)->GetAt(static_cast(L_172)); V_25 = L_173; } IL_03a7: { int32_t L_174 = V_23; int32_t L_175 = V_25; V_23 = ((int32_t)il2cpp_codegen_add(L_174, L_175)); } IL_03ae: { int32_t L_176 = V_27; int32_t L_177 = V_23; if ((((int32_t)L_176) > ((int32_t)L_177))) { goto IL_034a; } } IL_03b4: { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_178 = ___number1; bool L_179 = L_178->___sign_2; if (!L_179) { goto IL_03cc; } } { int32_t L_180 = V_11; if (L_180) { goto IL_03cc; } } { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_181 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_182 = ___info3; NullCheck(L_182); String_t* L_183; L_183 = NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline(L_182, NULL); ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline(L_181, L_183, NULL); } IL_03cc: { V_17 = (bool)0; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_184 = ___format2; Il2CppChar* L_185; L_185 = MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E(L_184, MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E_RuntimeMethod_var); V_19 = L_185; Il2CppChar* L_186 = V_19; V_29 = (Il2CppChar*)((uintptr_t)L_186); Il2CppChar* L_187 = V_13; V_30 = L_187; goto IL_078e; } IL_03e5: { int32_t L_188 = V_10; if ((((int32_t)L_188) <= ((int32_t)0))) { goto IL_0456; } } { Il2CppChar L_189 = V_14; if ((((int32_t)L_189) == ((int32_t)((int32_t)35)))) { goto IL_0451; } } { Il2CppChar L_190 = V_14; if ((((int32_t)L_190) == ((int32_t)((int32_t)46)))) { goto IL_0451; } } { Il2CppChar L_191 = V_14; if ((((int32_t)L_191) == ((int32_t)((int32_t)48)))) { goto IL_0451; } } { goto IL_0456; } IL_03fe: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_192 = ___sb0; Il2CppChar* L_193 = V_30; int32_t L_194 = *((uint16_t*)L_193); G_B104_0 = L_192; if (L_194) { G_B105_0 = L_192; goto IL_0408; } } { G_B106_0 = ((int32_t)48); G_B106_1 = G_B104_0; goto IL_0410; } IL_0408: { Il2CppChar* L_195 = V_30; Il2CppChar* L_196 = L_195; V_30 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_196, 2)); int32_t L_197 = *((uint16_t*)L_196); G_B106_0 = L_197; G_B106_1 = G_B105_0; } IL_0410: { ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(G_B106_1, G_B106_0, NULL); bool L_198 = V_8; if (!L_198) { goto IL_0445; } } { int32_t L_199 = V_4; if ((((int32_t)L_199) <= ((int32_t)1))) { goto IL_0445; } } { int32_t L_200 = V_16; if ((((int32_t)L_200) < ((int32_t)0))) { goto IL_0445; } } { int32_t L_201 = V_4; int32_t L_202 = V_16; int32_t* L_203; L_203 = il2cpp_span_get_item((int32_t*)((Il2CppByReference*)&(((&V_15))->____pointer_0))->value, (L_202), ((&V_15))->____length_1); int32_t L_204 = *((int32_t*)L_203); if ((!(((uint32_t)L_201) == ((uint32_t)((int32_t)il2cpp_codegen_add(L_204, 1)))))) { goto IL_0445; } } { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_205 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_206 = ___info3; NullCheck(L_206); String_t* L_207; L_207 = NumberFormatInfo_get_NumberGroupSeparator_m0556B092AA471513B1EDC31C047712226D39BEB6_inline(L_206, NULL); ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline(L_205, L_207, NULL); int32_t L_208 = V_16; V_16 = ((int32_t)il2cpp_codegen_subtract(L_208, 1)); } IL_0445: { int32_t L_209 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract(L_209, 1)); int32_t L_210 = V_10; V_10 = ((int32_t)il2cpp_codegen_subtract(L_210, 1)); } IL_0451: { int32_t L_211 = V_10; if ((((int32_t)L_211) > ((int32_t)0))) { goto IL_03fe; } } IL_0456: { Il2CppChar L_212 = V_14; if ((!(((uint32_t)L_212) <= ((uint32_t)((int32_t)69))))) { goto IL_04aa; } } { Il2CppChar L_213 = V_14; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_213, ((int32_t)34)))) { case 0: { goto IL_05b2; } case 1: { goto IL_04cd; } case 2: { goto IL_0786; } case 3: { goto IL_058d; } case 4: { goto IL_0786; } case 5: { goto IL_05b2; } } } { Il2CppChar L_214 = V_14; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_214, ((int32_t)44)))) { case 0: { goto IL_078e; } case 1: { goto IL_0786; } case 2: { goto IL_0548; } case 3: { goto IL_0786; } case 4: { goto IL_04cd; } } } { Il2CppChar L_215 = V_14; if ((((int32_t)L_215) == ((int32_t)((int32_t)69)))) { goto IL_0631; } } { goto IL_0786; } IL_04aa: { Il2CppChar L_216 = V_14; if ((((int32_t)L_216) == ((int32_t)((int32_t)92)))) { goto IL_05fc; } } { Il2CppChar L_217 = V_14; if ((((int32_t)L_217) == ((int32_t)((int32_t)101)))) { goto IL_0631; } } { Il2CppChar L_218 = V_14; if ((((int32_t)L_218) == ((int32_t)((int32_t)8240)))) { goto IL_057c; } } { goto IL_0786; } IL_04cd: { int32_t L_219 = V_10; if ((((int32_t)L_219) >= ((int32_t)0))) { goto IL_04e6; } } { int32_t L_220 = V_10; V_10 = ((int32_t)il2cpp_codegen_add(L_220, 1)); int32_t L_221 = V_4; int32_t L_222 = V_2; if ((((int32_t)L_221) <= ((int32_t)L_222))) { goto IL_04e0; } } { G_B126_0 = 0; goto IL_04e2; } IL_04e0: { G_B126_0 = ((int32_t)48); } IL_04e2: { V_14 = G_B126_0; goto IL_0501; } IL_04e6: { Il2CppChar* L_223 = V_30; int32_t L_224 = *((uint16_t*)L_223); if (L_224) { goto IL_04f7; } } { int32_t L_225 = V_4; int32_t L_226 = V_3; if ((((int32_t)L_225) > ((int32_t)L_226))) { goto IL_04f3; } } { G_B132_0 = 0; goto IL_04ff; } IL_04f3: { G_B132_0 = ((int32_t)48); goto IL_04ff; } IL_04f7: { Il2CppChar* L_227 = V_30; Il2CppChar* L_228 = L_227; V_30 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_228, 2)); int32_t L_229 = *((uint16_t*)L_228); G_B132_0 = L_229; } IL_04ff: { V_14 = G_B132_0; } IL_0501: { Il2CppChar L_230 = V_14; if (!L_230) { goto IL_053d; } } { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_231 = ___sb0; Il2CppChar L_232 = V_14; ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(L_231, L_232, NULL); bool L_233 = V_8; if (!L_233) { goto IL_053d; } } { int32_t L_234 = V_4; if ((((int32_t)L_234) <= ((int32_t)1))) { goto IL_053d; } } { int32_t L_235 = V_16; if ((((int32_t)L_235) < ((int32_t)0))) { goto IL_053d; } } { int32_t L_236 = V_4; int32_t L_237 = V_16; int32_t* L_238; L_238 = il2cpp_span_get_item((int32_t*)((Il2CppByReference*)&(((&V_15))->____pointer_0))->value, (L_237), ((&V_15))->____length_1); int32_t L_239 = *((int32_t*)L_238); if ((!(((uint32_t)L_236) == ((uint32_t)((int32_t)il2cpp_codegen_add(L_239, 1)))))) { goto IL_053d; } } { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_240 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_241 = ___info3; NullCheck(L_241); String_t* L_242; L_242 = NumberFormatInfo_get_NumberGroupSeparator_m0556B092AA471513B1EDC31C047712226D39BEB6_inline(L_241, NULL); ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline(L_240, L_242, NULL); int32_t L_243 = V_16; V_16 = ((int32_t)il2cpp_codegen_subtract(L_243, 1)); } IL_053d: { int32_t L_244 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract(L_244, 1)); goto IL_078e; } IL_0548: { int32_t L_245 = V_4; bool L_246 = V_17; if (((int32_t)(((!(((uint32_t)L_245) <= ((uint32_t)0)))? 1 : 0)|(int32_t)L_246))) { goto IL_078e; } } { int32_t L_247 = V_3; if ((((int32_t)L_247) < ((int32_t)0))) { goto IL_0568; } } { int32_t L_248 = V_1; int32_t L_249 = V_0; if ((((int32_t)L_248) >= ((int32_t)L_249))) { goto IL_078e; } } { Il2CppChar* L_250 = V_30; int32_t L_251 = *((uint16_t*)L_250); if (!L_251) { goto IL_078e; } } IL_0568: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_252 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_253 = ___info3; NullCheck(L_253); String_t* L_254; L_254 = NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline(L_253, NULL); ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline(L_252, L_254, NULL); V_17 = (bool)1; goto IL_078e; } IL_057c: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_255 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_256 = ___info3; NullCheck(L_256); String_t* L_257; L_257 = NumberFormatInfo_get_PerMilleSymbol_mBE43A9E5D7F05030C0258FB452BD94FD6E411533_inline(L_256, NULL); ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline(L_255, L_257, NULL); goto IL_078e; } IL_058d: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_258 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_259 = ___info3; NullCheck(L_259); String_t* L_260; L_260 = NumberFormatInfo_get_PercentSymbol_mB3F25C2B5F71574B7F4A0BEE95A7028E7A48CFC2_inline(L_259, NULL); ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline(L_258, L_260, NULL); goto IL_078e; } IL_059e: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_261 = ___sb0; Il2CppChar* L_262 = V_29; int32_t L_263 = V_12; int32_t L_264 = L_263; V_12 = ((int32_t)il2cpp_codegen_add(L_264, 1)); int32_t L_265 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_262, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_264), 2))))); ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(L_261, L_265, NULL); } IL_05b2: { int32_t L_266 = V_12; int32_t L_267; L_267 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format2), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_266) >= ((int32_t)L_267))) { goto IL_05d5; } } { Il2CppChar* L_268 = V_29; int32_t L_269 = V_12; int32_t L_270 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_268, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_269), 2))))); if (!L_270) { goto IL_05d5; } } { Il2CppChar* L_271 = V_29; int32_t L_272 = V_12; int32_t L_273 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_271, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_272), 2))))); Il2CppChar L_274 = V_14; if ((!(((uint32_t)L_273) == ((uint32_t)L_274)))) { goto IL_059e; } } IL_05d5: { int32_t L_275 = V_12; int32_t L_276; L_276 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format2), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_275) >= ((int32_t)L_276))) { goto IL_078e; } } { Il2CppChar* L_277 = V_29; int32_t L_278 = V_12; int32_t L_279 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_277, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_278), 2))))); if (!L_279) { goto IL_078e; } } { int32_t L_280 = V_12; V_12 = ((int32_t)il2cpp_codegen_add(L_280, 1)); goto IL_078e; } IL_05fc: { int32_t L_281 = V_12; int32_t L_282; L_282 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format2), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_281) >= ((int32_t)L_282))) { goto IL_078e; } } { Il2CppChar* L_283 = V_29; int32_t L_284 = V_12; int32_t L_285 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_283, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_284), 2))))); if (!L_285) { goto IL_078e; } } { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_286 = ___sb0; Il2CppChar* L_287 = V_29; int32_t L_288 = V_12; int32_t L_289 = L_288; V_12 = ((int32_t)il2cpp_codegen_add(L_289, 1)); int32_t L_290 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_287, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_289), 2))))); ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(L_286, L_290, NULL); goto IL_078e; } IL_0631: { V_31 = (bool)0; V_32 = 0; bool L_291 = V_5; if (!L_291) { goto IL_0715; } } { int32_t L_292 = V_12; int32_t L_293; L_293 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format2), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_292) >= ((int32_t)L_293))) { goto IL_065e; } } { Il2CppChar* L_294 = V_29; int32_t L_295 = V_12; int32_t L_296 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_294, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_295), 2))))); if ((!(((uint32_t)L_296) == ((uint32_t)((int32_t)48))))) { goto IL_065e; } } { int32_t L_297 = V_32; V_32 = ((int32_t)il2cpp_codegen_add(L_297, 1)); goto IL_06c8; } IL_065e: { int32_t L_298 = V_12; int32_t L_299; L_299 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format2), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)((int32_t)il2cpp_codegen_add(L_298, 1))) >= ((int32_t)L_299))) { goto IL_068c; } } { Il2CppChar* L_300 = V_29; int32_t L_301 = V_12; int32_t L_302 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_300, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_301), 2))))); if ((!(((uint32_t)L_302) == ((uint32_t)((int32_t)43))))) { goto IL_068c; } } { Il2CppChar* L_303 = V_29; int32_t L_304 = V_12; int32_t L_305 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_303, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_304, 1))), 2))))); if ((!(((uint32_t)L_305) == ((uint32_t)((int32_t)48))))) { goto IL_068c; } } { V_31 = (bool)1; goto IL_06c8; } IL_068c: { int32_t L_306 = V_12; int32_t L_307; L_307 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format2), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)((int32_t)il2cpp_codegen_add(L_306, 1))) >= ((int32_t)L_307))) { goto IL_06b5; } } { Il2CppChar* L_308 = V_29; int32_t L_309 = V_12; int32_t L_310 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_308, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_309), 2))))); if ((!(((uint32_t)L_310) == ((uint32_t)((int32_t)45))))) { goto IL_06b5; } } { Il2CppChar* L_311 = V_29; int32_t L_312 = V_12; int32_t L_313 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_311, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_312, 1))), 2))))); if ((((int32_t)L_313) == ((int32_t)((int32_t)48)))) { goto IL_06c8; } } IL_06b5: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_314 = ___sb0; Il2CppChar L_315 = V_14; ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(L_314, L_315, NULL); goto IL_078e; } IL_06c2: { int32_t L_316 = V_32; V_32 = ((int32_t)il2cpp_codegen_add(L_316, 1)); } IL_06c8: { int32_t L_317 = V_12; int32_t L_318 = ((int32_t)il2cpp_codegen_add(L_317, 1)); V_12 = L_318; int32_t L_319; L_319 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format2), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_318) >= ((int32_t)L_319))) { goto IL_06e5; } } { Il2CppChar* L_320 = V_29; int32_t L_321 = V_12; int32_t L_322 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_320, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_321), 2))))); if ((((int32_t)L_322) == ((int32_t)((int32_t)48)))) { goto IL_06c2; } } IL_06e5: { int32_t L_323 = V_32; if ((((int32_t)L_323) <= ((int32_t)((int32_t)10)))) { goto IL_06ef; } } { V_32 = ((int32_t)10); } IL_06ef: { Il2CppChar* L_324 = V_13; int32_t L_325 = *((uint16_t*)L_324); if (!L_325) { goto IL_06fe; } } { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* L_326 = ___number1; int32_t L_327 = L_326->___scale_1; int32_t L_328 = V_1; G_B177_0 = ((int32_t)il2cpp_codegen_subtract(L_327, L_328)); goto IL_06ff; } IL_06fe: { G_B177_0 = 0; } IL_06ff: { V_33 = G_B177_0; ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_329 = ___sb0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_330 = ___info3; int32_t L_331 = V_33; Il2CppChar L_332 = V_14; int32_t L_333 = V_32; bool L_334 = V_31; il2cpp_codegen_runtime_class_init_inline(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); Number_FormatExponent_m19745DA5488401ACE7412D176E728264D8900B23(L_329, L_330, L_331, L_332, L_333, L_334, NULL); V_5 = (bool)0; goto IL_078e; } IL_0715: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_335 = ___sb0; Il2CppChar L_336 = V_14; ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(L_335, L_336, NULL); int32_t L_337 = V_12; int32_t L_338; L_338 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format2), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_337) >= ((int32_t)L_338))) { goto IL_078e; } } { Il2CppChar* L_339 = V_29; int32_t L_340 = V_12; int32_t L_341 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_339, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_340), 2))))); if ((((int32_t)L_341) == ((int32_t)((int32_t)43)))) { goto IL_0742; } } { Il2CppChar* L_342 = V_29; int32_t L_343 = V_12; int32_t L_344 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_342, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_343), 2))))); if ((!(((uint32_t)L_344) == ((uint32_t)((int32_t)45))))) { goto IL_076c; } } IL_0742: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_345 = ___sb0; Il2CppChar* L_346 = V_29; int32_t L_347 = V_12; int32_t L_348 = L_347; V_12 = ((int32_t)il2cpp_codegen_add(L_348, 1)); int32_t L_349 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_346, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_348), 2))))); ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(L_345, L_349, NULL); goto IL_076c; } IL_0758: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_350 = ___sb0; Il2CppChar* L_351 = V_29; int32_t L_352 = V_12; int32_t L_353 = L_352; V_12 = ((int32_t)il2cpp_codegen_add(L_353, 1)); int32_t L_354 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_351, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_353), 2))))); ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(L_350, L_354, NULL); } IL_076c: { int32_t L_355 = V_12; int32_t L_356; L_356 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format2), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_355) >= ((int32_t)L_356))) { goto IL_078e; } } { Il2CppChar* L_357 = V_29; int32_t L_358 = V_12; int32_t L_359 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_357, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_358), 2))))); if ((((int32_t)L_359) == ((int32_t)((int32_t)48)))) { goto IL_0758; } } { goto IL_078e; } IL_0786: { ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* L_360 = ___sb0; Il2CppChar L_361 = V_14; ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(L_360, L_361, NULL); } IL_078e: { int32_t L_362 = V_12; int32_t L_363; L_363 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___format2), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_362) >= ((int32_t)L_363))) { goto IL_07b5; } } { Il2CppChar* L_364 = V_29; int32_t L_365 = V_12; int32_t L_366 = L_365; V_12 = ((int32_t)il2cpp_codegen_add(L_366, 1)); int32_t L_367 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_364, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_366), 2))))); int32_t L_368 = L_367; V_14 = L_368; if (!L_368) { goto IL_07b5; } } { Il2CppChar L_369 = V_14; if ((!(((uint32_t)L_369) == ((uint32_t)((int32_t)59))))) { goto IL_03e5; } } IL_07b5: { V_19 = (Il2CppChar*)((uintptr_t)0); return; } } // System.Void System.Globalization.FormatProvider/Number::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Number__cctor_m3493E0D85858C3649AE47CCD396C073CF1AECFDA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02A7C4EF37893C2F6EC5DE096B85F28E75A99A54); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A559CB4D54EE486F9A4515005F1C40DE6B9EA77); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A5CB231DA96D87CFB74FFBAF2075ACF5ED946AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1649B6362D7BFE5B47AD5B0E3FF1C23199A234E7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18244E26F5FF2C5B45348E712BA2064897332C79); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21AE4E4A6ECECB42D1D08C13B107CFC0DC4F744A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2560015662CF4CE1FBB0C239EE33C0A6BD267C34); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral323B50F239A0CEA841D1CDB6FD827C73F3DA7D58); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C7A831A0474AE58A1A511C0AE679EA6ACAF323B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E6E3EAE051FC136B5CCFBED1CB3EB762BAE9210); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C741498CBA8A5510C09300E9A8B8F588F5E6554); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56C9B652878395853110609B8408AB9C094B096A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5813ADE87A3277FE8FD81CA759C1415B7C708595); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral586421FA97056FDB29C92DF11FC45E50039AF58C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65ECD3FE795425EDF31CE693A8E01759AC072FD6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral66885E26C562C39DCC525798DECE3BF74488A976); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6926C85E0B22B5E154849BA94F95B911D0F467AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B6E99AB68D2834E2BA881EA585508AE3BB8972B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71A4D286D674B387825473A6BF68FA0177EAEC37); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7405068459969E65A509A575D3072180AB440CC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75024B19E3B0D929FB55D9F58FB9F2BD92238C9A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79C39E67CD586A3F790D4A0E38FA9F11404B5D1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A784352CB13C6A681E12F724A26B5F6FAB9A9B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C9373393C312536C1D242EFF64FED26D13EC4C2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral901CED0B08A382B88967A848ACC86064E89B6DA4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral918D7D38C63FE5E56F05EB697A47C91549FBEDCB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB1BFE74E7A4298B8F37FB9EB6B78547560992A2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACEB01644E7A4BCEFA0B7FD13C917DA74C936C31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACF7EBD89F85F7166021028EA7503E6D3600F722); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1EEC0D26B91AABE220113FD74CE99065239B040); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBEDE0708DCC90F9E18B81ABBCC88E8AFE5F7C1E5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4BDB973AE821DEA70F0495195EF17C3A498E945); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4C4969CA68A212C57B6FC1FBAE5AEBACB547E07); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF15E6AB986C6E1A6B9D665510A803EB2245E941); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF5B5845107C1302EDC696A0C7AAAC4FA03151F4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD25163422D668F498B77BBE8BE47AAF95218DD82); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC400987E5EE16841C02DE14AE43EB578A7FEAC0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD1E96489DC4F60E6AB0135A5F5CDE79341D8BF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEEECCAC246F56CB6F1028EA6BD68FFDD99972BC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8E3475A2DDD8A338B5687E45B80510D26142DC9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBC759AD7743C9AB15A1D627CA2AA2D9E3D1E5B9); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)4); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteralF8E3475A2DDD8A338B5687E45B80510D26142DC9); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteralF8E3475A2DDD8A338B5687E45B80510D26142DC9); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral7405068459969E65A509A575D3072180AB440CC4); (L_2)->SetAt(static_cast(1), (String_t*)_stringLiteral7405068459969E65A509A575D3072180AB440CC4); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral3C7A831A0474AE58A1A511C0AE679EA6ACAF323B); (L_3)->SetAt(static_cast(2), (String_t*)_stringLiteral3C7A831A0474AE58A1A511C0AE679EA6ACAF323B); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteralD25163422D668F498B77BBE8BE47AAF95218DD82); (L_4)->SetAt(static_cast(3), (String_t*)_stringLiteralD25163422D668F498B77BBE8BE47AAF95218DD82); ((Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_StaticFields*)il2cpp_codegen_static_fields_for(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var))->___s_posCurrencyFormats_0 = L_4; Il2CppCodeGenWriteBarrier((void**)(&((Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_StaticFields*)il2cpp_codegen_static_fields_for(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var))->___s_posCurrencyFormats_0), (void*)L_4); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteralC4C4969CA68A212C57B6FC1FBAE5AEBACB547E07); (L_6)->SetAt(static_cast(0), (String_t*)_stringLiteralC4C4969CA68A212C57B6FC1FBAE5AEBACB547E07); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2560015662CF4CE1FBB0C239EE33C0A6BD267C34); (L_7)->SetAt(static_cast(1), (String_t*)_stringLiteral2560015662CF4CE1FBB0C239EE33C0A6BD267C34); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteralDC400987E5EE16841C02DE14AE43EB578A7FEAC0); (L_8)->SetAt(static_cast(2), (String_t*)_stringLiteralDC400987E5EE16841C02DE14AE43EB578A7FEAC0); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral71A4D286D674B387825473A6BF68FA0177EAEC37); (L_9)->SetAt(static_cast(3), (String_t*)_stringLiteral71A4D286D674B387825473A6BF68FA0177EAEC37); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral323B50F239A0CEA841D1CDB6FD827C73F3DA7D58); (L_10)->SetAt(static_cast(4), (String_t*)_stringLiteral323B50F239A0CEA841D1CDB6FD827C73F3DA7D58); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteralACEB01644E7A4BCEFA0B7FD13C917DA74C936C31); (L_11)->SetAt(static_cast(5), (String_t*)_stringLiteralACEB01644E7A4BCEFA0B7FD13C917DA74C936C31); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral586421FA97056FDB29C92DF11FC45E50039AF58C); (L_12)->SetAt(static_cast(6), (String_t*)_stringLiteral586421FA97056FDB29C92DF11FC45E50039AF58C); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral6926C85E0B22B5E154849BA94F95B911D0F467AB); (L_13)->SetAt(static_cast(7), (String_t*)_stringLiteral6926C85E0B22B5E154849BA94F95B911D0F467AB); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteralC4BDB973AE821DEA70F0495195EF17C3A498E945); (L_14)->SetAt(static_cast(8), (String_t*)_stringLiteralC4BDB973AE821DEA70F0495195EF17C3A498E945); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_14; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteralCF15E6AB986C6E1A6B9D665510A803EB2245E941); (L_15)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteralCF15E6AB986C6E1A6B9D665510A803EB2245E941); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_15; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteralDD1E96489DC4F60E6AB0135A5F5CDE79341D8BF7); (L_16)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteralDD1E96489DC4F60E6AB0135A5F5CDE79341D8BF7); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_16; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteral56C9B652878395853110609B8408AB9C094B096A); (L_17)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteral56C9B652878395853110609B8408AB9C094B096A); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = L_17; NullCheck(L_18); ArrayElementTypeCheck (L_18, _stringLiteral75024B19E3B0D929FB55D9F58FB9F2BD92238C9A); (L_18)->SetAt(static_cast(((int32_t)12)), (String_t*)_stringLiteral75024B19E3B0D929FB55D9F58FB9F2BD92238C9A); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19 = L_18; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral1649B6362D7BFE5B47AD5B0E3FF1C23199A234E7); (L_19)->SetAt(static_cast(((int32_t)13)), (String_t*)_stringLiteral1649B6362D7BFE5B47AD5B0E3FF1C23199A234E7); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = L_19; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral6B6E99AB68D2834E2BA881EA585508AE3BB8972B); (L_20)->SetAt(static_cast(((int32_t)14)), (String_t*)_stringLiteral6B6E99AB68D2834E2BA881EA585508AE3BB8972B); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteralCF5B5845107C1302EDC696A0C7AAAC4FA03151F4); (L_21)->SetAt(static_cast(((int32_t)15)), (String_t*)_stringLiteralCF5B5845107C1302EDC696A0C7AAAC4FA03151F4); ((Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_StaticFields*)il2cpp_codegen_static_fields_for(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var))->___s_negCurrencyFormats_1 = L_21; Il2CppCodeGenWriteBarrier((void**)(&((Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_StaticFields*)il2cpp_codegen_static_fields_for(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var))->___s_negCurrencyFormats_1), (void*)L_21); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_22 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)4); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_23 = L_22; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteralBEDE0708DCC90F9E18B81ABBCC88E8AFE5F7C1E5); (L_23)->SetAt(static_cast(0), (String_t*)_stringLiteralBEDE0708DCC90F9E18B81ABBCC88E8AFE5F7C1E5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_24 = L_23; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral3E6E3EAE051FC136B5CCFBED1CB3EB762BAE9210); (L_24)->SetAt(static_cast(1), (String_t*)_stringLiteral3E6E3EAE051FC136B5CCFBED1CB3EB762BAE9210); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_25 = L_24; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral21AE4E4A6ECECB42D1D08C13B107CFC0DC4F744A); (L_25)->SetAt(static_cast(2), (String_t*)_stringLiteral21AE4E4A6ECECB42D1D08C13B107CFC0DC4F744A); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_26 = L_25; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral79C39E67CD586A3F790D4A0E38FA9F11404B5D1D); (L_26)->SetAt(static_cast(3), (String_t*)_stringLiteral79C39E67CD586A3F790D4A0E38FA9F11404B5D1D); ((Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_StaticFields*)il2cpp_codegen_static_fields_for(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var))->___s_posPercentFormats_2 = L_26; Il2CppCodeGenWriteBarrier((void**)(&((Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_StaticFields*)il2cpp_codegen_static_fields_for(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var))->___s_posPercentFormats_2), (void*)L_26); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_27 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12)); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_28 = L_27; NullCheck(L_28); ArrayElementTypeCheck (L_28, _stringLiteralB1EEC0D26B91AABE220113FD74CE99065239B040); (L_28)->SetAt(static_cast(0), (String_t*)_stringLiteralB1EEC0D26B91AABE220113FD74CE99065239B040); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_29 = L_28; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteralEEECCAC246F56CB6F1028EA6BD68FFDD99972BC2); (L_29)->SetAt(static_cast(1), (String_t*)_stringLiteralEEECCAC246F56CB6F1028EA6BD68FFDD99972BC2); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_30 = L_29; NullCheck(L_30); ArrayElementTypeCheck (L_30, _stringLiteral4C741498CBA8A5510C09300E9A8B8F588F5E6554); (L_30)->SetAt(static_cast(2), (String_t*)_stringLiteral4C741498CBA8A5510C09300E9A8B8F588F5E6554); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_31 = L_30; NullCheck(L_31); ArrayElementTypeCheck (L_31, _stringLiteral02A7C4EF37893C2F6EC5DE096B85F28E75A99A54); (L_31)->SetAt(static_cast(3), (String_t*)_stringLiteral02A7C4EF37893C2F6EC5DE096B85F28E75A99A54); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_32 = L_31; NullCheck(L_32); ArrayElementTypeCheck (L_32, _stringLiteral0A559CB4D54EE486F9A4515005F1C40DE6B9EA77); (L_32)->SetAt(static_cast(4), (String_t*)_stringLiteral0A559CB4D54EE486F9A4515005F1C40DE6B9EA77); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_33 = L_32; NullCheck(L_33); ArrayElementTypeCheck (L_33, _stringLiteralACF7EBD89F85F7166021028EA7503E6D3600F722); (L_33)->SetAt(static_cast(5), (String_t*)_stringLiteralACF7EBD89F85F7166021028EA7503E6D3600F722); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_34 = L_33; NullCheck(L_34); ArrayElementTypeCheck (L_34, _stringLiteral7A784352CB13C6A681E12F724A26B5F6FAB9A9B1); (L_34)->SetAt(static_cast(6), (String_t*)_stringLiteral7A784352CB13C6A681E12F724A26B5F6FAB9A9B1); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_35 = L_34; NullCheck(L_35); ArrayElementTypeCheck (L_35, _stringLiteralAB1BFE74E7A4298B8F37FB9EB6B78547560992A2); (L_35)->SetAt(static_cast(7), (String_t*)_stringLiteralAB1BFE74E7A4298B8F37FB9EB6B78547560992A2); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_36 = L_35; NullCheck(L_36); ArrayElementTypeCheck (L_36, _stringLiteral901CED0B08A382B88967A848ACC86064E89B6DA4); (L_36)->SetAt(static_cast(8), (String_t*)_stringLiteral901CED0B08A382B88967A848ACC86064E89B6DA4); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_37 = L_36; NullCheck(L_37); ArrayElementTypeCheck (L_37, _stringLiteral0A5CB231DA96D87CFB74FFBAF2075ACF5ED946AC); (L_37)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral0A5CB231DA96D87CFB74FFBAF2075ACF5ED946AC); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_38 = L_37; NullCheck(L_38); ArrayElementTypeCheck (L_38, _stringLiteral66885E26C562C39DCC525798DECE3BF74488A976); (L_38)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral66885E26C562C39DCC525798DECE3BF74488A976); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_39 = L_38; NullCheck(L_39); ArrayElementTypeCheck (L_39, _stringLiteral5813ADE87A3277FE8FD81CA759C1415B7C708595); (L_39)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteral5813ADE87A3277FE8FD81CA759C1415B7C708595); ((Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_StaticFields*)il2cpp_codegen_static_fields_for(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var))->___s_negPercentFormats_3 = L_39; Il2CppCodeGenWriteBarrier((void**)(&((Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_StaticFields*)il2cpp_codegen_static_fields_for(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var))->___s_negPercentFormats_3), (void*)L_39); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_40 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_41 = L_40; NullCheck(L_41); ArrayElementTypeCheck (L_41, _stringLiteralFBC759AD7743C9AB15A1D627CA2AA2D9E3D1E5B9); (L_41)->SetAt(static_cast(0), (String_t*)_stringLiteralFBC759AD7743C9AB15A1D627CA2AA2D9E3D1E5B9); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_42 = L_41; NullCheck(L_42); ArrayElementTypeCheck (L_42, _stringLiteral18244E26F5FF2C5B45348E712BA2064897332C79); (L_42)->SetAt(static_cast(1), (String_t*)_stringLiteral18244E26F5FF2C5B45348E712BA2064897332C79); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_43 = L_42; NullCheck(L_43); ArrayElementTypeCheck (L_43, _stringLiteral8C9373393C312536C1D242EFF64FED26D13EC4C2); (L_43)->SetAt(static_cast(2), (String_t*)_stringLiteral8C9373393C312536C1D242EFF64FED26D13EC4C2); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_44 = L_43; NullCheck(L_44); ArrayElementTypeCheck (L_44, _stringLiteral65ECD3FE795425EDF31CE693A8E01759AC072FD6); (L_44)->SetAt(static_cast(3), (String_t*)_stringLiteral65ECD3FE795425EDF31CE693A8E01759AC072FD6); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_45 = L_44; NullCheck(L_45); ArrayElementTypeCheck (L_45, _stringLiteral918D7D38C63FE5E56F05EB697A47C91549FBEDCB); (L_45)->SetAt(static_cast(4), (String_t*)_stringLiteral918D7D38C63FE5E56F05EB697A47C91549FBEDCB); ((Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_StaticFields*)il2cpp_codegen_static_fields_for(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var))->___s_negNumberFormats_4 = L_45; Il2CppCodeGenWriteBarrier((void**)(&((Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_StaticFields*)il2cpp_codegen_static_fields_for(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var))->___s_negNumberFormats_4), (void*)L_45); ((Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_StaticFields*)il2cpp_codegen_static_fields_for(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var))->___s_posNumberFormat_5 = _stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3; Il2CppCodeGenWriteBarrier((void**)(&((Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_StaticFields*)il2cpp_codegen_static_fields_for(Number_t006CBC9914386BB171582F4C3A3EEB2EE404D461_il2cpp_TypeInfo_var))->___s_posNumberFormat_5), (void*)_stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3); 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 // Conversion methods for marshalling of: System.Globalization.FormatProvider/Number/NumberBuffer IL2CPP_EXTERN_C void NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA_marshal_pinvoke(const NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA& unmarshaled, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA_marshaled_pinvoke& marshaled) { marshaled.___precision_0 = unmarshaled.___precision_0; marshaled.___scale_1 = unmarshaled.___scale_1; marshaled.___sign_2 = static_cast(unmarshaled.___sign_2); marshaled.___overrideDigits_3 = unmarshaled.___overrideDigits_3; } IL2CPP_EXTERN_C void NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA_marshal_pinvoke_back(const NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA_marshaled_pinvoke& marshaled, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA& unmarshaled) { int32_t unmarshaledprecision_temp_0 = 0; unmarshaledprecision_temp_0 = marshaled.___precision_0; unmarshaled.___precision_0 = unmarshaledprecision_temp_0; int32_t unmarshaledscale_temp_1 = 0; unmarshaledscale_temp_1 = marshaled.___scale_1; unmarshaled.___scale_1 = unmarshaledscale_temp_1; bool unmarshaledsign_temp_2 = false; unmarshaledsign_temp_2 = static_cast(marshaled.___sign_2); unmarshaled.___sign_2 = unmarshaledsign_temp_2; unmarshaled.___overrideDigits_3 = marshaled.___overrideDigits_3; } // Conversion method for clean up from marshalling of: System.Globalization.FormatProvider/Number/NumberBuffer IL2CPP_EXTERN_C void NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA_marshal_pinvoke_cleanup(NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Globalization.FormatProvider/Number/NumberBuffer IL2CPP_EXTERN_C void NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA_marshal_com(const NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA& unmarshaled, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA_marshaled_com& marshaled) { marshaled.___precision_0 = unmarshaled.___precision_0; marshaled.___scale_1 = unmarshaled.___scale_1; marshaled.___sign_2 = static_cast(unmarshaled.___sign_2); marshaled.___overrideDigits_3 = unmarshaled.___overrideDigits_3; } IL2CPP_EXTERN_C void NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA_marshal_com_back(const NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA_marshaled_com& marshaled, NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA& unmarshaled) { int32_t unmarshaledprecision_temp_0 = 0; unmarshaledprecision_temp_0 = marshaled.___precision_0; unmarshaled.___precision_0 = unmarshaledprecision_temp_0; int32_t unmarshaledscale_temp_1 = 0; unmarshaledscale_temp_1 = marshaled.___scale_1; unmarshaled.___scale_1 = unmarshaledscale_temp_1; bool unmarshaledsign_temp_2 = false; unmarshaledsign_temp_2 = static_cast(marshaled.___sign_2); unmarshaled.___sign_2 = unmarshaledsign_temp_2; unmarshaled.___overrideDigits_3 = marshaled.___overrideDigits_3; } // Conversion method for clean up from marshalling of: System.Globalization.FormatProvider/Number/NumberBuffer IL2CPP_EXTERN_C void NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA_marshal_com_cleanup(NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA_marshaled_com& marshaled) { } // System.Char* System.Globalization.FormatProvider/Number/NumberBuffer::get_digits() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A (NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* __this, const RuntimeMethod* method) { { Il2CppChar* L_0 = __this->___overrideDigits_3; return L_0; } } IL2CPP_EXTERN_C Il2CppChar* NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Il2CppChar* _returnValue; _returnValue = NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A_inline(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Text.ValueStringBuilder IL2CPP_EXTERN_C void ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251_marshal_pinvoke(const ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251& unmarshaled, ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251_marshaled_pinvoke& marshaled) { if (unmarshaled.____arrayToReturnToPool_0 != NULL) { il2cpp_array_size_t _unmarshaled_arrayToReturnToPool_Length = (unmarshaled.____arrayToReturnToPool_0)->max_length; marshaled.____arrayToReturnToPool_0 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_arrayToReturnToPool_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_arrayToReturnToPool_Length); i++) { (marshaled.____arrayToReturnToPool_0)[i] = static_cast((unmarshaled.____arrayToReturnToPool_0)->GetAtUnchecked(static_cast(i))); } } else { marshaled.____arrayToReturnToPool_0 = NULL; } marshaled.____chars_1 = unmarshaled.____chars_1; marshaled.____pos_2 = unmarshaled.____pos_2; } IL2CPP_EXTERN_C void ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251_marshal_pinvoke_back(const ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251_marshaled_pinvoke& marshaled, ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } if (marshaled.____arrayToReturnToPool_0 != NULL) { if (unmarshaled.____arrayToReturnToPool_0 == NULL) { unmarshaled.____arrayToReturnToPool_0 = reinterpret_cast((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, 1)); } il2cpp_array_size_t _arrayLength = (unmarshaled.____arrayToReturnToPool_0)->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.____arrayToReturnToPool_0)->SetAtUnchecked(static_cast(i), static_cast((marshaled.____arrayToReturnToPool_0)[i])); } } Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D unmarshaled_chars_temp_1; memset((&unmarshaled_chars_temp_1), 0, sizeof(unmarshaled_chars_temp_1)); unmarshaled_chars_temp_1 = marshaled.____chars_1; unmarshaled.____chars_1 = unmarshaled_chars_temp_1; int32_t unmarshaled_pos_temp_2 = 0; unmarshaled_pos_temp_2 = marshaled.____pos_2; unmarshaled.____pos_2 = unmarshaled_pos_temp_2; } // Conversion method for clean up from marshalling of: System.Text.ValueStringBuilder IL2CPP_EXTERN_C void ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251_marshal_pinvoke_cleanup(ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251_marshaled_pinvoke& marshaled) { if (marshaled.____arrayToReturnToPool_0 != NULL) { il2cpp_codegen_marshal_free(marshaled.____arrayToReturnToPool_0); marshaled.____arrayToReturnToPool_0 = NULL; } } // Conversion methods for marshalling of: System.Text.ValueStringBuilder IL2CPP_EXTERN_C void ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251_marshal_com(const ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251& unmarshaled, ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251_marshaled_com& marshaled) { if (unmarshaled.____arrayToReturnToPool_0 != NULL) { il2cpp_array_size_t _unmarshaled_arrayToReturnToPool_Length = (unmarshaled.____arrayToReturnToPool_0)->max_length; marshaled.____arrayToReturnToPool_0 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_arrayToReturnToPool_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_arrayToReturnToPool_Length); i++) { (marshaled.____arrayToReturnToPool_0)[i] = static_cast((unmarshaled.____arrayToReturnToPool_0)->GetAtUnchecked(static_cast(i))); } } else { marshaled.____arrayToReturnToPool_0 = NULL; } marshaled.____chars_1 = unmarshaled.____chars_1; marshaled.____pos_2 = unmarshaled.____pos_2; } IL2CPP_EXTERN_C void ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251_marshal_com_back(const ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251_marshaled_com& marshaled, ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } if (marshaled.____arrayToReturnToPool_0 != NULL) { if (unmarshaled.____arrayToReturnToPool_0 == NULL) { unmarshaled.____arrayToReturnToPool_0 = reinterpret_cast((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, 1)); } il2cpp_array_size_t _arrayLength = (unmarshaled.____arrayToReturnToPool_0)->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.____arrayToReturnToPool_0)->SetAtUnchecked(static_cast(i), static_cast((marshaled.____arrayToReturnToPool_0)[i])); } } Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D unmarshaled_chars_temp_1; memset((&unmarshaled_chars_temp_1), 0, sizeof(unmarshaled_chars_temp_1)); unmarshaled_chars_temp_1 = marshaled.____chars_1; unmarshaled.____chars_1 = unmarshaled_chars_temp_1; int32_t unmarshaled_pos_temp_2 = 0; unmarshaled_pos_temp_2 = marshaled.____pos_2; unmarshaled.____pos_2 = unmarshaled_pos_temp_2; } // Conversion method for clean up from marshalling of: System.Text.ValueStringBuilder IL2CPP_EXTERN_C void ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251_marshal_com_cleanup(ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251_marshaled_com& marshaled) { if (marshaled.____arrayToReturnToPool_0 != NULL) { il2cpp_codegen_marshal_free(marshaled.____arrayToReturnToPool_0); marshaled.____arrayToReturnToPool_0 = NULL; } } // System.Void System.Text.ValueStringBuilder::.ctor(System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueStringBuilder__ctor_m0660F060D846CA37202B1BEEE35D26DAC2B6AFF6 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___initialBuffer0, const RuntimeMethod* method) { { __this->____arrayToReturnToPool_0 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_0 = ___initialBuffer0; __this->____chars_1 = L_0; __this->____pos_2 = 0; return; } } // System.Int32 System.Text.ValueStringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueStringBuilder_get_Length_m5D0F5925DA1601B18CF1ADC62D8750F955DC3F6B (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____pos_2; return L_0; } } // System.String System.Text.ValueStringBuilder::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValueStringBuilder_ToString_mAB4C26796468880783F57E543C5102DE83C10BCE (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_op_Implicit_mD65020B112814C67FED9F2C3DE2B0B78D4E2A486_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_0 = (&__this->____chars_1); int32_t L_1 = __this->____pos_2; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_2; L_2 = Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_inline(L_0, 0, L_1, Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var); ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3; L_3 = Span_1_op_Implicit_mD65020B112814C67FED9F2C3DE2B0B78D4E2A486(L_2, Span_1_op_Implicit_mD65020B112814C67FED9F2C3DE2B0B78D4E2A486_RuntimeMethod_var); String_t* L_4; L_4 = String_CreateString_m1618CF9F1145C9832FC830A4BD6DD96A540012F8(NULL, L_3, NULL); ValueStringBuilder_Dispose_m3BC81A03C95916FF7171ADB0CF6F16E2366A1392_inline(__this, NULL); return L_4; } } // System.Boolean System.Text.ValueStringBuilder::TryCopyTo(System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueStringBuilder_TryCopyTo_m1ADDDEC065D0CCAB6A61D871D7272522B95F801E (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, int32_t* ___charsWritten1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_TryCopyTo_m25ED56B31CC4F4DBC734E898741037AADC8806F8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D V_0; memset((&V_0), 0, sizeof(V_0)); { Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_0 = (&__this->____chars_1); int32_t L_1 = __this->____pos_2; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_2; L_2 = Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_inline(L_0, 0, L_1, Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var); V_0 = L_2; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_3 = ___destination0; bool L_4; L_4 = Span_1_TryCopyTo_m25ED56B31CC4F4DBC734E898741037AADC8806F8((&V_0), L_3, Span_1_TryCopyTo_m25ED56B31CC4F4DBC734E898741037AADC8806F8_RuntimeMethod_var); if (!L_4) { goto IL_002d; } } { int32_t* L_5 = ___charsWritten1; int32_t L_6 = __this->____pos_2; *((int32_t*)L_5) = (int32_t)L_6; ValueStringBuilder_Dispose_m3BC81A03C95916FF7171ADB0CF6F16E2366A1392_inline(__this, NULL); return (bool)1; } IL_002d: { int32_t* L_7 = ___charsWritten1; *((int32_t*)L_7) = (int32_t)0; ValueStringBuilder_Dispose_m3BC81A03C95916FF7171ADB0CF6F16E2366A1392_inline(__this, NULL); return (bool)0; } } // System.Void System.Text.ValueStringBuilder::Insert(System.Int32,System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueStringBuilder_Insert_m658B685FEAD8D7A9935D2720FAAAB05382942E2C (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, int32_t ___index0, Il2CppChar ___value1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_CopyTo_m7BB0A9984004C444974C7F111CCAD6D85325A15E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m13ADB57BBCF7684FF92630FACC729B10B9B6B254_RuntimeMethod_var); 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_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D V_1; memset((&V_1), 0, sizeof(V_1)); { int32_t L_0 = __this->____pos_2; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_1 = (&__this->____chars_1); int32_t L_2; L_2 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline(L_1, Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); int32_t L_3 = ___count2; if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_2, L_3))))) { goto IL_001c; } } { int32_t L_4 = ___count2; ValueStringBuilder_Grow_m8107401166703C9CB129685FA6F78F26615FC6A9(__this, L_4, NULL); } IL_001c: { int32_t L_5 = __this->____pos_2; int32_t L_6 = ___index0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_5, L_6)); Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_7 = (&__this->____chars_1); int32_t L_8 = ___index0; int32_t L_9 = V_0; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_10; L_10 = Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_inline(L_7, L_8, L_9, Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var); V_1 = L_10; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_11 = (&__this->____chars_1); int32_t L_12 = ___index0; int32_t L_13 = ___count2; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_14; L_14 = Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_inline(L_11, ((int32_t)il2cpp_codegen_add(L_12, L_13)), Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_RuntimeMethod_var); Span_1_CopyTo_m7BB0A9984004C444974C7F111CCAD6D85325A15E((&V_1), L_14, Span_1_CopyTo_m7BB0A9984004C444974C7F111CCAD6D85325A15E_RuntimeMethod_var); Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_15 = (&__this->____chars_1); int32_t L_16 = ___index0; int32_t L_17 = ___count2; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_18; L_18 = Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_inline(L_15, L_16, L_17, Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var); V_1 = L_18; Il2CppChar L_19 = ___value1; Span_1_Fill_m13ADB57BBCF7684FF92630FACC729B10B9B6B254((&V_1), L_19, Span_1_Fill_m13ADB57BBCF7684FF92630FACC729B10B9B6B254_RuntimeMethod_var); int32_t L_20 = __this->____pos_2; int32_t L_21 = ___count2; __this->____pos_2 = ((int32_t)il2cpp_codegen_add(L_20, L_21)); return; } } // System.Void System.Text.ValueStringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->____pos_2; V_0 = L_0; int32_t L_1 = V_0; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_2 = (&__this->____chars_1); int32_t L_3; L_3 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline(L_2, Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_002d; } } { Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_4 = (&__this->____chars_1); int32_t L_5 = V_0; Il2CppChar* L_6; L_6 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&((L_4)->____pointer_0))->value, (L_5), (L_4)->____length_1); Il2CppChar L_7 = ___c0; *((int16_t*)L_6) = (int16_t)L_7; int32_t L_8 = V_0; __this->____pos_2 = ((int32_t)il2cpp_codegen_add(L_8, 1)); return; } IL_002d: { Il2CppChar L_9 = ___c0; ValueStringBuilder_GrowAndAppend_mDB5F96AAA8A9CAD064B96D8A182D84C76BF24F46(__this, L_9, NULL); return; } } // System.Void System.Text.ValueStringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->____pos_2; V_0 = L_0; String_t* L_1 = ___s0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_003c; } } { int32_t L_3 = V_0; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_4 = (&__this->____chars_1); int32_t L_5; L_5 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline(L_4, Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); if ((((int32_t)L_3) >= ((int32_t)L_5))) { goto IL_003c; } } { Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_6 = (&__this->____chars_1); int32_t L_7 = V_0; Il2CppChar* L_8; L_8 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&((L_6)->____pointer_0))->value, (L_7), (L_6)->____length_1); String_t* L_9 = ___s0; NullCheck(L_9); Il2CppChar L_10; L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_9, 0, NULL); *((int16_t*)L_8) = (int16_t)L_10; int32_t L_11 = V_0; __this->____pos_2 = ((int32_t)il2cpp_codegen_add(L_11, 1)); return; } IL_003c: { String_t* L_12 = ___s0; ValueStringBuilder_AppendSlow_mF1E32E44AE0CD50A28EE3E945C8CCE40FB184526(__this, L_12, NULL); return; } } // System.Void System.Text.ValueStringBuilder::AppendSlow(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueStringBuilder_AppendSlow_mF1E32E44AE0CD50A28EE3E945C8CCE40FB184526 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_CopyTo_m42F1668DECE40277D97A37705EA6BE27CF7D5030_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 V_1; memset((&V_1), 0, sizeof(V_1)); { int32_t L_0 = __this->____pos_2; V_0 = L_0; int32_t L_1 = V_0; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_2 = (&__this->____chars_1); int32_t L_3; L_3 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline(L_2, Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); String_t* L_4 = ___s0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); if ((((int32_t)L_1) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_3, L_5))))) { goto IL_0028; } } { String_t* L_6 = ___s0; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL); ValueStringBuilder_Grow_m8107401166703C9CB129685FA6F78F26615FC6A9(__this, L_7, NULL); } IL_0028: { String_t* L_8 = ___s0; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_9; L_9 = MemoryExtensions_AsSpan_m738C019A02A3B4B8BFEACFFA013409898B81D4FB_inline(L_8, NULL); V_1 = L_9; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_10 = (&__this->____chars_1); int32_t L_11 = V_0; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_12; L_12 = Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_inline(L_10, L_11, Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_RuntimeMethod_var); ReadOnlySpan_1_CopyTo_m42F1668DECE40277D97A37705EA6BE27CF7D5030((&V_1), L_12, ReadOnlySpan_1_CopyTo_m42F1668DECE40277D97A37705EA6BE27CF7D5030_RuntimeMethod_var); int32_t L_13 = __this->____pos_2; String_t* L_14 = ___s0; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_14, NULL); __this->____pos_2 = ((int32_t)il2cpp_codegen_add(L_13, L_15)); return; } } // System.Void System.Text.ValueStringBuilder::Append(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueStringBuilder_Append_m4E46E62A9444CE58033DDB6EC5D9AE7CF02B48B0 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { int32_t L_0 = __this->____pos_2; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_1 = (&__this->____chars_1); int32_t L_2; L_2 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline(L_1, Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); int32_t L_3 = ___count1; if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_2, L_3))))) { goto IL_001c; } } { int32_t L_4 = ___count1; ValueStringBuilder_Grow_m8107401166703C9CB129685FA6F78F26615FC6A9(__this, L_4, NULL); } IL_001c: { Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_5 = (&__this->____chars_1); int32_t L_6 = __this->____pos_2; int32_t L_7 = ___count1; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_8; L_8 = Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_inline(L_5, L_6, L_7, Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var); V_0 = L_8; V_1 = 0; goto IL_0041; } IL_0033: { int32_t L_9 = V_1; Il2CppChar* L_10; L_10 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_0))->____pointer_0))->value, (L_9), ((&V_0))->____length_1); Il2CppChar L_11 = ___c0; *((int16_t*)L_10) = (int16_t)L_11; int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_12, 1)); } IL_0041: { int32_t L_13 = V_1; int32_t L_14; L_14 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline((&V_0), Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0033; } } { int32_t L_15 = __this->____pos_2; int32_t L_16 = ___count1; __this->____pos_2 = ((int32_t)il2cpp_codegen_add(L_15, L_16)); return; } } // System.Void System.Text.ValueStringBuilder::Append(System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueStringBuilder_Append_m58580EDC69E4BCFEFFE0A266FE36684AC660BBD6 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, Il2CppChar* ___value0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { int32_t L_0 = __this->____pos_2; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_1 = (&__this->____chars_1); int32_t L_2; L_2 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline(L_1, Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); int32_t L_3 = ___length1; if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_2, L_3))))) { goto IL_001c; } } { int32_t L_4 = ___length1; ValueStringBuilder_Grow_m8107401166703C9CB129685FA6F78F26615FC6A9(__this, L_4, NULL); } IL_001c: { Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_5 = (&__this->____chars_1); int32_t L_6 = __this->____pos_2; int32_t L_7 = ___length1; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_8; L_8 = Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_inline(L_5, L_6, L_7, Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var); V_0 = L_8; V_1 = 0; goto IL_0047; } IL_0033: { int32_t L_9 = V_1; Il2CppChar* L_10; L_10 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&V_0))->____pointer_0))->value, (L_9), ((&V_0))->____length_1); Il2CppChar* L_11 = ___value0; Il2CppChar* L_12 = L_11; ___value0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, 2)); int32_t L_13 = *((uint16_t*)L_12); *((int16_t*)L_10) = (int16_t)L_13; int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_14, 1)); } IL_0047: { int32_t L_15 = V_1; int32_t L_16; L_16 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline((&V_0), Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0033; } } { int32_t L_17 = __this->____pos_2; int32_t L_18 = ___length1; __this->____pos_2 = ((int32_t)il2cpp_codegen_add(L_17, L_18)); return; } } // System.Span`1 System.Text.ValueStringBuilder::AppendSpan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ValueStringBuilder_AppendSpan_m0D80091AA43B5BD4944DCD4D8729310FEAF11382 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, int32_t ___length0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->____pos_2; V_0 = L_0; int32_t L_1 = V_0; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_2 = (&__this->____chars_1); int32_t L_3; L_3 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline(L_2, Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); int32_t L_4 = ___length0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_3, L_4))))) { goto IL_001e; } } { int32_t L_5 = ___length0; ValueStringBuilder_Grow_m8107401166703C9CB129685FA6F78F26615FC6A9(__this, L_5, NULL); } IL_001e: { int32_t L_6 = V_0; int32_t L_7 = ___length0; __this->____pos_2 = ((int32_t)il2cpp_codegen_add(L_6, L_7)); Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_8 = (&__this->____chars_1); int32_t L_9 = V_0; int32_t L_10 = ___length0; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_11; L_11 = Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_inline(L_8, L_9, L_10, Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var); return L_11; } } // System.Void System.Text.ValueStringBuilder::GrowAndAppend(System.Char) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ValueStringBuilder_GrowAndAppend_mDB5F96AAA8A9CAD064B96D8A182D84C76BF24F46 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, Il2CppChar ___c0, const RuntimeMethod* method) { { ValueStringBuilder_Grow_m8107401166703C9CB129685FA6F78F26615FC6A9(__this, 1, NULL); Il2CppChar L_0 = ___c0; ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline(__this, L_0, NULL); return; } } // System.Void System.Text.ValueStringBuilder::Grow(System.Int32) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ValueStringBuilder_Grow_m8107401166703C9CB129685FA6F78F26615FC6A9 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, int32_t ___requiredAdditionalCapacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m67C0FFC13A63061884FC902381DCCDABE0550219_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_CopyTo_m7BB0A9984004C444974C7F111CCAD6D85325A15E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_op_Implicit_m3D84585FDA9DFB99F289B480D9F19B79E41F92D1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B_il2cpp_TypeInfo_var); ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B* L_0; L_0 = ArrayPool_1_get_Shared_m67C0FFC13A63061884FC902381DCCDABE0550219_inline(ArrayPool_1_get_Shared_m67C0FFC13A63061884FC902381DCCDABE0550219_RuntimeMethod_var); int32_t L_1 = __this->____pos_2; int32_t L_2 = ___requiredAdditionalCapacity0; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_3 = (&__this->____chars_1); int32_t L_4; L_4 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline(L_3, Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); int32_t L_5; L_5 = Math_Max_m830F00B616D7A2130E46E974DFB27E9DA7FE30E5(((int32_t)il2cpp_codegen_add(L_1, L_2)), ((int32_t)il2cpp_codegen_multiply(L_4, 2)), NULL); NullCheck(L_0); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6; L_6 = VirtualFuncInvoker1< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t >::Invoke(4 /* T[] System.Buffers.ArrayPool`1::Rent(System.Int32) */, L_0, L_5); V_0 = L_6; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_7 = (&__this->____chars_1); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = V_0; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_9; L_9 = Span_1_op_Implicit_m3D84585FDA9DFB99F289B480D9F19B79E41F92D1(L_8, Span_1_op_Implicit_m3D84585FDA9DFB99F289B480D9F19B79E41F92D1_RuntimeMethod_var); Span_1_CopyTo_m7BB0A9984004C444974C7F111CCAD6D85325A15E(L_7, L_9, Span_1_CopyTo_m7BB0A9984004C444974C7F111CCAD6D85325A15E_RuntimeMethod_var); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = __this->____arrayToReturnToPool_0; V_1 = L_10; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = V_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = L_11; V_2 = L_12; __this->____arrayToReturnToPool_0 = L_12; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_13 = V_2; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_14; L_14 = Span_1_op_Implicit_m3D84585FDA9DFB99F289B480D9F19B79E41F92D1(L_13, Span_1_op_Implicit_m3D84585FDA9DFB99F289B480D9F19B79E41F92D1_RuntimeMethod_var); __this->____chars_1 = L_14; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_15 = V_1; if (!L_15) { goto IL_0061; } } { il2cpp_codegen_runtime_class_init_inline(ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B_il2cpp_TypeInfo_var); ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B* L_16; L_16 = ArrayPool_1_get_Shared_m67C0FFC13A63061884FC902381DCCDABE0550219_inline(ArrayPool_1_get_Shared_m67C0FFC13A63061884FC902381DCCDABE0550219_RuntimeMethod_var); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_17 = V_1; NullCheck(L_16); VirtualActionInvoker2< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(T[],System.Boolean) */, L_16, L_17, (bool)0); } IL_0061: { return; } } // System.Void System.Text.ValueStringBuilder::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueStringBuilder_Dispose_m3BC81A03C95916FF7171ADB0CF6F16E2366A1392 (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m67C0FFC13A63061884FC902381DCCDABE0550219_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____arrayToReturnToPool_0; V_0 = L_0; il2cpp_codegen_initobj(__this, sizeof(ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = V_0; if (!L_1) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B_il2cpp_TypeInfo_var); ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B* L_2; L_2 = ArrayPool_1_get_Shared_m67C0FFC13A63061884FC902381DCCDABE0550219_inline(ArrayPool_1_get_Shared_m67C0FFC13A63061884FC902381DCCDABE0550219_RuntimeMethod_var); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = V_0; NullCheck(L_2); VirtualActionInvoker2< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(T[],System.Boolean) */, L_2, L_3, (bool)0); } IL_001d: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsFinite_m5BBF38F691A6AD46ABC775E20F29F482BC3AEAC0_inline (double ___d0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___d0; il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var); int64_t L_1; L_1 = BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline(L_0, NULL); return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits::max)())))) < ((int64_t)((int64_t)9218868437227405312LL)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsInfinity_mFA158CA8247818AE2FEB5B11158A354CA5B4FCC5_inline (double ___d0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___d0; il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var); int64_t L_1; L_1 = BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline(L_0, NULL); return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits::max)())))) == ((int64_t)((int64_t)9218868437227405312LL)))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_get_Zero_mBA4017A186518E67C2ACCEF9AC2007FD69AF33B1_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnZeroInt_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_get_MinusOne_m9929E7AEC67F4E57C76A0B8AE7D23C20DF7BD265_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var); BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_0 = ((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))->___s_bnMinusOneInt_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryExtensions_AsSpan_m738C019A02A3B4B8BFEACFFA013409898B81D4FB_inline (String_t* ___text0, 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 = ___text0; 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 = ___text0; NullCheck(L_2); Il2CppChar* L_3; L_3 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_2, NULL); String_t* L_4 = ___text0; 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 void ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC_inline (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->____pos_2; V_0 = L_0; int32_t L_1 = V_0; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_2 = (&__this->____chars_1); int32_t L_3; L_3 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline(L_2, Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_002d; } } { Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_4 = (&__this->____chars_1); int32_t L_5 = V_0; Il2CppChar* L_6; L_6 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&((L_4)->____pointer_0))->value, (L_5), (L_4)->____length_1); Il2CppChar L_7 = ___c0; *((int16_t*)L_6) = (int16_t)L_7; int32_t L_8 = V_0; __this->____pos_2 = ((int32_t)il2cpp_codegen_add(L_8, 1)); return; } IL_002d: { Il2CppChar L_9 = ___c0; ValueStringBuilder_GrowAndAppend_mDB5F96AAA8A9CAD064B96D8A182D84C76BF24F46(__this, L_9, NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ValueStringBuilder_AppendSpan_m0D80091AA43B5BD4944DCD4D8729310FEAF11382_inline (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, int32_t ___length0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->____pos_2; V_0 = L_0; int32_t L_1 = V_0; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_2 = (&__this->____chars_1); int32_t L_3; L_3 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline(L_2, Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); int32_t L_4 = ___length0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_3, L_4))))) { goto IL_001e; } } { int32_t L_5 = ___length0; ValueStringBuilder_Grow_m8107401166703C9CB129685FA6F78F26615FC6A9(__this, L_5, NULL); } IL_001e: { int32_t L_6 = V_0; int32_t L_7 = ___length0; __this->____pos_2 = ((int32_t)il2cpp_codegen_add(L_6, L_7)); Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_8 = (&__this->____chars_1); int32_t L_9 = V_0; int32_t L_10 = ___length0; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_11; L_11 = Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_inline(L_8, L_9, L_10, Span_1_Slice_mEFBC3C78FD443FFE23F9E841D43B7B0271622843_RuntimeMethod_var); return L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ValueStringBuilder_get_Length_m5D0F5925DA1601B18CF1ADC62D8750F955DC3F6B_inline (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____pos_2; return L_0; } } 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 String_t* NumberFormatInfo_get_NegativeSign_m7744D30B65FFC7D00CDD1CCF7E53D3722D350E7C_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___negativeSign_5; return L_0; } } 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 String_t* NumberFormatInfo_get_CurrencySymbol_m69E8700B6E102ADA1351AD4C6BBC7779D9F13F43_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___currencySymbol_10; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencyDecimalSeparator_mBAD4DAC07DC995653374C16BFB02E6CF2CA121BD_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___currencyDecimalSeparator_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencyGroupSeparator_mE8F7687A3D4812C75092E30554B4C15C974441BD_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___currencyGroupSeparator_8; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___numberDecimalSeparator_6; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberGroupSeparator_m0556B092AA471513B1EDC31C047712226D39BEB6_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___numberGroupSeparator_7; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar* NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A_inline (NumberBuffer_t0F9FC9D15F03CFDEBA3B3F4210A2AB3B53305CDA* __this, const RuntimeMethod* method) { { Il2CppChar* L_0 = __this->___overrideDigits_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_NumberNegativePattern_mB2D78035F14DA736695A2476B33B70A8BE3DB772_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___numberNegativePattern_25; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PositiveSign_mEB874CC4589FD7B2F57CD3269AE6D9043A0C25EF_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___positiveSign_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyDecimalDigits_m5E04D902AB388705BF7FED31630AF7730EFA34BE_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___currencyDecimalDigits_22; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_NumberDecimalDigits_m5EB881B449699981560942A65714C5D5CBA897BD_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___numberDecimalDigits_21; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF_inline (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->____pos_2; V_0 = L_0; String_t* L_1 = ___s0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_003c; } } { int32_t L_3 = V_0; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_4 = (&__this->____chars_1); int32_t L_5; L_5 = Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_inline(L_4, Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_RuntimeMethod_var); if ((((int32_t)L_3) >= ((int32_t)L_5))) { goto IL_003c; } } { Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* L_6 = (&__this->____chars_1); int32_t L_7 = V_0; Il2CppChar* L_8; L_8 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&((L_6)->____pointer_0))->value, (L_7), (L_6)->____length_1); String_t* L_9 = ___s0; NullCheck(L_9); Il2CppChar L_10; L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_9, 0, NULL); *((int16_t*)L_8) = (int16_t)L_10; int32_t L_11 = V_0; __this->____pos_2 = ((int32_t)il2cpp_codegen_add(L_11, 1)); return; } IL_003c: { String_t* L_12 = ___s0; ValueStringBuilder_AppendSlow_mF1E32E44AE0CD50A28EE3E945C8CCE40FB184526(__this, L_12, NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentDecimalDigits_m49B53E03F294674AA1B20B77C56E10721BA8643D_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___percentDecimalDigits_28; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyPositivePattern_m253954FD1F79EB2F9B12070A348E8E1DB0E75263_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___currencyPositivePattern_23; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyNegativePattern_m35EAAAC0517F13B43B444B82343F14D9B0A14FC4_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___currencyNegativePattern_24; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentPositivePattern_m2720656715E7A19D1CEAD0155412B2EE01FC68FA_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___percentPositivePattern_26; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentNegativePattern_m3EED4EC4B89339AA00581150F4999BCC3400CDAD_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___percentNegativePattern_27; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentDecimalSeparator_mB656F8F033BB700E4647AF14044C607F34634B80_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___percentDecimalSeparator_15; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentGroupSeparator_m1321ACEA2239006587D132AF6445E55D733BABF9_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___percentGroupSeparator_16; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentSymbol_mB3F25C2B5F71574B7F4A0BEE95A7028E7A48CFC2_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___percentSymbol_17; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PerMilleSymbol_mBE43A9E5D7F05030C0258FB452BD94FD6E411533_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___perMilleSymbol_18; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValueStringBuilder_Dispose_m3BC81A03C95916FF7171ADB0CF6F16E2366A1392_inline (ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_get_Shared_m67C0FFC13A63061884FC902381DCCDABE0550219_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____arrayToReturnToPool_0; V_0 = L_0; il2cpp_codegen_initobj(__this, sizeof(ValueStringBuilder_tEBD54C46E3AF8527BD0D234124F5C1AC14E9E251)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = V_0; if (!L_1) { goto IL_001d; } } { il2cpp_codegen_runtime_class_init_inline(ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B_il2cpp_TypeInfo_var); ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B* L_2; L_2 = ArrayPool_1_get_Shared_m67C0FFC13A63061884FC902381DCCDABE0550219_inline(ArrayPool_1_get_Shared_m67C0FFC13A63061884FC902381DCCDABE0550219_RuntimeMethod_var); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = V_0; NullCheck(L_2); VirtualActionInvoker2< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(T[],System.Boolean) */, L_2, L_3, (bool)0); } IL_001d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m1D3E8C5A560BE65D9A5C3E5D0D891C79F4895B0B_gshared_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___array0, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___array0; if (L_0) { goto IL_000b; } } { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D)); return; } IL_000b: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___array0; NullCheck((RuntimeArray*)L_1); uint8_t* L_2; L_2 = Array_GetRawSzArrayData_m2F8F5B2A381AEF971F12866D9C0A6C4FBA59F6BB_inline((RuntimeArray*)L_1, NULL); uint8_t* L_3; L_3 = il2cpp_unsafe_as_ref(L_2); ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC L_4; memset((&L_4), 0, sizeof(L_4)); il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_4), L_3); __this->____pointer_0 = L_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___array0; NullCheck(L_5); __this->____length_1 = ((int32_t)(((RuntimeArray*)L_5)->max_length)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m54864A0BB817050A9110E85BB5FB31EF63699982_gshared_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __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_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D ReadOnlySpan_1_Slice_mC8B7C665F49384744642F03EA355239F0E4AF966_gshared_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, int32_t ___start0, const RuntimeMethod* method) { ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC 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_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC L_2 = (ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC)__this->____pointer_0; V_0 = L_2; uint8_t* L_3; L_3 = IL2CPP_BY_REFERENCE_GET_VALUE(uint8_t, (Il2CppByReference*)(&V_0)); int32_t L_4 = ___start0; uint8_t* L_5; L_5 = il2cpp_unsafe_add(L_3, L_4); int32_t L_6 = (int32_t)__this->____length_1; int32_t L_7 = ___start0; ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D L_8; memset((&L_8), 0, sizeof(L_8)); ReadOnlySpan_1__ctor_m0FC0B92549C2968E80B5F75A85F28B96DBFCFD63_inline((&L_8), L_5, ((int32_t)il2cpp_codegen_subtract(L_6, L_7)), /*hidden argument*/il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return L_8; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m8E944E4954E037877A25B9FF6B901F1F901D4769_gshared_inline (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305* __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->____length_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Array_Empty_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m89F7B056854DF715AA3E2B78EB84D5FA3878E474_gshared_inline (const RuntimeMethod* method) { { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 0)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ((EmptyArray_1_t7187E746F328254739F076CFBCAABB28D4B4554C_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 0)))->___Value_0; 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 void Span_1__ctor_mE18EBB601FBFA01BA29FE353364700952A9091FE_gshared_inline (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305* __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 (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; uint8_t* L_4; L_4 = il2cpp_unsafe_as_ref((uint8_t*)L_3); ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC 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 ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07* ArrayPool_1_get_Shared_mF8BCD25CBF8FDFF0B3B34EA3845722E4E10F310F_gshared_inline (const RuntimeMethod* method) { { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07* L_0 = ((ArrayPool_1_t645A9854926DCA747C654687A362AD03D55D2C07_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->___U3CSharedU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 Span_1_Slice_m9D8BA8245B8DC9BFB4A4164759CBAAEAD1318CD6_gshared_inline (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305* __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC 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_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC L_5 = (ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC)__this->____pointer_0; V_0 = L_5; uint8_t* L_6; L_6 = IL2CPP_BY_REFERENCE_GET_VALUE(uint8_t, (Il2CppByReference*)(&V_0)); int32_t L_7 = ___start0; uint8_t* L_8; L_8 = il2cpp_unsafe_add(L_6, L_7); int32_t L_9 = ___length1; Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305 L_10; memset((&L_10), 0, sizeof(L_10)); Span_1__ctor_m947BF95D54571BF3897F96822B7A8FDA5853497B_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 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 (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((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 void ReadOnlySpan_1__ctor_mDADE08E6B4594775C6675B389078E5FE98C745D5_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___array0; if (L_0) { goto IL_0016; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_000e; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353(NULL); } IL_000e: { il2cpp_codegen_initobj(__this, sizeof(ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1)); return; } IL_0016: { int32_t L_3 = ___start1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = ___array0; NullCheck(L_4); if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_0024; } } { int32_t L_5 = ___length2; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___start1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_6)->max_length)), L_7)))))) { goto IL_0029; } } IL_0024: { ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353(NULL); } IL_0029: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = ___array0; NullCheck((RuntimeArray*)L_8); uint8_t* L_9; L_9 = Array_GetRawSzArrayData_m2F8F5B2A381AEF971F12866D9C0A6C4FBA59F6BB_inline((RuntimeArray*)L_8, NULL); Il2CppChar* L_10; L_10 = il2cpp_unsafe_as_ref(L_9); int32_t L_11 = ___start1; Il2CppChar* L_12; L_12 = il2cpp_unsafe_add(L_10, L_11); ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_13; memset((&L_13), 0, sizeof(L_13)); il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_13), L_12); __this->____pointer_0 = L_13; int32_t L_14 = ___length2; __this->____length_1 = L_14; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_gshared_inline (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __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 (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; int32_t* L_4; L_4 = il2cpp_unsafe_as_ref((uint8_t*)L_3); ByReference_1_tDDF129F0BC02430629D5CD253C681112F166BAD4 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 int32_t Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_gshared_inline (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->____length_1; return L_0; } } 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(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 int32_t Span_1_get_Length_mB79622153F80AD55A805C005842AF045F4FCF992_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->____length_1; return L_0; } } 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(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 ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B* ArrayPool_1_get_Shared_m67C0FFC13A63061884FC902381DCCDABE0550219_gshared_inline (const RuntimeMethod* method) { { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B* L_0 = ((ArrayPool_1_t3CE8332C9DFE03FF160AB0CE0FF17DF7792E0E4B_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->___U3CSharedU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline (double ___value0, const RuntimeMethod* method) { { int64_t L_0 = *((int64_t*)((uintptr_t)(&___value0))); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* Array_GetRawSzArrayData_m2F8F5B2A381AEF971F12866D9C0A6C4FBA59F6BB_inline (RuntimeArray* __this, const RuntimeMethod* method) { { RawData_t37CAF2D3F74B7723974ED7CEEE9B297D8FA64ED0* L_0; L_0 = il2cpp_unsafe_as(__this); NullCheck(L_0); uint8_t* L_1 = (&L_0->___Data_2); return L_1; } } 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 ReadOnlySpan_1__ctor_m0FC0B92549C2968E80B5F75A85F28B96DBFCFD63_gshared_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, uint8_t* ___ptr0, int32_t ___length1, const RuntimeMethod* method) { { uint8_t* L_0 = ___ptr0; ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC 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_m947BF95D54571BF3897F96822B7A8FDA5853497B_gshared_inline (Span_1_tDADAC65069DFE6B57C458109115ECD795ED39305* __this, uint8_t* ___ptr0, int32_t ___length1, const RuntimeMethod* method) { { uint8_t* L_0 = ___ptr0; ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC 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; } }