#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include #include "icalls/mscorlib/System.Diagnostics/StackFrame.h" #include "icalls/mscorlib/System.Diagnostics/StackTrace.h" template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D; // System.Action`2 struct Action_2_tD95FEB0CD8C2141DE035440434C3769AA37151D4; // System.Threading.AsyncLocal`1 struct AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.EventHandler`1 struct EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49; // System.Func`1 struct Func_1_tD7D981D1F0F29BA17268E18E39287102393D2EFD; // System.Func`1 struct Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C; // System.Func`2 struct Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82; // System.Collections.Generic.List`1 struct List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544; // System.Collections.Generic.List`1 struct List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t2E01C571E733112C39E0970BF9193E00B487FF86; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E; // System.Threading.Tasks.Task`1 struct Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // System.Tuple`2 struct Tuple_2_t6E1BB48DA437DE519C0560A93AF96D1E1F3E3EA1; // System.Tuple`2 struct Tuple_2_t057458B347B4C4FC1CAD126B9EC4D96CDA8E43DF; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // Mono.Globalization.Unicode.Contraction[] struct ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Collections.KeyValuePairs[] struct KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB; // Mono.Globalization.Unicode.Level2Map[] struct Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Diagnostics.StackFrame[] struct StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // Mono.Globalization.Unicode.CodePointIndexer/TableRange[] struct TableRangeU5BU5D_t529A3048AC157A0702514DB337164442AF1530C7; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // System.Reflection.Assembly struct Assembly_t; // System.Reflection.AssemblyName struct AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Threading.CancellationTokenSource struct CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // Mono.Globalization.Unicode.CodePointIndexer struct CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Collections.Comparer struct Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57; // System.Runtime.Remoting.Contexts.Context struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // System.Runtime.Remoting.Contexts.ContextCallbackObject struct ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B; // Mono.Globalization.Unicode.Contraction struct Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Text.Decoder struct Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // System.Text.DecoderFallbackBuffer struct DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Runtime.Remoting.DisposerReplySink struct DisposerReplySink_t68F832E73EC99ECB9D42BCE956C7E33A4C3CDEE3; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection struct DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Runtime.Remoting.EnvoyInfo struct EnvoyInfo_t08D466663AC843177F6D13F924558D6519BF500E; // System.Exception struct Exception_t; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09; // System.Threading.ExecutionContext struct ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414; // System.Reflection.FieldInfo struct FieldInfo_t; // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Runtime.Remoting.IChannelInfo struct IChannelInfo_t83FAE2C34F782234F4D52E0B8D6F8EDE5A3B39D3; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IComparer struct IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0; // System.Runtime.Remoting.Activation.IConstructionCallMessage struct IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7; // System.IConvertible struct IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501; // System.IDisposable struct IDisposable_t099785737FC6A1E3699919A94109383715A8D807; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Runtime.Remoting.IEnvoyInfo struct IEnvoyInfo_t0D9B51B59DD51C108742B0B18E09DC1B0AD6B713; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // System.Runtime.Remoting.Lifetime.ILease struct ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // System.Runtime.Remoting.Messaging.IMessage struct IMessage_tFB62BF93B045EA3FA0278D55C5044B322E7B4545; // System.Runtime.Remoting.Messaging.IMessageCtrl struct IMessageCtrl_t343815B567A7293C85B61753266DCF852EB1748F; // System.Runtime.Remoting.Messaging.IMessageSink struct IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F; // System.Runtime.Remoting.Messaging.IMethodCallMessage struct IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44; // System.Runtime.Remoting.Messaging.IMethodReturnMessage struct IMethodReturnMessage_t4B84F631CB7E599CD495048748DE5E21B62390B0; // System.Security.Principal.IPrincipal struct IPrincipal_t850ACE1F48327B64F266DD2C6FD8C5F56E4889E2; // System.Runtime.Remoting.IRemotingTypeInfo struct IRemotingTypeInfo_t551E06F9B9BF8173F2A95347C73C027BAF78B61E; // System.Runtime.Remoting.Identity struct Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5; // System.Threading.InternalThread struct InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Collections.KeyValuePairs struct KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B; // System.Runtime.Remoting.Lifetime.Lease struct Lease_tA878061ECC9A466127F00ACF5568EAB267E05641; // Mono.Globalization.Unicode.Level2Map struct Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C; // System.LocalDataStoreHolder struct LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146; // System.LocalDataStoreMgr struct LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A; // System.Threading.LockRecursionException struct LockRecursionException_tA4B541F6B8DABF4D294304DF7B70F547C8502014; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA; // System.Runtime.InteropServices.MarshalAsAttribute struct MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.MethodInfo struct MethodInfo_t; // System.MulticastDelegate struct MulticastDelegate_t; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.Runtime.Remoting.ObjRef struct ObjRef_t10D53E2178851535F38935DC53B48634063C84D3; // System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7; // System.Collections.Queue struct Queue_t66723C58C7422102C36F8570BE048BD0CC489E52; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // System.Runtime.Remoting.Proxies.RealProxy struct RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744; // System.Runtime.Remoting.RemotingException struct RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Runtime.Serialization.SerializationEventHandler struct SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1; // System.Runtime.Serialization.SerializationEvents struct SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8; // System.Runtime.Serialization.SerializationException struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6; // System.Runtime.Serialization.SerializationObjectManager struct SerializationObjectManager_tAFED170719CB3FFDB1C60D3686DC22652E907042; // System.Runtime.Remoting.Messaging.ServerContextTerminatorSink struct ServerContextTerminatorSink_tF81B52ADB90680F07EDA7E0078AEB525E500A1E7; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8; // System.Runtime.Remoting.Messaging.ServerObjectReplySink struct ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63; // System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink struct ServerObjectTerminatorSink_t903831C8E5FC8C991C82B539937F878ECD96CB9F; // Mono.Globalization.Unicode.SimpleCollator struct SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266; // System.Runtime.Remoting.SingleCallIdentity struct SingleCallIdentity_tC64604E6C3CA8AD0427C7AAEC71AEA6C9CEA0A27; // System.Runtime.Remoting.SingletonIdentity struct SingletonIdentity_t2B2A959057BDFA99565A317D2D69D29B7889B442; // System.Runtime.Remoting.Channels.SinkProviderData struct SinkProviderData_tDCF47C22643A26B1E1F6BB60FA7AE7034053D14E; // System.Runtime.Serialization.Formatters.Binary.SizedArray struct SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42; // Mono.Xml.SmallXmlParser struct SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7; // Mono.Xml.SmallXmlParserException struct SmallXmlParserException_t89B4B23345549519E0B9C8DC9F24A07748E3A45C; // System.Runtime.Remoting.Metadata.SoapAttribute struct SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC; // System.Runtime.Remoting.Metadata.SoapFieldAttribute struct SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5; // System.Runtime.Remoting.Metadata.SoapMethodAttribute struct SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378; // System.Runtime.Remoting.Metadata.SoapParameterAttribute struct SoapParameterAttribute_tCFE170A192E869148403954A6CF168AB40A9AAB3; // System.Runtime.Remoting.Metadata.SoapTypeAttribute struct SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B; // System.Globalization.SortKey struct SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52; // Mono.Globalization.Unicode.SortKeyBuffer struct SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE; // System.Collections.SortedList struct SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165; // System.Collections.Stack struct Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8; // System.Runtime.Remoting.Messaging.StackBuilderSink struct StackBuilderSink_tD852C1DCFA0CDA0B882EE8342D24F54FAE5D647A; // System.Diagnostics.StackFrame struct StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F; // System.Threading.Tasks.StackGuard struct StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D; // System.StackOverflowException struct StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E; // System.Diagnostics.StackTrace struct StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888; // System.Threading.Tasks.StandardTaskContinuation struct StandardTaskContinuation_t740639F203FBF1B86D3F0A967FF49970C1D9FA7E; // System.Runtime.CompilerServices.StateMachineAttribute struct StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.IO.StreamReader struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Reflection.StrongNameKeyPair struct StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF; // System.Threading.SynchronizationLockException struct SynchronizationLockException_tC8758646B797B6FAE8FBE15A47D17A2A2C597E6D; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62; // Mono.Globalization.Unicode.TailoringInfo struct TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // System.Threading.Tasks.TaskContinuation struct TaskContinuation_t7DB04E82749A3EF935DB28E54C213451D635E7C0; // System.Threading.Tasks.TaskFactory struct TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F; // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414; // System.Type struct Type_t; // System.Reflection.TypeFilter struct TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3; // System.Runtime.Remoting.TypeInfo struct TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46; // System.Text.UTF32Encoding struct UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014; // System.Text.UnicodeEncoding struct UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C; // System.Runtime.Remoting.Lifetime.Lease/RenewalDelegate struct RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7; // System.Threading.SemaphoreSlim/TaskNode struct TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E; // Mono.Xml.SmallXmlParser/AttrListImpl struct AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA; // Mono.Xml.SmallXmlParser/IContentHandler struct IContentHandler_t4DCBE1BBF3C625846A210931388615BFCCF7AA25; // System.Runtime.Remoting.SoapServices/TypeInfo struct TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9; // System.Collections.SortedList/SortedListEnumerator struct SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC; // System.Collections.Stack/StackEnumerator struct StackEnumerator_t88BD87DF5A1B3D0EBE3AC306A4A3A62D6E862DEC; // System.IO.Stream/NullStream struct NullStream_tF4575099C488CADA8BB393D6D5A0876CF280E991; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.IO.Stream/SynchronousAsyncResult struct SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6; // System.IO.StreamReader/NullStreamReader struct NullStreamReader_tF7744A1240136221DD6D2B343F3E8430DB1DA838; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0; IL2CPP_EXTERN_C RuntimeClass* Action_2_tD95FEB0CD8C2141DE035440434C3769AA37151D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompareOptions_tD3D7F165240DC4D784A11B1E2F21DC0D6D18E725_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Delegate_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DisposerReplySink_t68F832E73EC99ECB9D42BCE956C7E33A4C3CDEE3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnvoyInfo_t08D466663AC843177F6D13F924558D6519BF500E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_1_tD7D981D1F0F29BA17268E18E39287102393D2EFD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IContentHandler_t4DCBE1BBF3C625846A210931388615BFCCF7AA25_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Lease_tA878061ECC9A466127F00ACF5568EAB267E05641_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t2E01C571E733112C39E0970BF9193E00B487FF86_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LockRecursionException_tA4B541F6B8DABF4D294304DF7B70F547C8502014_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MethodBase_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NullStreamReader_tF7744A1240136221DD6D2B343F3E8430DB1DA838_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NullStream_tF4575099C488CADA8BB393D6D5A0876CF280E991_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SmallXmlParserException_t89B4B23345549519E0B9C8DC9F24A07748E3A45C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StackEnumerator_t88BD87DF5A1B3D0EBE3AC306A4A3A62D6E862DEC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SynchronizationLockException_tC8758646B797B6FAE8FBE15A47D17A2A2C597E6D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskSchedulerException_t79D87FA65C9362FA90709229B2015FC06C28AE84_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TrackingServices_tE9FED3B66D252F90D53A326F5A889DB465F2E474_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral012D19DEDB7F268C61672C79B02816C18D097BF4; IL2CPP_EXTERN_C String_t* _stringLiteral022B0E9B09F68A8CB6BCCB96E171E2D48495A4E9; IL2CPP_EXTERN_C String_t* _stringLiteral03B46450C9E1B2EDEB8A6AAE5F044BF93B41FA5D; IL2CPP_EXTERN_C String_t* _stringLiteral052F16D71B2E10244ED0ACB1335E8644055DE808; IL2CPP_EXTERN_C String_t* _stringLiteral05BE11CA8745D9E40F7E780C852B45025FB15804; IL2CPP_EXTERN_C String_t* _stringLiteral05F5DB9F8B7388304E1FF8C6935A16E73C659D5F; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3; IL2CPP_EXTERN_C String_t* _stringLiteral0C6D64B7A0CDB6E3207FA23727AD41AA18ED8FF5; IL2CPP_EXTERN_C String_t* _stringLiteral0DFEBF342B2EC9E1B2887EEA1FC41C532F92A6B5; IL2CPP_EXTERN_C String_t* _stringLiteral0F6F9EAE7D2F05E9B73C193601B3E6BEE5E50332; IL2CPP_EXTERN_C String_t* _stringLiteral122DAEB6E112576FD0519243E425F6CD2E97BA90; IL2CPP_EXTERN_C String_t* _stringLiteral128E38BA2AC8BCDD90D4BF4E68343ED312139363; IL2CPP_EXTERN_C String_t* _stringLiteral15CB2E622D7D277FACF794D7CC4B489940CCEBD3; IL2CPP_EXTERN_C String_t* _stringLiteral1710B4477A01FFE20514D8AA61891F364D71C25B; IL2CPP_EXTERN_C String_t* _stringLiteral1A09185860153B4BC6DD6BAFD7F3988481D6646F; IL2CPP_EXTERN_C String_t* _stringLiteral1B0C93330E9DD2B87A22B6324E499950A892FE6C; IL2CPP_EXTERN_C String_t* _stringLiteral1D429E066663E8F2FE75C06B462A453AEC63D86F; IL2CPP_EXTERN_C String_t* _stringLiteral1DF0B731375FD14BCACB97F481F038BD5781D786; IL2CPP_EXTERN_C String_t* _stringLiteral1EA10B4F4C627DFBE7C679C159C8DE512103D359; IL2CPP_EXTERN_C String_t* _stringLiteral1F82196A6F25AC4E97E6DAE2D0F20D7DFE1A48F8; IL2CPP_EXTERN_C String_t* _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E; IL2CPP_EXTERN_C String_t* _stringLiteral222B7F4ACEDB3E8108C8F60A70D20267112F4FDB; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral24DFF757FD67718D3CAA7D74AF6F77C453D82A78; IL2CPP_EXTERN_C String_t* _stringLiteral25F5EF17AC725A91FE3F3CE895C16ED6DD9B3499; IL2CPP_EXTERN_C String_t* _stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C; IL2CPP_EXTERN_C String_t* _stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128; IL2CPP_EXTERN_C String_t* _stringLiteral29F4EA55DD5B588CCE1FE1BBB9B911C4B9AFF232; IL2CPP_EXTERN_C String_t* _stringLiteral2ADE205AA49E7463349123348B0068E72977FA8D; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral32EDC2ADBAEA11366BCD854BA36813405DF0B1EF; IL2CPP_EXTERN_C String_t* _stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9; IL2CPP_EXTERN_C String_t* _stringLiteral36282FAC116D9FD6B37CC425310E1A8510F08A53; IL2CPP_EXTERN_C String_t* _stringLiteral3670437DEC974D13B4198C1940E384EDBA31BE99; IL2CPP_EXTERN_C String_t* _stringLiteral383355447EEB1AF0BE901CEADDE1BA8E0858F766; IL2CPP_EXTERN_C String_t* _stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE; IL2CPP_EXTERN_C String_t* _stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B; IL2CPP_EXTERN_C String_t* _stringLiteral3FDD093FD971BAD6BFF1C29ED951F8C924AB9E05; IL2CPP_EXTERN_C String_t* _stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA; IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D; IL2CPP_EXTERN_C String_t* _stringLiteral45156A8D2466CD5E8D665BB78DFE524EEFDD922A; IL2CPP_EXTERN_C String_t* _stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral46FD4E76FB7B00BBA6C5853EE81B91AE4514F80E; IL2CPP_EXTERN_C String_t* _stringLiteral486127276D66E3B1DB7A039EE3BF49F54F065D65; IL2CPP_EXTERN_C String_t* _stringLiteral48F1B2E34DB21FCB5F2135CD6BDC706B5EC88DE4; IL2CPP_EXTERN_C String_t* _stringLiteral492DDF46237C7775B0843618FD4036893C4F9D01; IL2CPP_EXTERN_C String_t* _stringLiteral4D1773CA7AF4AE36C001FBC3E1E5DA5574C041FA; IL2CPP_EXTERN_C String_t* _stringLiteral513659CEF285C73478E9829E41D7E4C23DB53E12; IL2CPP_EXTERN_C String_t* _stringLiteral53502E85A92CE4D07E514EE6E63F4DCA32C85206; IL2CPP_EXTERN_C String_t* _stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4; IL2CPP_EXTERN_C String_t* _stringLiteral5B58855139A125726544ED5CAC3077D928C41B40; IL2CPP_EXTERN_C String_t* _stringLiteral5CAB87F6B3ED1D0AB3511FC787A210897543525E; IL2CPP_EXTERN_C String_t* _stringLiteral62EDD94B35AE1C598F9C8060E6F26AD1470D672D; IL2CPP_EXTERN_C String_t* _stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97; IL2CPP_EXTERN_C String_t* _stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D; IL2CPP_EXTERN_C String_t* _stringLiteral6ECED4A9B5D8B5F2668BE1F6B53E9E164EF0C60E; IL2CPP_EXTERN_C String_t* _stringLiteral708D27FD7EC92EF2BB9BEAE6761E2B8574759D49; IL2CPP_EXTERN_C String_t* _stringLiteral738F291E53E97C08DAE378C71EF70A60E31AE900; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral76090A3CE9567D0D26B5213CB891A873540230EE; IL2CPP_EXTERN_C String_t* _stringLiteral775538CD0F9A714D2F7A4EF8AE87C1CA9D76C951; IL2CPP_EXTERN_C String_t* _stringLiteral784D1BD87AD46580C3A08ECDD986F66440D74403; IL2CPP_EXTERN_C String_t* _stringLiteral7E750D5E6CC6A882337F102C93B3A378286EF1B4; IL2CPP_EXTERN_C String_t* _stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8; IL2CPP_EXTERN_C String_t* _stringLiteral7F9797AAADC6DFCEFE4DC6E7F721ADA268A60793; IL2CPP_EXTERN_C String_t* _stringLiteral80B69DF6F2C78282CF453F1F8A92F520650673FF; IL2CPP_EXTERN_C String_t* _stringLiteral812C96C792369F4F61D694362CDDAE257125AB04; IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1; IL2CPP_EXTERN_C String_t* _stringLiteral87788F8601C24A0EB26FE8614DF502D90FAE0419; IL2CPP_EXTERN_C String_t* _stringLiteral893D84FF4ED81AC205FBC0C67CBEE1C0C752B406; IL2CPP_EXTERN_C String_t* _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA; IL2CPP_EXTERN_C String_t* _stringLiteral8E9055ADBCF112D9A1559D59E64A664BCE8DCAD1; IL2CPP_EXTERN_C String_t* _stringLiteral920DC8779FE2D7EDCDC37D69F9E28FA5CEFF7131; IL2CPP_EXTERN_C String_t* _stringLiteral95F0EE30865D503A05F1D329BC3FED0946B65C24; IL2CPP_EXTERN_C String_t* _stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5; IL2CPP_EXTERN_C String_t* _stringLiteral96930EC8C6FD5250BB36A5E1040AB06A9588FD62; IL2CPP_EXTERN_C String_t* _stringLiteral982639EEE13FE060DC658AF6B148390520366D75; IL2CPP_EXTERN_C String_t* _stringLiteral9C597032B7C6DEBC66AD134CE8D12A054D0A25A0; IL2CPP_EXTERN_C String_t* _stringLiteralA0BA8D0495A770319CD6FF4DCD0C01BCCC30A901; IL2CPP_EXTERN_C String_t* _stringLiteralA10AFD0FBAD152979B3F2273DA98BA5C9686E69C; IL2CPP_EXTERN_C String_t* _stringLiteralA64E96030EBA05DC44D50FF6155C02A2BD6699EF; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralBE9FDFAFB1B631B0EB1EBA916B4D72E51318916D; IL2CPP_EXTERN_C String_t* _stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4; IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB; IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10; IL2CPP_EXTERN_C String_t* _stringLiteralC80EAF7D556B35E97D7BD4261C87B1BF066A0221; IL2CPP_EXTERN_C String_t* _stringLiteralC8FE4FB2F0C7351CCB064A9D9BD65C0FC83D4E12; IL2CPP_EXTERN_C String_t* _stringLiteralC94F5AC0843483C42F57211A309E77D97ADE18B1; IL2CPP_EXTERN_C String_t* _stringLiteralCAA2F88999132DA5422C607B25387A98089B3B06; IL2CPP_EXTERN_C String_t* _stringLiteralCAECF6E1A8644F67F2DB102AA77937F05846AAB6; IL2CPP_EXTERN_C String_t* _stringLiteralCE8E2648AA9C5284BE94C0A35F84FE2CE2D7FE12; IL2CPP_EXTERN_C String_t* _stringLiteralCF088CD7CED04705BD5E7559DBB7DD9A14559182; IL2CPP_EXTERN_C String_t* _stringLiteralD2E1AA5C0B1B88F5B50527DD8A796921F9206E10; IL2CPP_EXTERN_C String_t* _stringLiteralD3C758F0B70B6FE9FC23C3797185123D5A4055CF; IL2CPP_EXTERN_C String_t* _stringLiteralD4F5AB3DB8A9A36171F6BAE4DC5ED6137E31D30B; IL2CPP_EXTERN_C String_t* _stringLiteralD6856754C069BB887EACADAC5402DFC04DF58E7C; IL2CPP_EXTERN_C String_t* _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1; IL2CPP_EXTERN_C String_t* _stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32; IL2CPP_EXTERN_C String_t* _stringLiteralE132EE424C20BA450E30E9FE0BA4CA35C197C729; IL2CPP_EXTERN_C String_t* _stringLiteralE13808A85E2BA41FC42181872C6D1D3D044C2F82; IL2CPP_EXTERN_C String_t* _stringLiteralE14329EDACC0B7EA5F327E1652AEF9D67EDDFC61; IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC; IL2CPP_EXTERN_C String_t* _stringLiteralE42E8BB820D4F7550A0F04619F4E15FDC56943B9; IL2CPP_EXTERN_C String_t* _stringLiteralE6A304D156442C29C3BD247C63E9F63DDC33EBB0; IL2CPP_EXTERN_C String_t* _stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E; IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6; IL2CPP_EXTERN_C String_t* _stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E; IL2CPP_EXTERN_C String_t* _stringLiteralEB5A3A3A029878047BB5C6EB2D194A8832B51022; IL2CPP_EXTERN_C String_t* _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331; IL2CPP_EXTERN_C String_t* _stringLiteralF0BA5ACEA5154AAD8A20E250CB5C934E650F95B8; IL2CPP_EXTERN_C String_t* _stringLiteralF224A334AF1CFC62B512F53E3DAF372FDB579B18; IL2CPP_EXTERN_C String_t* _stringLiteralF306962EA63DA79E4806D8A7307784E9100B53CC; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF5D7DADA94E08BF554C686C96B692D7F0611FAEC; IL2CPP_EXTERN_C String_t* _stringLiteralF7E6C53D86D8ADC0DB8EFC0A2CD9877CC8BC9914; IL2CPP_EXTERN_C String_t* _stringLiteralFDC79D04FD56AB43DDE179A0F468A96BAF7E44CF; IL2CPP_EXTERN_C String_t* _stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mF5BAD5A096500EC74F25D943B318D37A7E9B2772_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m1C1BB9C35199AA9F40C6A4D2B30B818F731D4784_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1__ctor_m2BD7C3973EB7E21F037D1B43D2F2A9D4B4958A4E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LazyInitializer_EnsureInitialized_TisSemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_mCC18AE0944A61979DDB3F7913C826996A68BFDCD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB5289C0316C6918A60D8D1D5CDE81483D5F86A57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mFEB1C5ABC36B1EBAEBEFF4671E9C5FA7572FB04E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mE7968540B33BF2AE49132F65916E736E9D0D3CC9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfoEnumerator_System_Collections_IEnumerator_get_Current_m606616FDD695F205318B3AB2F4871679C3BB7EB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfoEnumerator_get_Current_mD46A02033DA35A55D982FB2B3DD56CE56FDFB314_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfoEnumerator_get_Name_m77C59B00E71ADDFA65D08FE52BE16D4D0E4A2480_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfoEnumerator_get_ObjectType_m3D0629A8404BFE36E8673D86EA371D8B2718DAC4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SerializationInfoEnumerator_get_Value_mAF4DAA489771E490363C55CCF00FB44BC26964AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ServerObjectReplySink_AsyncProcessMessage_m1B2CDB6F50BFB9F8D93C8FB304EB3FE2031546DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SimpleCollator_GetTailContraction_m65AB012A6A86D301375EF44226E5C538417EFF91_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SimpleCollator_IndexOf_m920870D977A259C53CA5BE729EAF85BAA2082C87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SimpleCollator_LastIndexOf_m8826D7780C340A55F7DBE7B6C964BC17752931CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Single_CompareTo_mE882CC0C47CEC7D4898CC0F9A3F8CFC0D043BD4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Single_System_IConvertible_ToChar_m495022648018308DC14D414ABA399851064F5DDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Single_System_IConvertible_ToDateTime_mEDE84C115F533EEC8AB592E14190E99A63630DA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SizedArray_IncreaseCapacity_mF121E64B4345862EEA1F84BFCB694CED18175762_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_Expect_mD0618CF26D26AAF2150ED302308E92BE2507F72A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_Parse_m0B69F47B920A786352D176348D1AD35DE3B460D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadAttribute_mE1429947922E73A7F5188279865FF7110AEFCEA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadCDATASection_mA51F04FE7990C1391AB77CC92A38C46B215C0A30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadComment_m5667666AF80772E9670BF2278F45B01E3401968A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadContent_m7F3DC4C73A753ACAA5831A3511359A926A551547_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadName_mE509D20D9348F5789531D081E9CC233D60855B85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadReference_m35BECF30678E71132F369FBDF31FCED8F128C3AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadUntil_m9FA66C084BBAFE69915C4488F96775F006E4D238_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_SkipWhitespaces_mB8DD039206C1AE9A5239693AD8B265EF1BB72250_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SortKey_Compare_mB61CDD55207C8DFDC90001073BD39F1F1A3F6362_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SortKey__ctor_m32E51ADEBB469FE930F9318C3015B16D860E36C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SortedList_Add_m055BDB49B7CE0272559C3A8F2DF933EC8DDD84E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SortedList_CopyTo_mC304CFDF3546060EB4F25745EC4A6CE28CAD84F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SortedList_GetByIndex_m1A355CE91C98E14838CF0A22B16FC0F10BC384A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SortedList_GetKey_mDEBA4B45FF6C4F782C6EACCF50E7198943F35FD1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SortedList_IndexOfKey_m9256CE63197EF902B2E9BFD237E84E7211F150F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SortedList_RemoveAt_m6A89B950122C6420C2F5A75771576E445D8D2EEE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SortedList__ctor_mD67E709818C8713D73B7665B5AA6B21CDA0ED9A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SortedList_set_Capacity_m9DC7AD167D05E95691E7CD6446B3B124257CCD6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SortedList_set_Item_m43BD39104B66F5D7168B32A6D3F76797D4D8272B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SpinLock_ContinueTryEnterWithThreadTracking_m73B1AD68F1FB9CBEBF7C34842B6078E32B9FF0A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SpinLock_ContinueTryEnter_mAD39D1F6DAB740E144193BF38E66F14C847CB5B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SpinLock_ExitSlowPath_m0721741402D56FB152B60C511179033FD8090A77_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SpinLock_get_IsHeldByCurrentThread_m512332DF6A1E59BAAC478FD39D15BA40C9F60936_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StackBuilderSink_CheckParameters_m93EED6280439026481599D10A0A33F8FBFB12F2D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StackBuilderSink_U3CAsyncProcessMessageU3Eb__4_0_mE45A77711FF9F8ACA991A6860974569C0099E05D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StackTrace__ctor_mA8C6FDA297B79C6D9D0CC97698E6DDB8C2B139BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StackTrace_init_frames_m6741BAEAB58FB466D73D51744D21EBD52DCF3E16_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_CopyTo_m4B3379FF5C68DA5445E475D32B2F7CD80B20891E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_Peek_m86992FC7742D74190B6BEED04C80ADEAF5DF8F3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_Pop_mBDB4BFA85D9C80C59D220F45BD3BCEEBE6944C0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack__ctor_m309C038C76391C09721F0B3D9A3AD336287072F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StreamReader_CheckAsyncTaskInProgress_m359EC995C843BE386911E97814487EC798C7FE13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StreamReader_Read_mE4B05831B3C44FD04C28E897D504CE878022454E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StreamReader__ctor_m7EEB3FACD833B83A8164118ED26A0BF1FBBA6648_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StreamReader__ctor_mE09D83EF98C371C0175EF48CFC0D914395898353_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stream_EndRead_mA9497BD5E3308C8002EF7FA210A61C53946C2A8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stream_EndWrite_m4192D14A86C7C8F0AA1534DC2D2C29EFB0D88CF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskAwaiter_1_GetResult_m765E3C665961F15E3EEC2471D5837A730DCA3846_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_GetAwaiter_mCE77762B5BC443E380BAE24E7B55955C3D9996A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Tuple_Create_TisStream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_TisReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974_mD4880784E8CB4ACCC9369E4E51003229C6447BEE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CBeginReadInternalU3Eb__39_0_m5B2DB922E4286031A0EB5F76A6A2124B86232EFF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CBeginWriteInternalU3Eb__46_0_m3DD75940F8134410B67BB421F251E179ED5788A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CEnsureAsyncActiveSemaphoreInitializedU3Eb__4_0_m97BD7C2C74C2F61141D8E5951F773FAE243B77AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRunReadWriteTaskWhenReadyU3Eb__47_0_m4F345FD2C9012F1E58BE490C8CF4B7886901C469_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; struct Assembly_t_marshaled_com; struct Assembly_t_marshaled_pinvoke; struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_com; struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_pinvoke; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B; struct FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E; struct KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB; struct Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF; struct MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B; struct StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1; struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.EmptyArray`1 struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4 : public RuntimeObject { public: public: }; struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields { public: // T[] System.EmptyArray`1::Value ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields, ___Value_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Value_0() const { return ___Value_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t2E01C571E733112C39E0970BF9193E00B487FF86 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2E01C571E733112C39E0970BF9193E00B487FF86, ____items_1)); } inline StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* get__items_1() const { return ____items_1; } inline StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2E01C571E733112C39E0970BF9193E00B487FF86, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t2E01C571E733112C39E0970BF9193E00B487FF86, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t2E01C571E733112C39E0970BF9193E00B487FF86, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t2E01C571E733112C39E0970BF9193E00B487FF86_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t2E01C571E733112C39E0970BF9193E00B487FF86_StaticFields, ____emptyArray_5)); } inline StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* get__emptyArray_5() const { return ____emptyArray_5; } inline StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Tuple`2 struct Tuple_2_t057458B347B4C4FC1CAD126B9EC4D96CDA8E43DF : public RuntimeObject { public: // T1 System.Tuple`2::m_Item1 Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___m_Item1_0; // T2 System.Tuple`2::m_Item2 ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ___m_Item2_1; public: inline static int32_t get_offset_of_m_Item1_0() { return static_cast(offsetof(Tuple_2_t057458B347B4C4FC1CAD126B9EC4D96CDA8E43DF, ___m_Item1_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_m_Item1_0() const { return ___m_Item1_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_m_Item1_0() { return &___m_Item1_0; } inline void set_m_Item1_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___m_Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Item1_0), (void*)value); } inline static int32_t get_offset_of_m_Item2_1() { return static_cast(offsetof(Tuple_2_t057458B347B4C4FC1CAD126B9EC4D96CDA8E43DF, ___m_Item2_1)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get_m_Item2_1() const { return ___m_Item2_1; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of_m_Item2_1() { return &___m_Item2_1; } inline void set_m_Item2_1(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ___m_Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Item2_1), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // Mono.Globalization.Unicode.CodePointIndexer struct CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 : public RuntimeObject { public: // Mono.Globalization.Unicode.CodePointIndexer/TableRange[] Mono.Globalization.Unicode.CodePointIndexer::ranges TableRangeU5BU5D_t529A3048AC157A0702514DB337164442AF1530C7* ___ranges_0; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer::TotalCount int32_t ___TotalCount_1; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer::defaultIndex int32_t ___defaultIndex_2; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer::defaultCP int32_t ___defaultCP_3; public: inline static int32_t get_offset_of_ranges_0() { return static_cast(offsetof(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81, ___ranges_0)); } inline TableRangeU5BU5D_t529A3048AC157A0702514DB337164442AF1530C7* get_ranges_0() const { return ___ranges_0; } inline TableRangeU5BU5D_t529A3048AC157A0702514DB337164442AF1530C7** get_address_of_ranges_0() { return &___ranges_0; } inline void set_ranges_0(TableRangeU5BU5D_t529A3048AC157A0702514DB337164442AF1530C7* value) { ___ranges_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ranges_0), (void*)value); } inline static int32_t get_offset_of_TotalCount_1() { return static_cast(offsetof(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81, ___TotalCount_1)); } inline int32_t get_TotalCount_1() const { return ___TotalCount_1; } inline int32_t* get_address_of_TotalCount_1() { return &___TotalCount_1; } inline void set_TotalCount_1(int32_t value) { ___TotalCount_1 = value; } inline static int32_t get_offset_of_defaultIndex_2() { return static_cast(offsetof(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81, ___defaultIndex_2)); } inline int32_t get_defaultIndex_2() const { return ___defaultIndex_2; } inline int32_t* get_address_of_defaultIndex_2() { return &___defaultIndex_2; } inline void set_defaultIndex_2(int32_t value) { ___defaultIndex_2 = value; } inline static int32_t get_offset_of_defaultCP_3() { return static_cast(offsetof(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81, ___defaultCP_3)); } inline int32_t get_defaultCP_3() const { return ___defaultCP_3; } inline int32_t* get_address_of_defaultCP_3() { return &___defaultCP_3; } inline void set_defaultCP_3(int32_t value) { ___defaultCP_3 = value; } }; // System.Collections.Comparer struct Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57 : public RuntimeObject { public: // System.Globalization.CompareInfo System.Collections.Comparer::m_compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___m_compareInfo_0; public: inline static int32_t get_offset_of_m_compareInfo_0() { return static_cast(offsetof(Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57, ___m_compareInfo_0)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_m_compareInfo_0() const { return ___m_compareInfo_0; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_m_compareInfo_0() { return &___m_compareInfo_0; } inline void set_m_compareInfo_0(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___m_compareInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_compareInfo_0), (void*)value); } }; struct Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57_StaticFields { public: // System.Collections.Comparer System.Collections.Comparer::Default Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57 * ___Default_1; // System.Collections.Comparer System.Collections.Comparer::DefaultInvariant Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57 * ___DefaultInvariant_2; public: inline static int32_t get_offset_of_Default_1() { return static_cast(offsetof(Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57_StaticFields, ___Default_1)); } inline Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57 * get_Default_1() const { return ___Default_1; } inline Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57 ** get_address_of_Default_1() { return &___Default_1; } inline void set_Default_1(Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57 * value) { ___Default_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_1), (void*)value); } inline static int32_t get_offset_of_DefaultInvariant_2() { return static_cast(offsetof(Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57_StaticFields, ___DefaultInvariant_2)); } inline Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57 * get_DefaultInvariant_2() const { return ___DefaultInvariant_2; } inline Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57 ** get_address_of_DefaultInvariant_2() { return &___DefaultInvariant_2; } inline void set_DefaultInvariant_2(Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57 * value) { ___DefaultInvariant_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultInvariant_2), (void*)value); } }; // System.CompatibilitySwitches struct CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E : public RuntimeObject { public: public: }; struct CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_StaticFields { public: // System.Boolean System.CompatibilitySwitches::IsAppEarlierThanSilverlight4 bool ___IsAppEarlierThanSilverlight4_0; // System.Boolean System.CompatibilitySwitches::IsAppEarlierThanWindowsPhone8 bool ___IsAppEarlierThanWindowsPhone8_1; public: inline static int32_t get_offset_of_IsAppEarlierThanSilverlight4_0() { return static_cast(offsetof(CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_StaticFields, ___IsAppEarlierThanSilverlight4_0)); } inline bool get_IsAppEarlierThanSilverlight4_0() const { return ___IsAppEarlierThanSilverlight4_0; } inline bool* get_address_of_IsAppEarlierThanSilverlight4_0() { return &___IsAppEarlierThanSilverlight4_0; } inline void set_IsAppEarlierThanSilverlight4_0(bool value) { ___IsAppEarlierThanSilverlight4_0 = value; } inline static int32_t get_offset_of_IsAppEarlierThanWindowsPhone8_1() { return static_cast(offsetof(CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_StaticFields, ___IsAppEarlierThanWindowsPhone8_1)); } inline bool get_IsAppEarlierThanWindowsPhone8_1() const { return ___IsAppEarlierThanWindowsPhone8_1; } inline bool* get_address_of_IsAppEarlierThanWindowsPhone8_1() { return &___IsAppEarlierThanWindowsPhone8_1; } inline void set_IsAppEarlierThanWindowsPhone8_1(bool value) { ___IsAppEarlierThanWindowsPhone8_1 = value; } }; // Mono.Globalization.Unicode.Contraction struct Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA : public RuntimeObject { public: // System.Int32 Mono.Globalization.Unicode.Contraction::Index int32_t ___Index_0; // System.Char[] Mono.Globalization.Unicode.Contraction::Source CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___Source_1; // System.String Mono.Globalization.Unicode.Contraction::Replacement String_t* ___Replacement_2; // System.Byte[] Mono.Globalization.Unicode.Contraction::SortKey ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___SortKey_3; public: inline static int32_t get_offset_of_Index_0() { return static_cast(offsetof(Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA, ___Index_0)); } inline int32_t get_Index_0() const { return ___Index_0; } inline int32_t* get_address_of_Index_0() { return &___Index_0; } inline void set_Index_0(int32_t value) { ___Index_0 = value; } inline static int32_t get_offset_of_Source_1() { return static_cast(offsetof(Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA, ___Source_1)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_Source_1() const { return ___Source_1; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_Source_1() { return &___Source_1; } inline void set_Source_1(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___Source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Source_1), (void*)value); } inline static int32_t get_offset_of_Replacement_2() { return static_cast(offsetof(Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA, ___Replacement_2)); } inline String_t* get_Replacement_2() const { return ___Replacement_2; } inline String_t** get_address_of_Replacement_2() { return &___Replacement_2; } inline void set_Replacement_2(String_t* value) { ___Replacement_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Replacement_2), (void*)value); } inline static int32_t get_offset_of_SortKey_3() { return static_cast(offsetof(Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA, ___SortKey_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_SortKey_3() const { return ___SortKey_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_SortKey_3() { return &___SortKey_3; } inline void set_SortKey_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___SortKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SortKey_3), (void*)value); } }; // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 : public RuntimeObject { public: public: }; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___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_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___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_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.Text.Decoder struct Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 : public RuntimeObject { public: // System.Text.DecoderFallback System.Text.Decoder::m_fallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___m_fallback_0; // System.Text.DecoderFallbackBuffer System.Text.Decoder::m_fallbackBuffer DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B * ___m_fallbackBuffer_1; public: inline static int32_t get_offset_of_m_fallback_0() { return static_cast(offsetof(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370, ___m_fallback_0)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_m_fallback_0() const { return ___m_fallback_0; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_m_fallback_0() { return &___m_fallback_0; } inline void set_m_fallback_0(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___m_fallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallback_0), (void*)value); } inline static int32_t get_offset_of_m_fallbackBuffer_1() { return static_cast(offsetof(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370, ___m_fallbackBuffer_1)); } inline DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; } inline DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; } inline void set_m_fallbackBuffer_1(DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B * value) { ___m_fallbackBuffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallbackBuffer_1), (void*)value); } }; // System.Runtime.Remoting.DisposerReplySink struct DisposerReplySink_t68F832E73EC99ECB9D42BCE956C7E33A4C3CDEE3 : public RuntimeObject { public: // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.DisposerReplySink::_next RuntimeObject* ____next_0; // System.IDisposable System.Runtime.Remoting.DisposerReplySink::_disposable RuntimeObject* ____disposable_1; public: inline static int32_t get_offset_of__next_0() { return static_cast(offsetof(DisposerReplySink_t68F832E73EC99ECB9D42BCE956C7E33A4C3CDEE3, ____next_0)); } inline RuntimeObject* get__next_0() const { return ____next_0; } inline RuntimeObject** get_address_of__next_0() { return &____next_0; } inline void set__next_0(RuntimeObject* value) { ____next_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____next_0), (void*)value); } inline static int32_t get_offset_of__disposable_1() { return static_cast(offsetof(DisposerReplySink_t68F832E73EC99ECB9D42BCE956C7E33A4C3CDEE3, ____disposable_1)); } inline RuntimeObject* get__disposable_1() const { return ____disposable_1; } inline RuntimeObject** get_address_of__disposable_1() { return &____disposable_1; } inline void set__disposable_1(RuntimeObject* value) { ____disposable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____disposable_1), (void*)value); } }; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_9; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___dataItem_10; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_11; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_12; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_13; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_14; public: inline static int32_t get_offset_of_m_codePage_9() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_9)); } inline int32_t get_m_codePage_9() const { return ___m_codePage_9; } inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; } inline void set_m_codePage_9(int32_t value) { ___m_codePage_9 = value; } inline static int32_t get_offset_of_dataItem_10() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_10)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_10() const { return ___dataItem_10; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_10() { return &___dataItem_10; } inline void set_dataItem_10(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_10), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_11)); } inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; } inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; } inline void set_m_deserializedFromEverett_11(bool value) { ___m_deserializedFromEverett_11 = value; } inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_12)); } inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; } inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; } inline void set_m_isReadOnly_12(bool value) { ___m_isReadOnly_12 = value; } inline static int32_t get_offset_of_encoderFallback_13() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_13)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_13() const { return ___encoderFallback_13; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; } inline void set_encoderFallback_13(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_13), (void*)value); } inline static int32_t get_offset_of_decoderFallback_14() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_14)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_14() const { return ___decoderFallback_14; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; } inline void set_decoderFallback_14(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_14), (void*)value); } }; struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_15; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___s_InternalSyncObject_15)); } inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; } inline void set_s_InternalSyncObject_15(RuntimeObject * value) { ___s_InternalSyncObject_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_15), (void*)value); } }; // System.Runtime.Remoting.EnvoyInfo struct EnvoyInfo_t08D466663AC843177F6D13F924558D6519BF500E : public RuntimeObject { public: // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.EnvoyInfo::envoySinks RuntimeObject* ___envoySinks_0; public: inline static int32_t get_offset_of_envoySinks_0() { return static_cast(offsetof(EnvoyInfo_t08D466663AC843177F6D13F924558D6519BF500E, ___envoySinks_0)); } inline RuntimeObject* get_envoySinks_0() const { return ___envoySinks_0; } inline RuntimeObject** get_address_of_envoySinks_0() { return &___envoySinks_0; } inline void set_envoySinks_0(RuntimeObject* value) { ___envoySinks_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___envoySinks_0), (void*)value); } }; // System.Runtime.Remoting.Messaging.EnvoyTerminatorSink struct EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC : public RuntimeObject { public: public: }; struct EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC_StaticFields { public: // System.Runtime.Remoting.Messaging.EnvoyTerminatorSink System.Runtime.Remoting.Messaging.EnvoyTerminatorSink::Instance EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC * ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC_StaticFields, ___Instance_0)); } inline EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC * get_Instance_0() const { return ___Instance_0; } inline EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } }; // System.Runtime.Remoting.Identity struct Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 : public RuntimeObject { public: // System.String System.Runtime.Remoting.Identity::_objectUri String_t* ____objectUri_0; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Identity::_channelSink RuntimeObject* ____channelSink_1; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Identity::_envoySink RuntimeObject* ____envoySink_2; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Identity::_clientDynamicProperties DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ____clientDynamicProperties_3; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Identity::_serverDynamicProperties DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ____serverDynamicProperties_4; // System.Runtime.Remoting.ObjRef System.Runtime.Remoting.Identity::_objRef ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * ____objRef_5; // System.Boolean System.Runtime.Remoting.Identity::_disposed bool ____disposed_6; public: inline static int32_t get_offset_of__objectUri_0() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____objectUri_0)); } inline String_t* get__objectUri_0() const { return ____objectUri_0; } inline String_t** get_address_of__objectUri_0() { return &____objectUri_0; } inline void set__objectUri_0(String_t* value) { ____objectUri_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____objectUri_0), (void*)value); } inline static int32_t get_offset_of__channelSink_1() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____channelSink_1)); } inline RuntimeObject* get__channelSink_1() const { return ____channelSink_1; } inline RuntimeObject** get_address_of__channelSink_1() { return &____channelSink_1; } inline void set__channelSink_1(RuntimeObject* value) { ____channelSink_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____channelSink_1), (void*)value); } inline static int32_t get_offset_of__envoySink_2() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____envoySink_2)); } inline RuntimeObject* get__envoySink_2() const { return ____envoySink_2; } inline RuntimeObject** get_address_of__envoySink_2() { return &____envoySink_2; } inline void set__envoySink_2(RuntimeObject* value) { ____envoySink_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____envoySink_2), (void*)value); } inline static int32_t get_offset_of__clientDynamicProperties_3() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____clientDynamicProperties_3)); } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * get__clientDynamicProperties_3() const { return ____clientDynamicProperties_3; } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B ** get_address_of__clientDynamicProperties_3() { return &____clientDynamicProperties_3; } inline void set__clientDynamicProperties_3(DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * value) { ____clientDynamicProperties_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____clientDynamicProperties_3), (void*)value); } inline static int32_t get_offset_of__serverDynamicProperties_4() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____serverDynamicProperties_4)); } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * get__serverDynamicProperties_4() const { return ____serverDynamicProperties_4; } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B ** get_address_of__serverDynamicProperties_4() { return &____serverDynamicProperties_4; } inline void set__serverDynamicProperties_4(DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * value) { ____serverDynamicProperties_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____serverDynamicProperties_4), (void*)value); } inline static int32_t get_offset_of__objRef_5() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____objRef_5)); } inline ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * get__objRef_5() const { return ____objRef_5; } inline ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 ** get_address_of__objRef_5() { return &____objRef_5; } inline void set__objRef_5(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * value) { ____objRef_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____objRef_5), (void*)value); } inline static int32_t get_offset_of__disposed_6() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____disposed_6)); } inline bool get__disposed_6() const { return ____disposed_6; } inline bool* get_address_of__disposed_6() { return &____disposed_6; } inline void set__disposed_6(bool value) { ____disposed_6 = value; } }; // System.Collections.KeyValuePairs struct KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B : public RuntimeObject { public: // System.Object System.Collections.KeyValuePairs::key RuntimeObject * ___key_0; // System.Object System.Collections.KeyValuePairs::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // Mono.Globalization.Unicode.Level2Map struct Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C : public RuntimeObject { public: // System.Byte Mono.Globalization.Unicode.Level2Map::Source uint8_t ___Source_0; // System.Byte Mono.Globalization.Unicode.Level2Map::Replace uint8_t ___Replace_1; public: inline static int32_t get_offset_of_Source_0() { return static_cast(offsetof(Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C, ___Source_0)); } inline uint8_t get_Source_0() const { return ___Source_0; } inline uint8_t* get_address_of_Source_0() { return &___Source_0; } inline void set_Source_0(uint8_t value) { ___Source_0 = value; } inline static int32_t get_offset_of_Replace_1() { return static_cast(offsetof(Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C, ___Replace_1)); } inline uint8_t get_Replace_1() const { return ___Replace_1; } inline uint8_t* get_address_of_Replace_1() { return &___Replace_1; } inline void set_Replace_1(uint8_t value) { ___Replace_1 = value; } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Runtime.Remoting.ObjRef struct ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 : public RuntimeObject { public: // System.Runtime.Remoting.IChannelInfo System.Runtime.Remoting.ObjRef::channel_info RuntimeObject* ___channel_info_0; // System.String System.Runtime.Remoting.ObjRef::uri String_t* ___uri_1; // System.Runtime.Remoting.IRemotingTypeInfo System.Runtime.Remoting.ObjRef::typeInfo RuntimeObject* ___typeInfo_2; // System.Runtime.Remoting.IEnvoyInfo System.Runtime.Remoting.ObjRef::envoyInfo RuntimeObject* ___envoyInfo_3; // System.Int32 System.Runtime.Remoting.ObjRef::flags int32_t ___flags_4; // System.Type System.Runtime.Remoting.ObjRef::_serverType Type_t * ____serverType_5; public: inline static int32_t get_offset_of_channel_info_0() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3, ___channel_info_0)); } inline RuntimeObject* get_channel_info_0() const { return ___channel_info_0; } inline RuntimeObject** get_address_of_channel_info_0() { return &___channel_info_0; } inline void set_channel_info_0(RuntimeObject* value) { ___channel_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___channel_info_0), (void*)value); } inline static int32_t get_offset_of_uri_1() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3, ___uri_1)); } inline String_t* get_uri_1() const { return ___uri_1; } inline String_t** get_address_of_uri_1() { return &___uri_1; } inline void set_uri_1(String_t* value) { ___uri_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_1), (void*)value); } inline static int32_t get_offset_of_typeInfo_2() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3, ___typeInfo_2)); } inline RuntimeObject* get_typeInfo_2() const { return ___typeInfo_2; } inline RuntimeObject** get_address_of_typeInfo_2() { return &___typeInfo_2; } inline void set_typeInfo_2(RuntimeObject* value) { ___typeInfo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeInfo_2), (void*)value); } inline static int32_t get_offset_of_envoyInfo_3() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3, ___envoyInfo_3)); } inline RuntimeObject* get_envoyInfo_3() const { return ___envoyInfo_3; } inline RuntimeObject** get_address_of_envoyInfo_3() { return &___envoyInfo_3; } inline void set_envoyInfo_3(RuntimeObject* value) { ___envoyInfo_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___envoyInfo_3), (void*)value); } inline static int32_t get_offset_of_flags_4() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3, ___flags_4)); } inline int32_t get_flags_4() const { return ___flags_4; } inline int32_t* get_address_of_flags_4() { return &___flags_4; } inline void set_flags_4(int32_t value) { ___flags_4 = value; } inline static int32_t get_offset_of__serverType_5() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3, ____serverType_5)); } inline Type_t * get__serverType_5() const { return ____serverType_5; } inline Type_t ** get_address_of__serverType_5() { return &____serverType_5; } inline void set__serverType_5(Type_t * value) { ____serverType_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____serverType_5), (void*)value); } }; struct ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_StaticFields { public: // System.Int32 System.Runtime.Remoting.ObjRef::MarshalledObjectRef int32_t ___MarshalledObjectRef_6; // System.Int32 System.Runtime.Remoting.ObjRef::WellKnowObjectRef int32_t ___WellKnowObjectRef_7; public: inline static int32_t get_offset_of_MarshalledObjectRef_6() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_StaticFields, ___MarshalledObjectRef_6)); } inline int32_t get_MarshalledObjectRef_6() const { return ___MarshalledObjectRef_6; } inline int32_t* get_address_of_MarshalledObjectRef_6() { return &___MarshalledObjectRef_6; } inline void set_MarshalledObjectRef_6(int32_t value) { ___MarshalledObjectRef_6 = value; } inline static int32_t get_offset_of_WellKnowObjectRef_7() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_StaticFields, ___WellKnowObjectRef_7)); } inline int32_t get_WellKnowObjectRef_7() const { return ___WellKnowObjectRef_7; } inline int32_t* get_address_of_WellKnowObjectRef_7() { return &___WellKnowObjectRef_7; } inline void set_WellKnowObjectRef_7(int32_t value) { ___WellKnowObjectRef_7 = value; } }; // System.Runtime.Serialization.SerializationEvents struct SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 : public RuntimeObject { public: // System.Collections.Generic.List`1 System.Runtime.Serialization.SerializationEvents::m_OnSerializingMethods List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * ___m_OnSerializingMethods_0; // System.Collections.Generic.List`1 System.Runtime.Serialization.SerializationEvents::m_OnSerializedMethods List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * ___m_OnSerializedMethods_1; // System.Collections.Generic.List`1 System.Runtime.Serialization.SerializationEvents::m_OnDeserializingMethods List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * ___m_OnDeserializingMethods_2; // System.Collections.Generic.List`1 System.Runtime.Serialization.SerializationEvents::m_OnDeserializedMethods List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * ___m_OnDeserializedMethods_3; public: inline static int32_t get_offset_of_m_OnSerializingMethods_0() { return static_cast(offsetof(SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8, ___m_OnSerializingMethods_0)); } inline List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * get_m_OnSerializingMethods_0() const { return ___m_OnSerializingMethods_0; } inline List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 ** get_address_of_m_OnSerializingMethods_0() { return &___m_OnSerializingMethods_0; } inline void set_m_OnSerializingMethods_0(List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * value) { ___m_OnSerializingMethods_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnSerializingMethods_0), (void*)value); } inline static int32_t get_offset_of_m_OnSerializedMethods_1() { return static_cast(offsetof(SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8, ___m_OnSerializedMethods_1)); } inline List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * get_m_OnSerializedMethods_1() const { return ___m_OnSerializedMethods_1; } inline List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 ** get_address_of_m_OnSerializedMethods_1() { return &___m_OnSerializedMethods_1; } inline void set_m_OnSerializedMethods_1(List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * value) { ___m_OnSerializedMethods_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnSerializedMethods_1), (void*)value); } inline static int32_t get_offset_of_m_OnDeserializingMethods_2() { return static_cast(offsetof(SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8, ___m_OnDeserializingMethods_2)); } inline List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * get_m_OnDeserializingMethods_2() const { return ___m_OnDeserializingMethods_2; } inline List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 ** get_address_of_m_OnDeserializingMethods_2() { return &___m_OnDeserializingMethods_2; } inline void set_m_OnDeserializingMethods_2(List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * value) { ___m_OnDeserializingMethods_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDeserializingMethods_2), (void*)value); } inline static int32_t get_offset_of_m_OnDeserializedMethods_3() { return static_cast(offsetof(SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8, ___m_OnDeserializedMethods_3)); } inline List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * get_m_OnDeserializedMethods_3() const { return ___m_OnDeserializedMethods_3; } inline List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 ** get_address_of_m_OnDeserializedMethods_3() { return &___m_OnDeserializedMethods_3; } inline void set_m_OnDeserializedMethods_3(List_1_t110010ECD885734BF7EEAE609A01E1C757A363C4 * value) { ___m_OnDeserializedMethods_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDeserializedMethods_3), (void*)value); } }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___m_nameToIndex_6; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_7; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_8; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_9; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_10; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t * ___objectType_11; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_12; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_13; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_14; public: inline static int32_t get_offset_of_m_members_3() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_members_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_3() const { return ___m_members_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_3() { return &___m_members_3; } inline void set_m_members_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value); } inline static int32_t get_offset_of_m_data_4() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_data_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_4() const { return ___m_data_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_4() { return &___m_data_4; } inline void set_m_data_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value); } inline static int32_t get_offset_of_m_types_5() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_types_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_5() const { return ___m_types_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_5() { return &___m_types_5; } inline void set_m_types_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value); } inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_nameToIndex_6)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; } inline void set_m_nameToIndex_6(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___m_nameToIndex_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value); } inline static int32_t get_offset_of_m_currMember_7() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_currMember_7)); } inline int32_t get_m_currMember_7() const { return ___m_currMember_7; } inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; } inline void set_m_currMember_7(int32_t value) { ___m_currMember_7 = value; } inline static int32_t get_offset_of_m_converter_8() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_converter_8)); } inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; } inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; } inline void set_m_converter_8(RuntimeObject* value) { ___m_converter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value); } inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_fullTypeName_9)); } inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; } inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; } inline void set_m_fullTypeName_9(String_t* value) { ___m_fullTypeName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value); } inline static int32_t get_offset_of_m_assemName_10() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_assemName_10)); } inline String_t* get_m_assemName_10() const { return ___m_assemName_10; } inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; } inline void set_m_assemName_10(String_t* value) { ___m_assemName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value); } inline static int32_t get_offset_of_objectType_11() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___objectType_11)); } inline Type_t * get_objectType_11() const { return ___objectType_11; } inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; } inline void set_objectType_11(Type_t * value) { ___objectType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value); } inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isFullTypeNameSetExplicit_12)); } inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; } inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; } inline void set_isFullTypeNameSetExplicit_12(bool value) { ___isFullTypeNameSetExplicit_12 = value; } inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isAssemblyNameSetExplicit_13)); } inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; } inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; } inline void set_isAssemblyNameSetExplicit_13(bool value) { ___isAssemblyNameSetExplicit_13 = value; } inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___requireSameTokenInPartialTrust_14)); } inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; } inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; } inline void set_requireSameTokenInPartialTrust_14(bool value) { ___requireSameTokenInPartialTrust_14 = value; } }; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_0; // System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_1; // System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_2; // System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_numItems int32_t ___m_numItems_3; // System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_currItem int32_t ___m_currItem_4; // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::m_current bool ___m_current_5; public: inline static int32_t get_offset_of_m_members_0() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_members_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_0() const { return ___m_members_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_0() { return &___m_members_0; } inline void set_m_members_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_0), (void*)value); } inline static int32_t get_offset_of_m_data_1() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_data_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_1() const { return ___m_data_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_1() { return &___m_data_1; } inline void set_m_data_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_1), (void*)value); } inline static int32_t get_offset_of_m_types_2() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_types_2)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_2() const { return ___m_types_2; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_2() { return &___m_types_2; } inline void set_m_types_2(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_2), (void*)value); } inline static int32_t get_offset_of_m_numItems_3() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_numItems_3)); } inline int32_t get_m_numItems_3() const { return ___m_numItems_3; } inline int32_t* get_address_of_m_numItems_3() { return &___m_numItems_3; } inline void set_m_numItems_3(int32_t value) { ___m_numItems_3 = value; } inline static int32_t get_offset_of_m_currItem_4() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_currItem_4)); } inline int32_t get_m_currItem_4() const { return ___m_currItem_4; } inline int32_t* get_address_of_m_currItem_4() { return &___m_currItem_4; } inline void set_m_currItem_4(int32_t value) { ___m_currItem_4 = value; } inline static int32_t get_offset_of_m_current_5() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_current_5)); } inline bool get_m_current_5() const { return ___m_current_5; } inline bool* get_address_of_m_current_5() { return &___m_current_5; } inline void set_m_current_5(bool value) { ___m_current_5 = value; } }; // System.Runtime.Remoting.Messaging.ServerContextTerminatorSink struct ServerContextTerminatorSink_tF81B52ADB90680F07EDA7E0078AEB525E500A1E7 : public RuntimeObject { public: public: }; // System.Runtime.Remoting.Messaging.ServerObjectReplySink struct ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63 : public RuntimeObject { public: // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Messaging.ServerObjectReplySink::_replySink RuntimeObject* ____replySink_0; // System.Runtime.Remoting.ServerIdentity System.Runtime.Remoting.Messaging.ServerObjectReplySink::_identity ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * ____identity_1; public: inline static int32_t get_offset_of__replySink_0() { return static_cast(offsetof(ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63, ____replySink_0)); } inline RuntimeObject* get__replySink_0() const { return ____replySink_0; } inline RuntimeObject** get_address_of__replySink_0() { return &____replySink_0; } inline void set__replySink_0(RuntimeObject* value) { ____replySink_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____replySink_0), (void*)value); } inline static int32_t get_offset_of__identity_1() { return static_cast(offsetof(ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63, ____identity_1)); } inline ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * get__identity_1() const { return ____identity_1; } inline ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 ** get_address_of__identity_1() { return &____identity_1; } inline void set__identity_1(ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * value) { ____identity_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_1), (void*)value); } }; // System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink struct ServerObjectTerminatorSink_t903831C8E5FC8C991C82B539937F878ECD96CB9F : public RuntimeObject { public: // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink::_nextSink RuntimeObject* ____nextSink_0; public: inline static int32_t get_offset_of__nextSink_0() { return static_cast(offsetof(ServerObjectTerminatorSink_t903831C8E5FC8C991C82B539937F878ECD96CB9F, ____nextSink_0)); } inline RuntimeObject* get__nextSink_0() const { return ____nextSink_0; } inline RuntimeObject** get_address_of__nextSink_0() { return &____nextSink_0; } inline void set__nextSink_0(RuntimeObject* value) { ____nextSink_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____nextSink_0), (void*)value); } }; // System.Reflection.Emit.SignatureHelper struct SignatureHelper_t138E880C8444F02952E863AA9585EF2646EEDE89 : public RuntimeObject { public: public: }; // Mono.Globalization.Unicode.SimpleCollator struct SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 : public RuntimeObject { public: // System.Globalization.TextInfo Mono.Globalization.Unicode.SimpleCollator::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_2; // Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.SimpleCollator::cjkIndexer CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * ___cjkIndexer_3; // Mono.Globalization.Unicode.Contraction[] Mono.Globalization.Unicode.SimpleCollator::contractions ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* ___contractions_4; // Mono.Globalization.Unicode.Level2Map[] Mono.Globalization.Unicode.SimpleCollator::level2Maps Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* ___level2Maps_5; // System.Byte[] Mono.Globalization.Unicode.SimpleCollator::unsafeFlags ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___unsafeFlags_6; // System.Byte* Mono.Globalization.Unicode.SimpleCollator::cjkCatTable uint8_t* ___cjkCatTable_7; // System.Byte* Mono.Globalization.Unicode.SimpleCollator::cjkLv1Table uint8_t* ___cjkLv1Table_8; // System.Byte* Mono.Globalization.Unicode.SimpleCollator::cjkLv2Table uint8_t* ___cjkLv2Table_9; // Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.SimpleCollator::cjkLv2Indexer CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * ___cjkLv2Indexer_10; // System.Int32 Mono.Globalization.Unicode.SimpleCollator::lcid int32_t ___lcid_11; // System.Boolean Mono.Globalization.Unicode.SimpleCollator::frenchSort bool ___frenchSort_12; public: inline static int32_t get_offset_of_textInfo_2() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___textInfo_2)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_2() const { return ___textInfo_2; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_2() { return &___textInfo_2; } inline void set_textInfo_2(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_2), (void*)value); } inline static int32_t get_offset_of_cjkIndexer_3() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___cjkIndexer_3)); } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * get_cjkIndexer_3() const { return ___cjkIndexer_3; } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** get_address_of_cjkIndexer_3() { return &___cjkIndexer_3; } inline void set_cjkIndexer_3(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * value) { ___cjkIndexer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cjkIndexer_3), (void*)value); } inline static int32_t get_offset_of_contractions_4() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___contractions_4)); } inline ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* get_contractions_4() const { return ___contractions_4; } inline ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B** get_address_of_contractions_4() { return &___contractions_4; } inline void set_contractions_4(ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* value) { ___contractions_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___contractions_4), (void*)value); } inline static int32_t get_offset_of_level2Maps_5() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___level2Maps_5)); } inline Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* get_level2Maps_5() const { return ___level2Maps_5; } inline Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF** get_address_of_level2Maps_5() { return &___level2Maps_5; } inline void set_level2Maps_5(Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* value) { ___level2Maps_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___level2Maps_5), (void*)value); } inline static int32_t get_offset_of_unsafeFlags_6() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___unsafeFlags_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_unsafeFlags_6() const { return ___unsafeFlags_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_unsafeFlags_6() { return &___unsafeFlags_6; } inline void set_unsafeFlags_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___unsafeFlags_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___unsafeFlags_6), (void*)value); } inline static int32_t get_offset_of_cjkCatTable_7() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___cjkCatTable_7)); } inline uint8_t* get_cjkCatTable_7() const { return ___cjkCatTable_7; } inline uint8_t** get_address_of_cjkCatTable_7() { return &___cjkCatTable_7; } inline void set_cjkCatTable_7(uint8_t* value) { ___cjkCatTable_7 = value; } inline static int32_t get_offset_of_cjkLv1Table_8() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___cjkLv1Table_8)); } inline uint8_t* get_cjkLv1Table_8() const { return ___cjkLv1Table_8; } inline uint8_t** get_address_of_cjkLv1Table_8() { return &___cjkLv1Table_8; } inline void set_cjkLv1Table_8(uint8_t* value) { ___cjkLv1Table_8 = value; } inline static int32_t get_offset_of_cjkLv2Table_9() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___cjkLv2Table_9)); } inline uint8_t* get_cjkLv2Table_9() const { return ___cjkLv2Table_9; } inline uint8_t** get_address_of_cjkLv2Table_9() { return &___cjkLv2Table_9; } inline void set_cjkLv2Table_9(uint8_t* value) { ___cjkLv2Table_9 = value; } inline static int32_t get_offset_of_cjkLv2Indexer_10() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___cjkLv2Indexer_10)); } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * get_cjkLv2Indexer_10() const { return ___cjkLv2Indexer_10; } inline CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** get_address_of_cjkLv2Indexer_10() { return &___cjkLv2Indexer_10; } inline void set_cjkLv2Indexer_10(CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * value) { ___cjkLv2Indexer_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___cjkLv2Indexer_10), (void*)value); } inline static int32_t get_offset_of_lcid_11() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___lcid_11)); } inline int32_t get_lcid_11() const { return ___lcid_11; } inline int32_t* get_address_of_lcid_11() { return &___lcid_11; } inline void set_lcid_11(int32_t value) { ___lcid_11 = value; } inline static int32_t get_offset_of_frenchSort_12() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266, ___frenchSort_12)); } inline bool get_frenchSort_12() const { return ___frenchSort_12; } inline bool* get_address_of_frenchSort_12() { return &___frenchSort_12; } inline void set_frenchSort_12(bool value) { ___frenchSort_12 = value; } }; struct SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_StaticFields { public: // System.Boolean Mono.Globalization.Unicode.SimpleCollator::QuickCheckDisabled bool ___QuickCheckDisabled_0; // Mono.Globalization.Unicode.SimpleCollator Mono.Globalization.Unicode.SimpleCollator::invariant SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * ___invariant_1; public: inline static int32_t get_offset_of_QuickCheckDisabled_0() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_StaticFields, ___QuickCheckDisabled_0)); } inline bool get_QuickCheckDisabled_0() const { return ___QuickCheckDisabled_0; } inline bool* get_address_of_QuickCheckDisabled_0() { return &___QuickCheckDisabled_0; } inline void set_QuickCheckDisabled_0(bool value) { ___QuickCheckDisabled_0 = value; } inline static int32_t get_offset_of_invariant_1() { return static_cast(offsetof(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_StaticFields, ___invariant_1)); } inline SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * get_invariant_1() const { return ___invariant_1; } inline SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 ** get_address_of_invariant_1() { return &___invariant_1; } inline void set_invariant_1(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * value) { ___invariant_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_1), (void*)value); } }; // System.Runtime.Remoting.Channels.SinkProviderData struct SinkProviderData_tDCF47C22643A26B1E1F6BB60FA7AE7034053D14E : public RuntimeObject { public: // System.String System.Runtime.Remoting.Channels.SinkProviderData::sinkName String_t* ___sinkName_0; // System.Collections.ArrayList System.Runtime.Remoting.Channels.SinkProviderData::children ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___children_1; // System.Collections.Hashtable System.Runtime.Remoting.Channels.SinkProviderData::properties Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___properties_2; public: inline static int32_t get_offset_of_sinkName_0() { return static_cast(offsetof(SinkProviderData_tDCF47C22643A26B1E1F6BB60FA7AE7034053D14E, ___sinkName_0)); } inline String_t* get_sinkName_0() const { return ___sinkName_0; } inline String_t** get_address_of_sinkName_0() { return &___sinkName_0; } inline void set_sinkName_0(String_t* value) { ___sinkName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___sinkName_0), (void*)value); } inline static int32_t get_offset_of_children_1() { return static_cast(offsetof(SinkProviderData_tDCF47C22643A26B1E1F6BB60FA7AE7034053D14E, ___children_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_children_1() const { return ___children_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_children_1() { return &___children_1; } inline void set_children_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___children_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___children_1), (void*)value); } inline static int32_t get_offset_of_properties_2() { return static_cast(offsetof(SinkProviderData_tDCF47C22643A26B1E1F6BB60FA7AE7034053D14E, ___properties_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_properties_2() const { return ___properties_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_properties_2() { return &___properties_2; } inline void set_properties_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___properties_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___properties_2), (void*)value); } }; // System.Runtime.Serialization.Formatters.Binary.SizedArray struct SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 : public RuntimeObject { public: // System.Object[] System.Runtime.Serialization.Formatters.Binary.SizedArray::objects ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___objects_0; // System.Object[] System.Runtime.Serialization.Formatters.Binary.SizedArray::negObjects ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___negObjects_1; public: inline static int32_t get_offset_of_objects_0() { return static_cast(offsetof(SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42, ___objects_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_objects_0() const { return ___objects_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_objects_0() { return &___objects_0; } inline void set_objects_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___objects_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___objects_0), (void*)value); } inline static int32_t get_offset_of_negObjects_1() { return static_cast(offsetof(SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42, ___negObjects_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_negObjects_1() const { return ___negObjects_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_negObjects_1() { return &___negObjects_1; } inline void set_negObjects_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___negObjects_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___negObjects_1), (void*)value); } }; // Mono.Xml.SmallXmlParser struct SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 : public RuntimeObject { public: // Mono.Xml.SmallXmlParser/IContentHandler Mono.Xml.SmallXmlParser::handler RuntimeObject* ___handler_0; // System.IO.TextReader Mono.Xml.SmallXmlParser::reader TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___reader_1; // System.Collections.Stack Mono.Xml.SmallXmlParser::elementNames Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * ___elementNames_2; // System.Collections.Stack Mono.Xml.SmallXmlParser::xmlSpaces Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * ___xmlSpaces_3; // System.String Mono.Xml.SmallXmlParser::xmlSpace String_t* ___xmlSpace_4; // System.Text.StringBuilder Mono.Xml.SmallXmlParser::buffer StringBuilder_t * ___buffer_5; // System.Char[] Mono.Xml.SmallXmlParser::nameBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___nameBuffer_6; // System.Boolean Mono.Xml.SmallXmlParser::isWhitespace bool ___isWhitespace_7; // Mono.Xml.SmallXmlParser/AttrListImpl Mono.Xml.SmallXmlParser::attributes AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA * ___attributes_8; // System.Int32 Mono.Xml.SmallXmlParser::line int32_t ___line_9; // System.Int32 Mono.Xml.SmallXmlParser::column int32_t ___column_10; // System.Boolean Mono.Xml.SmallXmlParser::resetColumn bool ___resetColumn_11; public: inline static int32_t get_offset_of_handler_0() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___handler_0)); } inline RuntimeObject* get_handler_0() const { return ___handler_0; } inline RuntimeObject** get_address_of_handler_0() { return &___handler_0; } inline void set_handler_0(RuntimeObject* value) { ___handler_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___handler_0), (void*)value); } inline static int32_t get_offset_of_reader_1() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___reader_1)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_reader_1() const { return ___reader_1; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_reader_1() { return &___reader_1; } inline void set_reader_1(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___reader_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___reader_1), (void*)value); } inline static int32_t get_offset_of_elementNames_2() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___elementNames_2)); } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * get_elementNames_2() const { return ___elementNames_2; } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 ** get_address_of_elementNames_2() { return &___elementNames_2; } inline void set_elementNames_2(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * value) { ___elementNames_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementNames_2), (void*)value); } inline static int32_t get_offset_of_xmlSpaces_3() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___xmlSpaces_3)); } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * get_xmlSpaces_3() const { return ___xmlSpaces_3; } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 ** get_address_of_xmlSpaces_3() { return &___xmlSpaces_3; } inline void set_xmlSpaces_3(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * value) { ___xmlSpaces_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlSpaces_3), (void*)value); } inline static int32_t get_offset_of_xmlSpace_4() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___xmlSpace_4)); } inline String_t* get_xmlSpace_4() const { return ___xmlSpace_4; } inline String_t** get_address_of_xmlSpace_4() { return &___xmlSpace_4; } inline void set_xmlSpace_4(String_t* value) { ___xmlSpace_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlSpace_4), (void*)value); } inline static int32_t get_offset_of_buffer_5() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___buffer_5)); } inline StringBuilder_t * get_buffer_5() const { return ___buffer_5; } inline StringBuilder_t ** get_address_of_buffer_5() { return &___buffer_5; } inline void set_buffer_5(StringBuilder_t * value) { ___buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_5), (void*)value); } inline static int32_t get_offset_of_nameBuffer_6() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___nameBuffer_6)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_nameBuffer_6() const { return ___nameBuffer_6; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_nameBuffer_6() { return &___nameBuffer_6; } inline void set_nameBuffer_6(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___nameBuffer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameBuffer_6), (void*)value); } inline static int32_t get_offset_of_isWhitespace_7() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___isWhitespace_7)); } inline bool get_isWhitespace_7() const { return ___isWhitespace_7; } inline bool* get_address_of_isWhitespace_7() { return &___isWhitespace_7; } inline void set_isWhitespace_7(bool value) { ___isWhitespace_7 = value; } inline static int32_t get_offset_of_attributes_8() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___attributes_8)); } inline AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA * get_attributes_8() const { return ___attributes_8; } inline AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA ** get_address_of_attributes_8() { return &___attributes_8; } inline void set_attributes_8(AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA * value) { ___attributes_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_8), (void*)value); } inline static int32_t get_offset_of_line_9() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___line_9)); } inline int32_t get_line_9() const { return ___line_9; } inline int32_t* get_address_of_line_9() { return &___line_9; } inline void set_line_9(int32_t value) { ___line_9 = value; } inline static int32_t get_offset_of_column_10() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___column_10)); } inline int32_t get_column_10() const { return ___column_10; } inline int32_t* get_address_of_column_10() { return &___column_10; } inline void set_column_10(int32_t value) { ___column_10 = value; } inline static int32_t get_offset_of_resetColumn_11() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___resetColumn_11)); } inline bool get_resetColumn_11() const { return ___resetColumn_11; } inline bool* get_address_of_resetColumn_11() { return &___resetColumn_11; } inline void set_resetColumn_11(bool value) { ___resetColumn_11 = value; } }; // System.Runtime.Remoting.SoapServices struct SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B : public RuntimeObject { public: public: }; struct SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_StaticFields { public: // System.Collections.Hashtable System.Runtime.Remoting.SoapServices::_xmlTypes Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____xmlTypes_0; // System.Collections.Hashtable System.Runtime.Remoting.SoapServices::_xmlElements Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____xmlElements_1; // System.Collections.Hashtable System.Runtime.Remoting.SoapServices::_soapActions Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____soapActions_2; // System.Collections.Hashtable System.Runtime.Remoting.SoapServices::_soapActionsMethods Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____soapActionsMethods_3; // System.Collections.Hashtable System.Runtime.Remoting.SoapServices::_typeInfos Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____typeInfos_4; public: inline static int32_t get_offset_of__xmlTypes_0() { return static_cast(offsetof(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_StaticFields, ____xmlTypes_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__xmlTypes_0() const { return ____xmlTypes_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__xmlTypes_0() { return &____xmlTypes_0; } inline void set__xmlTypes_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____xmlTypes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlTypes_0), (void*)value); } inline static int32_t get_offset_of__xmlElements_1() { return static_cast(offsetof(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_StaticFields, ____xmlElements_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__xmlElements_1() const { return ____xmlElements_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__xmlElements_1() { return &____xmlElements_1; } inline void set__xmlElements_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____xmlElements_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlElements_1), (void*)value); } inline static int32_t get_offset_of__soapActions_2() { return static_cast(offsetof(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_StaticFields, ____soapActions_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__soapActions_2() const { return ____soapActions_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__soapActions_2() { return &____soapActions_2; } inline void set__soapActions_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____soapActions_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____soapActions_2), (void*)value); } inline static int32_t get_offset_of__soapActionsMethods_3() { return static_cast(offsetof(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_StaticFields, ____soapActionsMethods_3)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__soapActionsMethods_3() const { return ____soapActionsMethods_3; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__soapActionsMethods_3() { return &____soapActionsMethods_3; } inline void set__soapActionsMethods_3(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____soapActionsMethods_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____soapActionsMethods_3), (void*)value); } inline static int32_t get_offset_of__typeInfos_4() { return static_cast(offsetof(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_StaticFields, ____typeInfos_4)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__typeInfos_4() const { return ____typeInfos_4; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__typeInfos_4() { return &____typeInfos_4; } inline void set__typeInfos_4(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____typeInfos_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeInfos_4), (void*)value); } }; // System.Globalization.SortVersion struct SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA : public RuntimeObject { public: public: }; // System.Collections.SortedList struct SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 : public RuntimeObject { public: // System.Object[] System.Collections.SortedList::keys ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___keys_0; // System.Object[] System.Collections.SortedList::values ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values_1; // System.Int32 System.Collections.SortedList::_size int32_t ____size_2; // System.Int32 System.Collections.SortedList::version int32_t ___version_3; // System.Collections.IComparer System.Collections.SortedList::comparer RuntimeObject* ___comparer_4; public: inline static int32_t get_offset_of_keys_0() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___keys_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_keys_0() const { return ___keys_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_keys_0() { return &___keys_0; } inline void set_keys_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___keys_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_0), (void*)value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___values_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_values_1() const { return ___values_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_comparer_4() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___comparer_4)); } inline RuntimeObject* get_comparer_4() const { return ___comparer_4; } inline RuntimeObject** get_address_of_comparer_4() { return &___comparer_4; } inline void set_comparer_4(RuntimeObject* value) { ___comparer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_4), (void*)value); } }; struct SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_StaticFields { public: // System.Object[] System.Collections.SortedList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_5; public: inline static int32_t get_offset_of_emptyArray_5() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_StaticFields, ___emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_5() const { return ___emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_5() { return &___emptyArray_5; } inline void set_emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_5), (void*)value); } }; // System.Collections.Stack struct Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 : public RuntimeObject { public: // System.Object[] System.Collections.Stack::_array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____array_0; // System.Int32 System.Collections.Stack::_size int32_t ____size_1; // System.Int32 System.Collections.Stack::_version int32_t ____version_2; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8, ____array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } }; // System.Runtime.Remoting.Messaging.StackBuilderSink struct StackBuilderSink_tD852C1DCFA0CDA0B882EE8342D24F54FAE5D647A : public RuntimeObject { public: // System.MarshalByRefObject System.Runtime.Remoting.Messaging.StackBuilderSink::_target MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ____target_0; // System.Runtime.Remoting.Proxies.RealProxy System.Runtime.Remoting.Messaging.StackBuilderSink::_rp RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * ____rp_1; public: inline static int32_t get_offset_of__target_0() { return static_cast(offsetof(StackBuilderSink_tD852C1DCFA0CDA0B882EE8342D24F54FAE5D647A, ____target_0)); } inline MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * get__target_0() const { return ____target_0; } inline MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 ** get_address_of__target_0() { return &____target_0; } inline void set__target_0(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * value) { ____target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____target_0), (void*)value); } inline static int32_t get_offset_of__rp_1() { return static_cast(offsetof(StackBuilderSink_tD852C1DCFA0CDA0B882EE8342D24F54FAE5D647A, ____rp_1)); } inline RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * get__rp_1() const { return ____rp_1; } inline RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 ** get_address_of__rp_1() { return &____rp_1; } inline void set__rp_1(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * value) { ____rp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____rp_1), (void*)value); } }; // System.Diagnostics.StackFrame struct StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F : public RuntimeObject { public: // System.Int32 System.Diagnostics.StackFrame::ilOffset int32_t ___ilOffset_1; // System.Int32 System.Diagnostics.StackFrame::nativeOffset int32_t ___nativeOffset_2; // System.Int64 System.Diagnostics.StackFrame::methodAddress int64_t ___methodAddress_3; // System.UInt32 System.Diagnostics.StackFrame::methodIndex uint32_t ___methodIndex_4; // System.Reflection.MethodBase System.Diagnostics.StackFrame::methodBase MethodBase_t * ___methodBase_5; // System.String System.Diagnostics.StackFrame::fileName String_t* ___fileName_6; // System.Int32 System.Diagnostics.StackFrame::lineNumber int32_t ___lineNumber_7; // System.Int32 System.Diagnostics.StackFrame::columnNumber int32_t ___columnNumber_8; // System.String System.Diagnostics.StackFrame::internalMethodName String_t* ___internalMethodName_9; public: inline static int32_t get_offset_of_ilOffset_1() { return static_cast(offsetof(StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F, ___ilOffset_1)); } inline int32_t get_ilOffset_1() const { return ___ilOffset_1; } inline int32_t* get_address_of_ilOffset_1() { return &___ilOffset_1; } inline void set_ilOffset_1(int32_t value) { ___ilOffset_1 = value; } inline static int32_t get_offset_of_nativeOffset_2() { return static_cast(offsetof(StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F, ___nativeOffset_2)); } inline int32_t get_nativeOffset_2() const { return ___nativeOffset_2; } inline int32_t* get_address_of_nativeOffset_2() { return &___nativeOffset_2; } inline void set_nativeOffset_2(int32_t value) { ___nativeOffset_2 = value; } inline static int32_t get_offset_of_methodAddress_3() { return static_cast(offsetof(StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F, ___methodAddress_3)); } inline int64_t get_methodAddress_3() const { return ___methodAddress_3; } inline int64_t* get_address_of_methodAddress_3() { return &___methodAddress_3; } inline void set_methodAddress_3(int64_t value) { ___methodAddress_3 = value; } inline static int32_t get_offset_of_methodIndex_4() { return static_cast(offsetof(StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F, ___methodIndex_4)); } inline uint32_t get_methodIndex_4() const { return ___methodIndex_4; } inline uint32_t* get_address_of_methodIndex_4() { return &___methodIndex_4; } inline void set_methodIndex_4(uint32_t value) { ___methodIndex_4 = value; } inline static int32_t get_offset_of_methodBase_5() { return static_cast(offsetof(StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F, ___methodBase_5)); } inline MethodBase_t * get_methodBase_5() const { return ___methodBase_5; } inline MethodBase_t ** get_address_of_methodBase_5() { return &___methodBase_5; } inline void set_methodBase_5(MethodBase_t * value) { ___methodBase_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___methodBase_5), (void*)value); } inline static int32_t get_offset_of_fileName_6() { return static_cast(offsetof(StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F, ___fileName_6)); } inline String_t* get_fileName_6() const { return ___fileName_6; } inline String_t** get_address_of_fileName_6() { return &___fileName_6; } inline void set_fileName_6(String_t* value) { ___fileName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___fileName_6), (void*)value); } inline static int32_t get_offset_of_lineNumber_7() { return static_cast(offsetof(StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F, ___lineNumber_7)); } inline int32_t get_lineNumber_7() const { return ___lineNumber_7; } inline int32_t* get_address_of_lineNumber_7() { return &___lineNumber_7; } inline void set_lineNumber_7(int32_t value) { ___lineNumber_7 = value; } inline static int32_t get_offset_of_columnNumber_8() { return static_cast(offsetof(StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F, ___columnNumber_8)); } inline int32_t get_columnNumber_8() const { return ___columnNumber_8; } inline int32_t* get_address_of_columnNumber_8() { return &___columnNumber_8; } inline void set_columnNumber_8(int32_t value) { ___columnNumber_8 = value; } inline static int32_t get_offset_of_internalMethodName_9() { return static_cast(offsetof(StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F, ___internalMethodName_9)); } inline String_t* get_internalMethodName_9() const { return ___internalMethodName_9; } inline String_t** get_address_of_internalMethodName_9() { return &___internalMethodName_9; } inline void set_internalMethodName_9(String_t* value) { ___internalMethodName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalMethodName_9), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Diagnostics.StackFrame struct StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F_marshaled_pinvoke { int32_t ___ilOffset_1; int32_t ___nativeOffset_2; int64_t ___methodAddress_3; uint32_t ___methodIndex_4; MethodBase_t * ___methodBase_5; char* ___fileName_6; int32_t ___lineNumber_7; int32_t ___columnNumber_8; char* ___internalMethodName_9; }; // Native definition for COM marshalling of System.Diagnostics.StackFrame struct StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F_marshaled_com { int32_t ___ilOffset_1; int32_t ___nativeOffset_2; int64_t ___methodAddress_3; uint32_t ___methodIndex_4; MethodBase_t * ___methodBase_5; Il2CppChar* ___fileName_6; int32_t ___lineNumber_7; int32_t ___columnNumber_8; Il2CppChar* ___internalMethodName_9; }; // System.Threading.Tasks.StackGuard struct StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D : public RuntimeObject { public: // System.Int32 System.Threading.Tasks.StackGuard::m_inliningDepth int32_t ___m_inliningDepth_0; public: inline static int32_t get_offset_of_m_inliningDepth_0() { return static_cast(offsetof(StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D, ___m_inliningDepth_0)); } inline int32_t get_m_inliningDepth_0() const { return ___m_inliningDepth_0; } inline int32_t* get_address_of_m_inliningDepth_0() { return &___m_inliningDepth_0; } inline void set_m_inliningDepth_0(int32_t value) { ___m_inliningDepth_0 = value; } }; // System.Diagnostics.StackTrace struct StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 : public RuntimeObject { public: // System.Diagnostics.StackFrame[] System.Diagnostics.StackTrace::frames StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* ___frames_1; // System.Diagnostics.StackTrace[] System.Diagnostics.StackTrace::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_2; // System.Boolean System.Diagnostics.StackTrace::debug_info bool ___debug_info_3; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888, ___frames_1)); } inline StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* get_frames_1() const { return ___frames_1; } inline StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_captured_traces_2() { return static_cast(offsetof(StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888, ___captured_traces_2)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_2() const { return ___captured_traces_2; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_2() { return &___captured_traces_2; } inline void set_captured_traces_2(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_2), (void*)value); } inline static int32_t get_offset_of_debug_info_3() { return static_cast(offsetof(StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888, ___debug_info_3)); } inline bool get_debug_info_3() const { return ___debug_info_3; } inline bool* get_address_of_debug_info_3() { return &___debug_info_3; } inline void set_debug_info_3(bool value) { ___debug_info_3 = value; } }; struct StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_StaticFields { public: // System.Boolean System.Diagnostics.StackTrace::isAotidSet bool ___isAotidSet_4; // System.String System.Diagnostics.StackTrace::aotid String_t* ___aotid_5; public: inline static int32_t get_offset_of_isAotidSet_4() { return static_cast(offsetof(StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_StaticFields, ___isAotidSet_4)); } inline bool get_isAotidSet_4() const { return ___isAotidSet_4; } inline bool* get_address_of_isAotidSet_4() { return &___isAotidSet_4; } inline void set_isAotidSet_4(bool value) { ___isAotidSet_4 = value; } inline static int32_t get_offset_of_aotid_5() { return static_cast(offsetof(StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_StaticFields, ___aotid_5)); } inline String_t* get_aotid_5() const { return ___aotid_5; } inline String_t** get_address_of_aotid_5() { return &___aotid_5; } inline void set_aotid_5(String_t* value) { ___aotid_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___aotid_5), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___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; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // Mono.Globalization.Unicode.TailoringInfo struct TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A : public RuntimeObject { public: // System.Int32 Mono.Globalization.Unicode.TailoringInfo::LCID int32_t ___LCID_0; // System.Int32 Mono.Globalization.Unicode.TailoringInfo::TailoringIndex int32_t ___TailoringIndex_1; // System.Int32 Mono.Globalization.Unicode.TailoringInfo::TailoringCount int32_t ___TailoringCount_2; // System.Boolean Mono.Globalization.Unicode.TailoringInfo::FrenchSort bool ___FrenchSort_3; public: inline static int32_t get_offset_of_LCID_0() { return static_cast(offsetof(TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A, ___LCID_0)); } inline int32_t get_LCID_0() const { return ___LCID_0; } inline int32_t* get_address_of_LCID_0() { return &___LCID_0; } inline void set_LCID_0(int32_t value) { ___LCID_0 = value; } inline static int32_t get_offset_of_TailoringIndex_1() { return static_cast(offsetof(TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A, ___TailoringIndex_1)); } inline int32_t get_TailoringIndex_1() const { return ___TailoringIndex_1; } inline int32_t* get_address_of_TailoringIndex_1() { return &___TailoringIndex_1; } inline void set_TailoringIndex_1(int32_t value) { ___TailoringIndex_1 = value; } inline static int32_t get_offset_of_TailoringCount_2() { return static_cast(offsetof(TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A, ___TailoringCount_2)); } inline int32_t get_TailoringCount_2() const { return ___TailoringCount_2; } inline int32_t* get_address_of_TailoringCount_2() { return &___TailoringCount_2; } inline void set_TailoringCount_2(int32_t value) { ___TailoringCount_2 = value; } inline static int32_t get_offset_of_FrenchSort_3() { return static_cast(offsetof(TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A, ___FrenchSort_3)); } inline bool get_FrenchSort_3() const { return ___FrenchSort_3; } inline bool* get_address_of_FrenchSort_3() { return &___FrenchSort_3; } inline void set_FrenchSort_3(bool value) { ___FrenchSort_3 = value; } }; // System.Threading.Tasks.TaskContinuation struct TaskContinuation_t7DB04E82749A3EF935DB28E54C213451D635E7C0 : public RuntimeObject { public: public: }; // System.Runtime.Remoting.TypeInfo struct TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46 : public RuntimeObject { public: // System.String System.Runtime.Remoting.TypeInfo::serverType String_t* ___serverType_0; // System.String[] System.Runtime.Remoting.TypeInfo::serverHierarchy StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___serverHierarchy_1; // System.String[] System.Runtime.Remoting.TypeInfo::interfacesImplemented StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___interfacesImplemented_2; public: inline static int32_t get_offset_of_serverType_0() { return static_cast(offsetof(TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46, ___serverType_0)); } inline String_t* get_serverType_0() const { return ___serverType_0; } inline String_t** get_address_of_serverType_0() { return &___serverType_0; } inline void set_serverType_0(String_t* value) { ___serverType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverType_0), (void*)value); } inline static int32_t get_offset_of_serverHierarchy_1() { return static_cast(offsetof(TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46, ___serverHierarchy_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_serverHierarchy_1() const { return ___serverHierarchy_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_serverHierarchy_1() { return &___serverHierarchy_1; } inline void set_serverHierarchy_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___serverHierarchy_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverHierarchy_1), (void*)value); } inline static int32_t get_offset_of_interfacesImplemented_2() { return static_cast(offsetof(TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46, ___interfacesImplemented_2)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_interfacesImplemented_2() const { return ___interfacesImplemented_2; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_interfacesImplemented_2() { return &___interfacesImplemented_2; } inline void set_interfacesImplemented_2(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___interfacesImplemented_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___interfacesImplemented_2), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // Mono.Xml.SmallXmlParser/AttrListImpl struct AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA : public RuntimeObject { public: // System.Collections.Generic.List`1 Mono.Xml.SmallXmlParser/AttrListImpl::attrNames List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___attrNames_0; // System.Collections.Generic.List`1 Mono.Xml.SmallXmlParser/AttrListImpl::attrValues List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___attrValues_1; public: inline static int32_t get_offset_of_attrNames_0() { return static_cast(offsetof(AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA, ___attrNames_0)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_attrNames_0() const { return ___attrNames_0; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_attrNames_0() { return &___attrNames_0; } inline void set_attrNames_0(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___attrNames_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrNames_0), (void*)value); } inline static int32_t get_offset_of_attrValues_1() { return static_cast(offsetof(AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA, ___attrValues_1)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_attrValues_1() const { return ___attrValues_1; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_attrValues_1() { return &___attrValues_1; } inline void set_attrValues_1(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___attrValues_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrValues_1), (void*)value); } }; // System.Runtime.Remoting.SoapServices/TypeInfo struct TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Remoting.SoapServices/TypeInfo::Attributes Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___Attributes_0; // System.Collections.Hashtable System.Runtime.Remoting.SoapServices/TypeInfo::Elements Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___Elements_1; public: inline static int32_t get_offset_of_Attributes_0() { return static_cast(offsetof(TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9, ___Attributes_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_Attributes_0() const { return ___Attributes_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_Attributes_0() { return &___Attributes_0; } inline void set_Attributes_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___Attributes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Attributes_0), (void*)value); } inline static int32_t get_offset_of_Elements_1() { return static_cast(offsetof(TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9, ___Elements_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_Elements_1() const { return ___Elements_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_Elements_1() { return &___Elements_1; } inline void set_Elements_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___Elements_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Elements_1), (void*)value); } }; // System.Collections.SortedList/SortedListEnumerator struct SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC : public RuntimeObject { public: // System.Collections.SortedList System.Collections.SortedList/SortedListEnumerator::sortedList SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * ___sortedList_0; // System.Object System.Collections.SortedList/SortedListEnumerator::key RuntimeObject * ___key_1; // System.Object System.Collections.SortedList/SortedListEnumerator::value RuntimeObject * ___value_2; // System.Int32 System.Collections.SortedList/SortedListEnumerator::index int32_t ___index_3; // System.Int32 System.Collections.SortedList/SortedListEnumerator::startIndex int32_t ___startIndex_4; // System.Int32 System.Collections.SortedList/SortedListEnumerator::endIndex int32_t ___endIndex_5; // System.Int32 System.Collections.SortedList/SortedListEnumerator::version int32_t ___version_6; // System.Boolean System.Collections.SortedList/SortedListEnumerator::current bool ___current_7; // System.Int32 System.Collections.SortedList/SortedListEnumerator::getObjectRetType int32_t ___getObjectRetType_8; public: inline static int32_t get_offset_of_sortedList_0() { return static_cast(offsetof(SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC, ___sortedList_0)); } inline SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * get_sortedList_0() const { return ___sortedList_0; } inline SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 ** get_address_of_sortedList_0() { return &___sortedList_0; } inline void set_sortedList_0(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * value) { ___sortedList_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___sortedList_0), (void*)value); } inline static int32_t get_offset_of_key_1() { return static_cast(offsetof(SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC, ___key_1)); } inline RuntimeObject * get_key_1() const { return ___key_1; } inline RuntimeObject ** get_address_of_key_1() { return &___key_1; } inline void set_key_1(RuntimeObject * value) { ___key_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_1), (void*)value); } inline static int32_t get_offset_of_value_2() { return static_cast(offsetof(SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC, ___value_2)); } inline RuntimeObject * get_value_2() const { return ___value_2; } inline RuntimeObject ** get_address_of_value_2() { return &___value_2; } inline void set_value_2(RuntimeObject * value) { ___value_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_2), (void*)value); } inline static int32_t get_offset_of_index_3() { return static_cast(offsetof(SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC, ___index_3)); } inline int32_t get_index_3() const { return ___index_3; } inline int32_t* get_address_of_index_3() { return &___index_3; } inline void set_index_3(int32_t value) { ___index_3 = value; } inline static int32_t get_offset_of_startIndex_4() { return static_cast(offsetof(SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC, ___startIndex_4)); } inline int32_t get_startIndex_4() const { return ___startIndex_4; } inline int32_t* get_address_of_startIndex_4() { return &___startIndex_4; } inline void set_startIndex_4(int32_t value) { ___startIndex_4 = value; } inline static int32_t get_offset_of_endIndex_5() { return static_cast(offsetof(SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC, ___endIndex_5)); } inline int32_t get_endIndex_5() const { return ___endIndex_5; } inline int32_t* get_address_of_endIndex_5() { return &___endIndex_5; } inline void set_endIndex_5(int32_t value) { ___endIndex_5 = value; } inline static int32_t get_offset_of_version_6() { return static_cast(offsetof(SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC, ___version_6)); } inline int32_t get_version_6() const { return ___version_6; } inline int32_t* get_address_of_version_6() { return &___version_6; } inline void set_version_6(int32_t value) { ___version_6 = value; } inline static int32_t get_offset_of_current_7() { return static_cast(offsetof(SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC, ___current_7)); } inline bool get_current_7() const { return ___current_7; } inline bool* get_address_of_current_7() { return &___current_7; } inline void set_current_7(bool value) { ___current_7 = value; } inline static int32_t get_offset_of_getObjectRetType_8() { return static_cast(offsetof(SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC, ___getObjectRetType_8)); } inline int32_t get_getObjectRetType_8() const { return ___getObjectRetType_8; } inline int32_t* get_address_of_getObjectRetType_8() { return &___getObjectRetType_8; } inline void set_getObjectRetType_8(int32_t value) { ___getObjectRetType_8 = value; } }; // System.Collections.Stack/StackEnumerator struct StackEnumerator_t88BD87DF5A1B3D0EBE3AC306A4A3A62D6E862DEC : public RuntimeObject { public: // System.Collections.Stack System.Collections.Stack/StackEnumerator::_stack Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * ____stack_0; // System.Int32 System.Collections.Stack/StackEnumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Stack/StackEnumerator::_version int32_t ____version_2; // System.Object System.Collections.Stack/StackEnumerator::currentElement RuntimeObject * ___currentElement_3; public: inline static int32_t get_offset_of__stack_0() { return static_cast(offsetof(StackEnumerator_t88BD87DF5A1B3D0EBE3AC306A4A3A62D6E862DEC, ____stack_0)); } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * get__stack_0() const { return ____stack_0; } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 ** get_address_of__stack_0() { return &____stack_0; } inline void set__stack_0(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * value) { ____stack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____stack_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(StackEnumerator_t88BD87DF5A1B3D0EBE3AC306A4A3A62D6E862DEC, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(StackEnumerator_t88BD87DF5A1B3D0EBE3AC306A4A3A62D6E862DEC, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of_currentElement_3() { return static_cast(offsetof(StackEnumerator_t88BD87DF5A1B3D0EBE3AC306A4A3A62D6E862DEC, ___currentElement_3)); } inline RuntimeObject * get_currentElement_3() const { return ___currentElement_3; } inline RuntimeObject ** get_address_of_currentElement_3() { return &___currentElement_3; } inline void set_currentElement_3(RuntimeObject * value) { ___currentElement_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentElement_3), (void*)value); } }; // System.IO.Stream/<>c struct U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC : public RuntimeObject { public: public: }; struct U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_StaticFields { public: // System.IO.Stream/<>c System.IO.Stream/<>c::<>9 U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC * ___U3CU3E9_0; // System.Func`1 System.IO.Stream/<>c::<>9__4_0 Func_1_tD7D981D1F0F29BA17268E18E39287102393D2EFD * ___U3CU3E9__4_0_1; // System.Func`2 System.IO.Stream/<>c::<>9__39_0 Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ___U3CU3E9__39_0_2; // System.Func`2 System.IO.Stream/<>c::<>9__46_0 Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ___U3CU3E9__46_0_3; // System.Action`2 System.IO.Stream/<>c::<>9__47_0 Action_2_tD95FEB0CD8C2141DE035440434C3769AA37151D4 * ___U3CU3E9__47_0_4; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_0_1() { return static_cast(offsetof(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_StaticFields, ___U3CU3E9__4_0_1)); } inline Func_1_tD7D981D1F0F29BA17268E18E39287102393D2EFD * get_U3CU3E9__4_0_1() const { return ___U3CU3E9__4_0_1; } inline Func_1_tD7D981D1F0F29BA17268E18E39287102393D2EFD ** get_address_of_U3CU3E9__4_0_1() { return &___U3CU3E9__4_0_1; } inline void set_U3CU3E9__4_0_1(Func_1_tD7D981D1F0F29BA17268E18E39287102393D2EFD * value) { ___U3CU3E9__4_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__39_0_2() { return static_cast(offsetof(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_StaticFields, ___U3CU3E9__39_0_2)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get_U3CU3E9__39_0_2() const { return ___U3CU3E9__39_0_2; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of_U3CU3E9__39_0_2() { return &___U3CU3E9__39_0_2; } inline void set_U3CU3E9__39_0_2(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * value) { ___U3CU3E9__39_0_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__39_0_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__46_0_3() { return static_cast(offsetof(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_StaticFields, ___U3CU3E9__46_0_3)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get_U3CU3E9__46_0_3() const { return ___U3CU3E9__46_0_3; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of_U3CU3E9__46_0_3() { return &___U3CU3E9__46_0_3; } inline void set_U3CU3E9__46_0_3(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * value) { ___U3CU3E9__46_0_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__46_0_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__47_0_4() { return static_cast(offsetof(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_StaticFields, ___U3CU3E9__47_0_4)); } inline Action_2_tD95FEB0CD8C2141DE035440434C3769AA37151D4 * get_U3CU3E9__47_0_4() const { return ___U3CU3E9__47_0_4; } inline Action_2_tD95FEB0CD8C2141DE035440434C3769AA37151D4 ** get_address_of_U3CU3E9__47_0_4() { return &___U3CU3E9__47_0_4; } inline void set_U3CU3E9__47_0_4(Action_2_tD95FEB0CD8C2141DE035440434C3769AA37151D4 * value) { ___U3CU3E9__47_0_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__47_0_4), (void*)value); } }; // System.IO.Stream/SynchronousAsyncResult struct SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6 : public RuntimeObject { public: // System.Object System.IO.Stream/SynchronousAsyncResult::_stateObject RuntimeObject * ____stateObject_0; // System.Boolean System.IO.Stream/SynchronousAsyncResult::_isWrite bool ____isWrite_1; // System.Threading.ManualResetEvent System.IO.Stream/SynchronousAsyncResult::_waitHandle ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ____waitHandle_2; // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.IO.Stream/SynchronousAsyncResult::_exceptionInfo ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ____exceptionInfo_3; // System.Boolean System.IO.Stream/SynchronousAsyncResult::_endXxxCalled bool ____endXxxCalled_4; // System.Int32 System.IO.Stream/SynchronousAsyncResult::_bytesRead int32_t ____bytesRead_5; public: inline static int32_t get_offset_of__stateObject_0() { return static_cast(offsetof(SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6, ____stateObject_0)); } inline RuntimeObject * get__stateObject_0() const { return ____stateObject_0; } inline RuntimeObject ** get_address_of__stateObject_0() { return &____stateObject_0; } inline void set__stateObject_0(RuntimeObject * value) { ____stateObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____stateObject_0), (void*)value); } inline static int32_t get_offset_of__isWrite_1() { return static_cast(offsetof(SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6, ____isWrite_1)); } inline bool get__isWrite_1() const { return ____isWrite_1; } inline bool* get_address_of__isWrite_1() { return &____isWrite_1; } inline void set__isWrite_1(bool value) { ____isWrite_1 = value; } inline static int32_t get_offset_of__waitHandle_2() { return static_cast(offsetof(SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6, ____waitHandle_2)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get__waitHandle_2() const { return ____waitHandle_2; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of__waitHandle_2() { return &____waitHandle_2; } inline void set__waitHandle_2(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ____waitHandle_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____waitHandle_2), (void*)value); } inline static int32_t get_offset_of__exceptionInfo_3() { return static_cast(offsetof(SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6, ____exceptionInfo_3)); } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * get__exceptionInfo_3() const { return ____exceptionInfo_3; } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 ** get_address_of__exceptionInfo_3() { return &____exceptionInfo_3; } inline void set__exceptionInfo_3(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * value) { ____exceptionInfo_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____exceptionInfo_3), (void*)value); } inline static int32_t get_offset_of__endXxxCalled_4() { return static_cast(offsetof(SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6, ____endXxxCalled_4)); } inline bool get__endXxxCalled_4() const { return ____endXxxCalled_4; } inline bool* get_address_of__endXxxCalled_4() { return &____endXxxCalled_4; } inline void set__endXxxCalled_4(bool value) { ____endXxxCalled_4 = value; } inline static int32_t get_offset_of__bytesRead_5() { return static_cast(offsetof(SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6, ____bytesRead_5)); } inline int32_t get__bytesRead_5() const { return ____bytesRead_5; } inline int32_t* get_address_of__bytesRead_5() { return &____bytesRead_5; } inline void set__bytesRead_5(int32_t value) { ____bytesRead_5 = value; } }; // System.Nullable`1 struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Runtime.CompilerServices.TaskAwaiter`1 struct TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.TaskAwaiter`1::m_task Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ___m_task_0; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887, ___m_task_0)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get_m_task_0() const { return ___m_task_0; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD { public: // System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; public: inline static int32_t get_offset_of_m_source_0() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD, ___m_source_0)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get_m_source_0() const { return ___m_source_0; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of_m_source_0() { return &___m_source_0; } inline void set_m_source_0(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ___m_source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value); } }; struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields { public: // System.Action`1 System.Threading.CancellationToken::s_ActionToActionObjShunt Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_ActionToActionObjShunt_1; public: inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields, ___s_ActionToActionObjShunt_1)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; } inline void set_s_ActionToActionObjShunt_1(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_ActionToActionObjShunt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_pinvoke { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // Native definition for COM marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_com { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 { public: // System.Int32 System.Decimal::flags int32_t ___flags_14; // System.Int32 System.Decimal::hi int32_t ___hi_15; // System.Int32 System.Decimal::lo int32_t ___lo_16; // System.Int32 System.Decimal::mid int32_t ___mid_17; public: inline static int32_t get_offset_of_flags_14() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___flags_14)); } inline int32_t get_flags_14() const { return ___flags_14; } inline int32_t* get_address_of_flags_14() { return &___flags_14; } inline void set_flags_14(int32_t value) { ___flags_14 = value; } inline static int32_t get_offset_of_hi_15() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___hi_15)); } inline int32_t get_hi_15() const { return ___hi_15; } inline int32_t* get_address_of_hi_15() { return &___hi_15; } inline void set_hi_15(int32_t value) { ___hi_15 = value; } inline static int32_t get_offset_of_lo_16() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___lo_16)); } inline int32_t get_lo_16() const { return ___lo_16; } inline int32_t* get_address_of_lo_16() { return &___lo_16; } inline void set_lo_16(int32_t value) { ___lo_16 = value; } inline static int32_t get_offset_of_mid_17() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___mid_17)); } inline int32_t get_mid_17() const { return ___mid_17; } inline int32_t* get_address_of_mid_17() { return &___mid_17; } inline void set_mid_17(int32_t value) { ___mid_17 = value; } }; struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Zero_7)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_Zero_7() const { return ___Zero_7; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___One_8)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_One_8() const { return ___One_8; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinusOne_9)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MaxValue_10)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinValue_11)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearPositiveZero_13 = value; } }; // System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____key_0)); } inline RuntimeObject * get__key_0() const { return ____key_0; } inline RuntimeObject ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(RuntimeObject * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; public: inline static int32_t get_offset_of__a_1() { return static_cast(offsetof(Guid_t, ____a_1)); } inline int32_t get__a_1() const { return ____a_1; } inline int32_t* get_address_of__a_1() { return &____a_1; } inline void set__a_1(int32_t value) { ____a_1 = value; } inline static int32_t get_offset_of__b_2() { return static_cast(offsetof(Guid_t, ____b_2)); } inline int16_t get__b_2() const { return ____b_2; } inline int16_t* get_address_of__b_2() { return &____b_2; } inline void set__b_2(int16_t value) { ____b_2 = value; } inline static int32_t get_offset_of__c_3() { return static_cast(offsetof(Guid_t, ____c_3)); } inline int16_t get__c_3() const { return ____c_3; } inline int16_t* get_address_of__c_3() { return &____c_3; } inline void set__c_3(int16_t value) { ____c_3 = value; } inline static int32_t get_offset_of__d_4() { return static_cast(offsetof(Guid_t, ____d_4)); } inline uint8_t get__d_4() const { return ____d_4; } inline uint8_t* get_address_of__d_4() { return &____d_4; } inline void set__d_4(uint8_t value) { ____d_4 = value; } inline static int32_t get_offset_of__e_5() { return static_cast(offsetof(Guid_t, ____e_5)); } inline uint8_t get__e_5() const { return ____e_5; } inline uint8_t* get_address_of__e_5() { return &____e_5; } inline void set__e_5(uint8_t value) { ____e_5 = value; } inline static int32_t get_offset_of__f_6() { return static_cast(offsetof(Guid_t, ____f_6)); } inline uint8_t get__f_6() const { return ____f_6; } inline uint8_t* get_address_of__f_6() { return &____f_6; } inline void set__f_6(uint8_t value) { ____f_6 = value; } inline static int32_t get_offset_of__g_7() { return static_cast(offsetof(Guid_t, ____g_7)); } inline uint8_t get__g_7() const { return ____g_7; } inline uint8_t* get_address_of__g_7() { return &____g_7; } inline void set__g_7(uint8_t value) { ____g_7 = value; } inline static int32_t get_offset_of__h_8() { return static_cast(offsetof(Guid_t, ____h_8)); } inline uint8_t get__h_8() const { return ____h_8; } inline uint8_t* get_address_of__h_8() { return &____h_8; } inline void set__h_8(uint8_t value) { ____h_8 = value; } inline static int32_t get_offset_of__i_9() { return static_cast(offsetof(Guid_t, ____i_9)); } inline uint8_t get__i_9() const { return ____i_9; } inline uint8_t* get_address_of__i_9() { return &____i_9; } inline void set__i_9(uint8_t value) { ____i_9 = value; } inline static int32_t get_offset_of__j_10() { return static_cast(offsetof(Guid_t, ____j_10)); } inline uint8_t get__j_10() const { return ____j_10; } inline uint8_t* get_address_of__j_10() { return &____j_10; } inline void set__j_10(uint8_t value) { ____j_10 = value; } inline static int32_t get_offset_of__k_11() { return static_cast(offsetof(Guid_t, ____k_11)); } inline uint8_t get__k_11() const { return ____k_11; } inline uint8_t* get_address_of__k_11() { return &____k_11; } inline void set__k_11(uint8_t value) { ____k_11 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_0; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____rng_13; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_0)); } inline Guid_t get_Empty_0() const { return ___Empty_0; } inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Guid_t value) { ___Empty_0 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value); } }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.Runtime.Remoting.Proxies.RealProxy struct RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 : public RuntimeObject { public: // System.Type System.Runtime.Remoting.Proxies.RealProxy::class_to_proxy Type_t * ___class_to_proxy_0; // System.Runtime.Remoting.Contexts.Context System.Runtime.Remoting.Proxies.RealProxy::_targetContext Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ____targetContext_1; // System.MarshalByRefObject System.Runtime.Remoting.Proxies.RealProxy::_server MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ____server_2; // System.Int32 System.Runtime.Remoting.Proxies.RealProxy::_targetDomainId int32_t ____targetDomainId_3; // System.String System.Runtime.Remoting.Proxies.RealProxy::_targetUri String_t* ____targetUri_4; // System.Runtime.Remoting.Identity System.Runtime.Remoting.Proxies.RealProxy::_objectIdentity Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ____objectIdentity_5; // System.Object System.Runtime.Remoting.Proxies.RealProxy::_objTP RuntimeObject * ____objTP_6; // System.Object System.Runtime.Remoting.Proxies.RealProxy::_stubData RuntimeObject * ____stubData_7; public: inline static int32_t get_offset_of_class_to_proxy_0() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ___class_to_proxy_0)); } inline Type_t * get_class_to_proxy_0() const { return ___class_to_proxy_0; } inline Type_t ** get_address_of_class_to_proxy_0() { return &___class_to_proxy_0; } inline void set_class_to_proxy_0(Type_t * value) { ___class_to_proxy_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___class_to_proxy_0), (void*)value); } inline static int32_t get_offset_of__targetContext_1() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____targetContext_1)); } inline Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * get__targetContext_1() const { return ____targetContext_1; } inline Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 ** get_address_of__targetContext_1() { return &____targetContext_1; } inline void set__targetContext_1(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * value) { ____targetContext_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____targetContext_1), (void*)value); } inline static int32_t get_offset_of__server_2() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____server_2)); } inline MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * get__server_2() const { return ____server_2; } inline MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 ** get_address_of__server_2() { return &____server_2; } inline void set__server_2(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * value) { ____server_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____server_2), (void*)value); } inline static int32_t get_offset_of__targetDomainId_3() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____targetDomainId_3)); } inline int32_t get__targetDomainId_3() const { return ____targetDomainId_3; } inline int32_t* get_address_of__targetDomainId_3() { return &____targetDomainId_3; } inline void set__targetDomainId_3(int32_t value) { ____targetDomainId_3 = value; } inline static int32_t get_offset_of__targetUri_4() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____targetUri_4)); } inline String_t* get__targetUri_4() const { return ____targetUri_4; } inline String_t** get_address_of__targetUri_4() { return &____targetUri_4; } inline void set__targetUri_4(String_t* value) { ____targetUri_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____targetUri_4), (void*)value); } inline static int32_t get_offset_of__objectIdentity_5() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____objectIdentity_5)); } inline Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * get__objectIdentity_5() const { return ____objectIdentity_5; } inline Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 ** get_address_of__objectIdentity_5() { return &____objectIdentity_5; } inline void set__objectIdentity_5(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * value) { ____objectIdentity_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____objectIdentity_5), (void*)value); } inline static int32_t get_offset_of__objTP_6() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____objTP_6)); } inline RuntimeObject * get__objTP_6() const { return ____objTP_6; } inline RuntimeObject ** get_address_of__objTP_6() { return &____objTP_6; } inline void set__objTP_6(RuntimeObject * value) { ____objTP_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____objTP_6), (void*)value); } inline static int32_t get_offset_of__stubData_7() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____stubData_7)); } inline RuntimeObject * get__stubData_7() const { return ____stubData_7; } inline RuntimeObject ** get_address_of__stubData_7() { return &____stubData_7; } inline void set__stubData_7(RuntimeObject * value) { ____stubData_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stubData_7), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.Remoting.Proxies.RealProxy struct RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshaled_pinvoke { Type_t * ___class_to_proxy_0; Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_pinvoke* ____targetContext_1; MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke ____server_2; int32_t ____targetDomainId_3; char* ____targetUri_4; Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ____objectIdentity_5; Il2CppIUnknown* ____objTP_6; Il2CppIUnknown* ____stubData_7; }; // Native definition for COM marshalling of System.Runtime.Remoting.Proxies.RealProxy struct RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshaled_com { Type_t * ___class_to_proxy_0; Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_com* ____targetContext_1; MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com* ____server_2; int32_t ____targetDomainId_3; Il2CppChar* ____targetUri_4; Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ____objectIdentity_5; Il2CppIUnknown* ____objTP_6; Il2CppIUnknown* ____stubData_7; }; // System.SByte struct SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; // System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E { public: // System.Type System.Runtime.Serialization.SerializationEntry::m_type Type_t * ___m_type_0; // System.Object System.Runtime.Serialization.SerializationEntry::m_value RuntimeObject * ___m_value_1; // System.String System.Runtime.Serialization.SerializationEntry::m_name String_t* ___m_name_2; public: inline static int32_t get_offset_of_m_type_0() { return static_cast(offsetof(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E, ___m_type_0)); } inline Type_t * get_m_type_0() const { return ___m_type_0; } inline Type_t ** get_address_of_m_type_0() { return &___m_type_0; } inline void set_m_type_0(Type_t * value) { ___m_type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_type_0), (void*)value); } inline static int32_t get_offset_of_m_value_1() { return static_cast(offsetof(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E, ___m_value_1)); } inline RuntimeObject * get_m_value_1() const { return ___m_value_1; } inline RuntimeObject ** get_address_of_m_value_1() { return &___m_value_1; } inline void set_m_value_1(RuntimeObject * value) { ___m_value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_value_1), (void*)value); } inline static int32_t get_offset_of_m_name_2() { return static_cast(offsetof(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E, ___m_name_2)); } inline String_t* get_m_name_2() const { return ___m_name_2; } inline String_t** get_address_of_m_name_2() { return &___m_name_2; } inline void set_m_name_2(String_t* value) { ___m_name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_2), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshaled_pinvoke { Type_t * ___m_type_0; Il2CppIUnknown* ___m_value_1; char* ___m_name_2; }; // Native definition for COM marshalling of System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshaled_com { Type_t * ___m_type_0; Il2CppIUnknown* ___m_value_1; Il2CppChar* ___m_name_2; }; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 : public Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 { public: // System.Type System.Runtime.Remoting.ServerIdentity::_objectType Type_t * ____objectType_7; // System.MarshalByRefObject System.Runtime.Remoting.ServerIdentity::_serverObject MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ____serverObject_8; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.ServerIdentity::_serverSink RuntimeObject* ____serverSink_9; // System.Runtime.Remoting.Contexts.Context System.Runtime.Remoting.ServerIdentity::_context Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ____context_10; // System.Runtime.Remoting.Lifetime.Lease System.Runtime.Remoting.ServerIdentity::_lease Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * ____lease_11; public: inline static int32_t get_offset_of__objectType_7() { return static_cast(offsetof(ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8, ____objectType_7)); } inline Type_t * get__objectType_7() const { return ____objectType_7; } inline Type_t ** get_address_of__objectType_7() { return &____objectType_7; } inline void set__objectType_7(Type_t * value) { ____objectType_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____objectType_7), (void*)value); } inline static int32_t get_offset_of__serverObject_8() { return static_cast(offsetof(ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8, ____serverObject_8)); } inline MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * get__serverObject_8() const { return ____serverObject_8; } inline MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 ** get_address_of__serverObject_8() { return &____serverObject_8; } inline void set__serverObject_8(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * value) { ____serverObject_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____serverObject_8), (void*)value); } inline static int32_t get_offset_of__serverSink_9() { return static_cast(offsetof(ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8, ____serverSink_9)); } inline RuntimeObject* get__serverSink_9() const { return ____serverSink_9; } inline RuntimeObject** get_address_of__serverSink_9() { return &____serverSink_9; } inline void set__serverSink_9(RuntimeObject* value) { ____serverSink_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____serverSink_9), (void*)value); } inline static int32_t get_offset_of__context_10() { return static_cast(offsetof(ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8, ____context_10)); } inline Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * get__context_10() const { return ____context_10; } inline Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 ** get_address_of__context_10() { return &____context_10; } inline void set__context_10(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * value) { ____context_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____context_10), (void*)value); } inline static int32_t get_offset_of__lease_11() { return static_cast(offsetof(ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8, ____lease_11)); } inline Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * get__lease_11() const { return ____lease_11; } inline Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 ** get_address_of__lease_11() { return &____lease_11; } inline void set__lease_11(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * value) { ____lease_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____lease_11), (void*)value); } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.SmallRect struct SmallRect_t0A4A1C7A4F34C84275DBF802F4DE0264A45EB43F { public: // System.Int16 System.SmallRect::Left int16_t ___Left_0; // System.Int16 System.SmallRect::Top int16_t ___Top_1; // System.Int16 System.SmallRect::Right int16_t ___Right_2; // System.Int16 System.SmallRect::Bottom int16_t ___Bottom_3; public: inline static int32_t get_offset_of_Left_0() { return static_cast(offsetof(SmallRect_t0A4A1C7A4F34C84275DBF802F4DE0264A45EB43F, ___Left_0)); } inline int16_t get_Left_0() const { return ___Left_0; } inline int16_t* get_address_of_Left_0() { return &___Left_0; } inline void set_Left_0(int16_t value) { ___Left_0 = value; } inline static int32_t get_offset_of_Top_1() { return static_cast(offsetof(SmallRect_t0A4A1C7A4F34C84275DBF802F4DE0264A45EB43F, ___Top_1)); } inline int16_t get_Top_1() const { return ___Top_1; } inline int16_t* get_address_of_Top_1() { return &___Top_1; } inline void set_Top_1(int16_t value) { ___Top_1 = value; } inline static int32_t get_offset_of_Right_2() { return static_cast(offsetof(SmallRect_t0A4A1C7A4F34C84275DBF802F4DE0264A45EB43F, ___Right_2)); } inline int16_t get_Right_2() const { return ___Right_2; } inline int16_t* get_address_of_Right_2() { return &___Right_2; } inline void set_Right_2(int16_t value) { ___Right_2 = value; } inline static int32_t get_offset_of_Bottom_3() { return static_cast(offsetof(SmallRect_t0A4A1C7A4F34C84275DBF802F4DE0264A45EB43F, ___Bottom_3)); } inline int16_t get_Bottom_3() const { return ___Bottom_3; } inline int16_t* get_address_of_Bottom_3() { return &___Bottom_3; } inline void set_Bottom_3(int16_t value) { ___Bottom_3 = value; } }; // System.Runtime.Remoting.Metadata.SoapAttribute struct SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.Runtime.Remoting.Metadata.SoapAttribute::_useAttribute bool ____useAttribute_0; // System.String System.Runtime.Remoting.Metadata.SoapAttribute::ProtXmlNamespace String_t* ___ProtXmlNamespace_1; // System.Object System.Runtime.Remoting.Metadata.SoapAttribute::ReflectInfo RuntimeObject * ___ReflectInfo_2; public: inline static int32_t get_offset_of__useAttribute_0() { return static_cast(offsetof(SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC, ____useAttribute_0)); } inline bool get__useAttribute_0() const { return ____useAttribute_0; } inline bool* get_address_of__useAttribute_0() { return &____useAttribute_0; } inline void set__useAttribute_0(bool value) { ____useAttribute_0 = value; } inline static int32_t get_offset_of_ProtXmlNamespace_1() { return static_cast(offsetof(SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC, ___ProtXmlNamespace_1)); } inline String_t* get_ProtXmlNamespace_1() const { return ___ProtXmlNamespace_1; } inline String_t** get_address_of_ProtXmlNamespace_1() { return &___ProtXmlNamespace_1; } inline void set_ProtXmlNamespace_1(String_t* value) { ___ProtXmlNamespace_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProtXmlNamespace_1), (void*)value); } inline static int32_t get_offset_of_ReflectInfo_2() { return static_cast(offsetof(SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC, ___ReflectInfo_2)); } inline RuntimeObject * get_ReflectInfo_2() const { return ___ReflectInfo_2; } inline RuntimeObject ** get_address_of_ReflectInfo_2() { return &___ReflectInfo_2; } inline void set_ReflectInfo_2(RuntimeObject * value) { ___ReflectInfo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReflectInfo_2), (void*)value); } }; // System.Threading.SpinWait struct SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 { public: // System.Int32 System.Threading.SpinWait::m_count int32_t ___m_count_0; public: inline static int32_t get_offset_of_m_count_0() { return static_cast(offsetof(SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9, ___m_count_0)); } inline int32_t get_m_count_0() const { return ___m_count_0; } inline int32_t* get_address_of_m_count_0() { return &___m_count_0; } inline void set_m_count_0(int32_t value) { ___m_count_0 = value; } }; // System.Runtime.CompilerServices.StateMachineAttribute struct StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Type System.Runtime.CompilerServices.StateMachineAttribute::k__BackingField Type_t * ___U3CStateMachineTypeU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CStateMachineTypeU3Ek__BackingField_0() { return static_cast(offsetof(StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3, ___U3CStateMachineTypeU3Ek__BackingField_0)); } inline Type_t * get_U3CStateMachineTypeU3Ek__BackingField_0() const { return ___U3CStateMachineTypeU3Ek__BackingField_0; } inline Type_t ** get_address_of_U3CStateMachineTypeU3Ek__BackingField_0() { return &___U3CStateMachineTypeU3Ek__BackingField_0; } inline void set_U3CStateMachineTypeU3Ek__BackingField_0(Type_t * value) { ___U3CStateMachineTypeU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStateMachineTypeU3Ek__BackingField_0), (void*)value); } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_2; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_3; public: inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_2)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; } inline void set__activeReadWriteTask_2(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_3)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; } inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: public: }; struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields { public: // System.Func`2 System.IO.TextReader::_ReadLineDelegate Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * ____ReadLineDelegate_1; // System.Func`2 System.IO.TextReader::_ReadDelegate Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ____ReadDelegate_2; // System.IO.TextReader System.IO.TextReader::Null TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___Null_3; public: inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadLineDelegate_1)); } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; } inline void set__ReadLineDelegate_1(Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * value) { ____ReadLineDelegate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value); } inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadDelegate_2)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get__ReadDelegate_2() const { return ____ReadDelegate_2; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; } inline void set__ReadDelegate_2(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * value) { ____ReadDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value); } inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ___Null_3)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_Null_3() const { return ___Null_3; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value); } }; // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 : public CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 { public: // System.Threading.InternalThread System.Threading.Thread::internal_thread InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * ___internal_thread_6; // System.Object System.Threading.Thread::m_ThreadStartArg RuntimeObject * ___m_ThreadStartArg_7; // System.Object System.Threading.Thread::pending_exception RuntimeObject * ___pending_exception_8; // System.Security.Principal.IPrincipal System.Threading.Thread::principal RuntimeObject* ___principal_9; // System.Int32 System.Threading.Thread::principal_version int32_t ___principal_version_10; // System.MulticastDelegate System.Threading.Thread::m_Delegate MulticastDelegate_t * ___m_Delegate_12; // System.Threading.ExecutionContext System.Threading.Thread::m_ExecutionContext ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___m_ExecutionContext_13; // System.Boolean System.Threading.Thread::m_ExecutionContextBelongsToOuterScope bool ___m_ExecutionContextBelongsToOuterScope_14; public: inline static int32_t get_offset_of_internal_thread_6() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___internal_thread_6)); } inline InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * get_internal_thread_6() const { return ___internal_thread_6; } inline InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB ** get_address_of_internal_thread_6() { return &___internal_thread_6; } inline void set_internal_thread_6(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * value) { ___internal_thread_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___internal_thread_6), (void*)value); } inline static int32_t get_offset_of_m_ThreadStartArg_7() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_ThreadStartArg_7)); } inline RuntimeObject * get_m_ThreadStartArg_7() const { return ___m_ThreadStartArg_7; } inline RuntimeObject ** get_address_of_m_ThreadStartArg_7() { return &___m_ThreadStartArg_7; } inline void set_m_ThreadStartArg_7(RuntimeObject * value) { ___m_ThreadStartArg_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ThreadStartArg_7), (void*)value); } inline static int32_t get_offset_of_pending_exception_8() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___pending_exception_8)); } inline RuntimeObject * get_pending_exception_8() const { return ___pending_exception_8; } inline RuntimeObject ** get_address_of_pending_exception_8() { return &___pending_exception_8; } inline void set_pending_exception_8(RuntimeObject * value) { ___pending_exception_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___pending_exception_8), (void*)value); } inline static int32_t get_offset_of_principal_9() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___principal_9)); } inline RuntimeObject* get_principal_9() const { return ___principal_9; } inline RuntimeObject** get_address_of_principal_9() { return &___principal_9; } inline void set_principal_9(RuntimeObject* value) { ___principal_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___principal_9), (void*)value); } inline static int32_t get_offset_of_principal_version_10() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___principal_version_10)); } inline int32_t get_principal_version_10() const { return ___principal_version_10; } inline int32_t* get_address_of_principal_version_10() { return &___principal_version_10; } inline void set_principal_version_10(int32_t value) { ___principal_version_10 = value; } inline static int32_t get_offset_of_m_Delegate_12() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_Delegate_12)); } inline MulticastDelegate_t * get_m_Delegate_12() const { return ___m_Delegate_12; } inline MulticastDelegate_t ** get_address_of_m_Delegate_12() { return &___m_Delegate_12; } inline void set_m_Delegate_12(MulticastDelegate_t * value) { ___m_Delegate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Delegate_12), (void*)value); } inline static int32_t get_offset_of_m_ExecutionContext_13() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_ExecutionContext_13)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_m_ExecutionContext_13() const { return ___m_ExecutionContext_13; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_m_ExecutionContext_13() { return &___m_ExecutionContext_13; } inline void set_m_ExecutionContext_13(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___m_ExecutionContext_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ExecutionContext_13), (void*)value); } inline static int32_t get_offset_of_m_ExecutionContextBelongsToOuterScope_14() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_ExecutionContextBelongsToOuterScope_14)); } inline bool get_m_ExecutionContextBelongsToOuterScope_14() const { return ___m_ExecutionContextBelongsToOuterScope_14; } inline bool* get_address_of_m_ExecutionContextBelongsToOuterScope_14() { return &___m_ExecutionContextBelongsToOuterScope_14; } inline void set_m_ExecutionContextBelongsToOuterScope_14(bool value) { ___m_ExecutionContextBelongsToOuterScope_14 = value; } }; struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields { public: // System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * ___s_LocalDataStoreMgr_0; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentCulture AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * ___s_asyncLocalCurrentCulture_4; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentUICulture AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * ___s_asyncLocalCurrentUICulture_5; public: inline static int32_t get_offset_of_s_LocalDataStoreMgr_0() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_LocalDataStoreMgr_0)); } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * get_s_LocalDataStoreMgr_0() const { return ___s_LocalDataStoreMgr_0; } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A ** get_address_of_s_LocalDataStoreMgr_0() { return &___s_LocalDataStoreMgr_0; } inline void set_s_LocalDataStoreMgr_0(LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * value) { ___s_LocalDataStoreMgr_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStoreMgr_0), (void*)value); } inline static int32_t get_offset_of_s_asyncLocalCurrentCulture_4() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_asyncLocalCurrentCulture_4)); } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * get_s_asyncLocalCurrentCulture_4() const { return ___s_asyncLocalCurrentCulture_4; } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 ** get_address_of_s_asyncLocalCurrentCulture_4() { return &___s_asyncLocalCurrentCulture_4; } inline void set_s_asyncLocalCurrentCulture_4(AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * value) { ___s_asyncLocalCurrentCulture_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentCulture_4), (void*)value); } inline static int32_t get_offset_of_s_asyncLocalCurrentUICulture_5() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_asyncLocalCurrentUICulture_5)); } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * get_s_asyncLocalCurrentUICulture_5() const { return ___s_asyncLocalCurrentUICulture_5; } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 ** get_address_of_s_asyncLocalCurrentUICulture_5() { return &___s_asyncLocalCurrentUICulture_5; } inline void set_s_asyncLocalCurrentUICulture_5(AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * value) { ___s_asyncLocalCurrentUICulture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentUICulture_5), (void*)value); } }; struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields { public: // System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * ___s_LocalDataStore_1; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_CurrentCulture_2; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_CurrentUICulture_3; // System.Threading.Thread System.Threading.Thread::current_thread Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___current_thread_11; public: inline static int32_t get_offset_of_s_LocalDataStore_1() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___s_LocalDataStore_1)); } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * get_s_LocalDataStore_1() const { return ___s_LocalDataStore_1; } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 ** get_address_of_s_LocalDataStore_1() { return &___s_LocalDataStore_1; } inline void set_s_LocalDataStore_1(LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * value) { ___s_LocalDataStore_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStore_1), (void*)value); } inline static int32_t get_offset_of_m_CurrentCulture_2() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___m_CurrentCulture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_CurrentCulture_2() const { return ___m_CurrentCulture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_CurrentCulture_2() { return &___m_CurrentCulture_2; } inline void set_m_CurrentCulture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_CurrentCulture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentCulture_2), (void*)value); } inline static int32_t get_offset_of_m_CurrentUICulture_3() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___m_CurrentUICulture_3)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_CurrentUICulture_3() const { return ___m_CurrentUICulture_3; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_CurrentUICulture_3() { return &___m_CurrentUICulture_3; } inline void set_m_CurrentUICulture_3(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_CurrentUICulture_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentUICulture_3), (void*)value); } inline static int32_t get_offset_of_current_thread_11() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___current_thread_11)); } inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * get_current_thread_11() const { return ___current_thread_11; } inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 ** get_address_of_current_thread_11() { return &___current_thread_11; } inline void set_current_thread_11(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * value) { ___current_thread_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_thread_11), (void*)value); } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.UIntPtr struct UIntPtr_t { public: // System.Void* System.UIntPtr::_pointer void* ____pointer_1; public: inline static int32_t get_offset_of__pointer_1() { return static_cast(offsetof(UIntPtr_t, ____pointer_1)); } inline void* get__pointer_1() const { return ____pointer_1; } inline void** get_address_of__pointer_1() { return &____pointer_1; } inline void set__pointer_1(void* value) { ____pointer_1 = value; } }; struct UIntPtr_t_StaticFields { public: // System.UIntPtr System.UIntPtr::Zero uintptr_t ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); } inline uintptr_t get_Zero_0() const { return ___Zero_0; } inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(uintptr_t value) { ___Zero_0 = value; } }; // System.Text.UTF32Encoding struct UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014 : public Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 { public: // System.Boolean System.Text.UTF32Encoding::emitUTF32ByteOrderMark bool ___emitUTF32ByteOrderMark_16; // System.Boolean System.Text.UTF32Encoding::isThrowException bool ___isThrowException_17; // System.Boolean System.Text.UTF32Encoding::bigEndian bool ___bigEndian_18; public: inline static int32_t get_offset_of_emitUTF32ByteOrderMark_16() { return static_cast(offsetof(UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014, ___emitUTF32ByteOrderMark_16)); } inline bool get_emitUTF32ByteOrderMark_16() const { return ___emitUTF32ByteOrderMark_16; } inline bool* get_address_of_emitUTF32ByteOrderMark_16() { return &___emitUTF32ByteOrderMark_16; } inline void set_emitUTF32ByteOrderMark_16(bool value) { ___emitUTF32ByteOrderMark_16 = value; } inline static int32_t get_offset_of_isThrowException_17() { return static_cast(offsetof(UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014, ___isThrowException_17)); } inline bool get_isThrowException_17() const { return ___isThrowException_17; } inline bool* get_address_of_isThrowException_17() { return &___isThrowException_17; } inline void set_isThrowException_17(bool value) { ___isThrowException_17 = value; } inline static int32_t get_offset_of_bigEndian_18() { return static_cast(offsetof(UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014, ___bigEndian_18)); } inline bool get_bigEndian_18() const { return ___bigEndian_18; } inline bool* get_address_of_bigEndian_18() { return &___bigEndian_18; } inline void set_bigEndian_18(bool value) { ___bigEndian_18 = value; } }; // System.Text.UnicodeEncoding struct UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68 : public Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 { public: // System.Boolean System.Text.UnicodeEncoding::isThrowException bool ___isThrowException_16; // System.Boolean System.Text.UnicodeEncoding::bigEndian bool ___bigEndian_17; // System.Boolean System.Text.UnicodeEncoding::byteOrderMark bool ___byteOrderMark_18; public: inline static int32_t get_offset_of_isThrowException_16() { return static_cast(offsetof(UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68, ___isThrowException_16)); } inline bool get_isThrowException_16() const { return ___isThrowException_16; } inline bool* get_address_of_isThrowException_16() { return &___isThrowException_16; } inline void set_isThrowException_16(bool value) { ___isThrowException_16 = value; } inline static int32_t get_offset_of_bigEndian_17() { return static_cast(offsetof(UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68, ___bigEndian_17)); } inline bool get_bigEndian_17() const { return ___bigEndian_17; } inline bool* get_address_of_bigEndian_17() { return &___bigEndian_17; } inline void set_bigEndian_17(bool value) { ___bigEndian_17 = value; } inline static int32_t get_offset_of_byteOrderMark_18() { return static_cast(offsetof(UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68, ___byteOrderMark_18)); } inline bool get_byteOrderMark_18() const { return ___byteOrderMark_18; } inline bool* get_address_of_byteOrderMark_18() { return &___byteOrderMark_18; } inline void set_byteOrderMark_18(bool value) { ___byteOrderMark_18 = value; } }; struct UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_StaticFields { public: // System.UInt64 System.Text.UnicodeEncoding::highLowPatternMask uint64_t ___highLowPatternMask_19; public: inline static int32_t get_offset_of_highLowPatternMask_19() { return static_cast(offsetof(UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_StaticFields, ___highLowPatternMask_19)); } inline uint64_t get_highLowPatternMask_19() const { return ___highLowPatternMask_19; } inline uint64_t* get_address_of_highLowPatternMask_19() { return &___highLowPatternMask_19; } inline void set_highLowPatternMask_19(uint64_t value) { ___highLowPatternMask_19 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // Mono.Globalization.Unicode.SimpleCollator/Escape struct Escape_t0479DB63473055AD46754E698B2114579D5D944E { public: // System.String Mono.Globalization.Unicode.SimpleCollator/Escape::Source String_t* ___Source_0; // System.Int32 Mono.Globalization.Unicode.SimpleCollator/Escape::Index int32_t ___Index_1; // System.Int32 Mono.Globalization.Unicode.SimpleCollator/Escape::Start int32_t ___Start_2; // System.Int32 Mono.Globalization.Unicode.SimpleCollator/Escape::End int32_t ___End_3; // System.Int32 Mono.Globalization.Unicode.SimpleCollator/Escape::Optional int32_t ___Optional_4; public: inline static int32_t get_offset_of_Source_0() { return static_cast(offsetof(Escape_t0479DB63473055AD46754E698B2114579D5D944E, ___Source_0)); } inline String_t* get_Source_0() const { return ___Source_0; } inline String_t** get_address_of_Source_0() { return &___Source_0; } inline void set_Source_0(String_t* value) { ___Source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Source_0), (void*)value); } inline static int32_t get_offset_of_Index_1() { return static_cast(offsetof(Escape_t0479DB63473055AD46754E698B2114579D5D944E, ___Index_1)); } inline int32_t get_Index_1() const { return ___Index_1; } inline int32_t* get_address_of_Index_1() { return &___Index_1; } inline void set_Index_1(int32_t value) { ___Index_1 = value; } inline static int32_t get_offset_of_Start_2() { return static_cast(offsetof(Escape_t0479DB63473055AD46754E698B2114579D5D944E, ___Start_2)); } inline int32_t get_Start_2() const { return ___Start_2; } inline int32_t* get_address_of_Start_2() { return &___Start_2; } inline void set_Start_2(int32_t value) { ___Start_2 = value; } inline static int32_t get_offset_of_End_3() { return static_cast(offsetof(Escape_t0479DB63473055AD46754E698B2114579D5D944E, ___End_3)); } inline int32_t get_End_3() const { return ___End_3; } inline int32_t* get_address_of_End_3() { return &___End_3; } inline void set_End_3(int32_t value) { ___End_3 = value; } inline static int32_t get_offset_of_Optional_4() { return static_cast(offsetof(Escape_t0479DB63473055AD46754E698B2114579D5D944E, ___Optional_4)); } inline int32_t get_Optional_4() const { return ___Optional_4; } inline int32_t* get_address_of_Optional_4() { return &___Optional_4; } inline void set_Optional_4(int32_t value) { ___Optional_4 = value; } }; // Native definition for P/Invoke marshalling of Mono.Globalization.Unicode.SimpleCollator/Escape struct Escape_t0479DB63473055AD46754E698B2114579D5D944E_marshaled_pinvoke { char* ___Source_0; int32_t ___Index_1; int32_t ___Start_2; int32_t ___End_3; int32_t ___Optional_4; }; // Native definition for COM marshalling of Mono.Globalization.Unicode.SimpleCollator/Escape struct Escape_t0479DB63473055AD46754E698B2114579D5D944E_marshaled_com { Il2CppChar* ___Source_0; int32_t ___Index_1; int32_t ___Start_2; int32_t ___End_3; int32_t ___Optional_4; }; // Mono.Globalization.Unicode.SimpleCollator/PreviousInfo struct PreviousInfo_tCD0C7991EC3577337B904B409E0E82224098E6A5 { public: // System.Int32 Mono.Globalization.Unicode.SimpleCollator/PreviousInfo::Code int32_t ___Code_0; // System.Byte* Mono.Globalization.Unicode.SimpleCollator/PreviousInfo::SortKey uint8_t* ___SortKey_1; public: inline static int32_t get_offset_of_Code_0() { return static_cast(offsetof(PreviousInfo_tCD0C7991EC3577337B904B409E0E82224098E6A5, ___Code_0)); } inline int32_t get_Code_0() const { return ___Code_0; } inline int32_t* get_address_of_Code_0() { return &___Code_0; } inline void set_Code_0(int32_t value) { ___Code_0 = value; } inline static int32_t get_offset_of_SortKey_1() { return static_cast(offsetof(PreviousInfo_tCD0C7991EC3577337B904B409E0E82224098E6A5, ___SortKey_1)); } inline uint8_t* get_SortKey_1() const { return ___SortKey_1; } inline uint8_t** get_address_of_SortKey_1() { return &___SortKey_1; } inline void set_SortKey_1(uint8_t* value) { ___SortKey_1 = value; } }; // System.Reflection.Assembly struct Assembly_t : public RuntimeObject { public: // System.IntPtr System.Reflection.Assembly::_mono_assembly intptr_t ____mono_assembly_0; // System.Reflection.Assembly/ResolveEventHolder System.Reflection.Assembly::resolve_event_holder ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; // System.Object System.Reflection.Assembly::_evidence RuntimeObject * ____evidence_2; // System.Object System.Reflection.Assembly::_minimum RuntimeObject * ____minimum_3; // System.Object System.Reflection.Assembly::_optional RuntimeObject * ____optional_4; // System.Object System.Reflection.Assembly::_refuse RuntimeObject * ____refuse_5; // System.Object System.Reflection.Assembly::_granted RuntimeObject * ____granted_6; // System.Object System.Reflection.Assembly::_denied RuntimeObject * ____denied_7; // System.Boolean System.Reflection.Assembly::fromByteArray bool ___fromByteArray_8; // System.String System.Reflection.Assembly::assemblyName String_t* ___assemblyName_9; public: inline static int32_t get_offset_of__mono_assembly_0() { return static_cast(offsetof(Assembly_t, ____mono_assembly_0)); } inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; } inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; } inline void set__mono_assembly_0(intptr_t value) { ____mono_assembly_0 = value; } inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast(offsetof(Assembly_t, ___resolve_event_holder_1)); } inline ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * value) { ___resolve_event_holder_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___resolve_event_holder_1), (void*)value); } inline static int32_t get_offset_of__evidence_2() { return static_cast(offsetof(Assembly_t, ____evidence_2)); } inline RuntimeObject * get__evidence_2() const { return ____evidence_2; } inline RuntimeObject ** get_address_of__evidence_2() { return &____evidence_2; } inline void set__evidence_2(RuntimeObject * value) { ____evidence_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____evidence_2), (void*)value); } inline static int32_t get_offset_of__minimum_3() { return static_cast(offsetof(Assembly_t, ____minimum_3)); } inline RuntimeObject * get__minimum_3() const { return ____minimum_3; } inline RuntimeObject ** get_address_of__minimum_3() { return &____minimum_3; } inline void set__minimum_3(RuntimeObject * value) { ____minimum_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____minimum_3), (void*)value); } inline static int32_t get_offset_of__optional_4() { return static_cast(offsetof(Assembly_t, ____optional_4)); } inline RuntimeObject * get__optional_4() const { return ____optional_4; } inline RuntimeObject ** get_address_of__optional_4() { return &____optional_4; } inline void set__optional_4(RuntimeObject * value) { ____optional_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____optional_4), (void*)value); } inline static int32_t get_offset_of__refuse_5() { return static_cast(offsetof(Assembly_t, ____refuse_5)); } inline RuntimeObject * get__refuse_5() const { return ____refuse_5; } inline RuntimeObject ** get_address_of__refuse_5() { return &____refuse_5; } inline void set__refuse_5(RuntimeObject * value) { ____refuse_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____refuse_5), (void*)value); } inline static int32_t get_offset_of__granted_6() { return static_cast(offsetof(Assembly_t, ____granted_6)); } inline RuntimeObject * get__granted_6() const { return ____granted_6; } inline RuntimeObject ** get_address_of__granted_6() { return &____granted_6; } inline void set__granted_6(RuntimeObject * value) { ____granted_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____granted_6), (void*)value); } inline static int32_t get_offset_of__denied_7() { return static_cast(offsetof(Assembly_t, ____denied_7)); } inline RuntimeObject * get__denied_7() const { return ____denied_7; } inline RuntimeObject ** get_address_of__denied_7() { return &____denied_7; } inline void set__denied_7(RuntimeObject * value) { ____denied_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____denied_7), (void*)value); } inline static int32_t get_offset_of_fromByteArray_8() { return static_cast(offsetof(Assembly_t, ___fromByteArray_8)); } inline bool get_fromByteArray_8() const { return ___fromByteArray_8; } inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; } inline void set_fromByteArray_8(bool value) { ___fromByteArray_8 = value; } inline static int32_t get_offset_of_assemblyName_9() { return static_cast(offsetof(Assembly_t, ___assemblyName_9)); } inline String_t* get_assemblyName_9() const { return ___assemblyName_9; } inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; } inline void set_assemblyName_9(String_t* value) { ___assemblyName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___assemblyName_9), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_pinvoke { intptr_t ____mono_assembly_0; ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; Il2CppIUnknown* ____evidence_2; Il2CppIUnknown* ____minimum_3; Il2CppIUnknown* ____optional_4; Il2CppIUnknown* ____refuse_5; Il2CppIUnknown* ____granted_6; Il2CppIUnknown* ____denied_7; int32_t ___fromByteArray_8; char* ___assemblyName_9; }; // Native definition for COM marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_com { intptr_t ____mono_assembly_0; ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; Il2CppIUnknown* ____evidence_2; Il2CppIUnknown* ____minimum_3; Il2CppIUnknown* ____optional_4; Il2CppIUnknown* ____refuse_5; Il2CppIUnknown* ____granted_6; Il2CppIUnknown* ____denied_7; int32_t ___fromByteArray_8; Il2CppChar* ___assemblyName_9; }; // System.Reflection.AssemblyContentType struct AssemblyContentType_t3D610214A4025EDAEA27C569340C2AC5B0B828AE { public: // System.Int32 System.Reflection.AssemblyContentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AssemblyContentType_t3D610214A4025EDAEA27C569340C2AC5B0B828AE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Configuration.Assemblies.AssemblyHashAlgorithm struct AssemblyHashAlgorithm_tAC2C042FAE3F5BCF6BEFA05671C2BE09A85D6E66 { public: // System.Int32 System.Configuration.Assemblies.AssemblyHashAlgorithm::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AssemblyHashAlgorithm_tAC2C042FAE3F5BCF6BEFA05671C2BE09A85D6E66, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.AssemblyNameFlags struct AssemblyNameFlags_t18020151897CB7FD3FA390EE3999ECCA3FEA7622 { public: // System.Int32 System.Reflection.AssemblyNameFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AssemblyNameFlags_t18020151897CB7FD3FA390EE3999ECCA3FEA7622, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Configuration.Assemblies.AssemblyVersionCompatibility struct AssemblyVersionCompatibility_t686857D4C42019A45D4309AB80A2517E3D34BEDD { public: // System.Int32 System.Configuration.Assemblies.AssemblyVersionCompatibility::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AssemblyVersionCompatibility_t686857D4C42019A45D4309AB80A2517E3D34BEDD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.CausalityRelation struct CausalityRelation_t5EFB44045C7D3054B11B2E94CCAE40BE1FFAE63E { public: // System.Int32 System.Threading.Tasks.CausalityRelation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CausalityRelation_t5EFB44045C7D3054B11B2E94CCAE40BE1FFAE63E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.CausalityTraceLevel struct CausalityTraceLevel_t01DEED18A37C591FB2E53F2ADD89E2145ED8A9CD { public: // System.Int32 System.Threading.Tasks.CausalityTraceLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CausalityTraceLevel_t01DEED18A37C591FB2E53F2ADD89E2145ED8A9CD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Globalization.CompareOptions struct CompareOptions_tD3D7F165240DC4D784A11B1E2F21DC0D6D18E725 { public: // System.Int32 System.Globalization.CompareOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompareOptions_tD3D7F165240DC4D784A11B1E2F21DC0D6D18E725, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Remoting.Contexts.Context struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 : public RuntimeObject { public: // System.Int32 System.Runtime.Remoting.Contexts.Context::domain_id int32_t ___domain_id_0; // System.Int32 System.Runtime.Remoting.Contexts.Context::context_id int32_t ___context_id_1; // System.UIntPtr System.Runtime.Remoting.Contexts.Context::static_data uintptr_t ___static_data_2; // System.UIntPtr System.Runtime.Remoting.Contexts.Context::data uintptr_t ___data_3; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::server_context_sink_chain RuntimeObject* ___server_context_sink_chain_6; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::client_context_sink_chain RuntimeObject* ___client_context_sink_chain_7; // System.Collections.Generic.List`1 System.Runtime.Remoting.Contexts.Context::context_properties List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 * ___context_properties_8; // System.LocalDataStoreHolder modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Remoting.Contexts.Context::_localDataStore LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * ____localDataStore_10; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Contexts.Context::context_dynamic_properties DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ___context_dynamic_properties_13; // System.Runtime.Remoting.Contexts.ContextCallbackObject System.Runtime.Remoting.Contexts.Context::callback_object ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B * ___callback_object_14; public: inline static int32_t get_offset_of_domain_id_0() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___domain_id_0)); } inline int32_t get_domain_id_0() const { return ___domain_id_0; } inline int32_t* get_address_of_domain_id_0() { return &___domain_id_0; } inline void set_domain_id_0(int32_t value) { ___domain_id_0 = value; } inline static int32_t get_offset_of_context_id_1() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___context_id_1)); } inline int32_t get_context_id_1() const { return ___context_id_1; } inline int32_t* get_address_of_context_id_1() { return &___context_id_1; } inline void set_context_id_1(int32_t value) { ___context_id_1 = value; } inline static int32_t get_offset_of_static_data_2() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___static_data_2)); } inline uintptr_t get_static_data_2() const { return ___static_data_2; } inline uintptr_t* get_address_of_static_data_2() { return &___static_data_2; } inline void set_static_data_2(uintptr_t value) { ___static_data_2 = value; } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___data_3)); } inline uintptr_t get_data_3() const { return ___data_3; } inline uintptr_t* get_address_of_data_3() { return &___data_3; } inline void set_data_3(uintptr_t value) { ___data_3 = value; } inline static int32_t get_offset_of_server_context_sink_chain_6() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___server_context_sink_chain_6)); } inline RuntimeObject* get_server_context_sink_chain_6() const { return ___server_context_sink_chain_6; } inline RuntimeObject** get_address_of_server_context_sink_chain_6() { return &___server_context_sink_chain_6; } inline void set_server_context_sink_chain_6(RuntimeObject* value) { ___server_context_sink_chain_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___server_context_sink_chain_6), (void*)value); } inline static int32_t get_offset_of_client_context_sink_chain_7() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___client_context_sink_chain_7)); } inline RuntimeObject* get_client_context_sink_chain_7() const { return ___client_context_sink_chain_7; } inline RuntimeObject** get_address_of_client_context_sink_chain_7() { return &___client_context_sink_chain_7; } inline void set_client_context_sink_chain_7(RuntimeObject* value) { ___client_context_sink_chain_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___client_context_sink_chain_7), (void*)value); } inline static int32_t get_offset_of_context_properties_8() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___context_properties_8)); } inline List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 * get_context_properties_8() const { return ___context_properties_8; } inline List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 ** get_address_of_context_properties_8() { return &___context_properties_8; } inline void set_context_properties_8(List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 * value) { ___context_properties_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_properties_8), (void*)value); } inline static int32_t get_offset_of__localDataStore_10() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ____localDataStore_10)); } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * get__localDataStore_10() const { return ____localDataStore_10; } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 ** get_address_of__localDataStore_10() { return &____localDataStore_10; } inline void set__localDataStore_10(LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * value) { ____localDataStore_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____localDataStore_10), (void*)value); } inline static int32_t get_offset_of_context_dynamic_properties_13() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___context_dynamic_properties_13)); } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * get_context_dynamic_properties_13() const { return ___context_dynamic_properties_13; } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B ** get_address_of_context_dynamic_properties_13() { return &___context_dynamic_properties_13; } inline void set_context_dynamic_properties_13(DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * value) { ___context_dynamic_properties_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_dynamic_properties_13), (void*)value); } inline static int32_t get_offset_of_callback_object_14() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___callback_object_14)); } inline ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B * get_callback_object_14() const { return ___callback_object_14; } inline ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B ** get_address_of_callback_object_14() { return &___callback_object_14; } inline void set_callback_object_14(ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B * value) { ___callback_object_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_object_14), (void*)value); } }; struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields { public: // System.Object[] System.Runtime.Remoting.Contexts.Context::local_slots ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___local_slots_4; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::default_server_context_sink RuntimeObject* ___default_server_context_sink_5; // System.Int32 System.Runtime.Remoting.Contexts.Context::global_count int32_t ___global_count_9; // System.LocalDataStoreMgr System.Runtime.Remoting.Contexts.Context::_localDataStoreMgr LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * ____localDataStoreMgr_11; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Contexts.Context::global_dynamic_properties DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ___global_dynamic_properties_12; public: inline static int32_t get_offset_of_local_slots_4() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields, ___local_slots_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_local_slots_4() const { return ___local_slots_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_local_slots_4() { return &___local_slots_4; } inline void set_local_slots_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___local_slots_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___local_slots_4), (void*)value); } inline static int32_t get_offset_of_default_server_context_sink_5() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields, ___default_server_context_sink_5)); } inline RuntimeObject* get_default_server_context_sink_5() const { return ___default_server_context_sink_5; } inline RuntimeObject** get_address_of_default_server_context_sink_5() { return &___default_server_context_sink_5; } inline void set_default_server_context_sink_5(RuntimeObject* value) { ___default_server_context_sink_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_server_context_sink_5), (void*)value); } inline static int32_t get_offset_of_global_count_9() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields, ___global_count_9)); } inline int32_t get_global_count_9() const { return ___global_count_9; } inline int32_t* get_address_of_global_count_9() { return &___global_count_9; } inline void set_global_count_9(int32_t value) { ___global_count_9 = value; } inline static int32_t get_offset_of__localDataStoreMgr_11() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields, ____localDataStoreMgr_11)); } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * get__localDataStoreMgr_11() const { return ____localDataStoreMgr_11; } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A ** get_address_of__localDataStoreMgr_11() { return &____localDataStoreMgr_11; } inline void set__localDataStoreMgr_11(LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * value) { ____localDataStoreMgr_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____localDataStoreMgr_11), (void*)value); } inline static int32_t get_offset_of_global_dynamic_properties_12() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields, ___global_dynamic_properties_12)); } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * get_global_dynamic_properties_12() const { return ___global_dynamic_properties_12; } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B ** get_address_of_global_dynamic_properties_12() { return &___global_dynamic_properties_12; } inline void set_global_dynamic_properties_12(DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * value) { ___global_dynamic_properties_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___global_dynamic_properties_12), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.Remoting.Contexts.Context struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_pinvoke { int32_t ___domain_id_0; int32_t ___context_id_1; uintptr_t ___static_data_2; uintptr_t ___data_3; RuntimeObject* ___server_context_sink_chain_6; RuntimeObject* ___client_context_sink_chain_7; List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 * ___context_properties_8; LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * ____localDataStore_10; DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ___context_dynamic_properties_13; ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B * ___callback_object_14; }; // Native definition for COM marshalling of System.Runtime.Remoting.Contexts.Context struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_com { int32_t ___domain_id_0; int32_t ___context_id_1; uintptr_t ___static_data_2; uintptr_t ___data_3; RuntimeObject* ___server_context_sink_chain_6; RuntimeObject* ___client_context_sink_chain_7; List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 * ___context_properties_8; LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * ____localDataStore_10; DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ___context_dynamic_properties_13; ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B * ___callback_object_14; }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.IO.FileAccess struct FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.FileMode struct FileMode_t7AB84351F909CC2A0F99B798E50C6E8610994336 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileMode_t7AB84351F909CC2A0F99B798E50C6E8610994336, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.FileOptions struct FileOptions_t83C5A0A606E5184DF8E5720503CA94E559A61330 { public: // System.Int32 System.IO.FileOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileOptions_t83C5A0A606E5184DF8E5720503CA94E559A61330, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.FileShare struct FileShare_t335C3032B91F35BECF45855A61AF9FA5BB9C07BB { public: // System.Int32 System.IO.FileShare::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileShare_t335C3032B91F35BECF45855A61AF9FA5BB9C07BB, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC : public RuntimeObject { public: // System.Collections.Hashtable/bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* ___buckets_0; // System.Int32 System.Collections.Hashtable::count int32_t ___count_1; // System.Int32 System.Collections.Hashtable::occupancy int32_t ___occupancy_2; // System.Int32 System.Collections.Hashtable::loadsize int32_t ___loadsize_3; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_4; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version int32_t ___version_5; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress bool ___isWriterInProgress_6; // System.Collections.ICollection System.Collections.Hashtable::keys RuntimeObject* ___keys_7; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_8; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___buckets_0)); } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* get_buckets_0() const { return ___buckets_0; } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } inline static int32_t get_offset_of_occupancy_2() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___occupancy_2)); } inline int32_t get_occupancy_2() const { return ___occupancy_2; } inline int32_t* get_address_of_occupancy_2() { return &___occupancy_2; } inline void set_occupancy_2(int32_t value) { ___occupancy_2 = value; } inline static int32_t get_offset_of_loadsize_3() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadsize_3)); } inline int32_t get_loadsize_3() const { return ___loadsize_3; } inline int32_t* get_address_of_loadsize_3() { return &___loadsize_3; } inline void set_loadsize_3(int32_t value) { ___loadsize_3 = value; } inline static int32_t get_offset_of_loadFactor_4() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadFactor_4)); } inline float get_loadFactor_4() const { return ___loadFactor_4; } inline float* get_address_of_loadFactor_4() { return &___loadFactor_4; } inline void set_loadFactor_4(float value) { ___loadFactor_4 = value; } inline static int32_t get_offset_of_version_5() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___version_5)); } inline int32_t get_version_5() const { return ___version_5; } inline int32_t* get_address_of_version_5() { return &___version_5; } inline void set_version_5(int32_t value) { ___version_5 = value; } inline static int32_t get_offset_of_isWriterInProgress_6() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___isWriterInProgress_6)); } inline bool get_isWriterInProgress_6() const { return ___isWriterInProgress_6; } inline bool* get_address_of_isWriterInProgress_6() { return &___isWriterInProgress_6; } inline void set_isWriterInProgress_6(bool value) { ___isWriterInProgress_6 = value; } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___keys_7)); } inline RuntimeObject* get_keys_7() const { return ___keys_7; } inline RuntimeObject** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(RuntimeObject* value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of__keycomparer_8() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____keycomparer_8)); } inline RuntimeObject* get__keycomparer_8() const { return ____keycomparer_8; } inline RuntimeObject** get_address_of__keycomparer_8() { return &____keycomparer_8; } inline void set__keycomparer_8(RuntimeObject* value) { ____keycomparer_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Runtime.Remoting.Lifetime.LeaseState struct LeaseState_tB93D422C38A317EBB25A5288A2229882FE1E8491 { public: // System.Int32 System.Runtime.Remoting.Lifetime.LeaseState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LeaseState_tB93D422C38A317EBB25A5288A2229882FE1E8491, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; // System.Globalization.NumberStyles struct NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.ParameterAttributes struct ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.ProcessorArchitecture struct ProcessorArchitecture_t80DDC787E34DBB9769E1CA90689FDB0131D60AAB { public: // System.Int32 System.Reflection.ProcessorArchitecture::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProcessorArchitecture_t80DDC787E34DBB9769E1CA90689FDB0131D60AAB, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_currentCount int32_t ___m_currentCount_0; // System.Int32 System.Threading.SemaphoreSlim::m_maxCount int32_t ___m_maxCount_1; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_waitCount int32_t ___m_waitCount_2; // System.Object System.Threading.SemaphoreSlim::m_lockObj RuntimeObject * ___m_lockObj_3; // System.Threading.ManualResetEvent modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_waitHandle ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___m_waitHandle_4; // System.Threading.SemaphoreSlim/TaskNode System.Threading.SemaphoreSlim::m_asyncHead TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * ___m_asyncHead_5; // System.Threading.SemaphoreSlim/TaskNode System.Threading.SemaphoreSlim::m_asyncTail TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * ___m_asyncTail_6; public: inline static int32_t get_offset_of_m_currentCount_0() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_currentCount_0)); } inline int32_t get_m_currentCount_0() const { return ___m_currentCount_0; } inline int32_t* get_address_of_m_currentCount_0() { return &___m_currentCount_0; } inline void set_m_currentCount_0(int32_t value) { ___m_currentCount_0 = value; } inline static int32_t get_offset_of_m_maxCount_1() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_maxCount_1)); } inline int32_t get_m_maxCount_1() const { return ___m_maxCount_1; } inline int32_t* get_address_of_m_maxCount_1() { return &___m_maxCount_1; } inline void set_m_maxCount_1(int32_t value) { ___m_maxCount_1 = value; } inline static int32_t get_offset_of_m_waitCount_2() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_waitCount_2)); } inline int32_t get_m_waitCount_2() const { return ___m_waitCount_2; } inline int32_t* get_address_of_m_waitCount_2() { return &___m_waitCount_2; } inline void set_m_waitCount_2(int32_t value) { ___m_waitCount_2 = value; } inline static int32_t get_offset_of_m_lockObj_3() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_lockObj_3)); } inline RuntimeObject * get_m_lockObj_3() const { return ___m_lockObj_3; } inline RuntimeObject ** get_address_of_m_lockObj_3() { return &___m_lockObj_3; } inline void set_m_lockObj_3(RuntimeObject * value) { ___m_lockObj_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_lockObj_3), (void*)value); } inline static int32_t get_offset_of_m_waitHandle_4() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_waitHandle_4)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get_m_waitHandle_4() const { return ___m_waitHandle_4; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of_m_waitHandle_4() { return &___m_waitHandle_4; } inline void set_m_waitHandle_4(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ___m_waitHandle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_waitHandle_4), (void*)value); } inline static int32_t get_offset_of_m_asyncHead_5() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_asyncHead_5)); } inline TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * get_m_asyncHead_5() const { return ___m_asyncHead_5; } inline TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E ** get_address_of_m_asyncHead_5() { return &___m_asyncHead_5; } inline void set_m_asyncHead_5(TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * value) { ___m_asyncHead_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_asyncHead_5), (void*)value); } inline static int32_t get_offset_of_m_asyncTail_6() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385, ___m_asyncTail_6)); } inline TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * get_m_asyncTail_6() const { return ___m_asyncTail_6; } inline TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E ** get_address_of_m_asyncTail_6() { return &___m_asyncTail_6; } inline void set_m_asyncTail_6(TaskNode_tD3014A57510D018F890E6524AC62F9417E2E6C4E * value) { ___m_asyncTail_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_asyncTail_6), (void*)value); } }; struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_StaticFields { public: // System.Threading.Tasks.Task`1 System.Threading.SemaphoreSlim::s_trueTask Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * ___s_trueTask_7; // System.Action`1 System.Threading.SemaphoreSlim::s_cancellationTokenCanceledEventHandler Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_cancellationTokenCanceledEventHandler_8; public: inline static int32_t get_offset_of_s_trueTask_7() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_StaticFields, ___s_trueTask_7)); } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * get_s_trueTask_7() const { return ___s_trueTask_7; } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 ** get_address_of_s_trueTask_7() { return &___s_trueTask_7; } inline void set_s_trueTask_7(Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * value) { ___s_trueTask_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_trueTask_7), (void*)value); } inline static int32_t get_offset_of_s_cancellationTokenCanceledEventHandler_8() { return static_cast(offsetof(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_StaticFields, ___s_cancellationTokenCanceledEventHandler_8)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_cancellationTokenCanceledEventHandler_8() const { return ___s_cancellationTokenCanceledEventHandler_8; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_cancellationTokenCanceledEventHandler_8() { return &___s_cancellationTokenCanceledEventHandler_8; } inline void set_s_cancellationTokenCanceledEventHandler_8(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_cancellationTokenCanceledEventHandler_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cancellationTokenCanceledEventHandler_8), (void*)value); } }; // System.Runtime.Remoting.SingleCallIdentity struct SingleCallIdentity_tC64604E6C3CA8AD0427C7AAEC71AEA6C9CEA0A27 : public ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 { public: public: }; // System.Runtime.Remoting.SingletonIdentity struct SingletonIdentity_t2B2A959057BDFA99565A317D2D69D29B7889B442 : public ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 { public: public: }; // System.Runtime.Remoting.Metadata.SoapFieldAttribute struct SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5 : public SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC { public: // System.String System.Runtime.Remoting.Metadata.SoapFieldAttribute::_elementName String_t* ____elementName_3; // System.Boolean System.Runtime.Remoting.Metadata.SoapFieldAttribute::_isElement bool ____isElement_4; public: inline static int32_t get_offset_of__elementName_3() { return static_cast(offsetof(SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5, ____elementName_3)); } inline String_t* get__elementName_3() const { return ____elementName_3; } inline String_t** get_address_of__elementName_3() { return &____elementName_3; } inline void set__elementName_3(String_t* value) { ____elementName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____elementName_3), (void*)value); } inline static int32_t get_offset_of__isElement_4() { return static_cast(offsetof(SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5, ____isElement_4)); } inline bool get__isElement_4() const { return ____isElement_4; } inline bool* get_address_of__isElement_4() { return &____isElement_4; } inline void set__isElement_4(bool value) { ____isElement_4 = value; } }; // System.Runtime.Remoting.Metadata.SoapMethodAttribute struct SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378 : public SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC { public: // System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::_responseElement String_t* ____responseElement_3; // System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::_responseNamespace String_t* ____responseNamespace_4; // System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::_returnElement String_t* ____returnElement_5; // System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::_soapAction String_t* ____soapAction_6; // System.Boolean System.Runtime.Remoting.Metadata.SoapMethodAttribute::_useAttribute bool ____useAttribute_7; // System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::_namespace String_t* ____namespace_8; public: inline static int32_t get_offset_of__responseElement_3() { return static_cast(offsetof(SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378, ____responseElement_3)); } inline String_t* get__responseElement_3() const { return ____responseElement_3; } inline String_t** get_address_of__responseElement_3() { return &____responseElement_3; } inline void set__responseElement_3(String_t* value) { ____responseElement_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____responseElement_3), (void*)value); } inline static int32_t get_offset_of__responseNamespace_4() { return static_cast(offsetof(SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378, ____responseNamespace_4)); } inline String_t* get__responseNamespace_4() const { return ____responseNamespace_4; } inline String_t** get_address_of__responseNamespace_4() { return &____responseNamespace_4; } inline void set__responseNamespace_4(String_t* value) { ____responseNamespace_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____responseNamespace_4), (void*)value); } inline static int32_t get_offset_of__returnElement_5() { return static_cast(offsetof(SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378, ____returnElement_5)); } inline String_t* get__returnElement_5() const { return ____returnElement_5; } inline String_t** get_address_of__returnElement_5() { return &____returnElement_5; } inline void set__returnElement_5(String_t* value) { ____returnElement_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____returnElement_5), (void*)value); } inline static int32_t get_offset_of__soapAction_6() { return static_cast(offsetof(SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378, ____soapAction_6)); } inline String_t* get__soapAction_6() const { return ____soapAction_6; } inline String_t** get_address_of__soapAction_6() { return &____soapAction_6; } inline void set__soapAction_6(String_t* value) { ____soapAction_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____soapAction_6), (void*)value); } inline static int32_t get_offset_of__useAttribute_7() { return static_cast(offsetof(SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378, ____useAttribute_7)); } inline bool get__useAttribute_7() const { return ____useAttribute_7; } inline bool* get_address_of__useAttribute_7() { return &____useAttribute_7; } inline void set__useAttribute_7(bool value) { ____useAttribute_7 = value; } inline static int32_t get_offset_of__namespace_8() { return static_cast(offsetof(SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378, ____namespace_8)); } inline String_t* get__namespace_8() const { return ____namespace_8; } inline String_t** get_address_of__namespace_8() { return &____namespace_8; } inline void set__namespace_8(String_t* value) { ____namespace_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____namespace_8), (void*)value); } }; // System.Runtime.Remoting.Metadata.SoapParameterAttribute struct SoapParameterAttribute_tCFE170A192E869148403954A6CF168AB40A9AAB3 : public SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC { public: public: }; // System.Runtime.Remoting.Metadata.SoapTypeAttribute struct SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B : public SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC { public: // System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::_useAttribute bool ____useAttribute_3; // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::_xmlElementName String_t* ____xmlElementName_4; // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::_xmlNamespace String_t* ____xmlNamespace_5; // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::_xmlTypeName String_t* ____xmlTypeName_6; // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::_xmlTypeNamespace String_t* ____xmlTypeNamespace_7; // System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::_isType bool ____isType_8; // System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::_isElement bool ____isElement_9; public: inline static int32_t get_offset_of__useAttribute_3() { return static_cast(offsetof(SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B, ____useAttribute_3)); } inline bool get__useAttribute_3() const { return ____useAttribute_3; } inline bool* get_address_of__useAttribute_3() { return &____useAttribute_3; } inline void set__useAttribute_3(bool value) { ____useAttribute_3 = value; } inline static int32_t get_offset_of__xmlElementName_4() { return static_cast(offsetof(SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B, ____xmlElementName_4)); } inline String_t* get__xmlElementName_4() const { return ____xmlElementName_4; } inline String_t** get_address_of__xmlElementName_4() { return &____xmlElementName_4; } inline void set__xmlElementName_4(String_t* value) { ____xmlElementName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlElementName_4), (void*)value); } inline static int32_t get_offset_of__xmlNamespace_5() { return static_cast(offsetof(SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B, ____xmlNamespace_5)); } inline String_t* get__xmlNamespace_5() const { return ____xmlNamespace_5; } inline String_t** get_address_of__xmlNamespace_5() { return &____xmlNamespace_5; } inline void set__xmlNamespace_5(String_t* value) { ____xmlNamespace_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlNamespace_5), (void*)value); } inline static int32_t get_offset_of__xmlTypeName_6() { return static_cast(offsetof(SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B, ____xmlTypeName_6)); } inline String_t* get__xmlTypeName_6() const { return ____xmlTypeName_6; } inline String_t** get_address_of__xmlTypeName_6() { return &____xmlTypeName_6; } inline void set__xmlTypeName_6(String_t* value) { ____xmlTypeName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlTypeName_6), (void*)value); } inline static int32_t get_offset_of__xmlTypeNamespace_7() { return static_cast(offsetof(SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B, ____xmlTypeNamespace_7)); } inline String_t* get__xmlTypeNamespace_7() const { return ____xmlTypeNamespace_7; } inline String_t** get_address_of__xmlTypeNamespace_7() { return &____xmlTypeNamespace_7; } inline void set__xmlTypeNamespace_7(String_t* value) { ____xmlTypeNamespace_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlTypeNamespace_7), (void*)value); } inline static int32_t get_offset_of__isType_8() { return static_cast(offsetof(SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B, ____isType_8)); } inline bool get__isType_8() const { return ____isType_8; } inline bool* get_address_of__isType_8() { return &____isType_8; } inline void set__isType_8(bool value) { ____isType_8 = value; } inline static int32_t get_offset_of__isElement_9() { return static_cast(offsetof(SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B, ____isElement_9)); } inline bool get__isElement_9() const { return ____isElement_9; } inline bool* get_address_of__isElement_9() { return &____isElement_9; } inline void set__isElement_9(bool value) { ____isElement_9 = value; } }; // System.Threading.SpinLock struct SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SpinLock::m_owner int32_t ___m_owner_0; public: inline static int32_t get_offset_of_m_owner_0() { return static_cast(offsetof(SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D, ___m_owner_0)); } inline int32_t get_m_owner_0() const { return ___m_owner_0; } inline int32_t* get_address_of_m_owner_0() { return &___m_owner_0; } inline void set_m_owner_0(int32_t value) { ___m_owner_0 = value; } }; struct SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D_StaticFields { public: // System.Int32 System.Threading.SpinLock::MAXIMUM_WAITERS int32_t ___MAXIMUM_WAITERS_1; public: inline static int32_t get_offset_of_MAXIMUM_WAITERS_1() { return static_cast(offsetof(SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D_StaticFields, ___MAXIMUM_WAITERS_1)); } inline int32_t get_MAXIMUM_WAITERS_1() const { return ___MAXIMUM_WAITERS_1; } inline int32_t* get_address_of_MAXIMUM_WAITERS_1() { return &___MAXIMUM_WAITERS_1; } inline void set_MAXIMUM_WAITERS_1(int32_t value) { ___MAXIMUM_WAITERS_1 = value; } }; // System.Threading.StackCrawlMark struct StackCrawlMark_t2BEE6EC5F8EA322B986CA375A594BBD34B98EBA5 { public: // System.Int32 System.Threading.StackCrawlMark::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StackCrawlMark_t2BEE6EC5F8EA322B986CA375A594BBD34B98EBA5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.StreamReader struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 : public TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F { public: // System.IO.Stream System.IO.StreamReader::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // System.Text.Encoding System.IO.StreamReader::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_6; // System.Text.Decoder System.IO.StreamReader::decoder Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * ___decoder_7; // System.Byte[] System.IO.StreamReader::byteBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byteBuffer_8; // System.Char[] System.IO.StreamReader::charBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___charBuffer_9; // System.Byte[] System.IO.StreamReader::_preamble ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____preamble_10; // System.Int32 System.IO.StreamReader::charPos int32_t ___charPos_11; // System.Int32 System.IO.StreamReader::charLen int32_t ___charLen_12; // System.Int32 System.IO.StreamReader::byteLen int32_t ___byteLen_13; // System.Int32 System.IO.StreamReader::bytePos int32_t ___bytePos_14; // System.Int32 System.IO.StreamReader::_maxCharsPerBuffer int32_t ____maxCharsPerBuffer_15; // System.Boolean System.IO.StreamReader::_detectEncoding bool ____detectEncoding_16; // System.Boolean System.IO.StreamReader::_checkPreamble bool ____checkPreamble_17; // System.Boolean System.IO.StreamReader::_isBlocked bool ____isBlocked_18; // System.Boolean System.IO.StreamReader::_closable bool ____closable_19; // System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamReader::_asyncReadTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ____asyncReadTask_20; public: inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_encoding_6() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___encoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_6() const { return ___encoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_6() { return &___encoding_6; } inline void set_encoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_6), (void*)value); } inline static int32_t get_offset_of_decoder_7() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___decoder_7)); } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * get_decoder_7() const { return ___decoder_7; } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 ** get_address_of_decoder_7() { return &___decoder_7; } inline void set_decoder_7(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * value) { ___decoder_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoder_7), (void*)value); } inline static int32_t get_offset_of_byteBuffer_8() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___byteBuffer_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_byteBuffer_8() const { return ___byteBuffer_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_byteBuffer_8() { return &___byteBuffer_8; } inline void set_byteBuffer_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___byteBuffer_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_8), (void*)value); } inline static int32_t get_offset_of_charBuffer_9() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___charBuffer_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_charBuffer_9() const { return ___charBuffer_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_charBuffer_9() { return &___charBuffer_9; } inline void set_charBuffer_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___charBuffer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_9), (void*)value); } inline static int32_t get_offset_of__preamble_10() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____preamble_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__preamble_10() const { return ____preamble_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__preamble_10() { return &____preamble_10; } inline void set__preamble_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____preamble_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____preamble_10), (void*)value); } inline static int32_t get_offset_of_charPos_11() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___charPos_11)); } inline int32_t get_charPos_11() const { return ___charPos_11; } inline int32_t* get_address_of_charPos_11() { return &___charPos_11; } inline void set_charPos_11(int32_t value) { ___charPos_11 = value; } inline static int32_t get_offset_of_charLen_12() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___charLen_12)); } inline int32_t get_charLen_12() const { return ___charLen_12; } inline int32_t* get_address_of_charLen_12() { return &___charLen_12; } inline void set_charLen_12(int32_t value) { ___charLen_12 = value; } inline static int32_t get_offset_of_byteLen_13() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___byteLen_13)); } inline int32_t get_byteLen_13() const { return ___byteLen_13; } inline int32_t* get_address_of_byteLen_13() { return &___byteLen_13; } inline void set_byteLen_13(int32_t value) { ___byteLen_13 = value; } inline static int32_t get_offset_of_bytePos_14() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___bytePos_14)); } inline int32_t get_bytePos_14() const { return ___bytePos_14; } inline int32_t* get_address_of_bytePos_14() { return &___bytePos_14; } inline void set_bytePos_14(int32_t value) { ___bytePos_14 = value; } inline static int32_t get_offset_of__maxCharsPerBuffer_15() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____maxCharsPerBuffer_15)); } inline int32_t get__maxCharsPerBuffer_15() const { return ____maxCharsPerBuffer_15; } inline int32_t* get_address_of__maxCharsPerBuffer_15() { return &____maxCharsPerBuffer_15; } inline void set__maxCharsPerBuffer_15(int32_t value) { ____maxCharsPerBuffer_15 = value; } inline static int32_t get_offset_of__detectEncoding_16() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____detectEncoding_16)); } inline bool get__detectEncoding_16() const { return ____detectEncoding_16; } inline bool* get_address_of__detectEncoding_16() { return &____detectEncoding_16; } inline void set__detectEncoding_16(bool value) { ____detectEncoding_16 = value; } inline static int32_t get_offset_of__checkPreamble_17() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____checkPreamble_17)); } inline bool get__checkPreamble_17() const { return ____checkPreamble_17; } inline bool* get_address_of__checkPreamble_17() { return &____checkPreamble_17; } inline void set__checkPreamble_17(bool value) { ____checkPreamble_17 = value; } inline static int32_t get_offset_of__isBlocked_18() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____isBlocked_18)); } inline bool get__isBlocked_18() const { return ____isBlocked_18; } inline bool* get_address_of__isBlocked_18() { return &____isBlocked_18; } inline void set__isBlocked_18(bool value) { ____isBlocked_18 = value; } inline static int32_t get_offset_of__closable_19() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____closable_19)); } inline bool get__closable_19() const { return ____closable_19; } inline bool* get_address_of__closable_19() { return &____closable_19; } inline void set__closable_19(bool value) { ____closable_19 = value; } inline static int32_t get_offset_of__asyncReadTask_20() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____asyncReadTask_20)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get__asyncReadTask_20() const { return ____asyncReadTask_20; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of__asyncReadTask_20() { return &____asyncReadTask_20; } inline void set__asyncReadTask_20(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ____asyncReadTask_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncReadTask_20), (void*)value); } }; struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_StaticFields { public: // System.IO.StreamReader System.IO.StreamReader::Null StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * ___Null_4; public: inline static int32_t get_offset_of_Null_4() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_StaticFields, ___Null_4)); } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * get_Null_4() const { return ___Null_4; } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 ** get_address_of_Null_4() { return &___Null_4; } inline void set_Null_4(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * value) { ___Null_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_4), (void*)value); } }; // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_4; // System.Object System.Threading.Tasks.Task::m_action RuntimeObject * ___m_action_5; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject * ___m_stateObject_6; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_taskScheduler_7; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_parent_8; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_9; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject * ___m_continuationObject_10; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * ___m_contingentProperties_15; public: inline static int32_t get_offset_of_m_taskId_4() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskId_4)); } inline int32_t get_m_taskId_4() const { return ___m_taskId_4; } inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; } inline void set_m_taskId_4(int32_t value) { ___m_taskId_4 = value; } inline static int32_t get_offset_of_m_action_5() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_action_5)); } inline RuntimeObject * get_m_action_5() const { return ___m_action_5; } inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; } inline void set_m_action_5(RuntimeObject * value) { ___m_action_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value); } inline static int32_t get_offset_of_m_stateObject_6() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateObject_6)); } inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; } inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; } inline void set_m_stateObject_6(RuntimeObject * value) { ___m_stateObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value); } inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskScheduler_7)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; } inline void set_m_taskScheduler_7(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_taskScheduler_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value); } inline static int32_t get_offset_of_m_parent_8() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_parent_8)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_parent_8() const { return ___m_parent_8; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_parent_8() { return &___m_parent_8; } inline void set_m_parent_8(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_parent_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value); } inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateFlags_9)); } inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; } inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; } inline void set_m_stateFlags_9(int32_t value) { ___m_stateFlags_9 = value; } inline static int32_t get_offset_of_m_continuationObject_10() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_continuationObject_10)); } inline RuntimeObject * get_m_continuationObject_10() const { return ___m_continuationObject_10; } inline RuntimeObject ** get_address_of_m_continuationObject_10() { return &___m_continuationObject_10; } inline void set_m_continuationObject_10(RuntimeObject * value) { ___m_continuationObject_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_10), (void*)value); } inline static int32_t get_offset_of_m_contingentProperties_15() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_contingentProperties_15)); } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * get_m_contingentProperties_15() const { return ___m_contingentProperties_15; } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 ** get_address_of_m_contingentProperties_15() { return &___m_contingentProperties_15; } inline void set_m_contingentProperties_15(ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * value) { ___m_contingentProperties_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_15), (void*)value); } }; struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields { public: // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_2; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * ___s_factory_3; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject * ___s_taskCompletionSentinel_11; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_12; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * ___s_currentActiveTasks_13; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject * ___s_activeTasksLock_14; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_taskCancelCallback_16; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * ___s_createContingentProperties_17; // System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___s_completedTask_18; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * ___s_IsExceptionObservedByParentPredicate_19; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___s_ecCallback_20; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___s_IsTaskContinuationNullPredicate_21; public: inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskIdCounter_2)); } inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; } inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; } inline void set_s_taskIdCounter_2(int32_t value) { ___s_taskIdCounter_2 = value; } inline static int32_t get_offset_of_s_factory_3() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_factory_3)); } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * get_s_factory_3() const { return ___s_factory_3; } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B ** get_address_of_s_factory_3() { return &___s_factory_3; } inline void set_s_factory_3(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * value) { ___s_factory_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value); } inline static int32_t get_offset_of_s_taskCompletionSentinel_11() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCompletionSentinel_11)); } inline RuntimeObject * get_s_taskCompletionSentinel_11() const { return ___s_taskCompletionSentinel_11; } inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_11() { return &___s_taskCompletionSentinel_11; } inline void set_s_taskCompletionSentinel_11(RuntimeObject * value) { ___s_taskCompletionSentinel_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_11), (void*)value); } inline static int32_t get_offset_of_s_asyncDebuggingEnabled_12() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_asyncDebuggingEnabled_12)); } inline bool get_s_asyncDebuggingEnabled_12() const { return ___s_asyncDebuggingEnabled_12; } inline bool* get_address_of_s_asyncDebuggingEnabled_12() { return &___s_asyncDebuggingEnabled_12; } inline void set_s_asyncDebuggingEnabled_12(bool value) { ___s_asyncDebuggingEnabled_12 = value; } inline static int32_t get_offset_of_s_currentActiveTasks_13() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_currentActiveTasks_13)); } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * get_s_currentActiveTasks_13() const { return ___s_currentActiveTasks_13; } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 ** get_address_of_s_currentActiveTasks_13() { return &___s_currentActiveTasks_13; } inline void set_s_currentActiveTasks_13(Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * value) { ___s_currentActiveTasks_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_13), (void*)value); } inline static int32_t get_offset_of_s_activeTasksLock_14() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_activeTasksLock_14)); } inline RuntimeObject * get_s_activeTasksLock_14() const { return ___s_activeTasksLock_14; } inline RuntimeObject ** get_address_of_s_activeTasksLock_14() { return &___s_activeTasksLock_14; } inline void set_s_activeTasksLock_14(RuntimeObject * value) { ___s_activeTasksLock_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_14), (void*)value); } inline static int32_t get_offset_of_s_taskCancelCallback_16() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCancelCallback_16)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_taskCancelCallback_16() const { return ___s_taskCancelCallback_16; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_taskCancelCallback_16() { return &___s_taskCancelCallback_16; } inline void set_s_taskCancelCallback_16(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_taskCancelCallback_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_16), (void*)value); } inline static int32_t get_offset_of_s_createContingentProperties_17() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_createContingentProperties_17)); } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * get_s_createContingentProperties_17() const { return ___s_createContingentProperties_17; } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B ** get_address_of_s_createContingentProperties_17() { return &___s_createContingentProperties_17; } inline void set_s_createContingentProperties_17(Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * value) { ___s_createContingentProperties_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_17), (void*)value); } inline static int32_t get_offset_of_s_completedTask_18() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_completedTask_18)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_s_completedTask_18() const { return ___s_completedTask_18; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_s_completedTask_18() { return &___s_completedTask_18; } inline void set_s_completedTask_18(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___s_completedTask_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_18), (void*)value); } inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_19() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsExceptionObservedByParentPredicate_19)); } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * get_s_IsExceptionObservedByParentPredicate_19() const { return ___s_IsExceptionObservedByParentPredicate_19; } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD ** get_address_of_s_IsExceptionObservedByParentPredicate_19() { return &___s_IsExceptionObservedByParentPredicate_19; } inline void set_s_IsExceptionObservedByParentPredicate_19(Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * value) { ___s_IsExceptionObservedByParentPredicate_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_19), (void*)value); } inline static int32_t get_offset_of_s_ecCallback_20() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_ecCallback_20)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_s_ecCallback_20() const { return ___s_ecCallback_20; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_s_ecCallback_20() { return &___s_ecCallback_20; } inline void set_s_ecCallback_20(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___s_ecCallback_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_20), (void*)value); } inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_21() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsTaskContinuationNullPredicate_21)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_s_IsTaskContinuationNullPredicate_21() const { return ___s_IsTaskContinuationNullPredicate_21; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_s_IsTaskContinuationNullPredicate_21() { return &___s_IsTaskContinuationNullPredicate_21; } inline void set_s_IsTaskContinuationNullPredicate_21(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___s_IsTaskContinuationNullPredicate_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_21), (void*)value); } }; struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___t_currentTask_0; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * ___t_stackGuard_1; public: inline static int32_t get_offset_of_t_currentTask_0() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_currentTask_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_t_currentTask_0() const { return ___t_currentTask_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; } inline void set_t_currentTask_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___t_currentTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value); } inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_stackGuard_1)); } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * get_t_stackGuard_1() const { return ___t_stackGuard_1; } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; } inline void set_t_stackGuard_1(StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * value) { ___t_stackGuard_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value); } }; // System.Threading.Tasks.TaskContinuationOptions struct TaskContinuationOptions_t9FC13DFA1FFAFD07FE9A19491D1DBEB48BFA8399 { public: // System.Int32 System.Threading.Tasks.TaskContinuationOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TaskContinuationOptions_t9FC13DFA1FFAFD07FE9A19491D1DBEB48BFA8399, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.TaskScheduler::m_taskSchedulerId int32_t ___m_taskSchedulerId_3; public: inline static int32_t get_offset_of_m_taskSchedulerId_3() { return static_cast(offsetof(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D, ___m_taskSchedulerId_3)); } inline int32_t get_m_taskSchedulerId_3() const { return ___m_taskSchedulerId_3; } inline int32_t* get_address_of_m_taskSchedulerId_3() { return &___m_taskSchedulerId_3; } inline void set_m_taskSchedulerId_3(int32_t value) { ___m_taskSchedulerId_3 = value; } }; struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields { public: // System.Runtime.CompilerServices.ConditionalWeakTable`2 System.Threading.Tasks.TaskScheduler::s_activeTaskSchedulers ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 * ___s_activeTaskSchedulers_0; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler::s_defaultTaskScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___s_defaultTaskScheduler_1; // System.Int32 System.Threading.Tasks.TaskScheduler::s_taskSchedulerIdCounter int32_t ___s_taskSchedulerIdCounter_2; // System.EventHandler`1 System.Threading.Tasks.TaskScheduler::_unobservedTaskException EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A * ____unobservedTaskException_4; // System.Object System.Threading.Tasks.TaskScheduler::_unobservedTaskExceptionLockObject RuntimeObject * ____unobservedTaskExceptionLockObject_5; public: inline static int32_t get_offset_of_s_activeTaskSchedulers_0() { return static_cast(offsetof(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields, ___s_activeTaskSchedulers_0)); } inline ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 * get_s_activeTaskSchedulers_0() const { return ___s_activeTaskSchedulers_0; } inline ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 ** get_address_of_s_activeTaskSchedulers_0() { return &___s_activeTaskSchedulers_0; } inline void set_s_activeTaskSchedulers_0(ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 * value) { ___s_activeTaskSchedulers_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_activeTaskSchedulers_0), (void*)value); } inline static int32_t get_offset_of_s_defaultTaskScheduler_1() { return static_cast(offsetof(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields, ___s_defaultTaskScheduler_1)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_s_defaultTaskScheduler_1() const { return ___s_defaultTaskScheduler_1; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_s_defaultTaskScheduler_1() { return &___s_defaultTaskScheduler_1; } inline void set_s_defaultTaskScheduler_1(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___s_defaultTaskScheduler_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultTaskScheduler_1), (void*)value); } inline static int32_t get_offset_of_s_taskSchedulerIdCounter_2() { return static_cast(offsetof(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields, ___s_taskSchedulerIdCounter_2)); } inline int32_t get_s_taskSchedulerIdCounter_2() const { return ___s_taskSchedulerIdCounter_2; } inline int32_t* get_address_of_s_taskSchedulerIdCounter_2() { return &___s_taskSchedulerIdCounter_2; } inline void set_s_taskSchedulerIdCounter_2(int32_t value) { ___s_taskSchedulerIdCounter_2 = value; } inline static int32_t get_offset_of__unobservedTaskException_4() { return static_cast(offsetof(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields, ____unobservedTaskException_4)); } inline EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A * get__unobservedTaskException_4() const { return ____unobservedTaskException_4; } inline EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A ** get_address_of__unobservedTaskException_4() { return &____unobservedTaskException_4; } inline void set__unobservedTaskException_4(EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A * value) { ____unobservedTaskException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____unobservedTaskException_4), (void*)value); } inline static int32_t get_offset_of__unobservedTaskExceptionLockObject_5() { return static_cast(offsetof(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields, ____unobservedTaskExceptionLockObject_5)); } inline RuntimeObject * get__unobservedTaskExceptionLockObject_5() const { return ____unobservedTaskExceptionLockObject_5; } inline RuntimeObject ** get_address_of__unobservedTaskExceptionLockObject_5() { return &____unobservedTaskExceptionLockObject_5; } inline void set__unobservedTaskExceptionLockObject_5(RuntimeObject * value) { ____unobservedTaskExceptionLockObject_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____unobservedTaskExceptionLockObject_5), (void*)value); } }; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C : public RuntimeObject { public: // System.Boolean System.Globalization.TextInfo::m_isReadOnly bool ___m_isReadOnly_0; // System.String System.Globalization.TextInfo::m_cultureName String_t* ___m_cultureName_1; // System.Globalization.CultureData System.Globalization.TextInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_2; // System.String System.Globalization.TextInfo::m_textInfoName String_t* ___m_textInfoName_3; // System.Nullable`1 System.Globalization.TextInfo::m_IsAsciiCasingSameAsInvariant Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___m_IsAsciiCasingSameAsInvariant_4; // System.String System.Globalization.TextInfo::customCultureName String_t* ___customCultureName_6; // System.Boolean System.Globalization.TextInfo::m_useUserOverride bool ___m_useUserOverride_7; // System.Int32 System.Globalization.TextInfo::m_win32LangID int32_t ___m_win32LangID_8; public: inline static int32_t get_offset_of_m_isReadOnly_0() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_isReadOnly_0)); } inline bool get_m_isReadOnly_0() const { return ___m_isReadOnly_0; } inline bool* get_address_of_m_isReadOnly_0() { return &___m_isReadOnly_0; } inline void set_m_isReadOnly_0(bool value) { ___m_isReadOnly_0 = value; } inline static int32_t get_offset_of_m_cultureName_1() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_cultureName_1)); } inline String_t* get_m_cultureName_1() const { return ___m_cultureName_1; } inline String_t** get_address_of_m_cultureName_1() { return &___m_cultureName_1; } inline void set_m_cultureName_1(String_t* value) { ___m_cultureName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureName_1), (void*)value); } inline static int32_t get_offset_of_m_cultureData_2() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_cultureData_2)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_2() const { return ___m_cultureData_2; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_2() { return &___m_cultureData_2; } inline void set_m_cultureData_2(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_2), (void*)value); } inline static int32_t get_offset_of_m_textInfoName_3() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_textInfoName_3)); } inline String_t* get_m_textInfoName_3() const { return ___m_textInfoName_3; } inline String_t** get_address_of_m_textInfoName_3() { return &___m_textInfoName_3; } inline void set_m_textInfoName_3(String_t* value) { ___m_textInfoName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_textInfoName_3), (void*)value); } inline static int32_t get_offset_of_m_IsAsciiCasingSameAsInvariant_4() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_IsAsciiCasingSameAsInvariant_4)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_m_IsAsciiCasingSameAsInvariant_4() const { return ___m_IsAsciiCasingSameAsInvariant_4; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_m_IsAsciiCasingSameAsInvariant_4() { return &___m_IsAsciiCasingSameAsInvariant_4; } inline void set_m_IsAsciiCasingSameAsInvariant_4(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___m_IsAsciiCasingSameAsInvariant_4 = value; } inline static int32_t get_offset_of_customCultureName_6() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___customCultureName_6)); } inline String_t* get_customCultureName_6() const { return ___customCultureName_6; } inline String_t** get_address_of_customCultureName_6() { return &___customCultureName_6; } inline void set_customCultureName_6(String_t* value) { ___customCultureName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___customCultureName_6), (void*)value); } inline static int32_t get_offset_of_m_useUserOverride_7() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_useUserOverride_7)); } inline bool get_m_useUserOverride_7() const { return ___m_useUserOverride_7; } inline bool* get_address_of_m_useUserOverride_7() { return &___m_useUserOverride_7; } inline void set_m_useUserOverride_7(bool value) { ___m_useUserOverride_7 = value; } inline static int32_t get_offset_of_m_win32LangID_8() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_win32LangID_8)); } inline int32_t get_m_win32LangID_8() const { return ___m_win32LangID_8; } inline int32_t* get_address_of_m_win32LangID_8() { return &___m_win32LangID_8; } inline void set_m_win32LangID_8(int32_t value) { ___m_win32LangID_8 = value; } }; struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_StaticFields { public: // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.TextInfo::s_Invariant TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___s_Invariant_5; public: inline static int32_t get_offset_of_s_Invariant_5() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_StaticFields, ___s_Invariant_5)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_s_Invariant_5() const { return ___s_Invariant_5; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_s_Invariant_5() { return &___s_Invariant_5; } inline void set_s_Invariant_5(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___s_Invariant_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Invariant_5), (void*)value); } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_3; public: inline static int32_t get_offset_of__ticks_3() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_3)); } inline int64_t get__ticks_3() const { return ____ticks_3; } inline int64_t* get_address_of__ticks_3() { return &____ticks_3; } inline void set__ticks_3(int64_t value) { ____ticks_3 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_0; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_1; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_2; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_4; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_5; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_0)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_0() const { return ___Zero_0; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_1)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_1() const { return ___MaxValue_1; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinValue_2() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_2)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_2() const { return ___MinValue_2; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_2() { return &___MinValue_2; } inline void set_MinValue_2(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_2 = value; } inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_4)); } inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; } inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; } inline void set__legacyConfigChecked_4(bool value) { ____legacyConfigChecked_4 = value; } inline static int32_t get_offset_of__legacyMode_5() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_5)); } inline bool get__legacyMode_5() const { return ____legacyMode_5; } inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; } inline void set__legacyMode_5(bool value) { ____legacyMode_5 = value; } }; // System.TypeCode struct TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C { public: // System.Int32 System.TypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Globalization.UnicodeCategory struct UnicodeCategory_t6F1DA413FEAE6D03B02A0AD747327E865AFF8A38 { public: // System.Int32 System.Globalization.UnicodeCategory::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UnicodeCategory_t6F1DA413FEAE6D03B02A0AD747327E865AFF8A38, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Mono.Globalization.Unicode.SimpleCollator/ExtenderType struct ExtenderType_tB8BCD35D87A7D8B638D94C4FAB4F5FCEF64C4A29 { public: // System.Int32 Mono.Globalization.Unicode.SimpleCollator/ExtenderType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExtenderType_tB8BCD35D87A7D8B638D94C4FAB4F5FCEF64C4A29, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Diagnostics.StackTrace/TraceFormat struct TraceFormat_t592BBEFC2EFBF66F684649AA63DA33408C71BAE9 { public: // System.Int32 System.Diagnostics.StackTrace/TraceFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TraceFormat_t592BBEFC2EFBF66F684649AA63DA33408C71BAE9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.Stream/NullStream struct NullStream_tF4575099C488CADA8BB393D6D5A0876CF280E991 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: public: }; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result int32_t ___m_result_22; public: inline static int32_t get_offset_of_m_result_22() { return static_cast(offsetof(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725, ___m_result_22)); } inline int32_t get_m_result_22() const { return ___m_result_22; } inline int32_t* get_address_of_m_result_22() { return &___m_result_22; } inline void set_m_result_22(int32_t value) { ___m_result_22 = value; } }; struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E * ___s_Factory_23; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 * ___TaskWhenAnyCast_24; public: inline static int32_t get_offset_of_s_Factory_23() { return static_cast(offsetof(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725_StaticFields, ___s_Factory_23)); } inline TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E * get_s_Factory_23() const { return ___s_Factory_23; } inline TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E ** get_address_of_s_Factory_23() { return &___s_Factory_23; } inline void set_s_Factory_23(TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E * value) { ___s_Factory_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_23), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_24() { return static_cast(offsetof(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725_StaticFields, ___TaskWhenAnyCast_24)); } inline Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 * get_TaskWhenAnyCast_24() const { return ___TaskWhenAnyCast_24; } inline Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 ** get_address_of_TaskWhenAnyCast_24() { return &___TaskWhenAnyCast_24; } inline void set_TaskWhenAnyCast_24(Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 * value) { ___TaskWhenAnyCast_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_24), (void*)value); } }; // System.Reflection.AssemblyName struct AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 : public RuntimeObject { public: // System.String System.Reflection.AssemblyName::name String_t* ___name_0; // System.String System.Reflection.AssemblyName::codebase String_t* ___codebase_1; // System.Int32 System.Reflection.AssemblyName::major int32_t ___major_2; // System.Int32 System.Reflection.AssemblyName::minor int32_t ___minor_3; // System.Int32 System.Reflection.AssemblyName::build int32_t ___build_4; // System.Int32 System.Reflection.AssemblyName::revision int32_t ___revision_5; // System.Globalization.CultureInfo System.Reflection.AssemblyName::cultureinfo CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___cultureinfo_6; // System.Reflection.AssemblyNameFlags System.Reflection.AssemblyName::flags int32_t ___flags_7; // System.Configuration.Assemblies.AssemblyHashAlgorithm System.Reflection.AssemblyName::hashalg int32_t ___hashalg_8; // System.Reflection.StrongNameKeyPair System.Reflection.AssemblyName::keypair StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF * ___keypair_9; // System.Byte[] System.Reflection.AssemblyName::publicKey ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___publicKey_10; // System.Byte[] System.Reflection.AssemblyName::keyToken ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___keyToken_11; // System.Configuration.Assemblies.AssemblyVersionCompatibility System.Reflection.AssemblyName::versioncompat int32_t ___versioncompat_12; // System.Version System.Reflection.AssemblyName::version Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___version_13; // System.Reflection.ProcessorArchitecture System.Reflection.AssemblyName::processor_architecture int32_t ___processor_architecture_14; // System.Reflection.AssemblyContentType System.Reflection.AssemblyName::contentType int32_t ___contentType_15; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_codebase_1() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___codebase_1)); } inline String_t* get_codebase_1() const { return ___codebase_1; } inline String_t** get_address_of_codebase_1() { return &___codebase_1; } inline void set_codebase_1(String_t* value) { ___codebase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___codebase_1), (void*)value); } inline static int32_t get_offset_of_major_2() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___major_2)); } inline int32_t get_major_2() const { return ___major_2; } inline int32_t* get_address_of_major_2() { return &___major_2; } inline void set_major_2(int32_t value) { ___major_2 = value; } inline static int32_t get_offset_of_minor_3() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___minor_3)); } inline int32_t get_minor_3() const { return ___minor_3; } inline int32_t* get_address_of_minor_3() { return &___minor_3; } inline void set_minor_3(int32_t value) { ___minor_3 = value; } inline static int32_t get_offset_of_build_4() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___build_4)); } inline int32_t get_build_4() const { return ___build_4; } inline int32_t* get_address_of_build_4() { return &___build_4; } inline void set_build_4(int32_t value) { ___build_4 = value; } inline static int32_t get_offset_of_revision_5() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___revision_5)); } inline int32_t get_revision_5() const { return ___revision_5; } inline int32_t* get_address_of_revision_5() { return &___revision_5; } inline void set_revision_5(int32_t value) { ___revision_5 = value; } inline static int32_t get_offset_of_cultureinfo_6() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___cultureinfo_6)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_cultureinfo_6() const { return ___cultureinfo_6; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_cultureinfo_6() { return &___cultureinfo_6; } inline void set_cultureinfo_6(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___cultureinfo_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___cultureinfo_6), (void*)value); } inline static int32_t get_offset_of_flags_7() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___flags_7)); } inline int32_t get_flags_7() const { return ___flags_7; } inline int32_t* get_address_of_flags_7() { return &___flags_7; } inline void set_flags_7(int32_t value) { ___flags_7 = value; } inline static int32_t get_offset_of_hashalg_8() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___hashalg_8)); } inline int32_t get_hashalg_8() const { return ___hashalg_8; } inline int32_t* get_address_of_hashalg_8() { return &___hashalg_8; } inline void set_hashalg_8(int32_t value) { ___hashalg_8 = value; } inline static int32_t get_offset_of_keypair_9() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___keypair_9)); } inline StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF * get_keypair_9() const { return ___keypair_9; } inline StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF ** get_address_of_keypair_9() { return &___keypair_9; } inline void set_keypair_9(StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF * value) { ___keypair_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___keypair_9), (void*)value); } inline static int32_t get_offset_of_publicKey_10() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___publicKey_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_publicKey_10() const { return ___publicKey_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_publicKey_10() { return &___publicKey_10; } inline void set_publicKey_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___publicKey_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKey_10), (void*)value); } inline static int32_t get_offset_of_keyToken_11() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___keyToken_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_keyToken_11() const { return ___keyToken_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_keyToken_11() { return &___keyToken_11; } inline void set_keyToken_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___keyToken_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyToken_11), (void*)value); } inline static int32_t get_offset_of_versioncompat_12() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___versioncompat_12)); } inline int32_t get_versioncompat_12() const { return ___versioncompat_12; } inline int32_t* get_address_of_versioncompat_12() { return &___versioncompat_12; } inline void set_versioncompat_12(int32_t value) { ___versioncompat_12 = value; } inline static int32_t get_offset_of_version_13() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___version_13)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_version_13() const { return ___version_13; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_version_13() { return &___version_13; } inline void set_version_13(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___version_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_13), (void*)value); } inline static int32_t get_offset_of_processor_architecture_14() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___processor_architecture_14)); } inline int32_t get_processor_architecture_14() const { return ___processor_architecture_14; } inline int32_t* get_address_of_processor_architecture_14() { return &___processor_architecture_14; } inline void set_processor_architecture_14(int32_t value) { ___processor_architecture_14 = value; } inline static int32_t get_offset_of_contentType_15() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___contentType_15)); } inline int32_t get_contentType_15() const { return ___contentType_15; } inline int32_t* get_address_of_contentType_15() { return &___contentType_15; } inline void set_contentType_15(int32_t value) { ___contentType_15 = value; } }; // Native definition for P/Invoke marshalling of System.Reflection.AssemblyName struct AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824_marshaled_pinvoke { char* ___name_0; char* ___codebase_1; int32_t ___major_2; int32_t ___minor_3; int32_t ___build_4; int32_t ___revision_5; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___cultureinfo_6; int32_t ___flags_7; int32_t ___hashalg_8; StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF * ___keypair_9; Il2CppSafeArray/*NONE*/* ___publicKey_10; Il2CppSafeArray/*NONE*/* ___keyToken_11; int32_t ___versioncompat_12; Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___version_13; int32_t ___processor_architecture_14; int32_t ___contentType_15; }; // Native definition for COM marshalling of System.Reflection.AssemblyName struct AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___codebase_1; int32_t ___major_2; int32_t ___minor_3; int32_t ___build_4; int32_t ___revision_5; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___cultureinfo_6; int32_t ___flags_7; int32_t ___hashalg_8; StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF * ___keypair_9; Il2CppSafeArray/*NONE*/* ___publicKey_10; Il2CppSafeArray/*NONE*/* ___keyToken_11; int32_t ___versioncompat_12; Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___version_13; int32_t ___processor_architecture_14; int32_t ___contentType_15; }; // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_6; // System.String System.IO.FileStream::name String_t* ___name_7; // Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * ___safeHandle_8; // System.Boolean System.IO.FileStream::isExposed bool ___isExposed_9; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_10; // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_11; // System.Boolean System.IO.FileStream::owner bool ___owner_12; // System.Boolean System.IO.FileStream::async bool ___async_13; // System.Boolean System.IO.FileStream::canseek bool ___canseek_14; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_15; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_16; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_17; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_18; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_19; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_20; public: inline static int32_t get_offset_of_buf_6() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_6() const { return ___buf_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_6() { return &___buf_6; } inline void set_buf_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_6), (void*)value); } inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___name_7)); } inline String_t* get_name_7() const { return ___name_7; } inline String_t** get_address_of_name_7() { return &___name_7; } inline void set_name_7(String_t* value) { ___name_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_7), (void*)value); } inline static int32_t get_offset_of_safeHandle_8() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___safeHandle_8)); } inline SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * get_safeHandle_8() const { return ___safeHandle_8; } inline SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 ** get_address_of_safeHandle_8() { return &___safeHandle_8; } inline void set_safeHandle_8(SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * value) { ___safeHandle_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_8), (void*)value); } inline static int32_t get_offset_of_isExposed_9() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___isExposed_9)); } inline bool get_isExposed_9() const { return ___isExposed_9; } inline bool* get_address_of_isExposed_9() { return &___isExposed_9; } inline void set_isExposed_9(bool value) { ___isExposed_9 = value; } inline static int32_t get_offset_of_append_startpos_10() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___append_startpos_10)); } inline int64_t get_append_startpos_10() const { return ___append_startpos_10; } inline int64_t* get_address_of_append_startpos_10() { return &___append_startpos_10; } inline void set_append_startpos_10(int64_t value) { ___append_startpos_10 = value; } inline static int32_t get_offset_of_access_11() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___access_11)); } inline int32_t get_access_11() const { return ___access_11; } inline int32_t* get_address_of_access_11() { return &___access_11; } inline void set_access_11(int32_t value) { ___access_11 = value; } inline static int32_t get_offset_of_owner_12() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___owner_12)); } inline bool get_owner_12() const { return ___owner_12; } inline bool* get_address_of_owner_12() { return &___owner_12; } inline void set_owner_12(bool value) { ___owner_12 = value; } inline static int32_t get_offset_of_async_13() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___async_13)); } inline bool get_async_13() const { return ___async_13; } inline bool* get_address_of_async_13() { return &___async_13; } inline void set_async_13(bool value) { ___async_13 = value; } inline static int32_t get_offset_of_canseek_14() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___canseek_14)); } inline bool get_canseek_14() const { return ___canseek_14; } inline bool* get_address_of_canseek_14() { return &___canseek_14; } inline void set_canseek_14(bool value) { ___canseek_14 = value; } inline static int32_t get_offset_of_anonymous_15() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___anonymous_15)); } inline bool get_anonymous_15() const { return ___anonymous_15; } inline bool* get_address_of_anonymous_15() { return &___anonymous_15; } inline void set_anonymous_15(bool value) { ___anonymous_15 = value; } inline static int32_t get_offset_of_buf_dirty_16() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_dirty_16)); } inline bool get_buf_dirty_16() const { return ___buf_dirty_16; } inline bool* get_address_of_buf_dirty_16() { return &___buf_dirty_16; } inline void set_buf_dirty_16(bool value) { ___buf_dirty_16 = value; } inline static int32_t get_offset_of_buf_size_17() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_size_17)); } inline int32_t get_buf_size_17() const { return ___buf_size_17; } inline int32_t* get_address_of_buf_size_17() { return &___buf_size_17; } inline void set_buf_size_17(int32_t value) { ___buf_size_17 = value; } inline static int32_t get_offset_of_buf_length_18() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_length_18)); } inline int32_t get_buf_length_18() const { return ___buf_length_18; } inline int32_t* get_address_of_buf_length_18() { return &___buf_length_18; } inline void set_buf_length_18(int32_t value) { ___buf_length_18 = value; } inline static int32_t get_offset_of_buf_offset_19() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_offset_19)); } inline int32_t get_buf_offset_19() const { return ___buf_offset_19; } inline int32_t* get_address_of_buf_offset_19() { return &___buf_offset_19; } inline void set_buf_offset_19(int32_t value) { ___buf_offset_19 = value; } inline static int32_t get_offset_of_buf_start_20() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_start_20)); } inline int64_t get_buf_start_20() const { return ___buf_start_20; } inline int64_t* get_address_of_buf_start_20() { return &___buf_start_20; } inline void set_buf_start_20(int64_t value) { ___buf_start_20 = value; } }; struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields { public: // System.Byte[] System.IO.FileStream::buf_recycle ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_recycle_4; // System.Object System.IO.FileStream::buf_recycle_lock RuntimeObject * ___buf_recycle_lock_5; public: inline static int32_t get_offset_of_buf_recycle_4() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields, ___buf_recycle_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_recycle_4() const { return ___buf_recycle_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_recycle_4() { return &___buf_recycle_4; } inline void set_buf_recycle_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_recycle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_4), (void*)value); } inline static int32_t get_offset_of_buf_recycle_lock_5() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields, ___buf_recycle_lock_5)); } inline RuntimeObject * get_buf_recycle_lock_5() const { return ___buf_recycle_lock_5; } inline RuntimeObject ** get_address_of_buf_recycle_lock_5() { return &___buf_recycle_lock_5; } inline void set_buf_recycle_lock_5(RuntimeObject * value) { ___buf_recycle_lock_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_5), (void*)value); } }; // System.Runtime.Remoting.Lifetime.Lease struct Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.DateTime System.Runtime.Remoting.Lifetime.Lease::_leaseExpireTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ____leaseExpireTime_1; // System.Runtime.Remoting.Lifetime.LeaseState System.Runtime.Remoting.Lifetime.Lease::_currentState int32_t ____currentState_2; // System.TimeSpan System.Runtime.Remoting.Lifetime.Lease::_initialLeaseTime TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ____initialLeaseTime_3; // System.TimeSpan System.Runtime.Remoting.Lifetime.Lease::_renewOnCallTime TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ____renewOnCallTime_4; // System.TimeSpan System.Runtime.Remoting.Lifetime.Lease::_sponsorshipTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ____sponsorshipTimeout_5; // System.Collections.ArrayList System.Runtime.Remoting.Lifetime.Lease::_sponsors ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____sponsors_6; // System.Collections.Queue System.Runtime.Remoting.Lifetime.Lease::_renewingSponsors Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * ____renewingSponsors_7; // System.Runtime.Remoting.Lifetime.Lease/RenewalDelegate System.Runtime.Remoting.Lifetime.Lease::_renewalDelegate RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7 * ____renewalDelegate_8; public: inline static int32_t get_offset_of__leaseExpireTime_1() { return static_cast(offsetof(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641, ____leaseExpireTime_1)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get__leaseExpireTime_1() const { return ____leaseExpireTime_1; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of__leaseExpireTime_1() { return &____leaseExpireTime_1; } inline void set__leaseExpireTime_1(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ____leaseExpireTime_1 = value; } inline static int32_t get_offset_of__currentState_2() { return static_cast(offsetof(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641, ____currentState_2)); } inline int32_t get__currentState_2() const { return ____currentState_2; } inline int32_t* get_address_of__currentState_2() { return &____currentState_2; } inline void set__currentState_2(int32_t value) { ____currentState_2 = value; } inline static int32_t get_offset_of__initialLeaseTime_3() { return static_cast(offsetof(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641, ____initialLeaseTime_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get__initialLeaseTime_3() const { return ____initialLeaseTime_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of__initialLeaseTime_3() { return &____initialLeaseTime_3; } inline void set__initialLeaseTime_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ____initialLeaseTime_3 = value; } inline static int32_t get_offset_of__renewOnCallTime_4() { return static_cast(offsetof(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641, ____renewOnCallTime_4)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get__renewOnCallTime_4() const { return ____renewOnCallTime_4; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of__renewOnCallTime_4() { return &____renewOnCallTime_4; } inline void set__renewOnCallTime_4(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ____renewOnCallTime_4 = value; } inline static int32_t get_offset_of__sponsorshipTimeout_5() { return static_cast(offsetof(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641, ____sponsorshipTimeout_5)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get__sponsorshipTimeout_5() const { return ____sponsorshipTimeout_5; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of__sponsorshipTimeout_5() { return &____sponsorshipTimeout_5; } inline void set__sponsorshipTimeout_5(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ____sponsorshipTimeout_5 = value; } inline static int32_t get_offset_of__sponsors_6() { return static_cast(offsetof(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641, ____sponsors_6)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__sponsors_6() const { return ____sponsors_6; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__sponsors_6() { return &____sponsors_6; } inline void set__sponsors_6(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____sponsors_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____sponsors_6), (void*)value); } inline static int32_t get_offset_of__renewingSponsors_7() { return static_cast(offsetof(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641, ____renewingSponsors_7)); } inline Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * get__renewingSponsors_7() const { return ____renewingSponsors_7; } inline Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 ** get_address_of__renewingSponsors_7() { return &____renewingSponsors_7; } inline void set__renewingSponsors_7(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * value) { ____renewingSponsors_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____renewingSponsors_7), (void*)value); } inline static int32_t get_offset_of__renewalDelegate_8() { return static_cast(offsetof(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641, ____renewalDelegate_8)); } inline RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7 * get__renewalDelegate_8() const { return ____renewalDelegate_8; } inline RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7 ** get_address_of__renewalDelegate_8() { return &____renewalDelegate_8; } inline void set__renewalDelegate_8(RenewalDelegate_t6D40741FA8DD58E79285BF41736B152418747AB7 * value) { ____renewalDelegate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____renewalDelegate_8), (void*)value); } }; // System.Threading.LockRecursionException struct LockRecursionException_tA4B541F6B8DABF4D294304DF7B70F547C8502014 : public Exception_t { public: public: }; // System.Reflection.Module struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 : public RuntimeObject { public: // System.IntPtr System.Reflection.Module::_impl intptr_t ____impl_2; // System.Reflection.Assembly System.Reflection.Module::assembly Assembly_t * ___assembly_3; // System.String System.Reflection.Module::fqname String_t* ___fqname_4; // System.String System.Reflection.Module::name String_t* ___name_5; // System.String System.Reflection.Module::scopename String_t* ___scopename_6; // System.Boolean System.Reflection.Module::is_resource bool ___is_resource_7; // System.Int32 System.Reflection.Module::token int32_t ___token_8; public: inline static int32_t get_offset_of__impl_2() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ____impl_2)); } inline intptr_t get__impl_2() const { return ____impl_2; } inline intptr_t* get_address_of__impl_2() { return &____impl_2; } inline void set__impl_2(intptr_t value) { ____impl_2 = value; } inline static int32_t get_offset_of_assembly_3() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___assembly_3)); } inline Assembly_t * get_assembly_3() const { return ___assembly_3; } inline Assembly_t ** get_address_of_assembly_3() { return &___assembly_3; } inline void set_assembly_3(Assembly_t * value) { ___assembly_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___assembly_3), (void*)value); } inline static int32_t get_offset_of_fqname_4() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___fqname_4)); } inline String_t* get_fqname_4() const { return ___fqname_4; } inline String_t** get_address_of_fqname_4() { return &___fqname_4; } inline void set_fqname_4(String_t* value) { ___fqname_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___fqname_4), (void*)value); } inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___name_5)); } inline String_t* get_name_5() const { return ___name_5; } inline String_t** get_address_of_name_5() { return &___name_5; } inline void set_name_5(String_t* value) { ___name_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_5), (void*)value); } inline static int32_t get_offset_of_scopename_6() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___scopename_6)); } inline String_t* get_scopename_6() const { return ___scopename_6; } inline String_t** get_address_of_scopename_6() { return &___scopename_6; } inline void set_scopename_6(String_t* value) { ___scopename_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___scopename_6), (void*)value); } inline static int32_t get_offset_of_is_resource_7() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___is_resource_7)); } inline bool get_is_resource_7() const { return ___is_resource_7; } inline bool* get_address_of_is_resource_7() { return &___is_resource_7; } inline void set_is_resource_7(bool value) { ___is_resource_7 = value; } inline static int32_t get_offset_of_token_8() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___token_8)); } inline int32_t get_token_8() const { return ___token_8; } inline int32_t* get_address_of_token_8() { return &___token_8; } inline void set_token_8(int32_t value) { ___token_8 = value; } }; struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_StaticFields { public: // System.Reflection.TypeFilter System.Reflection.Module::FilterTypeName TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * ___FilterTypeName_0; // System.Reflection.TypeFilter System.Reflection.Module::FilterTypeNameIgnoreCase TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * ___FilterTypeNameIgnoreCase_1; public: inline static int32_t get_offset_of_FilterTypeName_0() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_StaticFields, ___FilterTypeName_0)); } inline TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * get_FilterTypeName_0() const { return ___FilterTypeName_0; } inline TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 ** get_address_of_FilterTypeName_0() { return &___FilterTypeName_0; } inline void set_FilterTypeName_0(TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * value) { ___FilterTypeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterTypeName_0), (void*)value); } inline static int32_t get_offset_of_FilterTypeNameIgnoreCase_1() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_StaticFields, ___FilterTypeNameIgnoreCase_1)); } inline TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * get_FilterTypeNameIgnoreCase_1() const { return ___FilterTypeNameIgnoreCase_1; } inline TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 ** get_address_of_FilterTypeNameIgnoreCase_1() { return &___FilterTypeNameIgnoreCase_1; } inline void set_FilterTypeNameIgnoreCase_1(TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * value) { ___FilterTypeNameIgnoreCase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterTypeNameIgnoreCase_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.Module struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_marshaled_pinvoke { intptr_t ____impl_2; Assembly_t_marshaled_pinvoke* ___assembly_3; char* ___fqname_4; char* ___name_5; char* ___scopename_6; int32_t ___is_resource_7; int32_t ___token_8; }; // Native definition for COM marshalling of System.Reflection.Module struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_marshaled_com { intptr_t ____impl_2; Assembly_t_marshaled_com* ___assembly_3; Il2CppChar* ___fqname_4; Il2CppChar* ___name_5; Il2CppChar* ___scopename_6; int32_t ___is_resource_7; int32_t ___token_8; }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D : public RuntimeObject { public: // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___numberGroupSizes_1; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___currencyGroupSizes_2; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___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; public: inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSizes_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; } inline void set_numberGroupSizes_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___numberGroupSizes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value); } inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSizes_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; } inline void set_currencyGroupSizes_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___currencyGroupSizes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value); } inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSizes_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; } inline void set_percentGroupSizes_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___percentGroupSizes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value); } inline static int32_t get_offset_of_positiveSign_4() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveSign_4)); } inline String_t* get_positiveSign_4() const { return ___positiveSign_4; } inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; } inline void set_positiveSign_4(String_t* value) { ___positiveSign_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveSign_4), (void*)value); } inline static int32_t get_offset_of_negativeSign_5() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeSign_5)); } inline String_t* get_negativeSign_5() const { return ___negativeSign_5; } inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; } inline void set_negativeSign_5(String_t* value) { ___negativeSign_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeSign_5), (void*)value); } inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalSeparator_6)); } inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; } inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; } inline void set_numberDecimalSeparator_6(String_t* value) { ___numberDecimalSeparator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberDecimalSeparator_6), (void*)value); } inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSeparator_7)); } inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; } inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; } inline void set_numberGroupSeparator_7(String_t* value) { ___numberGroupSeparator_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSeparator_7), (void*)value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSeparator_8), (void*)value); } inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalSeparator_9)); } inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; } inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; } inline void set_currencyDecimalSeparator_9(String_t* value) { ___currencyDecimalSeparator_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyDecimalSeparator_9), (void*)value); } inline static int32_t get_offset_of_currencySymbol_10() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencySymbol_10)); } inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; } inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; } inline void set_currencySymbol_10(String_t* value) { ___currencySymbol_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencySymbol_10), (void*)value); } inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___ansiCurrencySymbol_11)); } inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; } inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; } inline void set_ansiCurrencySymbol_11(String_t* value) { ___ansiCurrencySymbol_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ansiCurrencySymbol_11), (void*)value); } inline static int32_t get_offset_of_nanSymbol_12() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nanSymbol_12)); } inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; } inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; } inline void set_nanSymbol_12(String_t* value) { ___nanSymbol_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___nanSymbol_12), (void*)value); } inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveInfinitySymbol_13)); } inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; } inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; } inline void set_positiveInfinitySymbol_13(String_t* value) { ___positiveInfinitySymbol_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveInfinitySymbol_13), (void*)value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeInfinitySymbol_14), (void*)value); } inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalSeparator_15)); } inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; } inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; } inline void set_percentDecimalSeparator_15(String_t* value) { ___percentDecimalSeparator_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentDecimalSeparator_15), (void*)value); } inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSeparator_16)); } inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; } inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; } inline void set_percentGroupSeparator_16(String_t* value) { ___percentGroupSeparator_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSeparator_16), (void*)value); } inline static int32_t get_offset_of_percentSymbol_17() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentSymbol_17)); } inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; } inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; } inline void set_percentSymbol_17(String_t* value) { ___percentSymbol_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentSymbol_17), (void*)value); } inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___perMilleSymbol_18)); } inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; } inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; } inline void set_perMilleSymbol_18(String_t* value) { ___perMilleSymbol_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___perMilleSymbol_18), (void*)value); } inline static int32_t get_offset_of_nativeDigits_19() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nativeDigits_19)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_nativeDigits_19() const { return ___nativeDigits_19; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_nativeDigits_19() { return &___nativeDigits_19; } inline void set_nativeDigits_19(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___nativeDigits_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value); } inline static int32_t get_offset_of_m_dataItem_20() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_dataItem_20)); } inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; } inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; } inline void set_m_dataItem_20(int32_t value) { ___m_dataItem_20 = value; } inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalDigits_21)); } inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; } inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; } inline void set_numberDecimalDigits_21(int32_t value) { ___numberDecimalDigits_21 = value; } inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalDigits_22)); } inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; } inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; } inline void set_currencyDecimalDigits_22(int32_t value) { ___currencyDecimalDigits_22 = value; } inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyPositivePattern_23)); } inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; } inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; } inline void set_currencyPositivePattern_23(int32_t value) { ___currencyPositivePattern_23 = value; } inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyNegativePattern_24)); } inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; } inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; } inline void set_currencyNegativePattern_24(int32_t value) { ___currencyNegativePattern_24 = value; } inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberNegativePattern_25)); } inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; } inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; } inline void set_numberNegativePattern_25(int32_t value) { ___numberNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentNegativePattern_27)); } inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; } inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; } inline void set_percentNegativePattern_27(int32_t value) { ___percentNegativePattern_27 = value; } inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalDigits_28)); } inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; } inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; } inline void set_percentDecimalDigits_28(int32_t value) { ___percentDecimalDigits_28 = value; } inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___digitSubstitution_29)); } inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; } inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; } inline void set_digitSubstitution_29(int32_t value) { ___digitSubstitution_29 = value; } inline static int32_t get_offset_of_isReadOnly_30() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___isReadOnly_30)); } inline bool get_isReadOnly_30() const { return ___isReadOnly_30; } inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; } inline void set_isReadOnly_30(bool value) { ___isReadOnly_30 = value; } inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_useUserOverride_31)); } inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; } inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; } inline void set_m_useUserOverride_31(bool value) { ___m_useUserOverride_31 = value; } inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_isInvariant_32)); } inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; } inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; } inline void set_m_isInvariant_32(bool value) { ___m_isInvariant_32 = value; } inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsNumber_33)); } inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; } inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; } inline void set_validForParseAsNumber_33(bool value) { ___validForParseAsNumber_33 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsCurrency_34)); } inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; } inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; } inline void set_validForParseAsCurrency_34(bool value) { ___validForParseAsCurrency_34 = value; } }; struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields { public: // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___invariantInfo_0; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields, ___invariantInfo_0)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_invariantInfo_0() const { return ___invariantInfo_0; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } }; // System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 : public RuntimeObject { public: // System.Type System.Reflection.ParameterInfo::ClassImpl Type_t * ___ClassImpl_0; // System.Object System.Reflection.ParameterInfo::DefaultValueImpl RuntimeObject * ___DefaultValueImpl_1; // System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl MemberInfo_t * ___MemberImpl_2; // System.String System.Reflection.ParameterInfo::NameImpl String_t* ___NameImpl_3; // System.Int32 System.Reflection.ParameterInfo::PositionImpl int32_t ___PositionImpl_4; // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl int32_t ___AttrsImpl_5; // System.Runtime.InteropServices.MarshalAsAttribute System.Reflection.ParameterInfo::marshalAs MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___ClassImpl_0)); } inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; } inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; } inline void set_ClassImpl_0(Type_t * value) { ___ClassImpl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassImpl_0), (void*)value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___DefaultValueImpl_1)); } inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; } inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; } inline void set_DefaultValueImpl_1(RuntimeObject * value) { ___DefaultValueImpl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultValueImpl_1), (void*)value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___MemberImpl_2)); } inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; } inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; } inline void set_MemberImpl_2(MemberInfo_t * value) { ___MemberImpl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MemberImpl_2), (void*)value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___NameImpl_3)); } inline String_t* get_NameImpl_3() const { return ___NameImpl_3; } inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; } inline void set_NameImpl_3(String_t* value) { ___NameImpl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameImpl_3), (void*)value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___PositionImpl_4)); } inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; } inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; } inline void set_PositionImpl_4(int32_t value) { ___PositionImpl_4 = value; } inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___AttrsImpl_5)); } inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; } inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; } inline void set_AttrsImpl_5(int32_t value) { ___AttrsImpl_5 = value; } inline static int32_t get_offset_of_marshalAs_6() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___marshalAs_6)); } inline MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * get_marshalAs_6() const { return ___marshalAs_6; } inline MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___marshalAs_6), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_pinvoke { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; char* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; }; // Native definition for COM marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_com { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; Il2CppChar* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; }; // System.Globalization.SortKey struct SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 : public RuntimeObject { public: // System.String System.Globalization.SortKey::source String_t* ___source_0; // System.Byte[] System.Globalization.SortKey::key ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key_1; // System.Globalization.CompareOptions System.Globalization.SortKey::options int32_t ___options_2; // System.Int32 System.Globalization.SortKey::lcid int32_t ___lcid_3; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52, ___source_0)); } inline String_t* get_source_0() const { return ___source_0; } inline String_t** get_address_of_source_0() { return &___source_0; } inline void set_source_0(String_t* value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_key_1() { return static_cast(offsetof(SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52, ___key_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_key_1() const { return ___key_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_key_1() { return &___key_1; } inline void set_key_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___key_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_1), (void*)value); } inline static int32_t get_offset_of_options_2() { return static_cast(offsetof(SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52, ___options_2)); } inline int32_t get_options_2() const { return ___options_2; } inline int32_t* get_address_of_options_2() { return &___options_2; } inline void set_options_2(int32_t value) { ___options_2 = value; } inline static int32_t get_offset_of_lcid_3() { return static_cast(offsetof(SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52, ___lcid_3)); } inline int32_t get_lcid_3() const { return ___lcid_3; } inline int32_t* get_address_of_lcid_3() { return &___lcid_3; } inline void set_lcid_3(int32_t value) { ___lcid_3 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.SortKey struct SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_marshaled_pinvoke { char* ___source_0; Il2CppSafeArray/*NONE*/* ___key_1; int32_t ___options_2; int32_t ___lcid_3; }; // Native definition for COM marshalling of System.Globalization.SortKey struct SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_marshaled_com { Il2CppChar* ___source_0; Il2CppSafeArray/*NONE*/* ___key_1; int32_t ___options_2; int32_t ___lcid_3; }; // Mono.Globalization.Unicode.SortKeyBuffer struct SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE : public RuntimeObject { public: // System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l1b ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___l1b_0; // System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l2b ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___l2b_1; // System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l3b ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___l3b_2; // System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l4sb ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___l4sb_3; // System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l4tb ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___l4tb_4; // System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l4kb ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___l4kb_5; // System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l4wb ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___l4wb_6; // System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l5b ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___l5b_7; // System.String Mono.Globalization.Unicode.SortKeyBuffer::source String_t* ___source_8; // System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l1 int32_t ___l1_9; // System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l2 int32_t ___l2_10; // System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l3 int32_t ___l3_11; // System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l4s int32_t ___l4s_12; // System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l4t int32_t ___l4t_13; // System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l4k int32_t ___l4k_14; // System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l4w int32_t ___l4w_15; // System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l5 int32_t ___l5_16; // System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::lcid int32_t ___lcid_17; // System.Globalization.CompareOptions Mono.Globalization.Unicode.SortKeyBuffer::options int32_t ___options_18; // System.Boolean Mono.Globalization.Unicode.SortKeyBuffer::processLevel2 bool ___processLevel2_19; // System.Boolean Mono.Globalization.Unicode.SortKeyBuffer::frenchSort bool ___frenchSort_20; // System.Boolean Mono.Globalization.Unicode.SortKeyBuffer::frenchSorted bool ___frenchSorted_21; public: inline static int32_t get_offset_of_l1b_0() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l1b_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_l1b_0() const { return ___l1b_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_l1b_0() { return &___l1b_0; } inline void set_l1b_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___l1b_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___l1b_0), (void*)value); } inline static int32_t get_offset_of_l2b_1() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l2b_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_l2b_1() const { return ___l2b_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_l2b_1() { return &___l2b_1; } inline void set_l2b_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___l2b_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___l2b_1), (void*)value); } inline static int32_t get_offset_of_l3b_2() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l3b_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_l3b_2() const { return ___l3b_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_l3b_2() { return &___l3b_2; } inline void set_l3b_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___l3b_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___l3b_2), (void*)value); } inline static int32_t get_offset_of_l4sb_3() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l4sb_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_l4sb_3() const { return ___l4sb_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_l4sb_3() { return &___l4sb_3; } inline void set_l4sb_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___l4sb_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___l4sb_3), (void*)value); } inline static int32_t get_offset_of_l4tb_4() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l4tb_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_l4tb_4() const { return ___l4tb_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_l4tb_4() { return &___l4tb_4; } inline void set_l4tb_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___l4tb_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___l4tb_4), (void*)value); } inline static int32_t get_offset_of_l4kb_5() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l4kb_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_l4kb_5() const { return ___l4kb_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_l4kb_5() { return &___l4kb_5; } inline void set_l4kb_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___l4kb_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___l4kb_5), (void*)value); } inline static int32_t get_offset_of_l4wb_6() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l4wb_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_l4wb_6() const { return ___l4wb_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_l4wb_6() { return &___l4wb_6; } inline void set_l4wb_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___l4wb_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___l4wb_6), (void*)value); } inline static int32_t get_offset_of_l5b_7() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l5b_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_l5b_7() const { return ___l5b_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_l5b_7() { return &___l5b_7; } inline void set_l5b_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___l5b_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___l5b_7), (void*)value); } inline static int32_t get_offset_of_source_8() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___source_8)); } inline String_t* get_source_8() const { return ___source_8; } inline String_t** get_address_of_source_8() { return &___source_8; } inline void set_source_8(String_t* value) { ___source_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_8), (void*)value); } inline static int32_t get_offset_of_l1_9() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l1_9)); } inline int32_t get_l1_9() const { return ___l1_9; } inline int32_t* get_address_of_l1_9() { return &___l1_9; } inline void set_l1_9(int32_t value) { ___l1_9 = value; } inline static int32_t get_offset_of_l2_10() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l2_10)); } inline int32_t get_l2_10() const { return ___l2_10; } inline int32_t* get_address_of_l2_10() { return &___l2_10; } inline void set_l2_10(int32_t value) { ___l2_10 = value; } inline static int32_t get_offset_of_l3_11() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l3_11)); } inline int32_t get_l3_11() const { return ___l3_11; } inline int32_t* get_address_of_l3_11() { return &___l3_11; } inline void set_l3_11(int32_t value) { ___l3_11 = value; } inline static int32_t get_offset_of_l4s_12() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l4s_12)); } inline int32_t get_l4s_12() const { return ___l4s_12; } inline int32_t* get_address_of_l4s_12() { return &___l4s_12; } inline void set_l4s_12(int32_t value) { ___l4s_12 = value; } inline static int32_t get_offset_of_l4t_13() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l4t_13)); } inline int32_t get_l4t_13() const { return ___l4t_13; } inline int32_t* get_address_of_l4t_13() { return &___l4t_13; } inline void set_l4t_13(int32_t value) { ___l4t_13 = value; } inline static int32_t get_offset_of_l4k_14() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l4k_14)); } inline int32_t get_l4k_14() const { return ___l4k_14; } inline int32_t* get_address_of_l4k_14() { return &___l4k_14; } inline void set_l4k_14(int32_t value) { ___l4k_14 = value; } inline static int32_t get_offset_of_l4w_15() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l4w_15)); } inline int32_t get_l4w_15() const { return ___l4w_15; } inline int32_t* get_address_of_l4w_15() { return &___l4w_15; } inline void set_l4w_15(int32_t value) { ___l4w_15 = value; } inline static int32_t get_offset_of_l5_16() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___l5_16)); } inline int32_t get_l5_16() const { return ___l5_16; } inline int32_t* get_address_of_l5_16() { return &___l5_16; } inline void set_l5_16(int32_t value) { ___l5_16 = value; } inline static int32_t get_offset_of_lcid_17() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___lcid_17)); } inline int32_t get_lcid_17() const { return ___lcid_17; } inline int32_t* get_address_of_lcid_17() { return &___lcid_17; } inline void set_lcid_17(int32_t value) { ___lcid_17 = value; } inline static int32_t get_offset_of_options_18() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___options_18)); } inline int32_t get_options_18() const { return ___options_18; } inline int32_t* get_address_of_options_18() { return &___options_18; } inline void set_options_18(int32_t value) { ___options_18 = value; } inline static int32_t get_offset_of_processLevel2_19() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___processLevel2_19)); } inline bool get_processLevel2_19() const { return ___processLevel2_19; } inline bool* get_address_of_processLevel2_19() { return &___processLevel2_19; } inline void set_processLevel2_19(bool value) { ___processLevel2_19 = value; } inline static int32_t get_offset_of_frenchSort_20() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___frenchSort_20)); } inline bool get_frenchSort_20() const { return ___frenchSort_20; } inline bool* get_address_of_frenchSort_20() { return &___frenchSort_20; } inline void set_frenchSort_20(bool value) { ___frenchSort_20 = value; } inline static int32_t get_offset_of_frenchSorted_21() { return static_cast(offsetof(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE, ___frenchSorted_21)); } inline bool get_frenchSorted_21() const { return ___frenchSorted_21; } inline bool* get_address_of_frenchSorted_21() { return &___frenchSorted_21; } inline void set_frenchSorted_21(bool value) { ___frenchSorted_21 = value; } }; // System.Threading.Tasks.StandardTaskContinuation struct StandardTaskContinuation_t740639F203FBF1B86D3F0A967FF49970C1D9FA7E : public TaskContinuation_t7DB04E82749A3EF935DB28E54C213451D635E7C0 { public: // System.Threading.Tasks.Task System.Threading.Tasks.StandardTaskContinuation::m_task Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; // System.Threading.Tasks.TaskContinuationOptions System.Threading.Tasks.StandardTaskContinuation::m_options int32_t ___m_options_1; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.StandardTaskContinuation::m_taskScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_taskScheduler_2; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(StandardTaskContinuation_t740639F203FBF1B86D3F0A967FF49970C1D9FA7E, ___m_task_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_task_0() const { return ___m_task_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_options_1() { return static_cast(offsetof(StandardTaskContinuation_t740639F203FBF1B86D3F0A967FF49970C1D9FA7E, ___m_options_1)); } inline int32_t get_m_options_1() const { return ___m_options_1; } inline int32_t* get_address_of_m_options_1() { return &___m_options_1; } inline void set_m_options_1(int32_t value) { ___m_options_1 = value; } inline static int32_t get_offset_of_m_taskScheduler_2() { return static_cast(offsetof(StandardTaskContinuation_t740639F203FBF1B86D3F0A967FF49970C1D9FA7E, ___m_taskScheduler_2)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_taskScheduler_2() const { return ___m_taskScheduler_2; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_taskScheduler_2() { return &___m_taskScheduler_2; } inline void set_m_taskScheduler_2(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_taskScheduler_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_2), (void*)value); } }; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 { public: // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext RuntimeObject * ___m_additionalContext_0; // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state int32_t ___m_state_1; public: inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_additionalContext_0)); } inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; } inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; } inline void set_m_additionalContext_0(RuntimeObject * value) { ___m_additionalContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_state_1)); } inline int32_t get_m_state_1() const { return ___m_state_1; } inline int32_t* get_address_of_m_state_1() { return &___m_state_1; } inline void set_m_state_1(int32_t value) { ___m_state_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Threading.Tasks.TaskSchedulerException struct TaskSchedulerException_t79D87FA65C9362FA90709229B2015FC06C28AE84 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // Mono.Globalization.Unicode.SimpleCollator/Context struct Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C { public: // System.Globalization.CompareOptions Mono.Globalization.Unicode.SimpleCollator/Context::Option int32_t ___Option_0; // System.Byte* Mono.Globalization.Unicode.SimpleCollator/Context::NeverMatchFlags uint8_t* ___NeverMatchFlags_1; // System.Byte* Mono.Globalization.Unicode.SimpleCollator/Context::AlwaysMatchFlags uint8_t* ___AlwaysMatchFlags_2; // System.Byte* Mono.Globalization.Unicode.SimpleCollator/Context::Buffer1 uint8_t* ___Buffer1_3; // System.Byte* Mono.Globalization.Unicode.SimpleCollator/Context::Buffer2 uint8_t* ___Buffer2_4; // System.Int32 Mono.Globalization.Unicode.SimpleCollator/Context::PrevCode int32_t ___PrevCode_5; // System.Byte* Mono.Globalization.Unicode.SimpleCollator/Context::PrevSortKey uint8_t* ___PrevSortKey_6; public: inline static int32_t get_offset_of_Option_0() { return static_cast(offsetof(Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C, ___Option_0)); } inline int32_t get_Option_0() const { return ___Option_0; } inline int32_t* get_address_of_Option_0() { return &___Option_0; } inline void set_Option_0(int32_t value) { ___Option_0 = value; } inline static int32_t get_offset_of_NeverMatchFlags_1() { return static_cast(offsetof(Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C, ___NeverMatchFlags_1)); } inline uint8_t* get_NeverMatchFlags_1() const { return ___NeverMatchFlags_1; } inline uint8_t** get_address_of_NeverMatchFlags_1() { return &___NeverMatchFlags_1; } inline void set_NeverMatchFlags_1(uint8_t* value) { ___NeverMatchFlags_1 = value; } inline static int32_t get_offset_of_AlwaysMatchFlags_2() { return static_cast(offsetof(Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C, ___AlwaysMatchFlags_2)); } inline uint8_t* get_AlwaysMatchFlags_2() const { return ___AlwaysMatchFlags_2; } inline uint8_t** get_address_of_AlwaysMatchFlags_2() { return &___AlwaysMatchFlags_2; } inline void set_AlwaysMatchFlags_2(uint8_t* value) { ___AlwaysMatchFlags_2 = value; } inline static int32_t get_offset_of_Buffer1_3() { return static_cast(offsetof(Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C, ___Buffer1_3)); } inline uint8_t* get_Buffer1_3() const { return ___Buffer1_3; } inline uint8_t** get_address_of_Buffer1_3() { return &___Buffer1_3; } inline void set_Buffer1_3(uint8_t* value) { ___Buffer1_3 = value; } inline static int32_t get_offset_of_Buffer2_4() { return static_cast(offsetof(Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C, ___Buffer2_4)); } inline uint8_t* get_Buffer2_4() const { return ___Buffer2_4; } inline uint8_t** get_address_of_Buffer2_4() { return &___Buffer2_4; } inline void set_Buffer2_4(uint8_t* value) { ___Buffer2_4 = value; } inline static int32_t get_offset_of_PrevCode_5() { return static_cast(offsetof(Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C, ___PrevCode_5)); } inline int32_t get_PrevCode_5() const { return ___PrevCode_5; } inline int32_t* get_address_of_PrevCode_5() { return &___PrevCode_5; } inline void set_PrevCode_5(int32_t value) { ___PrevCode_5 = value; } inline static int32_t get_offset_of_PrevSortKey_6() { return static_cast(offsetof(Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C, ___PrevSortKey_6)); } inline uint8_t* get_PrevSortKey_6() const { return ___PrevSortKey_6; } inline uint8_t** get_address_of_PrevSortKey_6() { return &___PrevSortKey_6; } inline void set_PrevSortKey_6(uint8_t* value) { ___PrevSortKey_6 = value; } }; // System.IO.StreamReader/NullStreamReader struct NullStreamReader_tF7744A1240136221DD6D2B343F3E8430DB1DA838 : public StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 { public: public: }; // System.Action`2 struct Action_2_tD95FEB0CD8C2141DE035440434C3769AA37151D4 : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_tD7D981D1F0F29BA17268E18E39287102393D2EFD : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value); } }; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Runtime.Remoting.RemotingException struct RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Security.SecurityException struct SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.Security.SecurityException::permissionState String_t* ___permissionState_17; public: inline static int32_t get_offset_of_permissionState_17() { return static_cast(offsetof(SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769, ___permissionState_17)); } inline String_t* get_permissionState_17() const { return ___permissionState_17; } inline String_t** get_address_of_permissionState_17() { return &___permissionState_17; } inline void set_permissionState_17(String_t* value) { ___permissionState_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___permissionState_17), (void*)value); } }; // System.Runtime.Serialization.SerializationEventHandler struct SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 : public MulticastDelegate_t { public: public: }; // System.Runtime.Serialization.SerializationException struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_StaticFields { public: // System.String System.Runtime.Serialization.SerializationException::_nullMessage String_t* ____nullMessage_17; public: inline static int32_t get_offset_of__nullMessage_17() { return static_cast(offsetof(SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_StaticFields, ____nullMessage_17)); } inline String_t* get__nullMessage_17() const { return ____nullMessage_17; } inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; } inline void set__nullMessage_17(String_t* value) { ____nullMessage_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____nullMessage_17), (void*)value); } }; // System.Runtime.Serialization.SerializationObjectManager struct SerializationObjectManager_tAFED170719CB3FFDB1C60D3686DC22652E907042 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Serialization.SerializationObjectManager::m_objectSeenTable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___m_objectSeenTable_0; // System.Runtime.Serialization.SerializationEventHandler System.Runtime.Serialization.SerializationObjectManager::m_onSerializedHandler SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * ___m_onSerializedHandler_1; // System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.SerializationObjectManager::m_context StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___m_context_2; public: inline static int32_t get_offset_of_m_objectSeenTable_0() { return static_cast(offsetof(SerializationObjectManager_tAFED170719CB3FFDB1C60D3686DC22652E907042, ___m_objectSeenTable_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_m_objectSeenTable_0() const { return ___m_objectSeenTable_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_m_objectSeenTable_0() { return &___m_objectSeenTable_0; } inline void set_m_objectSeenTable_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___m_objectSeenTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_objectSeenTable_0), (void*)value); } inline static int32_t get_offset_of_m_onSerializedHandler_1() { return static_cast(offsetof(SerializationObjectManager_tAFED170719CB3FFDB1C60D3686DC22652E907042, ___m_onSerializedHandler_1)); } inline SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * get_m_onSerializedHandler_1() const { return ___m_onSerializedHandler_1; } inline SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 ** get_address_of_m_onSerializedHandler_1() { return &___m_onSerializedHandler_1; } inline void set_m_onSerializedHandler_1(SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * value) { ___m_onSerializedHandler_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_onSerializedHandler_1), (void*)value); } inline static int32_t get_offset_of_m_context_2() { return static_cast(offsetof(SerializationObjectManager_tAFED170719CB3FFDB1C60D3686DC22652E907042, ___m_context_2)); } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 get_m_context_2() const { return ___m_context_2; } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 * get_address_of_m_context_2() { return &___m_context_2; } inline void set_m_context_2(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 value) { ___m_context_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_context_2))->___m_additionalContext_0), (void*)NULL); } }; // Mono.Xml.SmallXmlParserException struct SmallXmlParserException_t89B4B23345549519E0B9C8DC9F24A07748E3A45C : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.Int32 Mono.Xml.SmallXmlParserException::line int32_t ___line_17; // System.Int32 Mono.Xml.SmallXmlParserException::column int32_t ___column_18; public: inline static int32_t get_offset_of_line_17() { return static_cast(offsetof(SmallXmlParserException_t89B4B23345549519E0B9C8DC9F24A07748E3A45C, ___line_17)); } inline int32_t get_line_17() const { return ___line_17; } inline int32_t* get_address_of_line_17() { return &___line_17; } inline void set_line_17(int32_t value) { ___line_17 = value; } inline static int32_t get_offset_of_column_18() { return static_cast(offsetof(SmallXmlParserException_t89B4B23345549519E0B9C8DC9F24A07748E3A45C, ___column_18)); } inline int32_t get_column_18() const { return ___column_18; } inline int32_t* get_address_of_column_18() { return &___column_18; } inline void set_column_18(int32_t value) { ___column_18 = value; } }; // System.StackOverflowException struct StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.SynchronizationLockException struct SynchronizationLockException_tC8758646B797B6FAE8FBE15A47D17A2A2C597E6D : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 : public MulticastDelegate_t { public: public: }; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 : public Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 { public: // System.Boolean System.IO.Stream/ReadWriteTask::_isRead bool ____isRead_25; // System.IO.Stream System.IO.Stream/ReadWriteTask::_stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____stream_26; // System.Byte[] System.IO.Stream/ReadWriteTask::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_27; // System.Int32 System.IO.Stream/ReadWriteTask::_offset int32_t ____offset_28; // System.Int32 System.IO.Stream/ReadWriteTask::_count int32_t ____count_29; // System.AsyncCallback System.IO.Stream/ReadWriteTask::_callback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ____callback_30; // System.Threading.ExecutionContext System.IO.Stream/ReadWriteTask::_context ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ____context_31; public: inline static int32_t get_offset_of__isRead_25() { return static_cast(offsetof(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974, ____isRead_25)); } inline bool get__isRead_25() const { return ____isRead_25; } inline bool* get_address_of__isRead_25() { return &____isRead_25; } inline void set__isRead_25(bool value) { ____isRead_25 = value; } inline static int32_t get_offset_of__stream_26() { return static_cast(offsetof(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974, ____stream_26)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__stream_26() const { return ____stream_26; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__stream_26() { return &____stream_26; } inline void set__stream_26(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____stream_26 = value; Il2CppCodeGenWriteBarrier((void**)(&____stream_26), (void*)value); } inline static int32_t get_offset_of__buffer_27() { return static_cast(offsetof(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974, ____buffer_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_27() const { return ____buffer_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_27() { return &____buffer_27; } inline void set__buffer_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_27 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_27), (void*)value); } inline static int32_t get_offset_of__offset_28() { return static_cast(offsetof(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974, ____offset_28)); } inline int32_t get__offset_28() const { return ____offset_28; } inline int32_t* get_address_of__offset_28() { return &____offset_28; } inline void set__offset_28(int32_t value) { ____offset_28 = value; } inline static int32_t get_offset_of__count_29() { return static_cast(offsetof(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974, ____count_29)); } inline int32_t get__count_29() const { return ____count_29; } inline int32_t* get_address_of__count_29() { return &____count_29; } inline void set__count_29(int32_t value) { ____count_29 = value; } inline static int32_t get_offset_of__callback_30() { return static_cast(offsetof(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974, ____callback_30)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get__callback_30() const { return ____callback_30; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of__callback_30() { return &____callback_30; } inline void set__callback_30(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ____callback_30 = value; Il2CppCodeGenWriteBarrier((void**)(&____callback_30), (void*)value); } inline static int32_t get_offset_of__context_31() { return static_cast(offsetof(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974, ____context_31)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get__context_31() const { return ____context_31; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of__context_31() { return &____context_31; } inline void set__context_31(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ____context_31 = value; Il2CppCodeGenWriteBarrier((void**)(&____context_31), (void*)value); } }; struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974_StaticFields { public: // System.Threading.ContextCallback System.IO.Stream/ReadWriteTask::s_invokeAsyncCallback ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___s_invokeAsyncCallback_32; public: inline static int32_t get_offset_of_s_invokeAsyncCallback_32() { return static_cast(offsetof(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974_StaticFields, ___s_invokeAsyncCallback_32)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_s_invokeAsyncCallback_32() const { return ___s_invokeAsyncCallback_32; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_s_invokeAsyncCallback_32() { return &___s_invokeAsyncCallback_32; } inline void set_s_invokeAsyncCallback_32(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___s_invokeAsyncCallback_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_invokeAsyncCallback_32), (void*)value); } }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // Mono.Globalization.Unicode.Contraction[] struct ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B : public RuntimeArray { public: ALIGN_FIELD (8) Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * m_Items[1]; public: inline Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** 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, Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // Mono.Globalization.Unicode.Level2Map[] struct Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF : public RuntimeArray { public: ALIGN_FIELD (8) Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C * m_Items[1]; public: inline Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C ** 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, Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E : public RuntimeArray { public: ALIGN_FIELD (8) FieldInfo_t * m_Items[1]; public: inline FieldInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FieldInfo_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, FieldInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline FieldInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FieldInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Collections.KeyValuePairs[] struct KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB : public RuntimeArray { public: ALIGN_FIELD (8) KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B * m_Items[1]; public: inline KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B ** 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, KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B : public RuntimeArray { public: ALIGN_FIELD (8) ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * m_Items[1]; public: inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 ** 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, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Diagnostics.StackFrame[] struct StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1 : public RuntimeArray { public: ALIGN_FIELD (8) StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * m_Items[1]; public: inline StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F ** 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, StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971 : public RuntimeArray { public: ALIGN_FIELD (8) StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * m_Items[1]; public: inline StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 ** 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, StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E : public RuntimeArray { public: ALIGN_FIELD (8) MethodInfo_t * m_Items[1]; public: inline MethodInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MethodInfo_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, MethodInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MethodInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MethodInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MethodInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Void System.Array::Reverse(T[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m1C1BB9C35199AA9F40C6A4D2B30B818F731D4784_gshared (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // T[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* List_1_ToArray_mA737986DE6389E9DD8FA8E3D4E222DE4DA34958D_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m2A4FE889FB540EA198F7757D17DC2290461E5EE9_gshared (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // T System.Threading.LazyInitializer::EnsureInitialized(T&,System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LazyInitializer_EnsureInitialized_TisRuntimeObject_m295572D278D9B41F229DFDF6B9ED0052DDAE0990_gshared (RuntimeObject ** ___target0, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___valueFactory1, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92_gshared (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Runtime.CompilerServices.TaskAwaiter`1 System.Threading.Tasks.Task`1::GetAwaiter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 Task_1_GetAwaiter_mCE77762B5BC443E380BAE24E7B55955C3D9996A3_gshared (Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * __this, const RuntimeMethod* method); // TResult System.Runtime.CompilerServices.TaskAwaiter`1::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TaskAwaiter_1_GetResult_m765E3C665961F15E3EEC2471D5837A730DCA3846_gshared (TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 * __this, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_gshared (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Tuple`2 System.Tuple::Create(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Tuple_2_t6E1BB48DA437DE519C0560A93AF96D1E1F3E3EA1 * Tuple_Create_TisRuntimeObject_TisRuntimeObject_mF386334EA2E5B5781A35A5D57F090EF2A1C6BAD0_gshared (RuntimeObject * ___item10, RuntimeObject * ___item21, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.Environment::GetResourceString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617 (String_t* ___key0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationEntry::.ctor(System.String,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEntry__ctor_mEB65E58DBA8F9BA3CC9E9D701F02CE67A1A8E68D (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, String_t* ___entryName0, RuntimeObject * ___entryValue1, Type_t * ___entryType2, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationEvents System.Runtime.Serialization.SerializationEventsCache::GetSerializationEventsForType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * SerializationEventsCache_GetSerializationEventsForType_m30C850151B947349C476FFC773EED0D28A3696E4 (Type_t * ___t0, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationEvents::get_HasOnSerializingEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationEvents_get_HasOnSerializingEvents_m2E78CCE16651EDBD792FF5177C8EE95DBA42C012 (SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationEvents::InvokeOnSerializing(System.Object,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEvents_InvokeOnSerializing_m1B4BABB1B0FA9A95E4A57C2FEFEA0ED5D15E7241 (SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * __this, RuntimeObject * ___obj0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationObjectManager::AddOnSerialized(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationObjectManager_AddOnSerialized_mE4A22E0757BFF74922CAD0070AC6FBEC61A1C523 (SerializationObjectManager_tAFED170719CB3FFDB1C60D3686DC22652E907042 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationEventHandler::Invoke(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationEventHandler_Invoke_m8C14BB651E92C0CD0724ED245340E24658EDC51B (SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * __this, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context0, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationEventHandler System.Runtime.Serialization.SerializationEvents::AddOnSerialized(System.Object,System.Runtime.Serialization.SerializationEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * SerializationEvents_AddOnSerialized_mA43E45D3E49F58DB7EC4FEA88B278059CF997A67 (SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * __this, RuntimeObject * ___obj0, SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * ___handler1, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Activation.ActivationServices::CreateInstanceFromMessage(System.Runtime.Remoting.Activation.IConstructionCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ActivationServices_CreateInstanceFromMessage_m0F5491BCC1F887B9D964E7018632087DF9BCE622 (RuntimeObject* ___ctorCall0, const RuntimeMethod* method); // System.Runtime.Remoting.Identity System.Runtime.Remoting.RemotingServices::GetMessageTargetIdentity(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * RemotingServices_GetMessageTargetIdentity_m0BE53DC180F8AEBD59A1A498BA4F5BC4BE187769 (RuntimeObject* ___msg0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Identity::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Identity__ctor_mDE97546186596A4BAEF58B596246F970735117CB (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, String_t* ___objectUri0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Lifetime.Lease::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Lease__ctor_m45CCE06FE50F306E1572C572FA3158D5F029E5B5 (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Lifetime.LifetimeServices::TrackLifetime(System.Runtime.Remoting.ServerIdentity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LifetimeServices_TrackLifetime_m3E590BDD2F806DDC284513B3FEC607326047A764 (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * ___identity0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ServerIdentity::DisposeServerObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerIdentity_DisposeServerObject_m9187E836E0880B34CFA0336299CB11A5C79C89BF (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ObjRef::UpdateChannelInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjRef_UpdateChannelInfo_mF91F4B87515A397946093A9847E8CF33A9653D76 (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * __this, const RuntimeMethod* method); // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ObjRef::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjRef__ctor_m20DA91DCBDE2BA99F0E6485D425D1C602E426627 (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.TypeInfo::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeInfo__ctor_mA0AB2819AE1E0798996429146A3E99E16CB27ACD (TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.EnvoyInfo::.ctor(System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnvoyInfo__ctor_m449A2302A21B60C249F47DB002245321079BA885 (EnvoyInfo_t08D466663AC843177F6D13F924558D6519BF500E * __this, RuntimeObject* ___sinks0, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.RemotingServices::IsTransparentProxy(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RemotingServices_IsTransparentProxy_m8BDBC7A18E514FD324215096D24234147C78897C (RuntimeObject * ___proxy0, const RuntimeMethod* method); // System.Runtime.Remoting.Proxies.RealProxy System.Runtime.Remoting.RemotingServices::GetRealProxy(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * RemotingServices_GetRealProxy_mFCB1900298F8E18FFF3FE08180B53760DFD5F86E (RuntimeObject * ___proxy0, const RuntimeMethod* method); // System.Runtime.Remoting.Identity System.Runtime.Remoting.Proxies.RealProxy::get_ObjectIdentity() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * RealProxy_get_ObjectIdentity_m408FE9B22C1CE7E38F5C6FE49310C121900481A8_inline (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Proxies.RealProxy::set_ObjectIdentity(System.Runtime.Remoting.Identity) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RealProxy_set_ObjectIdentity_mD383787A6A08E98E893004DFF8C30180E20F1E74_inline (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ___value0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsContextful() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsContextful_m7DDC58AEE9F7589074A19E201DFEE1286D6F3221 (Type_t * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::CreateEnvoySink(System.MarshalByRefObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Context_CreateEnvoySink_m55C0EB429F5680782D813E881E9B8527D9E76D3E (Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * __this, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___serverObject0, const RuntimeMethod* method); // System.Void System.MarshalByRefObject::set_ObjectIdentity(System.Runtime.Remoting.ServerIdentity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByRefObject_set_ObjectIdentity_mCACE06B8F4AB87C4A42B1ABBFF287477DF108859 (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * __this, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * ___value0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Services.TrackingServices::NotifyDisconnectedObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TrackingServices_NotifyDisconnectedObject_m63691EDE2BEB14433BEF1C32BF91FB99EC7BB7B1 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Identity::NotifyServerDynamicSinks(System.Boolean,System.Runtime.Remoting.Messaging.IMessage,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Identity_NotifyServerDynamicSinks_m80910AC761EE2B9A363B568BE21A99EEBE89EFE3 (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, bool ___start0, RuntimeObject* ___req_msg1, bool ___client_site2, bool ___async3, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Identity::get_HasServerDynamicSinks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Identity_get_HasServerDynamicSinks_m3B91A13616D8F44F4CCBC7B76D3B23FE0CD49ED0 (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.ServerObjectReplySink::.ctor(System.Runtime.Remoting.ServerIdentity,System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerObjectReplySink__ctor_mFADB54289E7398E0BC4FEF44A295D79D40B7155F (ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63 * __this, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * ___identity0, RuntimeObject* ___replySink1, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SimpleCollator::SetCJKTable(System.Globalization.CultureInfo,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_SetCJKTable_m999CA4A5CFF432FC54610106514E1477EDF47EB7 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** ___lv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method); // Mono.Globalization.Unicode.TailoringInfo Mono.Globalization.Unicode.MSCompatUnicodeTable::GetTailoringInfo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * MSCompatUnicodeTable_GetTailoringInfo_m8D9B710142C6EAD9DAB8930DCBB730E9D7A4C8FA (int32_t ___lcid0, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::BuildTailoringTables(System.Globalization.CultureInfo,Mono.Globalization.Unicode.TailoringInfo,Mono.Globalization.Unicode.Contraction[]&,Mono.Globalization.Unicode.Level2Map[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MSCompatUnicodeTable_BuildTailoringTables_m79BD97D08B464BA28B08624B7E217C4CED9A15EF (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * ___t1, ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B** ___contractions2, Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF** ___diacriticals3, const RuntimeMethod* method); // System.Globalization.CultureInfo Mono.Globalization.Unicode.SimpleCollator::GetNeutralCulture(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * SimpleCollator_GetNeutralCulture_m320C60D109CF0F7C7DBB47063497B1274AA59FD7 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___info0, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::FillCJK(System.String,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MSCompatUnicodeTable_FillCJK_mFFFE04AD8BD3C2645B62F932B66C98F52EFABECD (String_t* ___culture0, CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** ___lv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method); // System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Category(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t MSCompatUnicodeTable_Category_mA524581D8BFC8EC9ED6F4234274730403C8C6136 (int32_t ___cp0, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.CodePointIndexer::ToIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CodePointIndexer_ToIndex_mB4F6BB9A4B18B72848B4EFC66031EC2E39FA4C54 (CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * __this, int32_t ___cp0, const RuntimeMethod* method); // System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Level1(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t MSCompatUnicodeTable_Level1_m9FBE132EF10DFE6034EB9CF2450B673EECB6385F (int32_t ___cp0, const RuntimeMethod* method); // System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Level2(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t MSCompatUnicodeTable_Level2_m874EA6427DDB6A147A3DFBF66991D22D0D5D7DD1 (int32_t ___cp0, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsHalfWidthKana(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsHalfWidthKana_m30C067A18B6FCC6985A161484E2951F9F6903ED3 (Il2CppChar ___c0, const RuntimeMethod* method); // Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetContraction(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.Contraction[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * SimpleCollator_GetContraction_m0ED4C3641BA61BA1B2EFDC1F734DA224EFC80D3E (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* ___clist3, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetTailContraction(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.Contraction[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * SimpleCollator_GetTailContraction_m65AB012A6A86D301375EF44226E5C538417EFF91 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* ___clist3, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.MSCompatUnicodeTable::ToWidthCompat(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MSCompatUnicodeTable_ToWidthCompat_m4F14DEA190D73711C118AE7627D0A32E0CB48906 (int32_t ___i0, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.MSCompatUnicodeTable::ToKanaTypeInsensitive(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MSCompatUnicodeTable_ToKanaTypeInsensitive_mCFD4562162FB6253B6279E4031E40467FD082249 (int32_t ___i0, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::HasSpecialWeight(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_HasSpecialWeight_m7E7FB8B916131E9A5729F3C4FA326A7605C10AA3 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsHalfKana(System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsHalfKana_mBFB7936744B221BFFB8D639E33F647B989A19D57 (int32_t ___cp0, int32_t ___opt1, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsHiragana(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsHiragana_mF32388227769220CA3A5AA6E233A4304079211D9 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Byte Mono.Globalization.Unicode.SimpleCollator::Level1(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___cp0, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsIgnorable(System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsIgnorable_m8BD2C6ACD0EC5F642DD3ED87A8B3E0092DA16DD8 (int32_t ___cp0, uint8_t ___flag1, const RuntimeMethod* method); // System.Globalization.SortKey Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * SimpleCollator_GetSortKey_m3AB8A2E2542D66EBAD4032444EBDE8D0FB5122CA (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___length2, int32_t ___options3, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SortKeyBuffer::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer__ctor_m1ADEDEA060CAAF2ED3DD740CF780F47A24B94FDA (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, int32_t ___lcid0, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SortKeyBuffer::Initialize(System.Globalization.CompareOptions,System.Int32,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_Initialize_m89C916A69B8A6C216B1679A9DDE9A5A6A559FB97 (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, int32_t ___options0, int32_t ___lcid1, String_t* ___s2, bool ___frenchSort3, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.SortKeyBuffer,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_GetSortKey_m1458C1E855F90B3CE6D03221275319C7833CBED3 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * ___buf3, int32_t ___opt4, const RuntimeMethod* method); // System.Globalization.SortKey Mono.Globalization.Unicode.SortKeyBuffer::GetResultAndReset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * SortKeyBuffer_GetResultAndReset_m4DBB5C0E38A56E31F478772DE3BA73349D51715F (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SimpleCollator::ClearBuffer(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, uint8_t* ___buffer0, int32_t ___size1, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SimpleCollator/Context::.ctor(System.Globalization.CompareOptions,System.Byte*,System.Byte*,System.Byte*,System.Byte*,System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Context__ctor_mCA22E573D35DD0B8453F743C9268CBBAFA045307 (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * __this, int32_t ___opt0, uint8_t* ___alwaysMatchFlags1, uint8_t* ___neverMatchFlags2, uint8_t* ___buffer13, uint8_t* ___buffer24, uint8_t* ___prev15, const RuntimeMethod* method); // Mono.Globalization.Unicode.SimpleCollator/ExtenderType Mono.Globalization.Unicode.SimpleCollator::GetExtenderType(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_GetExtenderType_m4689AA2150E1B1CAFA14F64759D2B43DDCCF5878 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::FilterExtender(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_FilterExtender_m52E04162094AD4F49CD82B10218CEAD86CA11773 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, int32_t ___ext1, int32_t ___opt2, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SimpleCollator::FillSortKeyRaw(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.SortKeyBuffer,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_FillSortKeyRaw_m73156955E60177F2320312FC9AE3F104839607D7 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, int32_t ___ext1, SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * ___buf2, int32_t ___opt3, const RuntimeMethod* method); // System.Byte Mono.Globalization.Unicode.SimpleCollator::Level2(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___cp0, int32_t ___ext1, const RuntimeMethod* method); // System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Level3(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F (int32_t ___cp0, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendNormal(System.Byte,System.Byte,System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendNormal_m960DBB3514FBAE060F4ACCE922C25C97D8AD54EF (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, uint8_t ___category0, uint8_t ___lv11, uint8_t ___lv22, uint8_t ___lv33, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsIgnorable(System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsIgnorable_mF4929B081BC8833265B591A9A8CCEF1D633919D5 (int32_t ___i0, int32_t ___opt1, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::FilterOptions(System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, int32_t ___opt1, const RuntimeMethod* method); // Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetContraction(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * SimpleCollator_GetContraction_m805E06343D20B33D1E65688BF187B30AA1AA10B3 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsIgnorableNonSpacing(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsIgnorableNonSpacing_m702C179F1D12262BD070925C46A8BF458B0733E5 (int32_t ___cp0, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendCJKExtension(System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendCJKExtension_mA1129DB6DF3DFD527781F5C80542DF82401D1528 (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, uint8_t ___lv1msb0, uint8_t ___lv1lsb1, const RuntimeMethod* method); // System.Globalization.UnicodeCategory System.Char::GetUnicodeCategory(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Char_GetUnicodeCategory_mB8DCE545E28F2858B0E8AD91393B9FD048F80BC1 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SimpleCollator::FillSurrogateSortKeyRaw(System.Int32,Mono.Globalization.Unicode.SortKeyBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_FillSurrogateSortKeyRaw_m24AD3AF674B255A9C9A21C8F212A521D54372855 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * ___buf1, const RuntimeMethod* method); // System.Byte Mono.Globalization.Unicode.SimpleCollator::Category(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___cp0, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsJapaneseSmallLetter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_IsJapaneseSmallLetter_m51D3B4BA7CC83FBA1186033E864537CECD55CB48 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Byte Mono.Globalization.Unicode.SimpleCollator::ToDashTypeValue(Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_ToDashTypeValue_m7FA5894B7EA6735DB1FC544BE42A5D5C4C50DED4 (int32_t ___ext0, int32_t ___opt1, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendKana(System.Byte,System.Byte,System.Byte,System.Byte,System.Boolean,System.Byte,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendKana_mA30C13C64AF185987C77A2829D79DF367DFBCB34 (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, uint8_t ___category0, uint8_t ___lv11, uint8_t ___lv22, uint8_t ___lv33, bool ___isSmallKana4, uint8_t ___markType5, bool ___isKatakana6, bool ___isHalfWidth7, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareInternal(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Boolean&,System.Boolean&,System.Boolean,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_CompareInternal_m4963509F5E9E26707A24C60BE907AE98CDC6149B (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, bool* ___targetConsumed6, bool* ___sourceConsumed7, bool ___skipHeadingExtenders8, bool ___immediateBreakup9, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx10, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SimpleCollator/PreviousInfo::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PreviousInfo__ctor_mF702D2A686E266CA2F9237DC79372CACC1C50F04 (PreviousInfo_tCD0C7991EC3577337B904B409E0E82224098E6A5 * __this, bool ___dummy0, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSafe(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsSafe_mB810E69BD3EADF214A6E7D7BFA59F95DBEA05EDA (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareFlagPair(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_CompareFlagPair_m02F3F7DE8F9E7CB19A4315829357BB45CDE44A64 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, bool ___b10, bool ___b21, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsPrefix_mD83D93EB2AD4C4A2D9175FF22374FA23D6BFF447 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Int32,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsPrefix_mF0C7F29B38EE516E163DE9E8290C2722D946ECE9 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, bool ___skipHeadingExtenders4, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx5, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSuffix(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsSuffix_m9F6DF7EE895302B34EEFCDB39028668B3E247200 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOf_m8826D7780C340A55F7DBE7B6C964BC17752931CA (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_Compare_m43FC5F17895E9FF32FD69B0325ACEF7D36FC5EF7 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, int32_t ___options6, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::QuickIndexOf(System.String,System.String,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_QuickIndexOf_mD86F345C3F35D3FFA8D241F6B6663F8A5FDFE985 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, bool* ___testWasUnable4, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Byte*,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOf_mC385EE6F0BE18019BB6CED18BAD3D984E6800D9E (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, uint8_t* ___targetSortKey4, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx5, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesForward(System.String,System.Int32&,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesForward_m55B7679F67937AE7B965EBDEB7854EEF068558DD (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___ti3, uint8_t* ___sortkey4, bool ___noLv45, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx6, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfOrdinal(System.String,System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOfOrdinal_m2CAEB9AFD4773AF609EE936D502EA8EF0B550085 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, Il2CppChar ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfOrdinal(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOfOrdinal_mAE50D8697BB5AD56E0ABB7BD62B93CE09E98DD91 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfSortKey(System.String,System.Int32,System.Int32,System.Byte*,System.Char,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOfSortKey_m19661CA93A5518AF715FA5D33416AF09E3EB3AD2 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___length2, uint8_t* ___sortkey3, Il2CppChar ___target4, int32_t ___ti5, bool ___noLv46, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx7, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOfOrdinal(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOfOrdinal_m455A0F12369DA09B2EFEBB2E40BE3FFAA7195879 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Byte*,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOf_m701EC1EE4804814AFCA4F316714DD383C95E9747 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, uint8_t* ___targetSortKey4, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx5, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesBackward(System.String,System.Int32&,System.Int32,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesBackward_mF1B465C48FA9CABFDC00A2BFF82AA56CB840D6CB (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___orgStart3, int32_t ___ti4, uint8_t* ___sortkey5, bool ___noLv46, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx7, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOfSortKey(System.String,System.Int32,System.Int32,System.Int32,System.Byte*,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOfSortKey_mFE1677F9FF093854B63EB2F0D367D93EFE257907 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___orgStart2, int32_t ___length3, uint8_t* ___sortkey4, int32_t ___ti5, bool ___noLv46, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx7, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesForwardCore(System.String,System.Int32&,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.Contraction&,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesForwardCore_mF69E9D399026A0759EC6164603A99E0CC7FCBD42 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___ti3, uint8_t* ___sortkey4, bool ___noLv45, int32_t ___ext6, Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** ___ct7, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx8, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesPrimitive(System.Globalization.CompareOptions,System.Byte*,System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Byte*,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesPrimitive_m7911CCDA71424A233597EE3B714D579BDDDA0DFB (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___opt0, uint8_t* ___source1, int32_t ___si2, int32_t ___ext3, uint8_t* ___target4, int32_t ___ti5, bool ___noLv46, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesBackwardCore(System.String,System.Int32&,System.Int32,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.Contraction&,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesBackwardCore_m7371016DA011FB3879ECE9E8E604E4309D42D50B (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___orgStart3, int32_t ___ti4, uint8_t* ___sortkey5, bool ___noLv46, int32_t ___ext7, Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** ___ct8, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx9, const RuntimeMethod* method); // Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetTailContraction(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * SimpleCollator_GetTailContraction_m5010C039FE72FE260FF6408D7C7ED8E667076394 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method); // System.String System.Environment::internalGetEnvironmentVariable(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_internalGetEnvironmentVariable_m948971DA541D94545FF9A4559B3CCEB43D45955B (String_t* ___variable0, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SimpleCollator::.ctor(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator__ctor_m8B6EB6C1918971E2B29E4B2E646C2F28C01D3B97 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method); // System.Boolean System.Single::IsNaN(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsNaN_m458FF076EF1944D4D888A585F7C6C49DA4730599 (float ___f0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Single::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_CompareTo_mE882CC0C47CEC7D4898CC0F9A3F8CFC0D043BD4C (float* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Int32 System.Single::CompareTo(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_CompareTo_m80B5B5A70A2343C3A8673F35635EBED4458109B4 (float* __this, float ___value0, const RuntimeMethod* method); // System.Boolean System.Single::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_m94AA41817D00A9347BD3565F6BB8993361B81EB1 (float* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Single::Equals(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_m298A3A849F30B9900813BE6DD98AE6810CDBE914 (float* __this, float ___obj0, const RuntimeMethod* method); // System.Int32 System.Single::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_GetHashCode_m7662E1812DDDBC85D464398740CFFC3588DFB2C9 (float* __this, const RuntimeMethod* method); // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_CurrentInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * NumberFormatInfo_get_CurrentInfo_m604B9BFDE58530F94955E0EF1A523D37EA87DF02 (const RuntimeMethod* method); // System.String System.Number::FormatSingle(System.Single,System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatSingle_m39E3D637D59C47BA92F6E95966C0AAB1A0D38D89 (float ___value0, String_t* ___format1, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___info2, const RuntimeMethod* method); // System.String System.Single::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010 (float* __this, const RuntimeMethod* method); // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::GetInstance(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * NumberFormatInfo_GetInstance_mE5108A48B8BFDB2158C05951FACC08AFB09FDDBB (RuntimeObject* ___formatProvider0, const RuntimeMethod* method); // System.String System.Single::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_mF554E46C641C609768519378FB0486DFD7F82985 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.Single::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m7631D332703B4197EAA7DC0BA067CE7E16334D8B (float* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Single System.Single::Parse(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_mC2D99DBBEF2C3FBEC9B44609EB5A8EB668725321 (String_t* ___s0, int32_t ___style1, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___info2, const RuntimeMethod* method); // System.Void System.Globalization.NumberFormatInfo::ValidateParseStyleFloatingPoint(System.Globalization.NumberStyles) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatInfo_ValidateParseStyleFloatingPoint_m1FEE713ACDFC7EE46DBD2CCAF6C542A760F817CB (int32_t ___style0, const RuntimeMethod* method); // System.Single System.Number::ParseSingle(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Number_ParseSingle_mDE80A2FA0424FBEE01BFF0A08D016BC5AE8581A4 (String_t* ___value0, int32_t ___options1, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numfmt2, const RuntimeMethod* method); // System.TypeCode System.Single::GetTypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_GetTypeCode_m35BEA1194D877E39BE4F2D6DB570C0F27DE5C11C (float* __this, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m0FAEA3827C63F9A70BF1A8893E0C9E1E82B8A319 (float ___value0, const RuntimeMethod* method); // System.Boolean System.Single::System.IConvertible.ToBoolean(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_System_IConvertible_ToBoolean_mB72A1551CD4BEC9E312C0CCF9D6D3DB09396A9DE (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.Environment::GetResourceString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602 (String_t* ___key0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values1, const RuntimeMethod* method); // System.Void System.InvalidCastException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3 (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Char System.Single::System.IConvertible.ToChar(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Single_System_IConvertible_ToChar_m495022648018308DC14D414ABA399851064F5DDB (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m9B35D657468096ADC37CE585DA26F301FCFBBA65 (float ___value0, const RuntimeMethod* method); // System.SByte System.Single::System.IConvertible.ToSByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Single_System_IConvertible_ToSByte_mF6644128FCE3B217320992A3A74A1C4E0AB06BA5 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m501FEDA820D69A76451C401FF2060625BC5AEB9F (float ___value0, const RuntimeMethod* method); // System.Byte System.Single::System.IConvertible.ToByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Single_System_IConvertible_ToByte_m8FAE4E8EDDF055FF2F17C2C00D091EBAA0099D49 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m85F48A07C1F028876CBF5ACAE49D88F003985438 (float ___value0, const RuntimeMethod* method); // System.Int16 System.Single::System.IConvertible.ToInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Single_System_IConvertible_ToInt16_mBED24FBB9C6465ABAECDC3C894F41B7CF0E6FC6A (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m09477C9C3EED9217BBEEF98CDEDB94F49E1C0B9A (float ___value0, const RuntimeMethod* method); // System.UInt16 System.Single::System.IConvertible.ToUInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Single_System_IConvertible_ToUInt16_mCBB71CEDC4797B00D50B4417A96EC702076C757A (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mAFAE7DA97BACA9CEC03D40A2D322093B122B02FE (float ___value0, const RuntimeMethod* method); // System.Int32 System.Single::System.IConvertible.ToInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_System_IConvertible_ToInt32_mD144638A230B62184C32B38DFFFDF955353F42AC (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m74E7913DC9551D6EF6AC8EC626621DF6EFC22F6A (float ___value0, const RuntimeMethod* method); // System.UInt32 System.Single::System.IConvertible.ToUInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Single_System_IConvertible_ToUInt32_mF7B0C9FE3652F3FE2E0BDEEC4B90A316099B525E (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_mA9A2F308F99083305FF7E9B129F4B71ABBED5D6B (float ___value0, const RuntimeMethod* method); // System.Int64 System.Single::System.IConvertible.ToInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Single_System_IConvertible_ToInt64_mAC0D1AEA698E9A358F503A77DA9C2873465E7ADC (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m05C60D4A38E758137E3742CB080494F754D4D1EA (float ___value0, const RuntimeMethod* method); // System.UInt64 System.Single::System.IConvertible.ToUInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Single_System_IConvertible_ToUInt64_m6A235CB0548A46C28B13E14D5F62DEADE7887613 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Single System.Single::System.IConvertible.ToSingle(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_System_IConvertible_ToSingle_mA42A2A734457A48C889E43EDF675275E8BA30693 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m25B9FABA27068A8F3147C0232986E89C3DA58843 (float ___value0, const RuntimeMethod* method); // System.Double System.Single::System.IConvertible.ToDouble(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Single_System_IConvertible_ToDouble_m103B0F5DD6C36D37816B2524CCFAB7A60F9781E6 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Convert_ToDecimal_m1C82D6D8EC3EF586C277BD3EA785CBCD75A15862 (float ___value0, const RuntimeMethod* method); // System.Decimal System.Single::System.IConvertible.ToDecimal(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Single_System_IConvertible_ToDecimal_m1C6A6AFB43A22D69C6A21C312C4E641473B739BC (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.DateTime System.Single::System.IConvertible.ToDateTime(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Single_System_IConvertible_ToDateTime_mEDE84C115F533EEC8AB592E14190E99A63630DA9 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Object System.Convert::DefaultToType(System.IConvertible,System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Convert_DefaultToType_m49730E740820DF7AA76C18ACF700FA3635AFBC33 (RuntimeObject* ___value0, Type_t * ___targetType1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Object System.Single::System.IConvertible.ToType(System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Single_System_IConvertible_ToType_mAB4370146EDD785EB1355B608D2AB4F7E0D04D9A (float* __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ServerIdentity::.ctor(System.String,System.Runtime.Remoting.Contexts.Context,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerIdentity__ctor_m9E44F1B908070031C768EFE2AE3DCC1681269A63 (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, String_t* ___objectUri0, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ___context1, Type_t * ___objectType2, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m35ED39C8B9201D90292C1803022AEE106B69A295 (Type_t * ___type0, bool ___nonPublic1, const RuntimeMethod* method); // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::get_ObjectIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * MarshalByRefObject_get_ObjectIdentity_m1F93421A4FD7A494D1D7213B747EA615577AD6C4 (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::CreateServerObjectSinkChain(System.MarshalByRefObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Context_CreateServerObjectSinkChain_m3D50B4AC3A65E16E3AABF9FBEA409C0376C736E5 (Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * __this, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___obj0, bool ___forceInternalExecute1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.DisposerReplySink::.ctor(System.Runtime.Remoting.Messaging.IMessageSink,System.IDisposable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisposerReplySink__ctor_m2D382E50D52C45CF39A6AC199DFA61A31DBAAF3D (DisposerReplySink_t68F832E73EC99ECB9D42BCE956C7E33A4C3CDEE3 * __this, RuntimeObject* ___next0, RuntimeObject* ___disposable1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Runtime.Remoting.Contexts.Context System.Runtime.Remoting.Contexts.Context::get_DefaultContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * Context_get_DefaultContext_mFC6BE4FF643E3A8EF1705370A56DE8E0F00A9D20 (const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ServerIdentity::AttachServerObject(System.MarshalByRefObject,System.Runtime.Remoting.Contexts.Context) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerIdentity_AttachServerObject_m29AD161E5EA701E968D98813497A3A2F3C5CB0E7 (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___serverObject0, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ___context1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ServerIdentity::StartTrackingLifetime(System.Runtime.Remoting.Lifetime.ILease) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerIdentity_StartTrackingLifetime_mCEFE3E49903AA60D92D42235FC6782D6A75B8DBE (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, RuntimeObject* ___lease0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.MarshalByRefObject System.Runtime.Remoting.SingletonIdentity::GetServerObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * SingletonIdentity_GetServerObject_mBB82DAD79A47F55509ACBBB10331E844185E2AD9 (SingletonIdentity_t2B2A959057BDFA99565A317D2D69D29B7889B442 * __this, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.SizedArray::.ctor(System.Runtime.Serialization.Formatters.Binary.SizedArray) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SizedArray__ctor_mFD58E5D074125DF5211900D1F893556900219780 (SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * __this, SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * ___sizedArray0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.SizedArray::IncreaseCapacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SizedArray_IncreaseCapacity_mF121E64B4345862EEA1F84BFCB694CED18175762 (SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B (int32_t ___val10, int32_t ___val21, 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_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3 (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Collections.Stack::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack__ctor_m7B7EA279423863156F25A04362D9FE6C89FAFE70 (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser/AttrListImpl::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttrListImpl__ctor_m6E416F20FD11ABB93FCA647F7A634236BA3C03FA (AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParserException::.ctor(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParserException__ctor_mB949E4FE8B2A25A0BF2C9675538B2588C48D28D3 (SmallXmlParserException_t89B4B23345549519E0B9C8DC9F24A07748E3A45C * __this, String_t* ___msg0, int32_t ___line1, int32_t ___column2, const RuntimeMethod* method); // System.String System.String::Join(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m8846EB11F0A221BDE237DE041D17764B36065404 (String_t* ___separator0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___value1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17 (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Exception Mono.Xml.SmallXmlParser::Error(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * SmallXmlParser_Error_m5EB0F65507527F79C58AEA7B5F86C909F82307C8 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, String_t* ___msg0, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::SkipWhitespaces(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_SkipWhitespaces_mB8DD039206C1AE9A5239693AD8B265EF1BB72250 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, bool ___expected0, const RuntimeMethod* method); // System.Int32 Mono.Xml.SmallXmlParser::Read() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Int32 Mono.Xml.SmallXmlParser::Peek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml.SmallXmlParser::IsWhitespace(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SmallXmlParser_IsWhitespace_mEA544A8F096909FD5A29519DFDE7F6BED5B218D4 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, int32_t ___c0, const RuntimeMethod* method); // System.Exception Mono.Xml.SmallXmlParser::UnexpectedEndError() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * SmallXmlParser_UnexpectedEndError_m54A2B86C1203C184AEC2D516CFECEB3A102765CE (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::ReadReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadReference_m35BECF30678E71132F369FBDF31FCED8F128C3AE (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean Mono.Xml.SmallXmlParser::IsNameChar(System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SmallXmlParser_IsNameChar_m41040659E3268DDE4BFFDEA258500240A3333CBA (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, Il2CppChar ___c0, bool ___start1, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803 (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::ReadContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadContent_m7F3DC4C73A753ACAA5831A3511359A926A551547 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::HandleBufferedContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_HandleBufferedContent_m1D76CB5F5EBC7B29AD02A2C78F0786FB8B4CA00A (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::Cleanup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_Cleanup_mED18C8E0030A55966F49022EF8BB8AFCCC98AC32 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser/AttrListImpl::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttrListImpl_Clear_mD5D9556A014E72CA44A91866E92479F161A735A4 (AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA * __this, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::HandleWhitespaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_HandleWhitespaces_m83096E30BDAC29E463D7461B616DF3E9435DB183 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method); // System.String Mono.Xml.SmallXmlParser::ReadName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmallXmlParser_ReadName_mE509D20D9348F5789531D081E9CC233D60855B85 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::Expect(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_Expect_mD0618CF26D26AAF2150ED302308E92BE2507F72A (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, int32_t ___c0, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::ReadCDATASection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadCDATASection_mA51F04FE7990C1391AB77CC92A38C46B215C0A30 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::ReadComment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadComment_m5667666AF80772E9670BF2278F45B01E3401968A (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::SkipWhitespaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_SkipWhitespaces_mDAF569E69531AD551527FCCE9E52CD85568F718F (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method); // System.String Mono.Xml.SmallXmlParser::ReadUntil(System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmallXmlParser_ReadUntil_m9FA66C084BBAFE69915C4488F96775F006E4D238 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, Il2CppChar ___until0, bool ___handleReferences1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::ReadAttribute(Mono.Xml.SmallXmlParser/AttrListImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadAttribute_mE1429947922E73A7F5188279865FF7110AEFCEA1 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA * ___a0, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::ReadCharacters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadCharacters_m5E16C5BE53B510C7C244103C7C5D603E17E51173 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method); // System.Int32 Mono.Xml.SmallXmlParser::ReadCharacterReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlParser_ReadCharacterReference_mC8F6E8FC9536587500A531EC596B8F392E090F26 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser/AttrListImpl::Add(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttrListImpl_Add_m49CA2AD98EFDB05CB42B6B964CD4D038FE0110CE (AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Metadata.SoapAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapAttribute__ctor_m058DA16166A54196FC25CCCA9A5EF39FC5DB9AD4 (SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.SoapServices::GetXmlNamespaceForMethodResponse(System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapServices_GetXmlNamespaceForMethodResponse_m0CC3A729E8AF3957BCC7D629C52B8DE27515DABA (MethodBase_t * ___mb0, const RuntimeMethod* method); // System.String System.Runtime.Remoting.SoapServices::GetXmlNamespaceForMethodCall(System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapServices_GetXmlNamespaceForMethodCall_m5B7D31CDD9A4A26A1DC4AC8181537FDD8B1D3588 (MethodBase_t * ___mb0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.String System.Runtime.Remoting.SoapServices::get_XmlNsForClrTypeWithNs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapServices_get_XmlNsForClrTypeWithNs_m18A0954C2829F5BFF174152CC971191CC2132D32 (const RuntimeMethod* method); // System.String System.Runtime.Remoting.SoapServices::get_XmlNsForClrTypeWithAssembly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapServices_get_XmlNsForClrTypeWithAssembly_mD9C26D4B6F36293E56AFF0D50540FEE4D2FEDBEF (const RuntimeMethod* method); // System.String System.Runtime.Remoting.SoapServices::EncodeNs(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapServices_EncodeNs_mF2E1928A642D918B694A4E7C13CC83D4174FFE48 (String_t* ___ns0, const RuntimeMethod* method); // System.String System.Runtime.Remoting.SoapServices::get_XmlNsForClrTypeWithNsAndAssembly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapServices_get_XmlNsForClrTypeWithNsAndAssembly_m9F8AFA0F2613F762105C60C0499ADE8ED45C1559 (const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Boolean System.Reflection.Assembly::op_Equality(System.Reflection.Assembly,System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_op_Equality_m08747340D9BAEC2056662DE73526DF33358F9FF9 (Assembly_t * ___left0, Assembly_t * ___right1, const RuntimeMethod* method); // System.String System.Reflection.AssemblyName::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m8558532350989A6DE33C188FD1A470187DFEA911_inline (AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Metadata.SoapAttribute System.Runtime.Remoting.InternalRemotingServices::GetCachedSoapAttribute(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC * InternalRemotingServices_GetCachedSoapAttribute_mC208FE482153914B8C4D07059D1BF2B23EF58110 (RuntimeObject * ___reflectionObject0, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_IsInteropXmlElement() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SoapTypeAttribute_get_IsInteropXmlElement_m3931A085C0E02EE4582C13F2287DCEC16F90491C_inline (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_XmlElementName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlElementName_m03C3F29833A18EE24DFFFCBF8349DF3FB5E2046E_inline (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.SoapServices::GetAssemblyName(System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapServices_GetAssemblyName_mBBDD2AC2CB16355C7E2F1EE85BA24693CD36EEDC (MethodBase_t * ___mb0, const RuntimeMethod* method); // System.String System.Runtime.Remoting.SoapServices::CodeXmlNamespaceForClrTypeNamespace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapServices_CodeXmlNamespaceForClrTypeNamespace_m100D242281BCE1CA642FD8D0AE69FA38974AD735 (String_t* ___typeNamespace0, String_t* ___assemblyName1, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_IsInteropXmlType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SoapTypeAttribute_get_IsInteropXmlType_m5163BEC65AEF0B83E9EA344B0B4D0AA69D40DA10_inline (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_XmlTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlTypeName_mA61CBF3C0431D879960F126E0494416696E03A63_inline (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_XmlTypeNamespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlTypeNamespace_m1D0A6045FB8F02BFABCEB16BECEECB44D4B49688_inline (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.SoapServices::PreLoad(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapServices_PreLoad_m780F9561F7119B2A8D52ABA21FE26EEC1D212BD7 (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.SoapServices::GetXmlTypeForInteropType(System.Type,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SoapServices_GetXmlTypeForInteropType_m72492021EAED49C1E35101592D1D71E5EAF687FF (Type_t * ___type0, String_t** ___xmlType1, String_t** ___xmlTypeNamespace2, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.SoapServices::RegisterInteropXmlType(System.String,System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapServices_RegisterInteropXmlType_m856F412086C4E31B2AC2D4B614449D4407969727 (String_t* ___xmlType0, String_t* ___xmlTypeNamespace1, Type_t * ___type2, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.SoapServices::GetXmlElementForInteropType(System.Type,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SoapServices_GetXmlElementForInteropType_mD3C880B4A65AF04F5CE472FCA369284DCF02FC93 (Type_t * ___type0, String_t** ___xmlElement1, String_t** ___xmlNamespace2, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.SoapServices::RegisterInteropXmlElement(System.String,System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapServices_RegisterInteropXmlElement_m8B86D916FC179848F07C857FAB64C46A75C1A3D8 (String_t* ___xmlElement0, String_t* ___xmlNamespace1, Type_t * ___type2, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.SoapServices/TypeInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeInfo__ctor_mECA46BD1C2914DB2DD5CAB1DB15BFB383B97A651 (TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Metadata.SoapFieldAttribute::IsInteropXmlElement() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SoapFieldAttribute_IsInteropXmlElement_m91578480BFAC37EB6F4E96E63834DDBE5987D6F1_inline (SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.Metadata.SoapFieldAttribute::get_XmlElementName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SoapFieldAttribute_get_XmlElementName_mC985CF19A5E3F7ED8F67DF5A103962ED3E5A288C_inline (SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.SoapServices::GetNameKey(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapServices_GetNameKey_m27A3C370DF384E11564EC34AEDC9ED984A3F3BF5 (String_t* ___name0, String_t* ___namspace1, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m98184150DC4E2FBDF13E723BF5B7353D9602AC4D (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Int32 System.Globalization.SortKey::Compare(System.Globalization.SortKey,System.Globalization.SortKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SortKey_Compare_mB61CDD55207C8DFDC90001073BD39F1F1A3F6362 (SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * ___sortkey10, SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * ___sortkey21, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m6F0ED62933448F8B944E52872E1EE86F6705D306 (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendBufferPrimitive(System.Byte,System.Byte[]&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendBufferPrimitive_m4AFCB0A5A205965235EC7EE54AC37FF2A8776843 (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, uint8_t ___value0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** ___buf1, int32_t* ___bidx2, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendLevel5(System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendLevel5_mBAC7B94A9ABB55EA0D70C49D770E30CA1417E884 (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, uint8_t ___category0, uint8_t ___lv11, const RuntimeMethod* method); // System.Globalization.SortKey Mono.Globalization.Unicode.SortKeyBuffer::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * SortKeyBuffer_GetResult_m05D137545D8A610C6FEB5A76FF19B6DA031161D7 (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SortKeyBuffer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_Reset_m1623E54D60B1A14D76A986524202E3F14D07B96A (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, const RuntimeMethod* method); // System.Void System.Globalization.SortKey::.ctor(System.Int32,System.String,System.Byte[],System.Globalization.CompareOptions,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKey__ctor_m7F99DAEB091C0F6CE67D520C9F7D8ADC17BCD98E (SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * __this, int32_t ___lcid0, String_t* ___source1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer2, int32_t ___opt3, int32_t ___lv1Length4, int32_t ___lv2Length5, int32_t ___lv3Length6, int32_t ___kanaSmallLength7, int32_t ___markTypeLength8, int32_t ___katakanaLength9, int32_t ___kanaWidthLength10, int32_t ___identLength11, const RuntimeMethod* method); // System.Void System.Array::Reverse(T[],System.Int32,System.Int32) inline void Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m1C1BB9C35199AA9F40C6A4D2B30B818F731D4784 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*))Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m1C1BB9C35199AA9F40C6A4D2B30B818F731D4784_gshared)(___array0, ___index1, ___length2, method); } // System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::GetOptimizedLength(System.Byte[],System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SortKeyBuffer_GetOptimizedLength_m1B7A6E4FDF587B729B307A82D39637B5E4B14F34 (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___len1, uint8_t ___defaultValue2, const RuntimeMethod* method); // System.Void System.Collections.SortedList::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList_Init_mAC9404437F0480E31EFE1525E5A5BC3AB7A28957 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB (const RuntimeMethod* method); // System.Void System.Collections.Comparer::.ctor(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer__ctor_mBDB3A226646ED4E31F7562C371841819469DC84F (Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.Collections.SortedList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList__ctor_m1BF566C7726F1DD3A683A8F78B6DB740C7AADEC6 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, const RuntimeMethod* method); // System.Void System.Collections.SortedList::.ctor(System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList__ctor_m2F0DD5F83B3003852A05A5C3A2040AA448341932 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Int32 System.Array::BinarySearch(System.Array,System.Int32,System.Int32,System.Object,System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_m46E12D4F5ED1EB8AD5CD6E48E8A4E3B474031C99 (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject * ___value3, RuntimeObject* ___comparer4, const RuntimeMethod* method); // System.Void System.Collections.SortedList::Insert(System.Int32,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList_Insert_m4DF0EBAC7794264EE6C431327C1F99532309C2CC (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, int32_t ___index0, RuntimeObject * ___key1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Void System.Collections.SortedList::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList__ctor_mD67E709818C8713D73B7665B5AA6B21CDA0ED9A8 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, int32_t ___initialCapacity0, const RuntimeMethod* method); // System.Int32 System.Array::get_Rank() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0 (RuntimeArray * __this, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.Collections.DictionaryEntry::.ctor(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionaryEntry__ctor_mF383FECC02E6A6FA003D609E63697A9FC010BCB4 (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455 (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.Collections.KeyValuePairs::.ctor(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePairs__ctor_m73896CD02F6426318A8EE3A405CB8BF4D916438A (KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.SortedList/SortedListEnumerator::.ctor(System.Collections.SortedList,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedListEnumerator__ctor_m4FB00D523FA700051D4FE0DB61D469100BF8FF23 (SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC * __this, SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * ___sortedList0, int32_t ___index1, int32_t ___count2, int32_t ___getObjRetType3, const RuntimeMethod* method); // System.Void System.Collections.SortedList::EnsureCapacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList_EnsureCapacity_m266B42138AF1E57558A600A57D33F0B00BFFC12A (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, int32_t ___min0, const RuntimeMethod* method); // System.Void System.Threading.SpinLock::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock__ctor_mA76B573975917A3D78DC878D6281196065FC9128 (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, bool ___enableThreadOwnerTracking0, const RuntimeMethod* method); // System.Void System.Threading.Thread::BeginCriticalRegion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_BeginCriticalRegion_m919E28BF2E8A2887323D51737DCFD902E301C656 (const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::CompareExchange(System.Int32&,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_CompareExchange_mC3464F42DF93438C3D48FF2D6551CD6652E95AEE (int32_t* ___location10, int32_t ___value1, int32_t ___comparand2, bool* ___succeeded3, const RuntimeMethod* method); // System.Void System.Threading.SpinLock::ContinueTryEnter(System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_ContinueTryEnter_mAD39D1F6DAB740E144193BF38E66F14C847CB5B9 (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, int32_t ___millisecondsTimeout0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.Threading.SpinLock::Enter(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_Enter_mB10F73DB34FFE5F8FC85FA8B85A14ED48379C96C (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, bool* ___lockTaken0, const RuntimeMethod* method); // System.Void System.Threading.SpinLock::TryEnter(System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_TryEnter_mF817DF2D24635A1E69D35F97F4F03F6DE788A114 (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, int32_t ___millisecondsTimeout0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.Threading.Thread::EndCriticalRegion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_EndCriticalRegion_m61AA3547233ADB3CD128FBB1962664C2AE3F5F88 (const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, RuntimeObject * ___actualValue1, String_t* ___message2, const RuntimeMethod* method); // System.UInt32 System.Threading.TimeoutHelper::GetTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TimeoutHelper_GetTime_m9374E525445EF9F5E3A7656F08A9A8C6987942F3 (const RuntimeMethod* method); // System.Boolean System.Threading.SpinLock::get_IsThreadOwnerTrackingEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpinLock_get_IsThreadOwnerTrackingEnabled_m27AF8CC17E3FCB5557DF6A8A17C557AFD6AF5762 (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, const RuntimeMethod* method); // System.Void System.Threading.SpinLock::ContinueTryEnterWithThreadTracking(System.Int32,System.UInt32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_ContinueTryEnterWithThreadTracking_m73B1AD68F1FB9CBEBF7C34842B6078E32B9FF0A9 (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, int32_t ___millisecondsTimeout0, uint32_t ___startTime1, bool* ___lockTaken2, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::Add(System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Add_mC4953B38E59B3B8F0E6C4016F8A1BC6AA96DE006 (int32_t* ___location10, int32_t ___value1, const RuntimeMethod* method); // System.Int32 System.Threading.TimeoutHelper::UpdateTimeOut(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeoutHelper_UpdateTimeOut_m94EF171743AFF6C6D7CC7FD8613DE6375F4D0928 (uint32_t ___startTime0, int32_t ___originalWaitMillisecondsTimeout1, const RuntimeMethod* method); // System.Void System.Threading.SpinLock::DecrementWaiters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_DecrementWaiters_m02A4A6D69A4C2092FF7B1948677EA1919C04463B (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, const RuntimeMethod* method); // System.Int32 System.Threading.PlatformHelper::get_ProcessorCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PlatformHelper_get_ProcessorCount_m2FC3FF428431A972832C7BFE6CFAB8A262F42CA0 (const RuntimeMethod* method); // System.Void System.Threading.Thread::SpinWait(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SpinWait_m6276C02E66DD83A83D5F39E2B20411B8CBA33673 (int32_t ___iterations0, const RuntimeMethod* method); // System.Void System.Threading.Thread::Sleep(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_Sleep_m8E61FC80BD38981CB18CA549909710790283DDCC (int32_t ___millisecondsTimeout0, const RuntimeMethod* method); // System.Boolean System.Threading.Thread::Yield() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_Yield_m1D2B2F49268A9A048C73EA539C1D1D59DDFA68C1 (const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::CompareExchange(System.Int32&,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_CompareExchange_m317AD9524376B7BE74DD9069346E345F2B131382 (int32_t* ___location10, int32_t ___value1, int32_t ___comparand2, const RuntimeMethod* method); // System.Void System.Threading.SpinWait::SpinOnce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinWait_SpinOnce_m79A8F770ED24E400B6AEFA421A33084CA54E59DB (SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 * __this, const RuntimeMethod* method); // System.Threading.Thread System.Threading.Thread::get_CurrentThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC (const RuntimeMethod* method); // System.Int32 System.Threading.Thread::get_ManagedThreadId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_get_ManagedThreadId_m7818C94F78A2DE2C7C278F6EA24B31F2BB758FD0 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Void System.Threading.LockRecursionException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LockRecursionException__ctor_mB938776505F72CC1357C12AE449572415E5B2341 (LockRecursionException_tA4B541F6B8DABF4D294304DF7B70F547C8502014 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Threading.SpinWait::get_NextSpinWillYield() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpinWait_get_NextSpinWillYield_m5FD0542F0BE9CBF660060F53E371A5E3A67C9152 (SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 * __this, const RuntimeMethod* method); // System.Void System.Threading.SpinLock::ExitSlowPath(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_ExitSlowPath_m0721741402D56FB152B60C511179033FD8090A77 (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, bool ___useMemoryBarrier0, const RuntimeMethod* method); // System.Void System.Threading.SpinLock::Exit(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_Exit_m1E557B43BDB04736F956C50716DF29AEF2A14B4D (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, bool ___useMemoryBarrier0, const RuntimeMethod* method); // System.Boolean System.Threading.SpinLock::get_IsHeldByCurrentThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpinLock_get_IsHeldByCurrentThread_m512332DF6A1E59BAAC478FD39D15BA40C9F60936 (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, const RuntimeMethod* method); // System.Void System.Threading.SynchronizationLockException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationLockException__ctor_m29B6831D6D5BC3D9B35521AFC400358467A4CA2E (SynchronizationLockException_tC8758646B797B6FAE8FBE15A47D17A2A2C597E6D * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::Exchange(System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Exchange_mCB69CAC317F723A1CB6B52194C5917B49C456794 (int32_t* ___location10, int32_t ___value1, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::Decrement(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Decrement_mCECD68F2D8C95180BF77A1B90137BDE1F3A710FF (int32_t* ___location0, const RuntimeMethod* method); // System.Boolean System.Threading.SpinLock::get_IsHeld() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpinLock_get_IsHeld_m4A7803E476D3076E0E4378934B3E06B38B0E0FFF (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, const RuntimeMethod* method); // System.Boolean System.Threading.PlatformHelper::get_IsSingleProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformHelper_get_IsSingleProcessor_m75D2E056F1C01D84884F4DD2DBE547B43AA88421 (const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Collections.Stack::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack__ctor_m309C038C76391C09721F0B3D9A3AD336287072F7 (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * __this, int32_t ___initialCapacity0, const RuntimeMethod* method); // System.Void System.Collections.Stack/StackEnumerator::.ctor(System.Collections.Stack) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackEnumerator__ctor_m3B8037A8DBB7FD106B1637B981C802FDF911DFFF (StackEnumerator_t88BD87DF5A1B3D0EBE3AC306A4A3A62D6E862DEC * __this, Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * ___stack0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.StackBuilderSink::CheckParameters(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackBuilderSink_CheckParameters_m93EED6280439026481599D10A0A33F8FBFB12F2D (StackBuilderSink_tD852C1DCFA0CDA0B882EE8342D24F54FAE5D647A * __this, RuntimeObject* ___msg0, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IMethodReturnMessage System.Runtime.Remoting.RemotingServices::InternalExecuteMessage(System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RemotingServices_InternalExecuteMessage_mD4B941ABB6D0A77C8A48ECCF8E1EAB02E155E073 (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___target0, RuntimeObject* ___reqMsg1, const RuntimeMethod* method); // System.Void System.Threading.WaitCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5 (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::QueueUserWorkItem(System.Threading.WaitCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItem_mA55899F403EAC69AE3C72A4F3E5FD207C131616C (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___callBack0, RuntimeObject * ___state1, const RuntimeMethod* method); // System.Boolean System.Type::get_IsByRef() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsByRef_mDB28F5482F9AE4407101B294CD3ADB01106CA4A3 (Type_t * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9 (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.StackBuilderSink::ExecuteAsyncMessage(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackBuilderSink_ExecuteAsyncMessage_mD51FDBD3A5839063EC1FB99194B446E8DF1D68F7 (StackBuilderSink_tD852C1DCFA0CDA0B882EE8342D24F54FAE5D647A * __this, RuntimeObject * ___ob0, const RuntimeMethod* method); // System.Boolean System.Diagnostics.StackFrame::get_frame_info(System.Int32,System.Boolean,System.Reflection.MethodBase&,System.Int32&,System.Int32&,System.String&,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackFrame_get_frame_info_mA0B46013B71E4A263F9971AC675C9D0584CC593D (int32_t ___skip0, bool ___needFileInfo1, MethodBase_t ** ___method2, int32_t* ___iloffset3, int32_t* ___native_offset4, String_t** ___file5, int32_t* ___line6, int32_t* ___column7, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::op_Equality(System.Reflection.MethodBase,System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_op_Equality_mE51D1B8866596BB4F10236536444F5923A21DFD4 (MethodBase_t * ___left0, MethodBase_t * ___right1, const RuntimeMethod* method); // System.String Locale::GetText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E (String_t* ___msg0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m796285D173EEA5261E85B95FC79DD4F996CC93DD (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.String System.Diagnostics.StackFrame::GetSecureFileName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackFrame_GetSecureFileName_mF427D697C7EF96E128D8E46AB453782CA47D0B14 (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4 (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.StackGuard::CheckForSufficientStack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackGuard_CheckForSufficientStack_m5074E93E782699A5EA0BA80F05DEB9B2C95FCA37 (StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * __this, const RuntimeMethod* method); // System.Void System.Exception::SetErrorCode(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D (Exception_t * __this, int32_t ___hr0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19 (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Diagnostics.StackTrace::init_frames(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void StackTrace_init_frames_m6741BAEAB58FB466D73D51744D21EBD52DCF3E16 (StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * __this, int32_t ___skipFrames0, bool ___fNeedFileInfo1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mE7968540B33BF2AE49132F65916E736E9D0D3CC9 (List_1_t2E01C571E733112C39E0970BF9193E00B487FF86 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t2E01C571E733112C39E0970BF9193E00B487FF86 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_mB5289C0316C6918A60D8D1D5CDE81483D5F86A57 (List_1_t2E01C571E733112C39E0970BF9193E00B487FF86 * __this, StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t2E01C571E733112C39E0970BF9193E00B487FF86 *, StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Void System.Diagnostics.StackFrame::.ctor(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void StackFrame__ctor_mAA0C4E1BEAD81CE4169D7ABABD28C6502425F4C4 (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * __this, int32_t ___skipFrames0, bool ___fNeedFileInfo1, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::op_Inequality(System.Reflection.MethodBase,System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_op_Inequality_m43FB6861A2B47B543F0C57873C23974FF42723F6 (MethodBase_t * ___left0, MethodBase_t * ___right1, const RuntimeMethod* method); // T[] System.Collections.Generic.List`1::ToArray() inline StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* List_1_ToArray_mFEB1C5ABC36B1EBAEBEFF4671E9C5FA7572FB04E (List_1_t2E01C571E733112C39E0970BF9193E00B487FF86 * __this, const RuntimeMethod* method) { return (( StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* (*) (List_1_t2E01C571E733112C39E0970BF9193E00B487FF86 *, const RuntimeMethod*))List_1_ToArray_mA737986DE6389E9DD8FA8E3D4E222DE4DA34958D_gshared)(__this, method); } // System.Void System.Diagnostics.StackTrace::.ctor(System.Exception,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackTrace__ctor_mA8C6FDA297B79C6D9D0CC97698E6DDB8C2B139BB (StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * __this, Exception_t * ___e0, int32_t ___skipFrames1, bool ___fNeedFileInfo2, const RuntimeMethod* method); // System.Diagnostics.StackFrame[] System.Diagnostics.StackTrace::get_trace(System.Exception,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* StackTrace_get_trace_m7E268880B99F044703C06F3171D9A14D4CD88EF3 (Exception_t * ___e0, int32_t ___skipFrames1, bool ___fNeedFileInfo2, const RuntimeMethod* method); // System.String System.Reflection.Assembly::GetAotId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Assembly_GetAotId_m0CCA26FC331B5ED86943BE7461377CE4282B7A3E (const RuntimeMethod* method); // System.Void System.Guid::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66 (Guid_t * __this, String_t* ___g0, const RuntimeMethod* method); // System.String System.Guid::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_mB4CBA020EEFAC3F6E828BB8A15E813F3680CEFAB (Guid_t * __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4 (const RuntimeMethod* method); // System.String System.Diagnostics.StackFrame::GetInternalMethodName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* StackFrame_GetInternalMethodName_m9ADAF843DD607AFE27375E971D4E73AA1C2004E7_inline (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * __this, const RuntimeMethod* method); // System.Int64 System.Diagnostics.StackFrame::GetMethodAddress() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t StackFrame_GetMethodAddress_m44EA365180CA3034E7DE1224EBFB1E2276D6FA8C_inline (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m3648BC8C77CEA688F3B90C7D79007CEDE85947E3 (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Void System.Diagnostics.StackTrace::GetFullNameForStackTrace(System.Text.StringBuilder,System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackTrace_GetFullNameForStackTrace_mB5F44F03311BCAFDF646EC7C1AE038C1677F24B4 (StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * __this, StringBuilder_t * ___sb0, MethodBase_t * ___mi1, const RuntimeMethod* method); // System.UInt32 System.Diagnostics.StackFrame::GetMethodIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t StackFrame_GetMethodIndex_m5B3272EC2CC6B7F4A0A80F66A8CDD530D50F2E63_inline (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.String System.Diagnostics.StackTrace::GetAotId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackTrace_GetAotId_mF7262F2D6BB34E07F746A589CC19AAC602AB5232 (const RuntimeMethod* method); // System.Boolean System.Diagnostics.StackTrace::AddFrames(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackTrace_AddFrames_mBD56A1B153272A84AC74D0C04E4BB0B11227EFB8 (StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskContinuation::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskContinuation__ctor_m45EB0CD0E7B5BCD8A08DE772D13C0D108E9439B8 (TaskContinuation_t7DB04E82749A3EF935DB28E54C213451D635E7C0 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.AsyncCausalityTracer::get_LoggingOn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsyncCausalityTracer_get_LoggingOn_mE0A03E121425371B1D1B65640172137C3B8EEA15 (const RuntimeMethod* method); // System.Int32 System.Threading.Tasks.Task::get_Id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_get_Id_m34DAC27D91939B78DCD73A26085505A0B4D7235C (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Delegate::get_Method() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Delegate_get_Method_m8C2479250311F4BEA75F013CD3045F5558DE2227 (Delegate_t * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.AsyncCausalityTracer::TraceOperationCreation(System.Threading.Tasks.CausalityTraceLevel,System.Int32,System.String,System.UInt64) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AsyncCausalityTracer_TraceOperationCreation_m3A018DC27992C4559B10283C06CC11513825898A (int32_t ___traceLevel0, int32_t ___taskId1, String_t* ___operationName2, uint64_t ___relatedContext3, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::AddToActiveTasks(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_AddToActiveTasks_m29D7B0C1AD029D86736A92EC7E36BE87209748FD (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsRanToCompletion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsRanToCompletion_m8DFA37869119617244BA82A09040A8495E031619 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsCanceled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsCanceled_m4D3446507B67CD13F0A7A50D0299105E2817FC66 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.AsyncCausalityTracer::TraceOperationRelation(System.Threading.Tasks.CausalityTraceLevel,System.Int32,System.Threading.Tasks.CausalityRelation) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AsyncCausalityTracer_TraceOperationRelation_m02292CC8909AD62A9B3292C224943E396AC1821E (int32_t ___traceLevel0, int32_t ___taskId1, int32_t ___relation2, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskContinuation::InlineIfPossibleOrElseQueue(System.Threading.Tasks.Task,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskContinuation_InlineIfPossibleOrElseQueue_m47E7CB75F767486FE96A533D91CDA3B784FAC596 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, bool ___needsProtection1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::ScheduleAndStart(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_ScheduleAndStart_m8B0BB3CA33030ADE7C6873A4F2CEEC7D50A070CB (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, bool ___needsProtection0, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::InternalCancel(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_InternalCancel_m7B57FC75E03B2466152070C8A27AB8B2CBF9B106 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, bool ___bCancelNonExecutingOnly0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.StateMachineAttribute::set_StateMachineType(System.Type) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StateMachineAttribute_set_StateMachineType_mB31433BE5C136EA7E067A8E64E68D226F25E4F2C_inline (StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3 * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) inline void Func_1__ctor_m2BD7C3973EB7E21F037D1B43D2F2A9D4B4958A4E (Func_1_tD7D981D1F0F29BA17268E18E39287102393D2EFD * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_1_tD7D981D1F0F29BA17268E18E39287102393D2EFD *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_1__ctor_m2A4FE889FB540EA198F7757D17DC2290461E5EE9_gshared)(__this, ___object0, ___method1, method); } // T System.Threading.LazyInitializer::EnsureInitialized(T&,System.Func`1) inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * LazyInitializer_EnsureInitialized_TisSemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_mCC18AE0944A61979DDB3F7913C826996A68BFDCD (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** ___target0, Func_1_tD7D981D1F0F29BA17268E18E39287102393D2EFD * ___valueFactory1, const RuntimeMethod* method) { return (( SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * (*) (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 **, Func_1_tD7D981D1F0F29BA17268E18E39287102393D2EFD *, const RuntimeMethod*))LazyInitializer_EnsureInitialized_TisRuntimeObject_m295572D278D9B41F229DFDF6B9ED0052DDAE0990_gshared)(___target0, ___valueFactory1, method); } // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.IAsyncResult System.IO.Stream::BeginReadInternal(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stream_BeginReadInternal_m23FDDADC5CF66EEBD8BC381723DD17827721E6C8 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___state4, bool ___serializeAsynchronously5, const RuntimeMethod* method); // System.Void System.IO.__Error::ReadNotSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __Error_ReadNotSupported_mCFAD02204B166938FF4C9C4BF4AD02A31F445EA1 (const RuntimeMethod* method); // System.IAsyncResult System.IO.Stream::BlockingBeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stream_BlockingBeginRead_m8C0038A96BB0594A8E807F1900EEA105181FA3B3 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method); // System.Threading.SemaphoreSlim System.IO.Stream::EnsureAsyncActiveSemaphoreInitialized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * Stream_EnsureAsyncActiveSemaphoreInitialized_mC9F8245D17221B5EDBF17BAA9C8D6B9DC300BF36 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method); // System.Threading.Tasks.Task System.Threading.SemaphoreSlim::WaitAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * SemaphoreSlim_WaitAsync_mCE7D6D3A6352F0A56CFFB5ECA7A9752DA0118656 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, const RuntimeMethod* method); // System.Void System.Threading.SemaphoreSlim::Wait() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim_Wait_mC2523D3863C050935B4C67790C4BED10C03A57DC (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92 (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92_gshared)(__this, ___object0, ___method1, method); } // System.Void System.IO.Stream/ReadWriteTask::.ctor(System.Boolean,System.Func`2,System.Object,System.IO.Stream,System.Byte[],System.Int32,System.Int32,System.AsyncCallback) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ReadWriteTask__ctor_m2A727ECC0A21D994DF047EA8D3A7AE1303AADB93 (ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * __this, bool ___isRead0, Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ___function1, RuntimeObject * ___state2, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer4, int32_t ___offset5, int32_t ___count6, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback7, const RuntimeMethod* method); // System.Void System.IO.Stream::RunReadWriteTaskWhenReady(System.Threading.Tasks.Task,System.IO.Stream/ReadWriteTask) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_RunReadWriteTaskWhenReady_mEDC3DA0D120DB04506B8A99A4B31A910B86ED376 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___asyncWaiter0, ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ___readWriteTask1, const RuntimeMethod* method); // System.Void System.IO.Stream::RunReadWriteTask(System.IO.Stream/ReadWriteTask) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_RunReadWriteTask_m55C5B2188A01613632A8D48C43507D54DB3E3474 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ___readWriteTask0, const RuntimeMethod* method); // System.Int32 System.IO.Stream::BlockingEndRead(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Stream_BlockingEndRead_mB38B3CCCEF9C94B34964DC16E1AD16110EB24FD5 (RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // System.Runtime.CompilerServices.TaskAwaiter`1 System.Threading.Tasks.Task`1::GetAwaiter() inline TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 Task_1_GetAwaiter_mCE77762B5BC443E380BAE24E7B55955C3D9996A3 (Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * __this, const RuntimeMethod* method) { return (( TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 (*) (Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 *, const RuntimeMethod*))Task_1_GetAwaiter_mCE77762B5BC443E380BAE24E7B55955C3D9996A3_gshared)(__this, method); } // TResult System.Runtime.CompilerServices.TaskAwaiter`1::GetResult() inline int32_t TaskAwaiter_1_GetResult_m765E3C665961F15E3EEC2471D5837A730DCA3846 (TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 * __this, const RuntimeMethod* method) { return (( int32_t (*) (TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 *, const RuntimeMethod*))TaskAwaiter_1_GetResult_m765E3C665961F15E3EEC2471D5837A730DCA3846_gshared)(__this, method); } // System.Int32 System.Threading.SemaphoreSlim::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SemaphoreSlim_Release_m219D3186074599681AF919E9F8AAE1EE6D23B538 (SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * __this, const RuntimeMethod* method); // System.IAsyncResult System.IO.Stream::BeginWriteInternal(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stream_BeginWriteInternal_m6E10CFBB26EA2684E63741E4FC3797C8A4B39F97 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___state4, bool ___serializeAsynchronously5, const RuntimeMethod* method); // System.Void System.IO.__Error::WriteNotSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __Error_WriteNotSupported_m739ECB5C6F53486B25DD6936837BE92DC0ED9FD3 (const RuntimeMethod* method); // System.IAsyncResult System.IO.Stream::BlockingBeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stream_BlockingBeginWrite_m8CD16656512664D6DAE3D3C282DC3751CC541D9B (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsCompleted_m7EF73EE6C4F400997345371FFB10137D8E9B4E1E (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) inline void Action_2__ctor_mF5BAD5A096500EC74F25D943B318D37A7E9B2772 (Action_2_tD95FEB0CD8C2141DE035440434C3769AA37151D4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_2_tD95FEB0CD8C2141DE035440434C3769AA37151D4 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_gshared)(__this, ___object0, ___method1, method); } // System.Tuple`2 System.Tuple::Create(T1,T2) inline Tuple_2_t057458B347B4C4FC1CAD126B9EC4D96CDA8E43DF * Tuple_Create_TisStream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_TisReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974_mD4880784E8CB4ACCC9369E4E51003229C6447BEE (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___item10, ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ___item21, const RuntimeMethod* method) { return (( Tuple_2_t057458B347B4C4FC1CAD126B9EC4D96CDA8E43DF * (*) (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 *, const RuntimeMethod*))Tuple_Create_TisRuntimeObject_TisRuntimeObject_mF386334EA2E5B5781A35A5D57F090EF2A1C6BAD0_gshared)(___item10, ___item21, method); } // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler::get_Default() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * TaskScheduler_get_Default_m3FAE18B08A620C75BF0256917EFB236D30AB6BCB_inline (const RuntimeMethod* method); // System.Threading.Tasks.Task System.Threading.Tasks.Task::ContinueWith(System.Action`2,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * Task_ContinueWith_m677069D586E45200AD48EA1913196665025B0866 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, Action_2_tD95FEB0CD8C2141DE035440434C3769AA37151D4 * ___continuationAction0, RuntimeObject * ___state1, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken2, int32_t ___continuationOptions3, TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___scheduler4, const RuntimeMethod* method); // System.Void System.IO.Stream::BlockingEndWrite(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_BlockingEndWrite_m9E404A6AE12FBCAE27CB3C2D9B189E394FFBA08B (RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // System.Void System.IO.Stream/SynchronousAsyncResult::.ctor(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronousAsyncResult__ctor_mD0C64DB3891A4BC800B1ECC2A85F34AFCC349D71 (SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6 * __this, int32_t ___bytesRead0, RuntimeObject * ___asyncStateObject1, const RuntimeMethod* method); // System.Void System.IO.Stream/SynchronousAsyncResult::.ctor(System.Exception,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronousAsyncResult__ctor_mFECAAEFC21820EC58C7A9153EEFA8DCCA1CA5A19 (SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6 * __this, Exception_t * ___ex0, RuntimeObject * ___asyncStateObject1, bool ___isWrite2, const RuntimeMethod* method); // System.Void System.AsyncCallback::Invoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCallback_Invoke_mFCCCB843AEC4B5B3FC89BCED2BA839783920EA47 (AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * __this, RuntimeObject* ___ar0, const RuntimeMethod* method); // System.Int32 System.IO.Stream/SynchronousAsyncResult::EndRead(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SynchronousAsyncResult_EndRead_m36C5AB4D55EBE1C79977D5225FAA855CEEE7F780 (RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // System.Void System.IO.Stream/SynchronousAsyncResult::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronousAsyncResult__ctor_m5DC5E1B381941988604A686E5E38BA98B4728406 (SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6 * __this, RuntimeObject * ___asyncStateObject0, const RuntimeMethod* method); // System.Void System.IO.Stream/SynchronousAsyncResult::EndWrite(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronousAsyncResult_EndWrite_mE063651D37F6632E62C43D9CE9D3B7E91032BD28 (RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // System.Void System.MarshalByRefObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByRefObject__ctor_m308FD08D73062FAC2316A55B752BBB5CF8BF02FE (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * __this, const RuntimeMethod* method); // System.Void System.IO.Stream/NullStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullStream__ctor_mFA63ABF4148249D970ED11C55C06EBED71F7464D (NullStream_tF4575099C488CADA8BB393D6D5A0876CF280E991 * __this, const RuntimeMethod* method); // System.Void System.IO.TextReader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextReader__ctor_m6DFFA45D57F3E5A8FA3995BB40A2BC765AB2795A (TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * __this, const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.IO.Stream,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_m7A12047C30320FCED89D1A02F1A0C26A66F65645 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, bool ___detectEncodingFromByteOrderMarks1, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E (const RuntimeMethod* method); // System.Int32 System.IO.StreamReader::get_DefaultBufferSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StreamReader_get_DefaultBufferSize_mC14A87BECDC8119DDDFF22DC09B85D1EFC1A55C1 (const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.IO.Stream,System.Text.Encoding,System.Boolean,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_m7EEB3FACD833B83A8164118ED26A0BF1FBBA6648 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding1, bool ___detectEncodingFromByteOrderMarks2, int32_t ___bufferSize3, bool ___leaveOpen4, const RuntimeMethod* method); // System.Void System.IO.StreamReader::Init(System.IO.Stream,System.Text.Encoding,System.Boolean,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader_Init_mB8F18F8A4143FBC9B180A42F78C015EBEAF06EC2 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding1, bool ___detectEncodingFromByteOrderMarks2, int32_t ___bufferSize3, bool ___leaveOpen4, const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_m00321B828AAE2C6423C64D185C1EC97E65EB13BA (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, String_t* ___path0, bool ___detectEncodingFromByteOrderMarks1, const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.String,System.Text.Encoding,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_mF173EBDEDEA325A2E40526683D2A66BCCBDC0964 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, String_t* ___path0, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding1, bool ___detectEncodingFromByteOrderMarks2, int32_t ___bufferSize3, const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.String,System.Text.Encoding,System.Boolean,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_mE09D83EF98C371C0175EF48CFC0D914395898353 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, String_t* ___path0, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding1, bool ___detectEncodingFromByteOrderMarks2, int32_t ___bufferSize3, bool ___checkHost4, const RuntimeMethod* method); // System.String System.IO.Path::GetFileName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFileName_m4CCFEEE8CA42DE16FCAF05D765EFB88E7086744A (String_t* ___path0, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.IO.FileOptions,System.String,System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_mA8AB9BCEDDF972CF5DB44B2F2B92F4157C0FE05C (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___bufferSize4, int32_t ___options5, String_t* ___msgPath6, bool ___bFromProxy7, bool ___useLongPath8, bool ___checkHost9, const RuntimeMethod* method); // System.Boolean System.IO.StreamReader::get_LeaveOpen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamReader_get_LeaveOpen_m9649693A4B697668741DA60C6E86AE5A2961697B (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, const RuntimeMethod* method); // System.Void System.IO.TextReader::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextReader_Dispose_m8DE39C6A752ADD06AFA4B0FC7B724720E2141F28 (TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void System.IO.__Error::ReaderClosed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __Error_ReaderClosed_m55C2449E2E6A32FEB99FCEACECCB5CCCFA30EA11 (const RuntimeMethod* method); // System.Void System.IO.StreamReader::CheckAsyncTaskInProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader_CheckAsyncTaskInProgress_m359EC995C843BE386911E97814487EC798C7FE13 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, const RuntimeMethod* method); // System.Int32 System.IO.StreamReader::ReadBuffer(System.Char[],System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StreamReader_ReadBuffer_m9C63AB559385B2FB1502E8B077847DD5EA142734 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___userBuffer0, int32_t ___userOffset1, int32_t ___desiredChars2, bool* ___readToUserBuffer3, const RuntimeMethod* method); // System.Boolean System.Buffer::InternalBlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97 (RuntimeArray * ___src0, int32_t ___srcOffsetBytes1, RuntimeArray * ___dst2, int32_t ___dstOffsetBytes3, int32_t ___byteCount4, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB (StringBuilder_t * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___value0, int32_t ___startIndex1, int32_t ___charCount2, const RuntimeMethod* method); // System.Void System.Text.UnicodeEncoding::.ctor(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnicodeEncoding__ctor_mE077368843CAFC47B2C4AFC3C771F5B51F3B8DD0 (UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68 * __this, bool ___bigEndian0, bool ___byteOrderMark1, const RuntimeMethod* method); // System.Void System.IO.StreamReader::CompressBuffer(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader_CompressBuffer_m3B99083F3496532B3C4506E06A0F6D54A54AAAC5 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, int32_t ___n0, const RuntimeMethod* method); // System.Void System.Text.UTF32Encoding::.ctor(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF32Encoding__ctor_m14256AFFBC3161122B0D13FDBBD2A90D0DE537D7 (UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014 * __this, bool ___bigEndian0, bool ___byteOrderMark1, const RuntimeMethod* method); // System.Boolean System.IO.StreamReader::IsPreamble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamReader_IsPreamble_m7C4F1C6FDB4B3CD1049EA4E891E36DD7CCAA100E (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, const RuntimeMethod* method); // System.Void System.IO.StreamReader::DetectEncoding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader_DetectEncoding_m44230E683F569C038A624A595994B6F5356E00F2 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, const RuntimeMethod* method); // System.Void System.IO.StreamReader/NullStreamReader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullStreamReader__ctor_m5219A1E485C0077AEAB5132198135CDAE2373A43 (NullStreamReader_tF7744A1240136221DD6D2B343F3E8430DB1DA838 * __this, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Serialization.SerializationInfoEnumerator::.ctor(System.String[],System.Object[],System.Type[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfoEnumerator__ctor_m9AF1928962436CAD758B039AD13669D4488C016C (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___members0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___info1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types2, int32_t ___numItems3, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ___members0; __this->set_m_members_0(L_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___info1; __this->set_m_data_1(L_1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_2 = ___types2; __this->set_m_types_2(L_2); int32_t L_3 = ___numItems3; __this->set_m_numItems_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); __this->set_m_currItem_4((-1)); __this->set_m_current_5((bool)0); return; } } // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m661034C94476113FEB5A3C98A5EA9456ACFA2E9F (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_currItem_4(); int32_t L_1 = __this->get_m_numItems_3(); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0025; } } { int32_t L_2 = __this->get_m_currItem_4(); __this->set_m_currItem_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); __this->set_m_current_5((bool)1); goto IL_002c; } IL_0025: { __this->set_m_current_5((bool)0); } IL_002c: { bool L_3 = __this->get_m_current_5(); return L_3; } } // System.Object System.Runtime.Serialization.SerializationInfoEnumerator::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfoEnumerator_System_Collections_IEnumerator_get_Current_m606616FDD695F205318B3AB2F4871679C3BB7EB2 (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_current_5(); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationInfoEnumerator_System_Collections_IEnumerator_get_Current_m606616FDD695F205318B3AB2F4871679C3BB7EB2_RuntimeMethod_var))); } IL_0018: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = __this->get_m_members_0(); int32_t L_4 = __this->get_m_currItem_4(); int32_t L_5 = L_4; String_t* L_6 = (L_3)->GetAtUnchecked(static_cast(L_5)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = __this->get_m_data_1(); int32_t L_8 = __this->get_m_currItem_4(); int32_t L_9 = L_8; RuntimeObject * L_10 = (L_7)->GetAtUnchecked(static_cast(L_9)); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_11 = __this->get_m_types_2(); int32_t L_12 = __this->get_m_currItem_4(); int32_t L_13 = L_12; Type_t * L_14 = (L_11)->GetAtUnchecked(static_cast(L_13)); SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E L_15; memset((&L_15), 0, sizeof(L_15)); SerializationEntry__ctor_mEB65E58DBA8F9BA3CC9E9D701F02CE67A1A8E68D((&L_15), L_6, L_10, L_14, /*hidden argument*/NULL); SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E L_16 = L_15; RuntimeObject * L_17 = Box(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_il2cpp_TypeInfo_var, &L_16); return L_17; } } // System.Runtime.Serialization.SerializationEntry System.Runtime.Serialization.SerializationInfoEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E SerializationInfoEnumerator_get_Current_mD46A02033DA35A55D982FB2B3DD56CE56FDFB314 (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_current_5(); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationInfoEnumerator_get_Current_mD46A02033DA35A55D982FB2B3DD56CE56FDFB314_RuntimeMethod_var))); } IL_0018: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = __this->get_m_members_0(); int32_t L_4 = __this->get_m_currItem_4(); int32_t L_5 = L_4; String_t* L_6 = (L_3)->GetAtUnchecked(static_cast(L_5)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = __this->get_m_data_1(); int32_t L_8 = __this->get_m_currItem_4(); int32_t L_9 = L_8; RuntimeObject * L_10 = (L_7)->GetAtUnchecked(static_cast(L_9)); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_11 = __this->get_m_types_2(); int32_t L_12 = __this->get_m_currItem_4(); int32_t L_13 = L_12; Type_t * L_14 = (L_11)->GetAtUnchecked(static_cast(L_13)); SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E L_15; memset((&L_15), 0, sizeof(L_15)); SerializationEntry__ctor_mEB65E58DBA8F9BA3CC9E9D701F02CE67A1A8E68D((&L_15), L_6, L_10, L_14, /*hidden argument*/NULL); return L_15; } } // System.Void System.Runtime.Serialization.SerializationInfoEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfoEnumerator_Reset_m9FADEDE71FB54AFB9E0C782EF17C1BFCC22DFEE9 (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method) { { __this->set_m_currItem_4((-1)); __this->set_m_current_5((bool)0); return; } } // System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfoEnumerator_get_Name_m77C59B00E71ADDFA65D08FE52BE16D4D0E4A2480 (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_current_5(); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationInfoEnumerator_get_Name_m77C59B00E71ADDFA65D08FE52BE16D4D0E4A2480_RuntimeMethod_var))); } IL_0018: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = __this->get_m_members_0(); int32_t L_4 = __this->get_m_currItem_4(); int32_t L_5 = L_4; String_t* L_6 = (L_3)->GetAtUnchecked(static_cast(L_5)); return L_6; } } // System.Object System.Runtime.Serialization.SerializationInfoEnumerator::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfoEnumerator_get_Value_mAF4DAA489771E490363C55CCF00FB44BC26964AA (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_current_5(); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationInfoEnumerator_get_Value_mAF4DAA489771E490363C55CCF00FB44BC26964AA_RuntimeMethod_var))); } IL_0018: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = __this->get_m_data_1(); int32_t L_4 = __this->get_m_currItem_4(); int32_t L_5 = L_4; RuntimeObject * L_6 = (L_3)->GetAtUnchecked(static_cast(L_5)); return L_6; } } // System.Type System.Runtime.Serialization.SerializationInfoEnumerator::get_ObjectType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SerializationInfoEnumerator_get_ObjectType_m3D0629A8404BFE36E8673D86EA371D8B2718DAC4 (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_current_5(); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationInfoEnumerator_get_ObjectType_m3D0629A8404BFE36E8673D86EA371D8B2718DAC4_RuntimeMethod_var))); } IL_0018: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = __this->get_m_types_2(); int32_t L_4 = __this->get_m_currItem_4(); int32_t L_5 = L_4; Type_t * L_6 = (L_3)->GetAtUnchecked(static_cast(L_5)); return L_6; } } #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.Runtime.Serialization.SerializationObjectManager::.ctor(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationObjectManager__ctor_m5E67F2F31E23FE0EE2FD143BE293B0F61A63957C (SerializationObjectManager_tAFED170719CB3FFDB1C60D3686DC22652E907042 * __this, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_0, /*hidden argument*/NULL); __this->set_m_objectSeenTable_0(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context0; __this->set_m_context_2(L_1); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_2, /*hidden argument*/NULL); __this->set_m_objectSeenTable_0(L_2); return; } } // System.Void System.Runtime.Serialization.SerializationObjectManager::RegisterObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationObjectManager_RegisterObject_mCD6A9ADA4104A557328370C287535E93B6895B06 (SerializationObjectManager_tAFED170719CB3FFDB1C60D3686DC22652E907042 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var); SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * L_2; L_2 = SerializationEventsCache_GetSerializationEventsForType_m30C850151B947349C476FFC773EED0D28A3696E4(L_1, /*hidden argument*/NULL); V_0 = L_2; SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * L_3 = V_0; bool L_4; L_4 = SerializationEvents_get_HasOnSerializingEvents_m2E78CCE16651EDBD792FF5177C8EE95DBA42C012(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0048; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5 = __this->get_m_objectSeenTable_0(); RuntimeObject * L_6 = ___obj0; RuntimeObject * L_7; L_7 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_5, L_6); if (L_7) { goto IL_0048; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8 = __this->get_m_objectSeenTable_0(); RuntimeObject * L_9 = ___obj0; bool L_10 = ((bool)1); RuntimeObject * L_11 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_10); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_8, L_9, L_11); SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * L_12 = V_0; RuntimeObject * L_13 = ___obj0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_14 = __this->get_m_context_2(); SerializationEvents_InvokeOnSerializing_m1B4BABB1B0FA9A95E4A57C2FEFEA0ED5D15E7241(L_12, L_13, L_14, /*hidden argument*/NULL); RuntimeObject * L_15 = ___obj0; SerializationObjectManager_AddOnSerialized_mE4A22E0757BFF74922CAD0070AC6FBEC61A1C523(__this, L_15, /*hidden argument*/NULL); } IL_0048: { return; } } // System.Void System.Runtime.Serialization.SerializationObjectManager::RaiseOnSerializedEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationObjectManager_RaiseOnSerializedEvent_mBB65CFAB62FDA993BFEB3504DA21C6B88CC8FB05 (SerializationObjectManager_tAFED170719CB3FFDB1C60D3686DC22652E907042 * __this, const RuntimeMethod* method) { { SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_0 = __this->get_m_onSerializedHandler_1(); if (!L_0) { goto IL_0019; } } { SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_1 = __this->get_m_onSerializedHandler_1(); StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_2 = __this->get_m_context_2(); SerializationEventHandler_Invoke_m8C14BB651E92C0CD0724ED245340E24658EDC51B(L_1, L_2, /*hidden argument*/NULL); } IL_0019: { return; } } // System.Void System.Runtime.Serialization.SerializationObjectManager::AddOnSerialized(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationObjectManager_AddOnSerialized_mE4A22E0757BFF74922CAD0070AC6FBEC61A1C523 (SerializationObjectManager_tAFED170719CB3FFDB1C60D3686DC22652E907042 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SerializationEventsCache_tCEBB37248E851B3EF73D8D34579E1318DFEF7EA6_il2cpp_TypeInfo_var); SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * L_2; L_2 = SerializationEventsCache_GetSerializationEventsForType_m30C850151B947349C476FFC773EED0D28A3696E4(L_1, /*hidden argument*/NULL); V_0 = L_2; SerializationEvents_tAFEEA39AD3C02ACB44BDFD986CBD54DAC332A7E8 * L_3 = V_0; RuntimeObject * L_4 = ___obj0; SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_5 = __this->get_m_onSerializedHandler_1(); SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * L_6; L_6 = SerializationEvents_AddOnSerialized_mA43E45D3E49F58DB7EC4FEA88B278059CF997A67(L_3, L_4, L_5, /*hidden argument*/NULL); __this->set_m_onSerializedHandler_1(L_6); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.ServerContextTerminatorSink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ServerContextTerminatorSink_SyncProcessMessage_mFB322226E57BF9A1433C4571572F69AC1AF48A30 (ServerContextTerminatorSink_tF81B52ADB90680F07EDA7E0078AEB525E500A1E7 * __this, RuntimeObject* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___msg0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_0, IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7_il2cpp_TypeInfo_var))) { goto IL_0014; } } { RuntimeObject* L_1 = ___msg0; RuntimeObject* L_2; L_2 = ActivationServices_CreateInstanceFromMessage_m0F5491BCC1F887B9D964E7018632087DF9BCE622(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } IL_0014: { RuntimeObject* L_3 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_4; L_4 = RemotingServices_GetMessageTargetIdentity_m0BE53DC180F8AEBD59A1A498BA4F5BC4BE187769(L_3, /*hidden argument*/NULL); RuntimeObject* L_5 = ___msg0; RuntimeObject* L_6; L_6 = VirtFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.ServerIdentity::SyncObjectProcessMessage(System.Runtime.Remoting.Messaging.IMessage) */, ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)CastclassClass((RuntimeObject*)L_4, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var)), L_5); return L_6; } } // System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.ServerContextTerminatorSink::AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ServerContextTerminatorSink_AsyncProcessMessage_m425453D60E02CE0240DD347BFB0A88582220F5AC (ServerContextTerminatorSink_tF81B52ADB90680F07EDA7E0078AEB525E500A1E7 * __this, RuntimeObject* ___msg0, RuntimeObject* ___replySink1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_1; L_1 = RemotingServices_GetMessageTargetIdentity_m0BE53DC180F8AEBD59A1A498BA4F5BC4BE187769(L_0, /*hidden argument*/NULL); RuntimeObject* L_2 = ___msg0; RuntimeObject* L_3 = ___replySink1; RuntimeObject* L_4; L_4 = VirtFuncInvoker2< RuntimeObject*, RuntimeObject*, RuntimeObject* >::Invoke(7 /* System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.ServerIdentity::AsyncObjectProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) */, ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)CastclassClass((RuntimeObject*)L_1, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var)), L_2, L_3); return L_4; } } // System.Void System.Runtime.Remoting.Messaging.ServerContextTerminatorSink::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerContextTerminatorSink__ctor_m0181EC821A65C7C11191A6EB7B0995148AA17024 (ServerContextTerminatorSink_tF81B52ADB90680F07EDA7E0078AEB525E500A1E7 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.ServerIdentity::.ctor(System.String,System.Runtime.Remoting.Contexts.Context,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerIdentity__ctor_m9E44F1B908070031C768EFE2AE3DCC1681269A63 (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, String_t* ___objectUri0, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ___context1, Type_t * ___objectType2, const RuntimeMethod* method) { { String_t* L_0 = ___objectUri0; Identity__ctor_mDE97546186596A4BAEF58B596246F970735117CB(__this, L_0, /*hidden argument*/NULL); Type_t * L_1 = ___objectType2; __this->set__objectType_7(L_1); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_2 = ___context1; __this->set__context_10(L_2); return; } } // System.Type System.Runtime.Remoting.ServerIdentity::get_ObjectType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ServerIdentity_get_ObjectType_mB0EE92B26B7633D1F75EBEAB033319F380D5516B (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__objectType_7(); return L_0; } } // System.Void System.Runtime.Remoting.ServerIdentity::StartTrackingLifetime(System.Runtime.Remoting.Lifetime.ILease) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerIdentity_StartTrackingLifetime_mCEFE3E49903AA60D92D42235FC6782D6A75B8DBE (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, RuntimeObject* ___lease0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Lease_tA878061ECC9A466127F00ACF5568EAB267E05641_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___lease0; if (!L_0) { goto IL_000e; } } { RuntimeObject* L_1 = ___lease0; int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Runtime.Remoting.Lifetime.LeaseState System.Runtime.Remoting.Lifetime.ILease::get_CurrentState() */, ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959_il2cpp_TypeInfo_var, L_1); if (L_2) { goto IL_000e; } } { ___lease0 = (RuntimeObject*)NULL; } IL_000e: { RuntimeObject* L_3 = ___lease0; if (!L_3) { goto IL_0032; } } { RuntimeObject* L_4 = ___lease0; if (((Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 *)IsInstClass((RuntimeObject*)L_4, Lease_tA878061ECC9A466127F00ACF5568EAB267E05641_il2cpp_TypeInfo_var))) { goto IL_0020; } } { Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * L_5 = (Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 *)il2cpp_codegen_object_new(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641_il2cpp_TypeInfo_var); Lease__ctor_m45CCE06FE50F306E1572C572FA3158D5F029E5B5(L_5, /*hidden argument*/NULL); ___lease0 = L_5; } IL_0020: { RuntimeObject* L_6 = ___lease0; __this->set__lease_11(((Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 *)CastclassClass((RuntimeObject*)L_6, Lease_tA878061ECC9A466127F00ACF5568EAB267E05641_il2cpp_TypeInfo_var))); IL2CPP_RUNTIME_CLASS_INIT(LifetimeServices_tF0C101B662D7B7A3481C924BC01E1623C1AFF6E4_il2cpp_TypeInfo_var); LifetimeServices_TrackLifetime_m3E590BDD2F806DDC284513B3FEC607326047A764(__this, /*hidden argument*/NULL); } IL_0032: { return; } } // System.Void System.Runtime.Remoting.ServerIdentity::OnLifetimeExpired() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerIdentity_OnLifetimeExpired_mD2096F3E9D7C5237427B993849160DFBFC660F4B (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, const RuntimeMethod* method) { { ServerIdentity_DisposeServerObject_m9187E836E0880B34CFA0336299CB11A5C79C89BF(__this, /*hidden argument*/NULL); return; } } // System.Runtime.Remoting.ObjRef System.Runtime.Remoting.ServerIdentity::CreateObjRef(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * ServerIdentity_CreateObjRef_m238E9E8A573EC9EF3C2AFFDC436BFBAF32D3679F (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, Type_t * ___requestedType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnvoyInfo_t08D466663AC843177F6D13F924558D6519BF500E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_0 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__objRef_5(); if (!L_0) { goto IL_001a; } } { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_1 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__objRef_5(); ObjRef_UpdateChannelInfo_mF91F4B87515A397946093A9847E8CF33A9653D76(L_1, /*hidden argument*/NULL); ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_2 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__objRef_5(); return L_2; } IL_001a: { Type_t * L_3 = ___requestedType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_002b; } } { Type_t * L_5 = __this->get__objectType_7(); ___requestedType0 = L_5; } IL_002b: { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_6 = (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 *)il2cpp_codegen_object_new(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_il2cpp_TypeInfo_var); ObjRef__ctor_m20DA91DCBDE2BA99F0E6485D425D1C602E426627(L_6, /*hidden argument*/NULL); ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->set__objRef_5(L_6); ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_7 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__objRef_5(); Type_t * L_8 = ___requestedType0; TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46 * L_9 = (TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46 *)il2cpp_codegen_object_new(TypeInfo_t78759231E8CBE4651477B12B4D57399542F4FB46_il2cpp_TypeInfo_var); TypeInfo__ctor_mA0AB2819AE1E0798996429146A3E99E16CB27ACD(L_9, L_8, /*hidden argument*/NULL); VirtActionInvoker1< RuntimeObject* >::Invoke(10 /* System.Void System.Runtime.Remoting.ObjRef::set_TypeInfo(System.Runtime.Remoting.IRemotingTypeInfo) */, L_7, L_9); ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_10 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__objRef_5(); String_t* L_11 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__objectUri_0(); VirtActionInvoker1< String_t* >::Invoke(12 /* System.Void System.Runtime.Remoting.ObjRef::set_URI(System.String) */, L_10, L_11); RuntimeObject* L_12 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__envoySink_2(); if (!L_12) { goto IL_0083; } } { RuntimeObject* L_13 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__envoySink_2(); if (((EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC *)IsInstClass((RuntimeObject*)L_13, EnvoyTerminatorSink_t144F234143A6FE1754612AC4F426888602896FBC_il2cpp_TypeInfo_var))) { goto IL_0083; } } { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_14 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__objRef_5(); RuntimeObject* L_15 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__envoySink_2(); EnvoyInfo_t08D466663AC843177F6D13F924558D6519BF500E * L_16 = (EnvoyInfo_t08D466663AC843177F6D13F924558D6519BF500E *)il2cpp_codegen_object_new(EnvoyInfo_t08D466663AC843177F6D13F924558D6519BF500E_il2cpp_TypeInfo_var); EnvoyInfo__ctor_m449A2302A21B60C249F47DB002245321079BA885(L_16, L_15, /*hidden argument*/NULL); VirtActionInvoker1< RuntimeObject* >::Invoke(8 /* System.Void System.Runtime.Remoting.ObjRef::set_EnvoyInfo(System.Runtime.Remoting.IEnvoyInfo) */, L_14, L_16); } IL_0083: { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_17 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->get__objRef_5(); return L_17; } } // System.Void System.Runtime.Remoting.ServerIdentity::AttachServerObject(System.MarshalByRefObject,System.Runtime.Remoting.Contexts.Context) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerIdentity_AttachServerObject_m29AD161E5EA701E968D98813497A3A2F3C5CB0E7 (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___serverObject0, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * V_0 = NULL; { ServerIdentity_DisposeServerObject_m9187E836E0880B34CFA0336299CB11A5C79C89BF(__this, /*hidden argument*/NULL); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_0 = ___context1; __this->set__context_10(L_0); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_1 = ___serverObject0; __this->set__serverObject_8(L_1); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_2 = ___serverObject0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); bool L_3; L_3 = RemotingServices_IsTransparentProxy_m8BDBC7A18E514FD324215096D24234147C78897C(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0033; } } { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_4 = ___serverObject0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_5; L_5 = RemotingServices_GetRealProxy_mFCB1900298F8E18FFF3FE08180B53760DFD5F86E(L_4, /*hidden argument*/NULL); V_0 = L_5; RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_6 = V_0; Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_7; L_7 = RealProxy_get_ObjectIdentity_m408FE9B22C1CE7E38F5C6FE49310C121900481A8_inline(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0059; } } { RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_8 = V_0; RealProxy_set_ObjectIdentity_mD383787A6A08E98E893004DFF8C30180E20F1E74_inline(L_8, __this, /*hidden argument*/NULL); return; } IL_0033: { Type_t * L_9 = __this->get__objectType_7(); bool L_10; L_10 = Type_get_IsContextful_m7DDC58AEE9F7589074A19E201DFEE1286D6F3221(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_004d; } } { Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_11 = ___context1; MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_12 = ___serverObject0; RuntimeObject* L_13; L_13 = Context_CreateEnvoySink_m55C0EB429F5680782D813E881E9B8527D9E76D3E(L_11, L_12, /*hidden argument*/NULL); ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)__this)->set__envoySink_2(L_13); } IL_004d: { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_14 = __this->get__serverObject_8(); MarshalByRefObject_set_ObjectIdentity_mCACE06B8F4AB87C4A42B1ABBFF287477DF108859(L_14, __this, /*hidden argument*/NULL); } IL_0059: { return; } } // System.Runtime.Remoting.Lifetime.Lease System.Runtime.Remoting.ServerIdentity::get_Lease() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * ServerIdentity_get_Lease_mBDFB8BA73DD8C2656D053C579F9F1DE9D6EB5790 (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, const RuntimeMethod* method) { { Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * L_0 = __this->get__lease_11(); return L_0; } } // System.Runtime.Remoting.Contexts.Context System.Runtime.Remoting.ServerIdentity::get_Context() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ServerIdentity_get_Context_m0F40A7242C5CD1BCBD6884D87986C0AC56A69C19 (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, const RuntimeMethod* method) { { Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_0 = __this->get__context_10(); return L_0; } } // System.Void System.Runtime.Remoting.ServerIdentity::set_Context(System.Runtime.Remoting.Contexts.Context) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerIdentity_set_Context_m13381F8B0FEEBA36D4CF2244D8A36E4BF8BDD2E1 (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ___value0, const RuntimeMethod* method) { { Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_0 = ___value0; __this->set__context_10(L_0); return; } } // System.Void System.Runtime.Remoting.ServerIdentity::DisposeServerObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerIdentity_DisposeServerObject_m9187E836E0880B34CFA0336299CB11A5C79C89BF (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackingServices_tE9FED3B66D252F90D53A326F5A889DB465F2E474_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_0 = __this->get__serverObject_8(); if (!L_0) { goto IL_002d; } } { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_1 = __this->get__serverObject_8(); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_2 = __this->get__serverObject_8(); MarshalByRefObject_set_ObjectIdentity_mCACE06B8F4AB87C4A42B1ABBFF287477DF108859(L_2, (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)NULL, /*hidden argument*/NULL); __this->set__serverObject_8((MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 *)NULL); __this->set__serverSink_9((RuntimeObject*)NULL); IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_tE9FED3B66D252F90D53A326F5A889DB465F2E474_il2cpp_TypeInfo_var); TrackingServices_NotifyDisconnectedObject_m63691EDE2BEB14433BEF1C32BF91FB99EC7BB7B1(L_1, /*hidden argument*/NULL); } IL_002d: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Messaging.ServerObjectReplySink::.ctor(System.Runtime.Remoting.ServerIdentity,System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerObjectReplySink__ctor_mFADB54289E7398E0BC4FEF44A295D79D40B7155F (ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63 * __this, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * ___identity0, RuntimeObject* ___replySink1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___replySink1; __this->set__replySink_0(L_0); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_1 = ___identity0; __this->set__identity_1(L_1); return; } } // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.ServerObjectReplySink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ServerObjectReplySink_SyncProcessMessage_mCAD8F1E0D764B8A9A367B78F851374E21B5091E6 (ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63 * __this, RuntimeObject* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_0 = __this->get__identity_1(); RuntimeObject* L_1 = ___msg0; Identity_NotifyServerDynamicSinks_m80910AC761EE2B9A363B568BE21A99EEBE89EFE3(L_0, (bool)0, L_1, (bool)1, (bool)1, /*hidden argument*/NULL); RuntimeObject* L_2 = __this->get__replySink_0(); RuntimeObject* L_3 = ___msg0; RuntimeObject* L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.IMessageSink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) */, IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var, L_2, L_3); return L_4; } } // System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.ServerObjectReplySink::AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ServerObjectReplySink_AsyncProcessMessage_m1B2CDB6F50BFB9F8D93C8FB304EB3FE2031546DE (ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63 * __this, RuntimeObject* ___msg0, RuntimeObject* ___replySink1, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServerObjectReplySink_AsyncProcessMessage_m1B2CDB6F50BFB9F8D93C8FB304EB3FE2031546DE_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink::.ctor(System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerObjectTerminatorSink__ctor_mA4FBFE1EC6CE85E061382EF82BFD2462781F51F7 (ServerObjectTerminatorSink_t903831C8E5FC8C991C82B539937F878ECD96CB9F * __this, RuntimeObject* ___nextSink0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___nextSink0; __this->set__nextSink_0(L_0); return; } } // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ServerObjectTerminatorSink_SyncProcessMessage_mD78D3F9770B58EDC331F1589D9836255BB3E3155 (ServerObjectTerminatorSink_t903831C8E5FC8C991C82B539937F878ECD96CB9F * __this, RuntimeObject* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * V_0 = NULL; { RuntimeObject* L_0 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_1; L_1 = RemotingServices_GetMessageTargetIdentity_m0BE53DC180F8AEBD59A1A498BA4F5BC4BE187769(L_0, /*hidden argument*/NULL); V_0 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)CastclassClass((RuntimeObject*)L_1, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var)); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_2 = V_0; RuntimeObject* L_3 = ___msg0; Identity_NotifyServerDynamicSinks_m80910AC761EE2B9A363B568BE21A99EEBE89EFE3(L_2, (bool)1, L_3, (bool)0, (bool)0, /*hidden argument*/NULL); RuntimeObject* L_4 = __this->get__nextSink_0(); RuntimeObject* L_5 = ___msg0; RuntimeObject* L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.IMessageSink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) */, IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var, L_4, L_5); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_7 = V_0; RuntimeObject* L_8 = ___msg0; Identity_NotifyServerDynamicSinks_m80910AC761EE2B9A363B568BE21A99EEBE89EFE3(L_7, (bool)0, L_8, (bool)0, (bool)0, /*hidden argument*/NULL); return L_6; } } // System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink::AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ServerObjectTerminatorSink_AsyncProcessMessage_mAF425EBBE284915A7358ECA82DC4AD51C40A8A76 (ServerObjectTerminatorSink_t903831C8E5FC8C991C82B539937F878ECD96CB9F * __this, RuntimeObject* ___msg0, RuntimeObject* ___replySink1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * V_0 = NULL; RuntimeObject* G_B5_0 = NULL; RuntimeObject* G_B4_0 = NULL; { RuntimeObject* L_0 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_1; L_1 = RemotingServices_GetMessageTargetIdentity_m0BE53DC180F8AEBD59A1A498BA4F5BC4BE187769(L_0, /*hidden argument*/NULL); V_0 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)CastclassClass((RuntimeObject*)L_1, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var)); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_2 = V_0; bool L_3; L_3 = Identity_get_HasServerDynamicSinks_m3B91A13616D8F44F4CCBC7B76D3B23FE0CD49ED0(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002a; } } { ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_4 = V_0; RuntimeObject* L_5 = ___msg0; Identity_NotifyServerDynamicSinks_m80910AC761EE2B9A363B568BE21A99EEBE89EFE3(L_4, (bool)1, L_5, (bool)0, (bool)1, /*hidden argument*/NULL); RuntimeObject* L_6 = ___replySink1; if (!L_6) { goto IL_002a; } } { ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_7 = V_0; RuntimeObject* L_8 = ___replySink1; ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63 * L_9 = (ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63 *)il2cpp_codegen_object_new(ServerObjectReplySink_t94EE4DA566EC9B43FDBB9508D4AE01D2C6633C63_il2cpp_TypeInfo_var); ServerObjectReplySink__ctor_mFADB54289E7398E0BC4FEF44A295D79D40B7155F(L_9, L_7, L_8, /*hidden argument*/NULL); ___replySink1 = L_9; } IL_002a: { RuntimeObject* L_10 = __this->get__nextSink_0(); RuntimeObject* L_11 = ___msg0; RuntimeObject* L_12 = ___replySink1; RuntimeObject* L_13; L_13 = InterfaceFuncInvoker2< RuntimeObject*, RuntimeObject*, RuntimeObject* >::Invoke(1 /* System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.IMessageSink::AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) */, IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var, L_10, L_11, L_12); RuntimeObject* L_14 = ___replySink1; G_B4_0 = L_13; if (L_14) { G_B5_0 = L_13; goto IL_0044; } } { ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_15 = V_0; RuntimeObject* L_16 = ___msg0; Identity_NotifyServerDynamicSinks_m80910AC761EE2B9A363B568BE21A99EEBE89EFE3(L_15, (bool)0, L_16, (bool)1, (bool)1, /*hidden argument*/NULL); G_B5_0 = G_B4_0; } IL_0044: { return G_B5_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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 Mono.Globalization.Unicode.SimpleCollator::.ctor(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator__ctor_m8B6EB6C1918971E2B29E4B2E646C2F28C01D3B97 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * V_0 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_1 = NULL; ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* V_2 = NULL; int32_t V_3 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_4 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_5 = NULL; int32_t V_6 = 0; Il2CppChar V_7 = 0x0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_8 = NULL; Il2CppChar V_9 = 0x0; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___culture0; int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_0); __this->set_lcid_11(L_1); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2 = ___culture0; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_3; L_3 = VirtFuncInvoker0< TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_2); __this->set_textInfo_2(L_3); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4 = ___culture0; CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** L_5 = __this->get_address_of_cjkIndexer_3(); uint8_t** L_6 = __this->get_address_of_cjkCatTable_7(); uint8_t** L_7 = __this->get_address_of_cjkLv1Table_8(); CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** L_8 = __this->get_address_of_cjkLv2Indexer_10(); uint8_t** L_9 = __this->get_address_of_cjkLv2Table_9(); SimpleCollator_SetCJKTable_m999CA4A5CFF432FC54610106514E1477EDF47EB7(__this, L_4, (CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 **)L_5, (uint8_t**)L_6, (uint8_t**)L_7, (CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 **)L_8, (uint8_t**)L_9, /*hidden argument*/NULL); V_0 = (TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A *)NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10 = ___culture0; V_1 = L_10; goto IL_005f; } IL_0049: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11 = V_1; int32_t L_12; L_12 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_11); IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * L_13; L_13 = MSCompatUnicodeTable_GetTailoringInfo_m8D9B710142C6EAD9DAB8930DCBB730E9D7A4C8FA(L_12, /*hidden argument*/NULL); V_0 = L_13; TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * L_14 = V_0; if (L_14) { goto IL_0069; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15 = V_1; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_16; L_16 = VirtFuncInvoker0< CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(9 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_15); V_1 = L_16; } IL_005f: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_17 = V_1; int32_t L_18; L_18 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_17); if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)127))))) { goto IL_0049; } } IL_0069: { TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * L_19 = V_0; if (L_19) { goto IL_0074; } } { IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * L_20; L_20 = MSCompatUnicodeTable_GetTailoringInfo_m8D9B710142C6EAD9DAB8930DCBB730E9D7A4C8FA(((int32_t)127), /*hidden argument*/NULL); V_0 = L_20; } IL_0074: { TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * L_21 = V_0; bool L_22 = L_21->get_FrenchSort_3(); __this->set_frenchSort_12(L_22); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_23 = ___culture0; TailoringInfo_t4758E387C3F277F71A15B53A99782DD712EF654A * L_24 = V_0; ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B** L_25 = __this->get_address_of_contractions_4(); Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF** L_26 = __this->get_address_of_level2Maps_5(); IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); MSCompatUnicodeTable_BuildTailoringTables_m79BD97D08B464BA28B08624B7E217C4CED9A15EF(L_23, L_24, (ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B**)L_25, (Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF**)L_26, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)96)); __this->set_unsafeFlags_6(L_27); ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_28 = __this->get_contractions_4(); V_2 = L_28; V_3 = 0; goto IL_0101; } IL_00ab: { ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_29 = V_2; int32_t L_30 = V_3; int32_t L_31 = L_30; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_32 = (L_29)->GetAtUnchecked(static_cast(L_31)); V_4 = L_32; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_33 = V_4; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_34 = L_33->get_Source_1(); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))) <= ((int32_t)1))) { goto IL_00fd; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_35 = V_4; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_36 = L_35->get_Source_1(); V_5 = L_36; V_6 = 0; goto IL_00f5; } IL_00ca: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_37 = V_5; int32_t L_38 = V_6; int32_t L_39 = L_38; uint16_t L_40 = (uint16_t)(L_37)->GetAtUnchecked(static_cast(L_39)); V_7 = L_40; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = __this->get_unsafeFlags_6(); Il2CppChar L_42 = V_7; uint8_t* L_43 = ((L_41)->GetAddressAtUnchecked(static_cast(((int32_t)((int32_t)L_42/(int32_t)8))))); int32_t L_44 = *((uint8_t*)L_43); Il2CppChar L_45 = V_7; *((int8_t*)L_43) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_44|(int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_45&(int32_t)7))&(int32_t)((int32_t)31))))))))))); int32_t L_46 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_00f5: { int32_t L_47 = V_6; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_48 = V_5; if ((((int32_t)L_47) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))) { goto IL_00ca; } } IL_00fd: { int32_t L_49 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_0101: { int32_t L_50 = V_3; ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_51 = V_2; if ((((int32_t)L_50) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))))) { goto IL_00ab; } } { int32_t L_52 = __this->get_lcid_11(); if ((((int32_t)L_52) == ((int32_t)((int32_t)127)))) { goto IL_017c; } } { IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * L_53 = ((SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var))->get_invariant_1(); ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_54 = L_53->get_contractions_4(); V_2 = L_54; V_3 = 0; goto IL_0176; } IL_0120: { ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_55 = V_2; int32_t L_56 = V_3; int32_t L_57 = L_56; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_58 = (L_55)->GetAtUnchecked(static_cast(L_57)); V_8 = L_58; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_59 = V_8; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_60 = L_59->get_Source_1(); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_60)->max_length)))) <= ((int32_t)1))) { goto IL_0172; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_61 = V_8; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_62 = L_61->get_Source_1(); V_5 = L_62; V_6 = 0; goto IL_016a; } IL_013f: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_63 = V_5; int32_t L_64 = V_6; int32_t L_65 = L_64; uint16_t L_66 = (uint16_t)(L_63)->GetAtUnchecked(static_cast(L_65)); V_9 = L_66; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = __this->get_unsafeFlags_6(); Il2CppChar L_68 = V_9; uint8_t* L_69 = ((L_67)->GetAddressAtUnchecked(static_cast(((int32_t)((int32_t)L_68/(int32_t)8))))); int32_t L_70 = *((uint8_t*)L_69); Il2CppChar L_71 = V_9; *((int8_t*)L_69) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_70|(int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_71&(int32_t)7))&(int32_t)((int32_t)31))))))))))); int32_t L_72 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); } IL_016a: { int32_t L_73 = V_6; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_74 = V_5; if ((((int32_t)L_73) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_74)->max_length)))))) { goto IL_013f; } } IL_0172: { int32_t L_75 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); } IL_0176: { int32_t L_76 = V_3; ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_77 = V_2; if ((((int32_t)L_76) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_77)->max_length)))))) { goto IL_0120; } } IL_017c: { return; } } // System.Void Mono.Globalization.Unicode.SimpleCollator::SetCJKTable(System.Globalization.CultureInfo,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_SetCJKTable_m999CA4A5CFF432FC54610106514E1477EDF47EB7 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** ___lv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___culture0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = SimpleCollator_GetNeutralCulture_m320C60D109CF0F7C7DBB47063497B1274AA59FD7(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_1); CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** L_3 = ___cjkIndexer1; uint8_t** L_4 = ___catTable2; uint8_t** L_5 = ___lv1Table3; CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 ** L_6 = ___lv2Indexer4; uint8_t** L_7 = ___lv2Table5; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); MSCompatUnicodeTable_FillCJK_mFFFE04AD8BD3C2645B62F932B66C98F52EFABECD(L_2, (CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 **)L_3, (uint8_t**)L_4, (uint8_t**)L_5, (CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 **)L_6, (uint8_t**)L_7, /*hidden argument*/NULL); return; } } // System.Globalization.CultureInfo Mono.Globalization.Unicode.SimpleCollator::GetNeutralCulture(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * SimpleCollator_GetNeutralCulture_m320C60D109CF0F7C7DBB47063497B1274AA59FD7 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___info0, const RuntimeMethod* method) { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_0 = NULL; { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___info0; V_0 = L_0; goto IL_000b; } IL_0004: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = VirtFuncInvoker0< CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(9 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_1); V_0 = L_2; } IL_000b: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_3 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = VirtFuncInvoker0< CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(9 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_3); if (!L_4) { goto IL_0022; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = VirtFuncInvoker0< CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(9 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_5); int32_t L_7; L_7 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_6); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)127))))) { goto IL_0004; } } IL_0022: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8 = V_0; return L_8; } } // System.Byte Mono.Globalization.Unicode.SimpleCollator::Category(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___cp0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___cp0; if ((((int32_t)L_0) < ((int32_t)((int32_t)12288)))) { goto IL_0012; } } { uint8_t* L_1 = __this->get_cjkCatTable_7(); if ((!(((uintptr_t)L_1) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0019; } } IL_0012: { int32_t L_2 = ___cp0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = MSCompatUnicodeTable_Category_mA524581D8BFC8EC9ED6F4234274730403C8C6136(L_2, /*hidden argument*/NULL); return L_3; } IL_0019: { CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_4 = __this->get_cjkIndexer_3(); int32_t L_5 = ___cp0; int32_t L_6; L_6 = CodePointIndexer_ToIndex_mB4F6BB9A4B18B72848B4EFC66031EC2E39FA4C54(L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = V_0; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0034; } } { uint8_t* L_8 = __this->get_cjkCatTable_7(); int32_t L_9 = V_0; int32_t L_10 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)L_9))); return (uint8_t)L_10; } IL_0034: { int32_t L_11 = ___cp0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_12; L_12 = MSCompatUnicodeTable_Category_mA524581D8BFC8EC9ED6F4234274730403C8C6136(L_11, /*hidden argument*/NULL); return L_12; } } // System.Byte Mono.Globalization.Unicode.SimpleCollator::Level1(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___cp0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___cp0; if ((((int32_t)L_0) < ((int32_t)((int32_t)12288)))) { goto IL_0012; } } { uint8_t* L_1 = __this->get_cjkLv1Table_8(); if ((!(((uintptr_t)L_1) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0019; } } IL_0012: { int32_t L_2 = ___cp0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = MSCompatUnicodeTable_Level1_m9FBE132EF10DFE6034EB9CF2450B673EECB6385F(L_2, /*hidden argument*/NULL); return L_3; } IL_0019: { CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_4 = __this->get_cjkIndexer_3(); int32_t L_5 = ___cp0; int32_t L_6; L_6 = CodePointIndexer_ToIndex_mB4F6BB9A4B18B72848B4EFC66031EC2E39FA4C54(L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = V_0; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0034; } } { uint8_t* L_8 = __this->get_cjkLv1Table_8(); int32_t L_9 = V_0; int32_t L_10 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)L_9))); return (uint8_t)L_10; } IL_0034: { int32_t L_11 = ___cp0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_12; L_12 = MSCompatUnicodeTable_Level1_m9FBE132EF10DFE6034EB9CF2450B673EECB6385F(L_11, /*hidden argument*/NULL); return L_12; } } // System.Byte Mono.Globalization.Unicode.SimpleCollator::Level2(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___cp0, int32_t ___ext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t V_1 = 0x0; int32_t V_2 = 0; int32_t G_B10_0 = 0; { int32_t L_0 = ___ext1; if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0006; } } { return (uint8_t)5; } IL_0006: { int32_t L_1 = ___ext1; if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_000c; } } { return (uint8_t)0; } IL_000c: { int32_t L_2 = ___cp0; if ((((int32_t)L_2) < ((int32_t)((int32_t)12288)))) { goto IL_001e; } } { uint8_t* L_3 = __this->get_cjkLv2Table_9(); if ((!(((uintptr_t)L_3) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0025; } } IL_001e: { int32_t L_4 = ___cp0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_5; L_5 = MSCompatUnicodeTable_Level2_m874EA6427DDB6A147A3DFBF66991D22D0D5D7DD1(L_4, /*hidden argument*/NULL); return L_5; } IL_0025: { CodePointIndexer_t0A6A7AB35984E2136E67DB8EF953A28C6553FD81 * L_6 = __this->get_cjkLv2Indexer_10(); int32_t L_7 = ___cp0; int32_t L_8; L_8 = CodePointIndexer_ToIndex_mB4F6BB9A4B18B72848B4EFC66031EC2E39FA4C54(L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; int32_t L_9 = V_0; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_0041; } } { uint8_t* L_10 = __this->get_cjkLv2Table_9(); int32_t L_11 = V_0; int32_t L_12 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11))); G_B10_0 = L_12; goto IL_0042; } IL_0041: { G_B10_0 = 0; } IL_0042: { V_1 = (uint8_t)G_B10_0; uint8_t L_13 = V_1; if (!L_13) { goto IL_0048; } } { uint8_t L_14 = V_1; return L_14; } IL_0048: { int32_t L_15 = ___cp0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_16; L_16 = MSCompatUnicodeTable_Level2_m874EA6427DDB6A147A3DFBF66991D22D0D5D7DD1(L_15, /*hidden argument*/NULL); V_1 = L_16; Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* L_17 = __this->get_level2Maps_5(); if ((((RuntimeArray*)L_17)->max_length)) { goto IL_005a; } } { uint8_t L_18 = V_1; return L_18; } IL_005a: { V_2 = 0; goto IL_0090; } IL_005e: { Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* L_19 = __this->get_level2Maps_5(); int32_t L_20 = V_2; int32_t L_21 = L_20; Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C * L_22 = (L_19)->GetAtUnchecked(static_cast(L_21)); uint8_t L_23 = L_22->get_Source_0(); uint8_t L_24 = V_1; if ((!(((uint32_t)L_23) == ((uint32_t)L_24)))) { goto IL_007c; } } { Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* L_25 = __this->get_level2Maps_5(); int32_t L_26 = V_2; int32_t L_27 = L_26; Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C * L_28 = (L_25)->GetAtUnchecked(static_cast(L_27)); uint8_t L_29 = L_28->get_Replace_1(); return L_29; } IL_007c: { Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* L_30 = __this->get_level2Maps_5(); int32_t L_31 = V_2; int32_t L_32 = L_31; Level2Map_t26846E0D6A6A0C5990567628ECE6CAAE22BAAB6C * L_33 = (L_30)->GetAtUnchecked(static_cast(L_32)); uint8_t L_34 = L_33->get_Source_0(); uint8_t L_35 = V_1; if ((((int32_t)L_34) > ((int32_t)L_35))) { goto IL_009b; } } { int32_t L_36 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_0090: { int32_t L_37 = V_2; Level2MapU5BU5D_t736BC7320E2D0A8E95BD20FE2F4E7E40B9246DBF* L_38 = __this->get_level2Maps_5(); if ((((int32_t)L_37) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length)))))) { goto IL_005e; } } IL_009b: { uint8_t L_39 = V_1; return L_39; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsHalfKana(System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsHalfKana_mBFB7936744B221BFFB8D639E33F647B989A19D57 (int32_t ___cp0, int32_t ___opt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___opt1; if (((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) { goto IL_000e; } } { int32_t L_1 = ___cp0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_2; L_2 = MSCompatUnicodeTable_IsHalfWidthKana_m30C067A18B6FCC6985A161484E2951F9F6903ED3(((int32_t)((uint16_t)L_1)), /*hidden argument*/NULL); return L_2; } IL_000e: { return (bool)1; } } // Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetContraction(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * SimpleCollator_GetContraction_m805E06343D20B33D1E65688BF187B30AA1AA10B3 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_0 = NULL; { String_t* L_0 = ___s0; int32_t L_1 = ___start1; int32_t L_2 = ___end2; ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_3 = __this->get_contractions_4(); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_4; L_4 = SimpleCollator_GetContraction_m0ED4C3641BA61BA1B2EFDC1F734DA224EFC80D3E(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_5 = V_0; if (L_5) { goto IL_001d; } } { int32_t L_6 = __this->get_lcid_11(); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)127))))) { goto IL_001f; } } IL_001d: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_7 = V_0; return L_7; } IL_001f: { String_t* L_8 = ___s0; int32_t L_9 = ___start1; int32_t L_10 = ___end2; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * L_11 = ((SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var))->get_invariant_1(); ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_12 = L_11->get_contractions_4(); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_13; L_13 = SimpleCollator_GetContraction_m0ED4C3641BA61BA1B2EFDC1F734DA224EFC80D3E(__this, L_8, L_9, L_10, L_12, /*hidden argument*/NULL); return L_13; } } // Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetContraction(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.Contraction[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * SimpleCollator_GetContraction_m0ED4C3641BA61BA1B2EFDC1F734DA224EFC80D3E (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* ___clist3, const RuntimeMethod* method) { int32_t V_0 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_1 = NULL; int32_t V_2 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_3 = NULL; bool V_4 = false; int32_t V_5 = 0; { V_0 = 0; goto IL_0067; } IL_0004: { ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_0 = ___clist3; int32_t L_1 = V_0; int32_t L_2 = L_1; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_3 = (L_0)->GetAtUnchecked(static_cast(L_2)); V_1 = L_3; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_4 = V_1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = L_4->get_Source_1(); int32_t L_6 = 0; uint16_t L_7 = (uint16_t)(L_5)->GetAtUnchecked(static_cast(L_6)); String_t* L_8 = ___s0; int32_t L_9 = ___start1; Il2CppChar L_10; L_10 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, L_9, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_10)); int32_t L_11 = V_2; if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_0020; } } { return (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA *)NULL; } IL_0020: { int32_t L_12 = V_2; if ((((int32_t)L_12) < ((int32_t)0))) { goto IL_0063; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_13 = V_1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = L_13->get_Source_1(); V_3 = L_14; int32_t L_15 = ___end2; int32_t L_16 = ___start1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = V_3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16))) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))) { goto IL_0063; } } { V_4 = (bool)1; V_5 = 0; goto IL_0056; } IL_003b: { String_t* L_18 = ___s0; int32_t L_19 = ___start1; int32_t L_20 = V_5; Il2CppChar L_21; L_21 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_22 = V_3; int32_t L_23 = V_5; int32_t L_24 = L_23; uint16_t L_25 = (uint16_t)(L_22)->GetAtUnchecked(static_cast(L_24)); if ((((int32_t)L_21) == ((int32_t)L_25))) { goto IL_0050; } } { V_4 = (bool)0; goto IL_005d; } IL_0050: { int32_t L_26 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0056: { int32_t L_27 = V_5; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_28 = V_3; if ((((int32_t)L_27) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))))) { goto IL_003b; } } IL_005d: { bool L_29 = V_4; if (!L_29) { goto IL_0063; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_30 = V_1; return L_30; } IL_0063: { int32_t L_31 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0067: { int32_t L_32 = V_0; ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_33 = ___clist3; if ((((int32_t)L_32) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))))) { goto IL_0004; } } { return (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA *)NULL; } } // Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetTailContraction(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * SimpleCollator_GetTailContraction_m5010C039FE72FE260FF6408D7C7ED8E667076394 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_0 = NULL; { String_t* L_0 = ___s0; int32_t L_1 = ___start1; int32_t L_2 = ___end2; ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_3 = __this->get_contractions_4(); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_4; L_4 = SimpleCollator_GetTailContraction_m65AB012A6A86D301375EF44226E5C538417EFF91(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_5 = V_0; if (L_5) { goto IL_001d; } } { int32_t L_6 = __this->get_lcid_11(); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)127))))) { goto IL_001f; } } IL_001d: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_7 = V_0; return L_7; } IL_001f: { String_t* L_8 = ___s0; int32_t L_9 = ___start1; int32_t L_10 = ___end2; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * L_11 = ((SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var))->get_invariant_1(); ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_12 = L_11->get_contractions_4(); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_13; L_13 = SimpleCollator_GetTailContraction_m65AB012A6A86D301375EF44226E5C538417EFF91(__this, L_8, L_9, L_10, L_12, /*hidden argument*/NULL); return L_13; } } // Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetTailContraction(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.Contraction[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * SimpleCollator_GetTailContraction_m65AB012A6A86D301375EF44226E5C538417EFF91 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* ___clist3, const RuntimeMethod* method) { int32_t V_0 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_1 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; { int32_t L_0 = ___start1; int32_t L_1 = ___end2; if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_001c; } } { int32_t L_2 = ___end2; if ((((int32_t)L_2) < ((int32_t)(-1)))) { goto IL_001c; } } { int32_t L_3 = ___start1; String_t* L_4 = ___s0; int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)L_5))) { goto IL_001c; } } { String_t* L_6 = ___s0; int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); int32_t L_8 = ___end2; if ((((int32_t)L_7) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))))) { goto IL_0039; } } IL_001c: { int32_t L_9 = ___start1; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_10); int32_t L_12 = ___end2; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_13); String_t* L_15 = ___s0; String_t* L_16; L_16 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE132EE424C20BA450E30E9FE0BA4CA35C197C729)), L_11, L_14, L_15, /*hidden argument*/NULL); SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * L_17 = (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62_il2cpp_TypeInfo_var))); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SimpleCollator_GetTailContraction_m65AB012A6A86D301375EF44226E5C538417EFF91_RuntimeMethod_var))); } IL_0039: { V_0 = 0; goto IL_009f; } IL_003d: { ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_18 = ___clist3; int32_t L_19 = V_0; int32_t L_20 = L_19; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_21 = (L_18)->GetAtUnchecked(static_cast(L_20)); V_1 = L_21; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_22 = V_1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_23 = L_22->get_Source_1(); V_2 = L_23; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_24 = V_2; int32_t L_25 = ___start1; int32_t L_26 = ___end2; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_26))))) { goto IL_009b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_27 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_28 = V_2; int32_t L_29 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length))), (int32_t)1)); uint16_t L_30 = (uint16_t)(L_27)->GetAtUnchecked(static_cast(L_29)); String_t* L_31 = ___s0; int32_t L_32 = ___start1; Il2CppChar L_33; L_33 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_31, L_32, /*hidden argument*/NULL); if ((!(((uint32_t)L_30) == ((uint32_t)L_33)))) { goto IL_009b; } } { V_3 = (bool)1; V_4 = 0; int32_t L_34 = ___start1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_35 = V_2; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length))))), (int32_t)1)); goto IL_008f; } IL_0071: { String_t* L_36 = ___s0; int32_t L_37 = V_5; Il2CppChar L_38; L_38 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_36, L_37, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_39 = V_2; int32_t L_40 = V_4; int32_t L_41 = L_40; uint16_t L_42 = (uint16_t)(L_39)->GetAtUnchecked(static_cast(L_41)); if ((((int32_t)L_38) == ((int32_t)L_42))) { goto IL_0083; } } { V_3 = (bool)0; goto IL_0096; } IL_0083: { int32_t L_43 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); int32_t L_44 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_008f: { int32_t L_45 = V_4; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_46 = V_2; if ((((int32_t)L_45) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_46)->max_length)))))) { goto IL_0071; } } IL_0096: { bool L_47 = V_3; if (!L_47) { goto IL_009b; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_48 = V_1; return L_48; } IL_009b: { int32_t L_49 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_009f: { int32_t L_50 = V_0; ContractionU5BU5D_t167C2B086555CC0A9174F79685CDB93223C7307B* L_51 = ___clist3; if ((((int32_t)L_50) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))))) { goto IL_003d; } } { return (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA *)NULL; } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::FilterOptions(System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, int32_t ___opt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___opt1; if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) { goto IL_0013; } } { int32_t L_1 = ___i0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); int32_t L_2; L_2 = MSCompatUnicodeTable_ToWidthCompat_m4F14DEA190D73711C118AE7627D0A32E0CB48906(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if (!L_3) { goto IL_0013; } } { int32_t L_4 = V_0; ___i0 = L_4; } IL_0013: { int32_t L_5 = ___opt1; if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)268435456)))) { goto IL_002b; } } { TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_6 = __this->get_textInfo_2(); int32_t L_7 = ___i0; Il2CppChar L_8; L_8 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_6, ((int32_t)((uint16_t)L_7))); ___i0 = L_8; } IL_002b: { int32_t L_9 = ___opt1; if (!((int32_t)((int32_t)L_9&(int32_t)1))) { goto IL_003f; } } { TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_10 = __this->get_textInfo_2(); int32_t L_11 = ___i0; Il2CppChar L_12; L_12 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_10, ((int32_t)((uint16_t)L_11))); ___i0 = L_12; } IL_003f: { int32_t L_13 = ___opt1; if (!((int32_t)((int32_t)L_13&(int32_t)8))) { goto IL_004c; } } { int32_t L_14 = ___i0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); int32_t L_15; L_15 = MSCompatUnicodeTable_ToKanaTypeInsensitive_mCFD4562162FB6253B6279E4031E40467FD082249(L_14, /*hidden argument*/NULL); ___i0 = L_15; } IL_004c: { int32_t L_16 = ___i0; return L_16; } } // Mono.Globalization.Unicode.SimpleCollator/ExtenderType Mono.Globalization.Unicode.SimpleCollator::GetExtenderType(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_GetExtenderType_m4689AA2150E1B1CAFA14F64759D2B43DDCCF5878 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)8213))))) { goto IL_0016; } } { int32_t L_1 = __this->get_lcid_11(); if ((((int32_t)L_1) == ((int32_t)((int32_t)16)))) { goto IL_0014; } } { return (int32_t)(0); } IL_0014: { return (int32_t)(3); } IL_0016: { int32_t L_2 = ___i0; if ((((int32_t)L_2) < ((int32_t)((int32_t)12293)))) { goto IL_0026; } } { int32_t L_3 = ___i0; if ((((int32_t)L_3) <= ((int32_t)((int32_t)65392)))) { goto IL_0028; } } IL_0026: { return (int32_t)(0); } IL_0028: { int32_t L_4 = ___i0; if ((((int32_t)L_4) < ((int32_t)((int32_t)65148)))) { goto IL_0054; } } { int32_t L_5 = ___i0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)65148)))) > ((uint32_t)1)))) { goto IL_004e; } } { int32_t L_6 = ___i0; if ((((int32_t)L_6) == ((int32_t)((int32_t)65392)))) { goto IL_0050; } } { int32_t L_7 = ___i0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)65438)))) > ((uint32_t)1)))) { goto IL_0052; } } { goto IL_0054; } IL_004e: { return (int32_t)(1); } IL_0050: { return (int32_t)(3); } IL_0052: { return (int32_t)(2); } IL_0054: { int32_t L_8 = ___i0; if ((((int32_t)L_8) <= ((int32_t)((int32_t)12542)))) { goto IL_005e; } } { return (int32_t)(0); } IL_005e: { int32_t L_9 = ___i0; if ((((int32_t)L_9) > ((int32_t)((int32_t)12338)))) { goto IL_007a; } } { int32_t L_10 = ___i0; if ((((int32_t)L_10) == ((int32_t)((int32_t)12293)))) { goto IL_00a4; } } { int32_t L_11 = ___i0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)((int32_t)12337)))) > ((uint32_t)1)))) { goto IL_00a6; } } { goto IL_00ac; } IL_007a: { int32_t L_12 = ___i0; if ((((int32_t)L_12) == ((int32_t)((int32_t)12445)))) { goto IL_00a6; } } { int32_t L_13 = ___i0; if ((((int32_t)L_13) == ((int32_t)((int32_t)12446)))) { goto IL_00a8; } } { int32_t L_14 = ___i0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)((int32_t)12540)))) { case 0: { goto IL_00aa; } case 1: { goto IL_00a6; } case 2: { goto IL_00a8; } } } { goto IL_00ac; } IL_00a4: { return (int32_t)(4); } IL_00a6: { return (int32_t)(1); } IL_00a8: { return (int32_t)(2); } IL_00aa: { return (int32_t)(3); } IL_00ac: { return (int32_t)(0); } } // System.Byte Mono.Globalization.Unicode.SimpleCollator::ToDashTypeValue(Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t SimpleCollator_ToDashTypeValue_m7FA5894B7EA6735DB1FC544BE42A5D5C4C50DED4 (int32_t ___ext0, int32_t ___opt1, const RuntimeMethod* method) { { int32_t L_0 = ___opt1; if (!((int32_t)((int32_t)L_0&(int32_t)2))) { goto IL_0007; } } { return (uint8_t)3; } IL_0007: { int32_t L_1 = ___ext0; if (!L_1) { goto IL_0010; } } { int32_t L_2 = ___ext0; if ((((int32_t)L_2) == ((int32_t)3))) { goto IL_0012; } } { goto IL_0014; } IL_0010: { return (uint8_t)3; } IL_0012: { return (uint8_t)5; } IL_0014: { return (uint8_t)4; } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::FilterExtender(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_FilterExtender_m52E04162094AD4F49CD82B10218CEAD86CA11773 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, int32_t ___ext1, int32_t ___opt2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t V_2 = 0; { int32_t L_0 = ___ext1; if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_00c7; } } { int32_t L_1 = ___i0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_2; L_2 = MSCompatUnicodeTable_HasSpecialWeight_m7E7FB8B916131E9A5729F3C4FA326A7605C10AA3(((int32_t)((uint16_t)L_1)), /*hidden argument*/NULL); if (!L_2) { goto IL_00c7; } } { int32_t L_3 = ___i0; int32_t L_4 = ___opt2; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); bool L_5; L_5 = SimpleCollator_IsHalfKana_mBFB7936744B221BFFB8D639E33F647B989A19D57(((int32_t)((uint16_t)L_3)), L_4, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = ___i0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_7; L_7 = MSCompatUnicodeTable_IsHiragana_mF32388227769220CA3A5AA6E233A4304079211D9(((int32_t)((uint16_t)L_6)), /*hidden argument*/NULL); V_1 = (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0); int32_t L_8 = ___i0; uint8_t L_9; L_9 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_8, /*hidden argument*/NULL); V_2 = ((int32_t)((int32_t)L_9&(int32_t)7)); int32_t L_10 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)2))) { case 0: { goto IL_004f; } case 1: { goto IL_0067; } case 2: { goto IL_007f; } case 3: { goto IL_0097; } case 4: { goto IL_00af; } } } { goto IL_00c7; } IL_004f: { bool L_11 = V_0; if (L_11) { goto IL_0061; } } { bool L_12 = V_1; if (L_12) { goto IL_005b; } } { return ((int32_t)12354); } IL_005b: { return ((int32_t)12450); } IL_0061: { return ((int32_t)65393); } IL_0067: { bool L_13 = V_0; if (L_13) { goto IL_0079; } } { bool L_14 = V_1; if (L_14) { goto IL_0073; } } { return ((int32_t)12356); } IL_0073: { return ((int32_t)12452); } IL_0079: { return ((int32_t)65394); } IL_007f: { bool L_15 = V_0; if (L_15) { goto IL_0091; } } { bool L_16 = V_1; if (L_16) { goto IL_008b; } } { return ((int32_t)12358); } IL_008b: { return ((int32_t)12454); } IL_0091: { return ((int32_t)65395); } IL_0097: { bool L_17 = V_0; if (L_17) { goto IL_00a9; } } { bool L_18 = V_1; if (L_18) { goto IL_00a3; } } { return ((int32_t)12360); } IL_00a3: { return ((int32_t)12456); } IL_00a9: { return ((int32_t)65396); } IL_00af: { bool L_19 = V_0; if (L_19) { goto IL_00c1; } } { bool L_20 = V_1; if (L_20) { goto IL_00bb; } } { return ((int32_t)12362); } IL_00bb: { return ((int32_t)12458); } IL_00c1: { return ((int32_t)65397); } IL_00c7: { int32_t L_21 = ___i0; return L_21; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsIgnorable(System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsIgnorable_mF4929B081BC8833265B591A9A8CCEF1D633919D5 (int32_t ___i0, int32_t ___opt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; int32_t G_B5_0 = 0; int32_t G_B5_1 = 0; int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; int32_t G_B6_2 = 0; int32_t G_B8_0 = 0; int32_t G_B8_1 = 0; int32_t G_B7_0 = 0; int32_t G_B7_1 = 0; int32_t G_B9_0 = 0; int32_t G_B9_1 = 0; int32_t G_B9_2 = 0; { int32_t L_0 = ___i0; int32_t L_1 = ___opt1; G_B1_0 = L_0; if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)1342177280)))) { G_B2_0 = L_0; goto IL_000d; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_000e; } IL_000d: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_000e: { int32_t L_2 = ___opt1; G_B4_0 = G_B3_0; G_B4_1 = G_B3_1; if (((int32_t)((int32_t)L_2&(int32_t)4))) { G_B5_0 = G_B3_0; G_B5_1 = G_B3_1; goto IL_0016; } } { G_B6_0 = 0; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0017; } IL_0016: { G_B6_0 = 2; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_0017: { int32_t L_3 = ___opt1; G_B7_0 = ((int32_t)il2cpp_codegen_add((int32_t)G_B6_1, (int32_t)G_B6_0)); G_B7_1 = G_B6_2; if (((int32_t)((int32_t)L_3&(int32_t)2))) { G_B8_0 = ((int32_t)il2cpp_codegen_add((int32_t)G_B6_1, (int32_t)G_B6_0)); G_B8_1 = G_B6_2; goto IL_0020; } } { G_B9_0 = 0; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; goto IL_0021; } IL_0020: { G_B9_0 = 4; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_4; L_4 = MSCompatUnicodeTable_IsIgnorable_m8BD2C6ACD0EC5F642DD3ED87A8B3E0092DA16DD8(G_B9_2, (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)G_B9_1, (int32_t)G_B9_0)))), /*hidden argument*/NULL); return L_4; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSafe(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsSafe_mB810E69BD3EADF214A6E7D7BFA59F95DBEA05EDA (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_unsafeFlags_6(); if ((((int32_t)((int32_t)((int32_t)L_0/(int32_t)8))) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_0024; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_unsafeFlags_6(); int32_t L_3 = ___i0; int32_t L_4 = ((int32_t)((int32_t)L_3/(int32_t)8)); uint8_t L_5 = (L_2)->GetAtUnchecked(static_cast(L_4)); int32_t L_6 = ___i0; return (bool)((((int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6%(int32_t)8))&(int32_t)((int32_t)31)))))))) == ((int32_t)0))? 1 : 0); } IL_0024: { return (bool)1; } } // System.Globalization.SortKey Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * SimpleCollator_GetSortKey_mF1EDDE621E0E9D44ABD2E6676F2F6C6E2C5941F9 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___options1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; String_t* L_1 = ___s0; int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); int32_t L_3 = ___options1; SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * L_4; L_4 = SimpleCollator_GetSortKey_m3AB8A2E2542D66EBAD4032444EBDE8D0FB5122CA(__this, L_0, 0, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Globalization.SortKey Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * SimpleCollator_GetSortKey_m3AB8A2E2542D66EBAD4032444EBDE8D0FB5122CA (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___length2, int32_t ___options3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->get_lcid_11(); SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_1 = (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE *)il2cpp_codegen_object_new(SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE_il2cpp_TypeInfo_var); SortKeyBuffer__ctor_m1ADEDEA060CAAF2ED3DD740CF780F47A24B94FDA(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_2 = V_0; int32_t L_3 = ___options3; int32_t L_4 = __this->get_lcid_11(); String_t* L_5 = ___s0; bool L_6 = __this->get_frenchSort_12(); SortKeyBuffer_Initialize_m89C916A69B8A6C216B1679A9DDE9A5A6A559FB97(L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); int32_t L_7 = ___start1; int32_t L_8 = ___length2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)); String_t* L_9 = ___s0; int32_t L_10 = ___start1; int32_t L_11 = V_1; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_12 = V_0; int32_t L_13 = ___options3; SimpleCollator_GetSortKey_m1458C1E855F90B3CE6D03221275319C7833CBED3(__this, L_9, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_14 = V_0; SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * L_15; L_15 = SortKeyBuffer_GetResultAndReset_m4DBB5C0E38A56E31F478772DE3BA73349D51715F(L_14, /*hidden argument*/NULL); return L_15; } } // System.Void Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.SortKeyBuffer,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_GetSortKey_m1458C1E855F90B3CE6D03221275319C7833CBED3 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * ___buf3, int32_t ___opt4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_5 = NULL; uint8_t* V_6 = NULL; uint8_t* V_7 = NULL; int32_t V_8 = 0; int32_t G_B7_0 = 0; int32_t G_B7_1 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B7_2 = NULL; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B6_2 = NULL; int32_t G_B8_0 = 0; int32_t G_B8_1 = 0; int32_t G_B8_2 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B8_3 = NULL; int32_t G_B10_0 = 0; int32_t G_B10_1 = 0; int32_t G_B10_2 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B10_3 = NULL; int32_t G_B9_0 = 0; int32_t G_B9_1 = 0; int32_t G_B9_2 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B9_3 = NULL; int32_t G_B11_0 = 0; int32_t G_B11_1 = 0; int32_t G_B11_2 = 0; int32_t G_B11_3 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B11_4 = NULL; int32_t G_B21_0 = 0; int32_t G_B21_1 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B21_2 = NULL; int32_t G_B20_0 = 0; int32_t G_B20_1 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B20_2 = NULL; int32_t G_B22_0 = 0; int32_t G_B22_1 = 0; int32_t G_B22_2 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B22_3 = NULL; int32_t G_B24_0 = 0; int32_t G_B24_1 = 0; int32_t G_B24_2 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B24_3 = NULL; int32_t G_B23_0 = 0; int32_t G_B23_1 = 0; int32_t G_B23_2 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B23_3 = NULL; int32_t G_B25_0 = 0; int32_t G_B25_1 = 0; int32_t G_B25_2 = 0; int32_t G_B25_3 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B25_4 = NULL; { int8_t* L_0 = (int8_t*) alloca(((uintptr_t)4)); memset(L_0, 0, ((uintptr_t)4)); V_0 = (uint8_t*)(L_0); uint8_t* L_1 = V_0; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_1, 4, /*hidden argument*/NULL); int32_t L_2 = ___opt4; uint8_t* L_3 = V_0; Context__ctor_mCA22E573D35DD0B8453F743C9268CBBAFA045307((Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)(&V_1), L_2, (uint8_t*)(uint8_t*)((uintptr_t)0), (uint8_t*)(uint8_t*)((uintptr_t)0), (uint8_t*)(uint8_t*)((uintptr_t)0), (uint8_t*)(uint8_t*)((uintptr_t)0), (uint8_t*)(uint8_t*)L_3, /*hidden argument*/NULL); int32_t L_4 = ___start1; V_2 = L_4; goto IL_01ae; } IL_0026: { String_t* L_5 = ___s0; int32_t L_6 = V_2; Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, L_6, /*hidden argument*/NULL); V_3 = L_7; int32_t L_8 = V_3; int32_t L_9; L_9 = SimpleCollator_GetExtenderType_m4689AA2150E1B1CAFA14F64759D2B43DDCCF5878(__this, L_8, /*hidden argument*/NULL); V_4 = L_9; int32_t L_10 = V_4; if (!L_10) { goto IL_00b8; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C L_11 = V_1; int32_t L_12 = L_11.get_PrevCode_5(); int32_t L_13 = V_4; int32_t L_14 = ___opt4; int32_t L_15; L_15 = SimpleCollator_FilterExtender_m52E04162094AD4F49CD82B10218CEAD86CA11773(__this, L_12, L_13, L_14, /*hidden argument*/NULL); V_3 = L_15; int32_t L_16 = V_3; if ((((int32_t)L_16) < ((int32_t)0))) { goto IL_0062; } } { int32_t L_17 = V_3; int32_t L_18 = V_4; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_19 = ___buf3; int32_t L_20 = ___opt4; SimpleCollator_FillSortKeyRaw_m73156955E60177F2320312FC9AE3F104839607D7(__this, L_17, L_18, L_19, L_20, /*hidden argument*/NULL); goto IL_01aa; } IL_0062: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C L_21 = V_1; uint8_t* L_22 = L_21.get_PrevSortKey_6(); if ((((intptr_t)L_22) == ((intptr_t)((uintptr_t)0)))) { goto IL_01aa; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C L_23 = V_1; uint8_t* L_24 = L_23.get_PrevSortKey_6(); V_6 = (uint8_t*)L_24; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_25 = ___buf3; uint8_t* L_26 = V_6; int32_t L_27 = *((uint8_t*)L_26); uint8_t* L_28 = V_6; int32_t L_29 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)1))); uint8_t* L_30 = V_6; int32_t L_31 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_30, (int32_t)2))); G_B6_0 = L_29; G_B6_1 = L_27; G_B6_2 = L_25; if ((!(((uint32_t)L_31) == ((uint32_t)1)))) { G_B7_0 = L_29; G_B7_1 = L_27; G_B7_2 = L_25; goto IL_0094; } } { int32_t L_32 = V_3; int32_t L_33 = V_4; uint8_t L_34; L_34 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_32, L_33, /*hidden argument*/NULL); G_B8_0 = ((int32_t)(L_34)); G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; G_B8_3 = G_B6_2; goto IL_0099; } IL_0094: { uint8_t* L_35 = V_6; int32_t L_36 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_35, (int32_t)2))); G_B8_0 = L_36; G_B8_1 = G_B7_0; G_B8_2 = G_B7_1; G_B8_3 = G_B7_2; } IL_0099: { uint8_t* L_37 = V_6; int32_t L_38 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)3))); G_B9_0 = G_B8_0; G_B9_1 = G_B8_1; G_B9_2 = G_B8_2; G_B9_3 = G_B8_3; if ((!(((uint32_t)L_38) == ((uint32_t)1)))) { G_B10_0 = G_B8_0; G_B10_1 = G_B8_1; G_B10_2 = G_B8_2; G_B10_3 = G_B8_3; goto IL_00a9; } } { int32_t L_39 = V_3; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_40; L_40 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_39, /*hidden argument*/NULL); G_B11_0 = ((int32_t)(L_40)); G_B11_1 = G_B9_0; G_B11_2 = G_B9_1; G_B11_3 = G_B9_2; G_B11_4 = G_B9_3; goto IL_00ae; } IL_00a9: { uint8_t* L_41 = V_6; int32_t L_42 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_41, (int32_t)3))); G_B11_0 = L_42; G_B11_1 = G_B10_0; G_B11_2 = G_B10_1; G_B11_3 = G_B10_2; G_B11_4 = G_B10_3; } IL_00ae: { SortKeyBuffer_AppendNormal_m960DBB3514FBAE060F4ACCE922C25C97D8AD54EF(G_B11_4, (uint8_t)G_B11_3, (uint8_t)G_B11_2, (uint8_t)G_B11_1, (uint8_t)G_B11_0, /*hidden argument*/NULL); goto IL_01aa; } IL_00b8: { int32_t L_43 = V_3; int32_t L_44 = ___opt4; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); bool L_45; L_45 = SimpleCollator_IsIgnorable_mF4929B081BC8833265B591A9A8CCEF1D633919D5(L_43, L_44, /*hidden argument*/NULL); if (L_45) { goto IL_01aa; } } { int32_t L_46 = V_3; int32_t L_47 = ___opt4; int32_t L_48; L_48 = SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50(__this, L_46, L_47, /*hidden argument*/NULL); V_3 = L_48; String_t* L_49 = ___s0; int32_t L_50 = V_2; int32_t L_51 = ___end2; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_52; L_52 = SimpleCollator_GetContraction_m805E06343D20B33D1E65688BF187B30AA1AA10B3(__this, L_49, L_50, L_51, /*hidden argument*/NULL); V_5 = L_52; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_53 = V_5; if (!L_53) { goto IL_018e; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_54 = V_5; String_t* L_55 = L_54->get_Replacement_2(); if (!L_55) { goto IL_010a; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_56 = V_5; String_t* L_57 = L_56->get_Replacement_2(); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_58 = V_5; String_t* L_59 = L_58->get_Replacement_2(); int32_t L_60; L_60 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_59, /*hidden argument*/NULL); SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_61 = ___buf3; int32_t L_62 = ___opt4; SimpleCollator_GetSortKey_m1458C1E855F90B3CE6D03221275319C7833CBED3(__this, L_57, 0, L_60, L_61, L_62, /*hidden argument*/NULL); goto IL_017e; } IL_010a: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C L_63 = V_1; uint8_t* L_64 = L_63.get_PrevSortKey_6(); V_7 = (uint8_t*)L_64; V_8 = 0; goto IL_012d; } IL_0117: { uint8_t* L_65 = V_7; int32_t L_66 = V_8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_67 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_68 = L_67->get_SortKey_3(); int32_t L_69 = V_8; int32_t L_70 = L_69; uint8_t L_71 = (L_68)->GetAtUnchecked(static_cast(L_70)); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_65, (int32_t)L_66))) = (int8_t)L_71; int32_t L_72 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); } IL_012d: { int32_t L_73 = V_8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_74 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = L_74->get_SortKey_3(); if ((((int32_t)L_73) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_75)->max_length)))))) { goto IL_0117; } } { SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_76 = ___buf3; uint8_t* L_77 = V_7; int32_t L_78 = *((uint8_t*)L_77); uint8_t* L_79 = V_7; int32_t L_80 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_79, (int32_t)1))); uint8_t* L_81 = V_7; int32_t L_82 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_81, (int32_t)2))); G_B20_0 = L_80; G_B20_1 = L_78; G_B20_2 = L_76; if ((!(((uint32_t)L_82) == ((uint32_t)1)))) { G_B21_0 = L_80; G_B21_1 = L_78; G_B21_2 = L_76; goto IL_0157; } } { int32_t L_83 = V_3; int32_t L_84 = V_4; uint8_t L_85; L_85 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_83, L_84, /*hidden argument*/NULL); G_B22_0 = ((int32_t)(L_85)); G_B22_1 = G_B20_0; G_B22_2 = G_B20_1; G_B22_3 = G_B20_2; goto IL_015c; } IL_0157: { uint8_t* L_86 = V_7; int32_t L_87 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_86, (int32_t)2))); G_B22_0 = L_87; G_B22_1 = G_B21_0; G_B22_2 = G_B21_1; G_B22_3 = G_B21_2; } IL_015c: { uint8_t* L_88 = V_7; int32_t L_89 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_88, (int32_t)3))); G_B23_0 = G_B22_0; G_B23_1 = G_B22_1; G_B23_2 = G_B22_2; G_B23_3 = G_B22_3; if ((!(((uint32_t)L_89) == ((uint32_t)1)))) { G_B24_0 = G_B22_0; G_B24_1 = G_B22_1; G_B24_2 = G_B22_2; G_B24_3 = G_B22_3; goto IL_016c; } } { int32_t L_90 = V_3; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_91; L_91 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_90, /*hidden argument*/NULL); G_B25_0 = ((int32_t)(L_91)); G_B25_1 = G_B23_0; G_B25_2 = G_B23_1; G_B25_3 = G_B23_2; G_B25_4 = G_B23_3; goto IL_0171; } IL_016c: { uint8_t* L_92 = V_7; int32_t L_93 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_92, (int32_t)3))); G_B25_0 = L_93; G_B25_1 = G_B24_0; G_B25_2 = G_B24_1; G_B25_3 = G_B24_2; G_B25_4 = G_B24_3; } IL_0171: { SortKeyBuffer_AppendNormal_m960DBB3514FBAE060F4ACCE922C25C97D8AD54EF(G_B25_4, (uint8_t)G_B25_3, (uint8_t)G_B25_2, (uint8_t)G_B25_1, (uint8_t)G_B25_0, /*hidden argument*/NULL); (&V_1)->set_PrevCode_5((-1)); } IL_017e: { int32_t L_94 = V_2; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_95 = V_5; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_96 = L_95->get_Source_1(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_96)->max_length))), (int32_t)1)))); goto IL_01aa; } IL_018e: { int32_t L_97 = V_3; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_98; L_98 = MSCompatUnicodeTable_IsIgnorableNonSpacing_m702C179F1D12262BD070925C46A8BF458B0733E5(L_97, /*hidden argument*/NULL); if (L_98) { goto IL_019e; } } { int32_t L_99 = V_3; (&V_1)->set_PrevCode_5(L_99); } IL_019e: { int32_t L_100 = V_3; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_101 = ___buf3; int32_t L_102 = ___opt4; SimpleCollator_FillSortKeyRaw_m73156955E60177F2320312FC9AE3F104839607D7(__this, L_100, 0, L_101, L_102, /*hidden argument*/NULL); } IL_01aa: { int32_t L_103 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)1)); } IL_01ae: { int32_t L_104 = V_2; int32_t L_105 = ___end2; if ((((int32_t)L_104) < ((int32_t)L_105))) { goto IL_0026; } } { return; } } // System.Void Mono.Globalization.Unicode.SimpleCollator::FillSortKeyRaw(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.SortKeyBuffer,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_FillSortKeyRaw_m73156955E60177F2320312FC9AE3F104839607D7 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, int32_t ___ext1, SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * ___buf2, int32_t ___opt3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t V_1 = 0x0; int32_t V_2 = 0; int32_t V_3 = 0; uint8_t V_4 = 0x0; { int32_t L_0 = ___i0; if ((((int32_t)((int32_t)13312)) > ((int32_t)L_0))) { goto IL_0034; } } { int32_t L_1 = ___i0; if ((((int32_t)L_1) > ((int32_t)((int32_t)19893)))) { goto IL_0034; } } { int32_t L_2 = ___i0; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)13312))); SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_3 = ___buf2; int32_t L_4 = V_2; int32_t L_5 = V_2; SortKeyBuffer_AppendCJKExtension_mA1129DB6DF3DFD527781F5C80542DF82401D1528(L_3, (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)16), (int32_t)((int32_t)((int32_t)L_4/(int32_t)((int32_t)254))))))), (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_5%(int32_t)((int32_t)254))), (int32_t)2)))), /*hidden argument*/NULL); return; } IL_0034: { int32_t L_6 = ___i0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Char_GetUnicodeCategory_mB8DCE545E28F2858B0E8AD91393B9FD048F80BC1(((int32_t)((uint16_t)L_6)), /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)16)))) { goto IL_006f; } } { int32_t L_9 = V_0; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)17))))) { goto IL_0078; } } { int32_t L_10 = ___i0; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)57344))); SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_11 = ___buf2; int32_t L_12 = V_3; int32_t L_13 = V_3; SortKeyBuffer_AppendNormal_m960DBB3514FBAE060F4ACCE922C25C97D8AD54EF(L_11, (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)229), (int32_t)((int32_t)((int32_t)L_12/(int32_t)((int32_t)254))))))), (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_13%(int32_t)((int32_t)254))), (int32_t)2)))), (uint8_t)0, (uint8_t)0, /*hidden argument*/NULL); return; } IL_006f: { int32_t L_14 = ___i0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_15 = ___buf2; SimpleCollator_FillSurrogateSortKeyRaw_m24AD3AF674B255A9C9A21C8F212A521D54372855(__this, L_14, L_15, /*hidden argument*/NULL); return; } IL_0078: { int32_t L_16 = ___i0; int32_t L_17 = ___ext1; uint8_t L_18; L_18 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_16, L_17, /*hidden argument*/NULL); V_1 = L_18; int32_t L_19 = ___i0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_20; L_20 = MSCompatUnicodeTable_HasSpecialWeight_m7E7FB8B916131E9A5729F3C4FA326A7605C10AA3(((int32_t)((uint16_t)L_19)), /*hidden argument*/NULL); if (!L_20) { goto IL_00e0; } } { int32_t L_21 = ___i0; uint8_t L_22; L_22 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_21, /*hidden argument*/NULL); V_4 = L_22; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_23 = ___buf2; int32_t L_24 = ___i0; uint8_t L_25; L_25 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_24, /*hidden argument*/NULL); uint8_t L_26 = V_4; uint8_t L_27 = V_1; int32_t L_28 = ___i0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_29; L_29 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_28, /*hidden argument*/NULL); int32_t L_30 = ___i0; bool L_31; L_31 = MSCompatUnicodeTable_IsJapaneseSmallLetter_m51D3B4BA7CC83FBA1186033E864537CECD55CB48(((int32_t)((uint16_t)L_30)), /*hidden argument*/NULL); int32_t L_32 = ___ext1; int32_t L_33 = ___opt3; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); uint8_t L_34; L_34 = SimpleCollator_ToDashTypeValue_m7FA5894B7EA6735DB1FC544BE42A5D5C4C50DED4(L_32, L_33, /*hidden argument*/NULL); int32_t L_35 = ___i0; bool L_36; L_36 = MSCompatUnicodeTable_IsHiragana_mF32388227769220CA3A5AA6E233A4304079211D9(((int32_t)((uint16_t)L_35)), /*hidden argument*/NULL); int32_t L_37 = ___i0; int32_t L_38 = ___opt3; bool L_39; L_39 = SimpleCollator_IsHalfKana_mBFB7936744B221BFFB8D639E33F647B989A19D57(((int32_t)((uint16_t)L_37)), L_38, /*hidden argument*/NULL); SortKeyBuffer_AppendKana_mA30C13C64AF185987C77A2829D79DF367DFBCB34(L_23, L_25, L_26, L_27, L_29, L_31, L_34, (bool)((((int32_t)L_36) == ((int32_t)0))? 1 : 0), L_39, /*hidden argument*/NULL); int32_t L_40 = ___opt3; if (((int32_t)((int32_t)L_40&(int32_t)2))) { goto IL_00fb; } } { int32_t L_41 = ___ext1; if ((!(((uint32_t)L_41) == ((uint32_t)2)))) { goto IL_00fb; } } { SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_42 = ___buf2; SortKeyBuffer_AppendNormal_m960DBB3514FBAE060F4ACCE922C25C97D8AD54EF(L_42, (uint8_t)1, (uint8_t)1, (uint8_t)1, (uint8_t)0, /*hidden argument*/NULL); return; } IL_00e0: { SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_43 = ___buf2; int32_t L_44 = ___i0; uint8_t L_45; L_45 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_44, /*hidden argument*/NULL); int32_t L_46 = ___i0; uint8_t L_47; L_47 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_46, /*hidden argument*/NULL); uint8_t L_48 = V_1; int32_t L_49 = ___i0; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_50; L_50 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_49, /*hidden argument*/NULL); SortKeyBuffer_AppendNormal_m960DBB3514FBAE060F4ACCE922C25C97D8AD54EF(L_43, L_45, L_47, L_48, L_50, /*hidden argument*/NULL); } IL_00fb: { return; } } // System.Void Mono.Globalization.Unicode.SimpleCollator::FillSurrogateSortKeyRaw(System.Int32,Mono.Globalization.Unicode.SortKeyBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_FillSurrogateSortKeyRaw_m24AD3AF674B255A9C9A21C8F212A521D54372855 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___i0, SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * ___buf1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; uint8_t V_2 = 0x0; int32_t V_3 = 0; int32_t G_B4_0 = 0; { V_0 = 0; V_1 = 0; V_2 = (uint8_t)0; int32_t L_0 = ___i0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)55360)))) { goto IL_0029; } } { V_0 = ((int32_t)55296); V_1 = ((int32_t)65); int32_t L_1 = ___i0; if ((((int32_t)L_1) == ((int32_t)((int32_t)55296)))) { goto IL_0023; } } { G_B4_0 = ((int32_t)63); goto IL_0025; } IL_0023: { G_B4_0 = ((int32_t)62); } IL_0025: { V_2 = (uint8_t)((int32_t)((uint8_t)G_B4_0)); goto IL_0077; } IL_0029: { int32_t L_2 = ___i0; if ((((int32_t)((int32_t)55360)) > ((int32_t)L_2))) { goto IL_004a; } } { int32_t L_3 = ___i0; if ((((int32_t)L_3) >= ((int32_t)((int32_t)55424)))) { goto IL_004a; } } { V_0 = ((int32_t)55360); V_1 = ((int32_t)242); V_2 = (uint8_t)((int32_t)62); goto IL_0077; } IL_004a: { int32_t L_4 = ___i0; if ((((int32_t)((int32_t)56192)) > ((int32_t)L_4))) { goto IL_006b; } } { int32_t L_5 = ___i0; if ((((int32_t)L_5) >= ((int32_t)((int32_t)56320)))) { goto IL_006b; } } { V_0 = ((int32_t)56128); V_1 = ((int32_t)254); V_2 = (uint8_t)((int32_t)62); goto IL_0077; } IL_006b: { V_0 = ((int32_t)56074); V_1 = ((int32_t)65); V_2 = (uint8_t)((int32_t)63); } IL_0077: { int32_t L_6 = ___i0; int32_t L_7 = V_0; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * L_8 = ___buf1; int32_t L_9 = V_1; int32_t L_10 = V_3; int32_t L_11 = V_3; uint8_t L_12 = V_2; uint8_t L_13 = V_2; SortKeyBuffer_AppendNormal_m960DBB3514FBAE060F4ACCE922C25C97D8AD54EF(L_8, (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)((int32_t)L_10/(int32_t)((int32_t)254))))))), (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_11%(int32_t)((int32_t)254))), (int32_t)2)))), L_12, L_13, /*hidden argument*/NULL); return; } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_Compare_m43FC5F17895E9FF32FD69B0325ACEF7D36FC5EF7 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, int32_t ___options6, const RuntimeMethod* method) { uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; bool V_4 = false; int32_t V_5 = 0; { int8_t* L_0 = (int8_t*) alloca(((uintptr_t)4)); memset(L_0, 0, ((uintptr_t)4)); V_0 = (uint8_t*)(L_0); int8_t* L_1 = (int8_t*) alloca(((uintptr_t)4)); memset(L_1, 0, ((uintptr_t)4)); V_1 = (uint8_t*)(L_1); uint8_t* L_2 = V_0; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_2, 4, /*hidden argument*/NULL); uint8_t* L_3 = V_1; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_3, 4, /*hidden argument*/NULL); int32_t L_4 = ___options6; uint8_t* L_5 = V_0; uint8_t* L_6 = V_1; Context__ctor_mCA22E573D35DD0B8453F743C9268CBBAFA045307((Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)(&V_2), L_4, (uint8_t*)(uint8_t*)((uintptr_t)0), (uint8_t*)(uint8_t*)((uintptr_t)0), (uint8_t*)(uint8_t*)L_5, (uint8_t*)(uint8_t*)L_6, (uint8_t*)(uint8_t*)((uintptr_t)0), /*hidden argument*/NULL); String_t* L_7 = ___s10; int32_t L_8 = ___idx11; int32_t L_9 = ___len12; String_t* L_10 = ___s23; int32_t L_11 = ___idx24; int32_t L_12 = ___len25; int32_t L_13; L_13 = SimpleCollator_CompareInternal_m4963509F5E9E26707A24C60BE907AE98CDC6149B(__this, L_7, L_8, L_9, L_10, L_11, L_12, (bool*)(&V_3), (bool*)(&V_4), (bool)1, (bool)0, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)(&V_2), /*hidden argument*/NULL); V_5 = L_13; int32_t L_14 = V_5; if (!L_14) { goto IL_0051; } } { int32_t L_15 = V_5; if ((((int32_t)L_15) < ((int32_t)0))) { goto IL_004f; } } { return 1; } IL_004f: { return (-1); } IL_0051: { return 0; } } // System.Void Mono.Globalization.Unicode.SimpleCollator::ClearBuffer(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, uint8_t* ___buffer0, int32_t ___size1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_000d; } IL_0004: { uint8_t* L_0 = ___buffer0; int32_t L_1 = V_0; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1))) = (int8_t)0; int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_000d: { int32_t L_3 = V_0; int32_t L_4 = ___size1; if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_0004; } } { return; } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareInternal(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Boolean&,System.Boolean&,System.Boolean,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_CompareInternal_m4963509F5E9E26707A24C60BE907AE98CDC6149B (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, bool* ___targetConsumed6, bool* ___sourceConsumed7, bool ___skipHeadingExtenders8, bool ___immediateBreakup9, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_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; PreviousInfo_tCD0C7991EC3577337B904B409E0E82224098E6A5 V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; bool V_16 = false; bool V_17 = false; Escape_t0479DB63473055AD46754E698B2114579D5D944E V_18; memset((&V_18), 0, sizeof(V_18)); Escape_t0479DB63473055AD46754E698B2114579D5D944E V_19; memset((&V_19), 0, sizeof(V_19)); int32_t V_20 = 0; int32_t V_21 = 0; uint8_t* V_22 = NULL; uint8_t* V_23 = NULL; int32_t V_24 = 0; int32_t V_25 = 0; bool V_26 = false; bool V_27 = false; uint8_t V_28 = 0x0; uint8_t V_29 = 0x0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_30 = NULL; int32_t V_31 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_32 = NULL; int32_t V_33 = 0; int32_t V_34 = 0; int32_t V_35 = 0; int32_t V_36 = 0; int32_t V_37 = 0; int32_t G_B66_0 = 0; int32_t G_B74_0 = 0; int32_t G_B141_0 = 0; int32_t G_B151_0 = 0; int32_t G_B164_0 = 0; int32_t G_B169_0 = 0; int32_t G_B172_0 = 0; int32_t G_B175_0 = 0; { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_0 = ___ctx10; int32_t L_1 = L_0->get_Option_0(); V_0 = L_1; int32_t L_2 = ___idx11; V_1 = L_2; int32_t L_3 = ___idx24; V_2 = L_3; int32_t L_4 = ___idx11; int32_t L_5 = ___len12; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)); int32_t L_6 = ___idx24; int32_t L_7 = ___len25; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)); bool* L_8 = ___targetConsumed6; *((int8_t*)L_8) = (int8_t)0; bool* L_9 = ___sourceConsumed7; *((int8_t*)L_9) = (int8_t)0; PreviousInfo__ctor_mF702D2A686E266CA2F9237DC79372CACC1C50F04((PreviousInfo_tCD0C7991EC3577337B904B409E0E82224098E6A5 *)(&V_5), (bool)0, /*hidden argument*/NULL); V_6 = 0; V_7 = 5; V_8 = (-1); V_9 = (-1); V_10 = 0; V_11 = 0; bool L_10 = ___skipHeadingExtenders8; if (!L_10) { goto IL_0077; } } { goto IL_0054; } IL_0040: { String_t* L_11 = ___s10; int32_t L_12 = ___idx11; Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_11, L_12, /*hidden argument*/NULL); int32_t L_14; L_14 = SimpleCollator_GetExtenderType_m4689AA2150E1B1CAFA14F64759D2B43DDCCF5878(__this, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0071; } } { int32_t L_15 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0054: { int32_t L_16 = ___idx11; int32_t L_17 = V_3; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0040; } } { goto IL_0071; } IL_005a: { String_t* L_18 = ___s23; int32_t L_19 = ___idx24; Il2CppChar L_20; L_20 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_18, L_19, /*hidden argument*/NULL); int32_t L_21; L_21 = SimpleCollator_GetExtenderType_m4689AA2150E1B1CAFA14F64759D2B43DDCCF5878(__this, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0077; } } { int32_t L_22 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0071: { int32_t L_23 = ___idx24; int32_t L_24 = V_4; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_005a; } } IL_0077: { V_12 = 0; V_13 = 0; int32_t L_25 = ___idx11; V_14 = L_25; int32_t L_26 = ___idx24; V_15 = L_26; int32_t L_27 = V_0; V_16 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_27&(int32_t)((int32_t)536870912)))) <= ((uint32_t)0)))? 1 : 0); int32_t L_28 = V_0; V_17 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_28&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0); il2cpp_codegen_initobj((&V_18), sizeof(Escape_t0479DB63473055AD46754E698B2114579D5D944E )); il2cpp_codegen_initobj((&V_19), sizeof(Escape_t0479DB63473055AD46754E698B2114579D5D944E )); goto IL_00be; } IL_00aa: { String_t* L_29 = ___s10; int32_t L_30 = ___idx11; Il2CppChar L_31; L_31 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_29, L_30, /*hidden argument*/NULL); int32_t L_32 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); bool L_33; L_33 = SimpleCollator_IsIgnorable_mF4929B081BC8833265B591A9A8CCEF1D633919D5(L_31, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00db; } } { int32_t L_34 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00be: { int32_t L_35 = ___idx11; int32_t L_36 = V_3; if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_00aa; } } { goto IL_00db; } IL_00c4: { String_t* L_37 = ___s23; int32_t L_38 = ___idx24; Il2CppChar L_39; L_39 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_37, L_38, /*hidden argument*/NULL); int32_t L_40 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); bool L_41; L_41 = SimpleCollator_IsIgnorable_mF4929B081BC8833265B591A9A8CCEF1D633919D5(L_39, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_00e1; } } { int32_t L_42 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00db: { int32_t L_43 = ___idx24; int32_t L_44 = V_4; if ((((int32_t)L_43) < ((int32_t)L_44))) { goto IL_00c4; } } IL_00e1: { int32_t L_45 = ___idx11; int32_t L_46 = V_3; if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_0126; } } { Escape_t0479DB63473055AD46754E698B2114579D5D944E L_47 = V_18; String_t* L_48 = L_47.get_Source_0(); if (!L_48) { goto IL_0882; } } { Escape_t0479DB63473055AD46754E698B2114579D5D944E L_49 = V_18; String_t* L_50 = L_49.get_Source_0(); ___s10 = L_50; Escape_t0479DB63473055AD46754E698B2114579D5D944E L_51 = V_18; int32_t L_52 = L_51.get_Start_2(); V_1 = L_52; Escape_t0479DB63473055AD46754E698B2114579D5D944E L_53 = V_18; int32_t L_54 = L_53.get_Index_1(); ___idx11 = L_54; Escape_t0479DB63473055AD46754E698B2114579D5D944E L_55 = V_18; int32_t L_56 = L_55.get_End_3(); V_3 = L_56; Escape_t0479DB63473055AD46754E698B2114579D5D944E L_57 = V_18; int32_t L_58 = L_57.get_Optional_4(); V_14 = L_58; (&V_18)->set_Source_0((String_t*)NULL); goto IL_00be; } IL_0126: { int32_t L_59 = ___idx24; int32_t L_60 = V_4; if ((((int32_t)L_59) < ((int32_t)L_60))) { goto IL_0171; } } { Escape_t0479DB63473055AD46754E698B2114579D5D944E L_61 = V_19; String_t* L_62 = L_61.get_Source_0(); if (!L_62) { goto IL_0882; } } { Escape_t0479DB63473055AD46754E698B2114579D5D944E L_63 = V_19; String_t* L_64 = L_63.get_Source_0(); ___s23 = L_64; Escape_t0479DB63473055AD46754E698B2114579D5D944E L_65 = V_19; int32_t L_66 = L_65.get_Start_2(); V_2 = L_66; Escape_t0479DB63473055AD46754E698B2114579D5D944E L_67 = V_19; int32_t L_68 = L_67.get_Index_1(); ___idx24 = L_68; Escape_t0479DB63473055AD46754E698B2114579D5D944E L_69 = V_19; int32_t L_70 = L_69.get_End_3(); V_4 = L_70; Escape_t0479DB63473055AD46754E698B2114579D5D944E L_71 = V_19; int32_t L_72 = L_71.get_Optional_4(); V_15 = L_72; (&V_19)->set_Source_0((String_t*)NULL); goto IL_00be; } IL_0171: { int32_t L_73 = V_14; int32_t L_74 = ___idx11; if ((((int32_t)L_73) >= ((int32_t)L_74))) { goto IL_024b; } } { int32_t L_75 = V_15; int32_t L_76 = ___idx24; if ((((int32_t)L_75) >= ((int32_t)L_76))) { goto IL_024b; } } { goto IL_018f; } IL_0184: { int32_t L_77 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); int32_t L_78 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); } IL_018f: { int32_t L_79 = ___idx11; int32_t L_80 = V_3; if ((((int32_t)L_79) >= ((int32_t)L_80))) { goto IL_01ab; } } { int32_t L_81 = ___idx24; int32_t L_82 = V_4; if ((((int32_t)L_81) >= ((int32_t)L_82))) { goto IL_01ab; } } { String_t* L_83 = ___s10; int32_t L_84 = ___idx11; Il2CppChar L_85; L_85 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_83, L_84, /*hidden argument*/NULL); String_t* L_86 = ___s23; int32_t L_87 = ___idx24; Il2CppChar L_88; L_88 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_86, L_87, /*hidden argument*/NULL); if ((((int32_t)L_85) == ((int32_t)L_88))) { goto IL_0184; } } IL_01ab: { int32_t L_89 = ___idx11; int32_t L_90 = V_3; if ((((int32_t)L_89) == ((int32_t)L_90))) { goto IL_00be; } } { int32_t L_91 = ___idx24; int32_t L_92 = V_4; if ((((int32_t)L_91) == ((int32_t)L_92))) { goto IL_00be; } } { int32_t L_93 = V_14; V_34 = L_93; int32_t L_94 = V_15; V_35 = L_94; int32_t L_95 = ___idx11; V_14 = L_95; int32_t L_96 = ___idx24; V_15 = L_96; int32_t L_97 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_97, (int32_t)1)); int32_t L_98 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)1)); goto IL_01ec; } IL_01d7: { String_t* L_99 = ___s10; int32_t L_100 = ___idx11; Il2CppChar L_101; L_101 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_99, L_100, /*hidden argument*/NULL); uint8_t L_102; L_102 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_101, /*hidden argument*/NULL); if ((!(((uint32_t)L_102) == ((uint32_t)1)))) { goto IL_020b; } } { int32_t L_103 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_103, (int32_t)1)); } IL_01ec: { int32_t L_104 = ___idx11; int32_t L_105 = V_34; if ((((int32_t)L_104) > ((int32_t)L_105))) { goto IL_01d7; } } { goto IL_020b; } IL_01f3: { String_t* L_106 = ___s23; int32_t L_107 = ___idx24; Il2CppChar L_108; L_108 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_106, L_107, /*hidden argument*/NULL); uint8_t L_109; L_109 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_108, /*hidden argument*/NULL); if ((!(((uint32_t)L_109) == ((uint32_t)1)))) { goto IL_0227; } } { int32_t L_110 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)1)); } IL_020b: { int32_t L_111 = ___idx24; int32_t L_112 = V_35; if ((((int32_t)L_111) > ((int32_t)L_112))) { goto IL_01f3; } } { goto IL_0227; } IL_0213: { String_t* L_113 = ___s10; int32_t L_114 = ___idx11; Il2CppChar L_115; L_115 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_113, L_114, /*hidden argument*/NULL); bool L_116; L_116 = SimpleCollator_IsSafe_mB810E69BD3EADF214A6E7D7BFA59F95DBEA05EDA(__this, L_115, /*hidden argument*/NULL); if (L_116) { goto IL_0245; } } { int32_t L_117 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_117, (int32_t)1)); } IL_0227: { int32_t L_118 = ___idx11; int32_t L_119 = V_34; if ((((int32_t)L_118) > ((int32_t)L_119))) { goto IL_0213; } } { goto IL_0245; } IL_022e: { String_t* L_120 = ___s23; int32_t L_121 = ___idx24; Il2CppChar L_122; L_122 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_120, L_121, /*hidden argument*/NULL); bool L_123; L_123 = SimpleCollator_IsSafe_mB810E69BD3EADF214A6E7D7BFA59F95DBEA05EDA(__this, L_122, /*hidden argument*/NULL); if (L_123) { goto IL_024b; } } { int32_t L_124 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_124, (int32_t)1)); } IL_0245: { int32_t L_125 = ___idx24; int32_t L_126 = V_35; if ((((int32_t)L_125) > ((int32_t)L_126))) { goto IL_022e; } } IL_024b: { int32_t L_127 = ___idx11; V_20 = L_127; int32_t L_128 = ___idx24; V_21 = L_128; V_22 = (uint8_t*)((uintptr_t)0); V_23 = (uint8_t*)((uintptr_t)0); String_t* L_129 = ___s10; int32_t L_130 = ___idx11; Il2CppChar L_131; L_131 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_129, L_130, /*hidden argument*/NULL); int32_t L_132 = V_0; int32_t L_133; L_133 = SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50(__this, L_131, L_132, /*hidden argument*/NULL); V_24 = L_133; String_t* L_134 = ___s23; int32_t L_135 = ___idx24; Il2CppChar L_136; L_136 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_134, L_135, /*hidden argument*/NULL); int32_t L_137 = V_0; int32_t L_138; L_138 = SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50(__this, L_136, L_137, /*hidden argument*/NULL); V_25 = L_138; V_26 = (bool)0; V_27 = (bool)0; int32_t L_139 = V_24; int32_t L_140; L_140 = SimpleCollator_GetExtenderType_m4689AA2150E1B1CAFA14F64759D2B43DDCCF5878(__this, L_139, /*hidden argument*/NULL); V_12 = L_140; int32_t L_141 = V_12; if (!L_141) { goto IL_02cc; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_142 = ___ctx10; int32_t L_143 = L_142->get_PrevCode_5(); if ((((int32_t)L_143) >= ((int32_t)0))) { goto IL_02ba; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_144 = ___ctx10; uint8_t* L_145 = L_144->get_PrevSortKey_6(); if ((!(((uintptr_t)L_145) == ((uintptr_t)((uintptr_t)0))))) { goto IL_02af; } } { int32_t L_146 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)1)); goto IL_00be; } IL_02af: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_147 = ___ctx10; uint8_t* L_148 = L_147->get_PrevSortKey_6(); V_22 = (uint8_t*)L_148; goto IL_02cc; } IL_02ba: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_149 = ___ctx10; int32_t L_150 = L_149->get_PrevCode_5(); int32_t L_151 = V_12; int32_t L_152 = V_0; int32_t L_153; L_153 = SimpleCollator_FilterExtender_m52E04162094AD4F49CD82B10218CEAD86CA11773(__this, L_150, L_151, L_152, /*hidden argument*/NULL); V_24 = L_153; } IL_02cc: { int32_t L_154 = V_25; int32_t L_155; L_155 = SimpleCollator_GetExtenderType_m4689AA2150E1B1CAFA14F64759D2B43DDCCF5878(__this, L_154, /*hidden argument*/NULL); V_13 = L_155; int32_t L_156 = V_13; if (!L_156) { goto IL_0317; } } { PreviousInfo_tCD0C7991EC3577337B904B409E0E82224098E6A5 L_157 = V_5; int32_t L_158 = L_157.get_Code_0(); if ((((int32_t)L_158) >= ((int32_t)0))) { goto IL_0305; } } { PreviousInfo_tCD0C7991EC3577337B904B409E0E82224098E6A5 L_159 = V_5; uint8_t* L_160 = L_159.get_SortKey_1(); if ((!(((uintptr_t)L_160) == ((uintptr_t)((uintptr_t)0))))) { goto IL_02fa; } } { int32_t L_161 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)1)); goto IL_00be; } IL_02fa: { PreviousInfo_tCD0C7991EC3577337B904B409E0E82224098E6A5 L_162 = V_5; uint8_t* L_163 = L_162.get_SortKey_1(); V_23 = (uint8_t*)L_163; goto IL_0317; } IL_0305: { PreviousInfo_tCD0C7991EC3577337B904B409E0E82224098E6A5 L_164 = V_5; int32_t L_165 = L_164.get_Code_0(); int32_t L_166 = V_13; int32_t L_167 = V_0; int32_t L_168; L_168 = SimpleCollator_FilterExtender_m52E04162094AD4F49CD82B10218CEAD86CA11773(__this, L_165, L_166, L_167, /*hidden argument*/NULL); V_25 = L_168; } IL_0317: { int32_t L_169 = V_24; uint8_t L_170; L_170 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_169, /*hidden argument*/NULL); V_28 = L_170; int32_t L_171 = V_25; uint8_t L_172; L_172 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_171, /*hidden argument*/NULL); V_29 = L_172; uint8_t L_173 = V_28; if ((!(((uint32_t)L_173) == ((uint32_t)6)))) { goto IL_037e; } } { bool L_174 = V_16; if (L_174) { goto IL_0370; } } { int32_t L_175 = V_7; if ((!(((uint32_t)L_175) == ((uint32_t)5)))) { goto IL_0370; } } { Escape_t0479DB63473055AD46754E698B2114579D5D944E L_176 = V_18; String_t* L_177 = L_176.get_Source_0(); if (L_177) { goto IL_0348; } } { int32_t L_178 = V_20; int32_t L_179 = V_1; G_B66_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_178, (int32_t)L_179)); goto IL_0357; } IL_0348: { Escape_t0479DB63473055AD46754E698B2114579D5D944E L_180 = V_18; int32_t L_181 = L_180.get_Index_1(); Escape_t0479DB63473055AD46754E698B2114579D5D944E L_182 = V_18; int32_t L_183 = L_182.get_Start_2(); G_B66_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_181, (int32_t)L_183)); } IL_0357: { V_8 = G_B66_0; int32_t L_184 = V_24; uint8_t L_185; L_185 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_184, /*hidden argument*/NULL); int32_t L_186 = V_24; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_187; L_187 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_186, /*hidden argument*/NULL); V_10 = ((int32_t)((int32_t)L_185<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)L_187))&(int32_t)((int32_t)31))))); } IL_0370: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_188 = ___ctx10; int32_t L_189 = V_24; L_188->set_PrevCode_5(L_189); int32_t L_190 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); } IL_037e: { uint8_t L_191 = V_29; if ((!(((uint32_t)L_191) == ((uint32_t)6)))) { goto IL_03d2; } } { bool L_192 = V_16; if (L_192) { goto IL_03c3; } } { int32_t L_193 = V_7; if ((!(((uint32_t)L_193) == ((uint32_t)5)))) { goto IL_03c3; } } { Escape_t0479DB63473055AD46754E698B2114579D5D944E L_194 = V_19; String_t* L_195 = L_194.get_Source_0(); if (L_195) { goto IL_039b; } } { int32_t L_196 = V_21; int32_t L_197 = V_2; G_B74_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_196, (int32_t)L_197)); goto IL_03aa; } IL_039b: { Escape_t0479DB63473055AD46754E698B2114579D5D944E L_198 = V_19; int32_t L_199 = L_198.get_Index_1(); Escape_t0479DB63473055AD46754E698B2114579D5D944E L_200 = V_19; int32_t L_201 = L_200.get_Start_2(); G_B74_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_199, (int32_t)L_201)); } IL_03aa: { V_9 = G_B74_0; int32_t L_202 = V_25; uint8_t L_203; L_203 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_202, /*hidden argument*/NULL); int32_t L_204 = V_25; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_205; L_205 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_204, /*hidden argument*/NULL); V_11 = ((int32_t)((int32_t)L_203<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)L_205))&(int32_t)((int32_t)31))))); } IL_03c3: { int32_t L_206 = V_25; (&V_5)->set_Code_0(L_206); int32_t L_207 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_207, (int32_t)1)); } IL_03d2: { uint8_t L_208 = V_28; if ((((int32_t)L_208) == ((int32_t)6))) { goto IL_03dc; } } { uint8_t L_209 = V_29; if ((!(((uint32_t)L_209) == ((uint32_t)6)))) { goto IL_0403; } } IL_03dc: { int32_t L_210 = V_7; if ((!(((uint32_t)L_210) == ((uint32_t)5)))) { goto IL_00be; } } { int32_t L_211 = V_10; int32_t L_212 = V_11; if ((!(((uint32_t)L_211) == ((uint32_t)L_212)))) { goto IL_03fb; } } { int32_t L_213 = (-1); V_9 = L_213; V_8 = L_213; int32_t L_214 = 0; V_11 = L_214; V_10 = L_214; goto IL_00be; } IL_03fb: { V_7 = 4; goto IL_00be; } IL_0403: { V_30 = (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA *)NULL; int32_t L_215 = V_12; if (L_215) { goto IL_0415; } } { String_t* L_216 = ___s10; int32_t L_217 = ___idx11; int32_t L_218 = V_3; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_219; L_219 = SimpleCollator_GetContraction_m805E06343D20B33D1E65688BF187B30AA1AA10B3(__this, L_216, L_217, L_218, /*hidden argument*/NULL); V_30 = L_219; } IL_0415: { V_31 = 1; uint8_t* L_220 = V_22; if ((((intptr_t)L_220) == ((intptr_t)((uintptr_t)0)))) { goto IL_0426; } } { V_31 = 1; goto IL_0546; } IL_0426: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_221 = V_30; if (!L_221) { goto IL_04e5; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_222 = V_30; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_223 = L_222->get_Source_1(); V_31 = ((int32_t)((int32_t)(((RuntimeArray*)L_223)->max_length))); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_224 = V_30; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_225 = L_224->get_SortKey_3(); if (!L_225) { goto IL_0488; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_226 = ___ctx10; uint8_t* L_227 = L_226->get_Buffer1_3(); V_22 = (uint8_t*)L_227; V_36 = 0; goto IL_0465; } IL_044f: { uint8_t* L_228 = V_22; int32_t L_229 = V_36; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_230 = V_30; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_231 = L_230->get_SortKey_3(); int32_t L_232 = V_36; int32_t L_233 = L_232; uint8_t L_234 = (L_231)->GetAtUnchecked(static_cast(L_233)); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_228, (int32_t)L_229))) = (int8_t)L_234; int32_t L_235 = V_36; V_36 = ((int32_t)il2cpp_codegen_add((int32_t)L_235, (int32_t)1)); } IL_0465: { int32_t L_236 = V_36; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_237 = V_30; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_238 = L_237->get_SortKey_3(); if ((((int32_t)L_236) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_238)->max_length)))))) { goto IL_044f; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_239 = ___ctx10; L_239->set_PrevCode_5((-1)); Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_240 = ___ctx10; uint8_t* L_241 = V_22; L_240->set_PrevSortKey_6((uint8_t*)L_241); goto IL_0546; } IL_0488: { Escape_t0479DB63473055AD46754E698B2114579D5D944E L_242 = V_18; String_t* L_243 = L_242.get_Source_0(); if (L_243) { goto IL_0546; } } { String_t* L_244 = ___s10; (&V_18)->set_Source_0(L_244); int32_t L_245 = V_1; (&V_18)->set_Start_2(L_245); int32_t L_246 = V_20; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_247 = V_30; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_248 = L_247->get_Source_1(); (&V_18)->set_Index_1(((int32_t)il2cpp_codegen_add((int32_t)L_246, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_248)->max_length)))))); int32_t L_249 = V_3; (&V_18)->set_End_3(L_249); int32_t L_250 = V_14; (&V_18)->set_Optional_4(L_250); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_251 = V_30; String_t* L_252 = L_251->get_Replacement_2(); ___s10 = L_252; ___idx11 = 0; V_1 = 0; String_t* L_253 = ___s10; int32_t L_254; L_254 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_253, /*hidden argument*/NULL); V_3 = L_254; V_14 = 0; goto IL_00be; } IL_04e5: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_255 = ___ctx10; uint8_t* L_256 = L_255->get_Buffer1_3(); V_22 = (uint8_t*)L_256; uint8_t* L_257 = V_22; uint8_t L_258 = V_28; *((int8_t*)L_257) = (int8_t)L_258; uint8_t* L_259 = V_22; int32_t L_260 = V_24; uint8_t L_261; L_261 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_260, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_259, (int32_t)1))) = (int8_t)L_261; bool L_262 = V_17; if (L_262) { goto IL_0518; } } { int32_t L_263 = V_7; if ((((int32_t)L_263) <= ((int32_t)1))) { goto IL_0518; } } { uint8_t* L_264 = V_22; int32_t L_265 = V_24; int32_t L_266 = V_12; uint8_t L_267; L_267 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_265, L_266, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_264, (int32_t)2))) = (int8_t)L_267; } IL_0518: { int32_t L_268 = V_7; if ((((int32_t)L_268) <= ((int32_t)2))) { goto IL_0529; } } { uint8_t* L_269 = V_22; int32_t L_270 = V_24; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_271; L_271 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_270, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_269, (int32_t)3))) = (int8_t)L_271; } IL_0529: { int32_t L_272 = V_7; if ((((int32_t)L_272) <= ((int32_t)3))) { goto IL_0538; } } { int32_t L_273 = V_24; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_274; L_274 = MSCompatUnicodeTable_HasSpecialWeight_m7E7FB8B916131E9A5729F3C4FA326A7605C10AA3(((int32_t)((uint16_t)L_273)), /*hidden argument*/NULL); V_26 = L_274; } IL_0538: { uint8_t L_275 = V_28; if ((((int32_t)L_275) <= ((int32_t)1))) { goto IL_0546; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_276 = ___ctx10; int32_t L_277 = V_24; L_276->set_PrevCode_5(L_277); } IL_0546: { V_32 = (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA *)NULL; int32_t L_278 = V_13; if (L_278) { goto IL_055b; } } { String_t* L_279 = ___s23; int32_t L_280 = ___idx24; int32_t L_281 = V_4; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_282; L_282 = SimpleCollator_GetContraction_m805E06343D20B33D1E65688BF187B30AA1AA10B3(__this, L_279, L_280, L_281, /*hidden argument*/NULL); V_32 = L_282; } IL_055b: { uint8_t* L_283 = V_23; if ((((intptr_t)L_283) == ((intptr_t)((uintptr_t)0)))) { goto IL_056c; } } { int32_t L_284 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_284, (int32_t)1)); goto IL_0699; } IL_056c: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_285 = V_32; if (!L_285) { goto IL_0632; } } { int32_t L_286 = ___idx24; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_287 = V_32; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_288 = L_287->get_Source_1(); ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_286, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_288)->max_length))))); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_289 = V_32; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_290 = L_289->get_SortKey_3(); if (!L_290) { goto IL_05d1; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_291 = ___ctx10; uint8_t* L_292 = L_291->get_Buffer2_4(); V_23 = (uint8_t*)L_292; V_37 = 0; goto IL_05ae; } IL_0598: { uint8_t* L_293 = V_23; int32_t L_294 = V_37; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_295 = V_32; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_296 = L_295->get_SortKey_3(); int32_t L_297 = V_37; int32_t L_298 = L_297; uint8_t L_299 = (L_296)->GetAtUnchecked(static_cast(L_298)); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_293, (int32_t)L_294))) = (int8_t)L_299; int32_t L_300 = V_37; V_37 = ((int32_t)il2cpp_codegen_add((int32_t)L_300, (int32_t)1)); } IL_05ae: { int32_t L_301 = V_37; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_302 = V_32; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_303 = L_302->get_SortKey_3(); if ((((int32_t)L_301) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_303)->max_length)))))) { goto IL_0598; } } { (&V_5)->set_Code_0((-1)); uint8_t* L_304 = V_23; (&V_5)->set_SortKey_1((uint8_t*)L_304); goto IL_0699; } IL_05d1: { Escape_t0479DB63473055AD46754E698B2114579D5D944E L_305 = V_19; String_t* L_306 = L_305.get_Source_0(); if (L_306) { goto IL_0699; } } { String_t* L_307 = ___s23; (&V_19)->set_Source_0(L_307); int32_t L_308 = V_2; (&V_19)->set_Start_2(L_308); int32_t L_309 = V_21; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_310 = V_32; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_311 = L_310->get_Source_1(); (&V_19)->set_Index_1(((int32_t)il2cpp_codegen_add((int32_t)L_309, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_311)->max_length)))))); int32_t L_312 = V_4; (&V_19)->set_End_3(L_312); int32_t L_313 = V_15; (&V_19)->set_Optional_4(L_313); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_314 = V_32; String_t* L_315 = L_314->get_Replacement_2(); ___s23 = L_315; ___idx24 = 0; V_2 = 0; String_t* L_316 = ___s23; int32_t L_317; L_317 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_316, /*hidden argument*/NULL); V_4 = L_317; V_15 = 0; goto IL_00be; } IL_0632: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_318 = ___ctx10; uint8_t* L_319 = L_318->get_Buffer2_4(); V_23 = (uint8_t*)L_319; uint8_t* L_320 = V_23; uint8_t L_321 = V_29; *((int8_t*)L_320) = (int8_t)L_321; uint8_t* L_322 = V_23; int32_t L_323 = V_25; uint8_t L_324; L_324 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_323, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_322, (int32_t)1))) = (int8_t)L_324; bool L_325 = V_17; if (L_325) { goto IL_0665; } } { int32_t L_326 = V_7; if ((((int32_t)L_326) <= ((int32_t)1))) { goto IL_0665; } } { uint8_t* L_327 = V_23; int32_t L_328 = V_25; int32_t L_329 = V_13; uint8_t L_330; L_330 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_328, L_329, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_327, (int32_t)2))) = (int8_t)L_330; } IL_0665: { int32_t L_331 = V_7; if ((((int32_t)L_331) <= ((int32_t)2))) { goto IL_0676; } } { uint8_t* L_332 = V_23; int32_t L_333 = V_25; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_334; L_334 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_333, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_332, (int32_t)3))) = (int8_t)L_334; } IL_0676: { int32_t L_335 = V_7; if ((((int32_t)L_335) <= ((int32_t)3))) { goto IL_0685; } } { int32_t L_336 = V_25; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_337; L_337 = MSCompatUnicodeTable_HasSpecialWeight_m7E7FB8B916131E9A5729F3C4FA326A7605C10AA3(((int32_t)((uint16_t)L_336)), /*hidden argument*/NULL); V_27 = L_337; } IL_0685: { uint8_t L_338 = V_29; if ((((int32_t)L_338) <= ((int32_t)1))) { goto IL_0693; } } { int32_t L_339 = V_25; (&V_5)->set_Code_0(L_339); } IL_0693: { int32_t L_340 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_340, (int32_t)1)); } IL_0699: { int32_t L_341 = ___idx11; int32_t L_342 = V_31; ___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_341, (int32_t)L_342)); bool L_343 = V_17; if (L_343) { goto IL_0731; } } { goto IL_06e4; } IL_06a8: { String_t* L_344 = ___s10; int32_t L_345 = ___idx11; Il2CppChar L_346; L_346 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_344, L_345, /*hidden argument*/NULL); uint8_t L_347; L_347 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_346, /*hidden argument*/NULL); if ((!(((uint32_t)L_347) == ((uint32_t)1)))) { goto IL_072b; } } { uint8_t* L_348 = V_22; int32_t L_349 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_348, (int32_t)2))); if (L_349) { goto IL_06c5; } } { uint8_t* L_350 = V_22; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_350, (int32_t)2))) = (int8_t)2; } IL_06c5: { uint8_t* L_351 = V_22; uint8_t* L_352 = V_22; int32_t L_353 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_352, (int32_t)2))); String_t* L_354 = ___s10; int32_t L_355 = ___idx11; Il2CppChar L_356; L_356 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_354, L_355, /*hidden argument*/NULL); uint8_t L_357; L_357 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_356, 0, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_351, (int32_t)2))) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_353, (int32_t)L_357)))); int32_t L_358 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_358, (int32_t)1)); } IL_06e4: { int32_t L_359 = ___idx11; int32_t L_360 = V_3; if ((((int32_t)L_359) < ((int32_t)L_360))) { goto IL_06a8; } } { goto IL_072b; } IL_06ea: { String_t* L_361 = ___s23; int32_t L_362 = ___idx24; Il2CppChar L_363; L_363 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_361, L_362, /*hidden argument*/NULL); uint8_t L_364; L_364 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_363, /*hidden argument*/NULL); if ((!(((uint32_t)L_364) == ((uint32_t)1)))) { goto IL_0731; } } { uint8_t* L_365 = V_23; int32_t L_366 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_365, (int32_t)2))); if (L_366) { goto IL_0709; } } { uint8_t* L_367 = V_23; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_367, (int32_t)2))) = (int8_t)2; } IL_0709: { uint8_t* L_368 = V_23; uint8_t* L_369 = V_23; int32_t L_370 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_369, (int32_t)2))); String_t* L_371 = ___s23; int32_t L_372 = ___idx24; Il2CppChar L_373; L_373 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_371, L_372, /*hidden argument*/NULL); uint8_t L_374; L_374 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_373, 0, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_368, (int32_t)2))) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_370, (int32_t)L_374)))); int32_t L_375 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_375, (int32_t)1)); } IL_072b: { int32_t L_376 = ___idx24; int32_t L_377 = V_4; if ((((int32_t)L_376) < ((int32_t)L_377))) { goto IL_06ea; } } IL_0731: { uint8_t* L_378 = V_22; int32_t L_379 = *((uint8_t*)L_378); uint8_t* L_380 = V_23; int32_t L_381 = *((uint8_t*)L_380); V_33 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_379, (int32_t)L_381)); int32_t L_382 = V_33; if (L_382) { goto IL_074b; } } { uint8_t* L_383 = V_22; int32_t L_384 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_383, (int32_t)1))); uint8_t* L_385 = V_23; int32_t L_386 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_385, (int32_t)1))); G_B141_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_384, (int32_t)L_386)); goto IL_074d; } IL_074b: { int32_t L_387 = V_33; G_B141_0 = L_387; } IL_074d: { V_33 = G_B141_0; int32_t L_388 = V_33; if (!L_388) { goto IL_0756; } } { int32_t L_389 = V_33; return L_389; } IL_0756: { int32_t L_390 = V_7; if ((((int32_t)L_390) == ((int32_t)1))) { goto IL_00be; } } { bool L_391 = V_17; if (L_391) { goto IL_0790; } } { uint8_t* L_392 = V_22; int32_t L_393 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_392, (int32_t)2))); uint8_t* L_394 = V_23; int32_t L_395 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_394, (int32_t)2))); V_33 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_393, (int32_t)L_395)); int32_t L_396 = V_33; if (!L_396) { goto IL_0790; } } { int32_t L_397 = V_33; V_6 = L_397; bool L_398 = ___immediateBreakup9; if (!L_398) { goto IL_077d; } } { return (-1); } IL_077d: { bool L_399 = __this->get_frenchSort_12(); if (L_399) { goto IL_0788; } } { G_B151_0 = 1; goto IL_0789; } IL_0788: { G_B151_0 = 2; } IL_0789: { V_7 = G_B151_0; goto IL_00be; } IL_0790: { int32_t L_400 = V_7; if ((((int32_t)L_400) == ((int32_t)2))) { goto IL_00be; } } { uint8_t* L_401 = V_22; int32_t L_402 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_401, (int32_t)3))); uint8_t* L_403 = V_23; int32_t L_404 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_403, (int32_t)3))); V_33 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_402, (int32_t)L_404)); int32_t L_405 = V_33; if (!L_405) { goto IL_07bb; } } { int32_t L_406 = V_33; V_6 = L_406; bool L_407 = ___immediateBreakup9; if (!L_407) { goto IL_07b3; } } { return (-1); } IL_07b3: { V_7 = 2; goto IL_00be; } IL_07bb: { int32_t L_408 = V_7; if ((((int32_t)L_408) == ((int32_t)3))) { goto IL_00be; } } { bool L_409 = V_26; bool L_410 = V_27; if ((((int32_t)L_409) == ((int32_t)L_410))) { goto IL_07e1; } } { bool L_411 = ___immediateBreakup9; if (!L_411) { goto IL_07cf; } } { return (-1); } IL_07cf: { bool L_412 = V_26; if (L_412) { goto IL_07d6; } } { G_B164_0 = (-1); goto IL_07d7; } IL_07d6: { G_B164_0 = 1; } IL_07d7: { V_6 = G_B164_0; V_7 = 3; goto IL_00be; } IL_07e1: { bool L_413 = V_26; if (!L_413) { goto IL_00be; } } { int32_t L_414 = V_24; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_415; L_415 = MSCompatUnicodeTable_IsJapaneseSmallLetter_m51D3B4BA7CC83FBA1186033E864537CECD55CB48(((int32_t)((uint16_t)L_414)), /*hidden argument*/NULL); int32_t L_416 = V_25; bool L_417; L_417 = MSCompatUnicodeTable_IsJapaneseSmallLetter_m51D3B4BA7CC83FBA1186033E864537CECD55CB48(((int32_t)((uint16_t)L_416)), /*hidden argument*/NULL); int32_t L_418; L_418 = SimpleCollator_CompareFlagPair_m02F3F7DE8F9E7CB19A4315829357BB45CDE44A64(__this, (bool)((((int32_t)L_415) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)L_417) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); V_33 = L_418; int32_t L_419 = V_33; if (L_419) { goto IL_081d; } } { int32_t L_420 = V_12; int32_t L_421 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); uint8_t L_422; L_422 = SimpleCollator_ToDashTypeValue_m7FA5894B7EA6735DB1FC544BE42A5D5C4C50DED4(L_420, L_421, /*hidden argument*/NULL); int32_t L_423 = V_13; int32_t L_424 = V_0; uint8_t L_425; L_425 = SimpleCollator_ToDashTypeValue_m7FA5894B7EA6735DB1FC544BE42A5D5C4C50DED4(L_423, L_424, /*hidden argument*/NULL); G_B169_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_422, (int32_t)L_425)); goto IL_081f; } IL_081d: { int32_t L_426 = V_33; G_B169_0 = L_426; } IL_081f: { V_33 = G_B169_0; int32_t L_427 = V_33; if (L_427) { goto IL_083d; } } { int32_t L_428 = V_24; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_429; L_429 = MSCompatUnicodeTable_IsHiragana_mF32388227769220CA3A5AA6E233A4304079211D9(((int32_t)((uint16_t)L_428)), /*hidden argument*/NULL); int32_t L_430 = V_25; bool L_431; L_431 = MSCompatUnicodeTable_IsHiragana_mF32388227769220CA3A5AA6E233A4304079211D9(((int32_t)((uint16_t)L_430)), /*hidden argument*/NULL); int32_t L_432; L_432 = SimpleCollator_CompareFlagPair_m02F3F7DE8F9E7CB19A4315829357BB45CDE44A64(__this, L_429, L_431, /*hidden argument*/NULL); G_B172_0 = L_432; goto IL_083f; } IL_083d: { int32_t L_433 = V_33; G_B172_0 = L_433; } IL_083f: { V_33 = G_B172_0; int32_t L_434 = V_33; if (L_434) { goto IL_0865; } } { int32_t L_435 = V_24; int32_t L_436 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); bool L_437; L_437 = SimpleCollator_IsHalfKana_mBFB7936744B221BFFB8D639E33F647B989A19D57(((int32_t)((uint16_t)L_435)), L_436, /*hidden argument*/NULL); int32_t L_438 = V_25; int32_t L_439 = V_0; bool L_440; L_440 = SimpleCollator_IsHalfKana_mBFB7936744B221BFFB8D639E33F647B989A19D57(((int32_t)((uint16_t)L_438)), L_439, /*hidden argument*/NULL); int32_t L_441; L_441 = SimpleCollator_CompareFlagPair_m02F3F7DE8F9E7CB19A4315829357BB45CDE44A64(__this, (bool)((((int32_t)L_437) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)L_440) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); G_B175_0 = L_441; goto IL_0867; } IL_0865: { int32_t L_442 = V_33; G_B175_0 = L_442; } IL_0867: { V_33 = G_B175_0; int32_t L_443 = V_33; if (!L_443) { goto IL_00be; } } { bool L_444 = ___immediateBreakup9; if (!L_444) { goto IL_0876; } } { return (-1); } IL_0876: { int32_t L_445 = V_33; V_6 = L_445; V_7 = 3; goto IL_00be; } IL_0882: { bool L_446 = V_17; if (L_446) { goto IL_08ff; } } { int32_t L_447 = V_6; if (!L_447) { goto IL_08ff; } } { int32_t L_448 = V_7; if ((((int32_t)L_448) <= ((int32_t)2))) { goto IL_08ff; } } { goto IL_08f5; } IL_0891: { String_t* L_449 = ___s10; int32_t L_450 = ___idx11; Il2CppChar L_451; L_451 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_449, L_450, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_452; L_452 = MSCompatUnicodeTable_IsIgnorableNonSpacing_m702C179F1D12262BD070925C46A8BF458B0733E5(L_451, /*hidden argument*/NULL); if (!L_452) { goto IL_08ff; } } { String_t* L_453 = ___s23; int32_t L_454 = ___idx24; Il2CppChar L_455; L_455 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_453, L_454, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_456; L_456 = MSCompatUnicodeTable_IsIgnorableNonSpacing_m702C179F1D12262BD070925C46A8BF458B0733E5(L_455, /*hidden argument*/NULL); if (!L_456) { goto IL_08ff; } } { String_t* L_457 = ___s10; int32_t L_458 = ___idx11; Il2CppChar L_459; L_459 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_457, L_458, /*hidden argument*/NULL); int32_t L_460 = V_0; int32_t L_461; L_461 = SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50(__this, L_459, L_460, /*hidden argument*/NULL); int32_t L_462 = V_12; uint8_t L_463; L_463 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_461, L_462, /*hidden argument*/NULL); String_t* L_464 = ___s23; int32_t L_465 = ___idx24; Il2CppChar L_466; L_466 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_464, L_465, /*hidden argument*/NULL); int32_t L_467 = V_0; int32_t L_468; L_468 = SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50(__this, L_466, L_467, /*hidden argument*/NULL); int32_t L_469 = V_13; uint8_t L_470; L_470 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_468, L_469, /*hidden argument*/NULL); V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_463, (int32_t)L_470)); int32_t L_471 = V_6; if (L_471) { goto IL_08ff; } } { int32_t L_472 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_472, (int32_t)1)); int32_t L_473 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_473, (int32_t)1)); V_12 = 0; V_13 = 0; } IL_08f5: { int32_t L_474 = ___idx11; int32_t L_475 = V_3; if ((((int32_t)L_474) >= ((int32_t)L_475))) { goto IL_08ff; } } { int32_t L_476 = ___idx24; int32_t L_477 = V_4; if ((((int32_t)L_476) < ((int32_t)L_477))) { goto IL_0891; } } IL_08ff: { int32_t L_478 = V_7; if ((!(((uint32_t)L_478) == ((uint32_t)1)))) { goto IL_093f; } } { int32_t L_479 = V_6; if (!L_479) { goto IL_093f; } } { goto IL_091d; } IL_090a: { String_t* L_480 = ___s10; int32_t L_481 = ___idx11; Il2CppChar L_482; L_482 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_480, L_481, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_483; L_483 = MSCompatUnicodeTable_IsIgnorableNonSpacing_m702C179F1D12262BD070925C46A8BF458B0733E5(L_482, /*hidden argument*/NULL); if (!L_483) { goto IL_0939; } } { int32_t L_484 = ___idx11; ___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_484, (int32_t)1)); } IL_091d: { int32_t L_485 = ___idx11; int32_t L_486 = V_3; if ((((int32_t)L_485) < ((int32_t)L_486))) { goto IL_090a; } } { goto IL_0939; } IL_0923: { String_t* L_487 = ___s23; int32_t L_488 = ___idx24; Il2CppChar L_489; L_489 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_487, L_488, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_490; L_490 = MSCompatUnicodeTable_IsIgnorableNonSpacing_m702C179F1D12262BD070925C46A8BF458B0733E5(L_489, /*hidden argument*/NULL); if (!L_490) { goto IL_093f; } } { int32_t L_491 = ___idx24; ___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_491, (int32_t)1)); } IL_0939: { int32_t L_492 = ___idx24; int32_t L_493 = V_4; if ((((int32_t)L_492) < ((int32_t)L_493))) { goto IL_0923; } } IL_093f: { int32_t L_494 = V_6; if (L_494) { goto IL_0973; } } { int32_t L_495 = V_8; if ((((int32_t)L_495) >= ((int32_t)0))) { goto IL_0952; } } { int32_t L_496 = V_9; if ((((int32_t)L_496) < ((int32_t)0))) { goto IL_0952; } } { V_6 = (-1); goto IL_0973; } IL_0952: { int32_t L_497 = V_9; if ((((int32_t)L_497) >= ((int32_t)0))) { goto IL_0961; } } { int32_t L_498 = V_8; if ((((int32_t)L_498) < ((int32_t)0))) { goto IL_0961; } } { V_6 = 1; goto IL_0973; } IL_0961: { int32_t L_499 = V_8; int32_t L_500 = V_9; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_499, (int32_t)L_500)); int32_t L_501 = V_6; if (L_501) { goto IL_0973; } } { int32_t L_502 = V_10; int32_t L_503 = V_11; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_502, (int32_t)L_503)); } IL_0973: { int32_t L_504 = V_6; if (L_504) { goto IL_0989; } } { int32_t L_505 = ___idx24; int32_t L_506 = V_4; if ((!(((uint32_t)L_505) == ((uint32_t)L_506)))) { goto IL_0981; } } { bool* L_507 = ___targetConsumed6; *((int8_t*)L_507) = (int8_t)1; } IL_0981: { int32_t L_508 = ___idx11; int32_t L_509 = V_3; if ((!(((uint32_t)L_508) == ((uint32_t)L_509)))) { goto IL_0989; } } { bool* L_510 = ___sourceConsumed7; *((int8_t*)L_510) = (int8_t)1; } IL_0989: { int32_t L_511 = ___idx11; int32_t L_512 = V_3; if ((!(((uint32_t)L_511) == ((uint32_t)L_512)))) { goto IL_0998; } } { int32_t L_513 = ___idx24; int32_t L_514 = V_4; if ((((int32_t)L_513) == ((int32_t)L_514))) { goto IL_0995; } } { return (-1); } IL_0995: { int32_t L_515 = V_6; return L_515; } IL_0998: { return 1; } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareFlagPair(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_CompareFlagPair_m02F3F7DE8F9E7CB19A4315829357BB45CDE44A64 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, bool ___b10, bool ___b21, const RuntimeMethod* method) { { bool L_0 = ___b10; bool L_1 = ___b21; if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_000b; } } { bool L_2 = ___b10; if (L_2) { goto IL_0009; } } { return (-1); } IL_0009: { return 1; } IL_000b: { return 0; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsPrefix_m3C264B704EB76964952AF0E136AFD323B7D22E3E (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___src0, String_t* ___target1, int32_t ___opt2, const RuntimeMethod* method) { { String_t* L_0 = ___src0; String_t* L_1 = ___target1; String_t* L_2 = ___src0; int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); int32_t L_4 = ___opt2; bool L_5; L_5 = SimpleCollator_IsPrefix_mD83D93EB2AD4C4A2D9175FF22374FA23D6BFF447(__this, L_0, L_1, 0, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsPrefix_mD83D93EB2AD4C4A2D9175FF22374FA23D6BFF447 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method) { uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C V_2; memset((&V_2), 0, sizeof(V_2)); { String_t* L_0 = ___target1; int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000a; } } { return (bool)1; } IL_000a: { int8_t* L_2 = (int8_t*) alloca(((uintptr_t)4)); memset(L_2, 0, ((uintptr_t)4)); V_0 = (uint8_t*)(L_2); int8_t* L_3 = (int8_t*) alloca(((uintptr_t)4)); memset(L_3, 0, ((uintptr_t)4)); V_1 = (uint8_t*)(L_3); uint8_t* L_4 = V_0; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_4, 4, /*hidden argument*/NULL); uint8_t* L_5 = V_1; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_5, 4, /*hidden argument*/NULL); int32_t L_6 = ___opt4; uint8_t* L_7 = V_0; uint8_t* L_8 = V_1; Context__ctor_mCA22E573D35DD0B8453F743C9268CBBAFA045307((Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)(&V_2), L_6, (uint8_t*)(uint8_t*)((uintptr_t)0), (uint8_t*)(uint8_t*)((uintptr_t)0), (uint8_t*)(uint8_t*)L_7, (uint8_t*)(uint8_t*)L_8, (uint8_t*)(uint8_t*)((uintptr_t)0), /*hidden argument*/NULL); String_t* L_9 = ___s0; String_t* L_10 = ___target1; int32_t L_11 = ___start2; int32_t L_12 = ___length3; bool L_13; L_13 = SimpleCollator_IsPrefix_mF0C7F29B38EE516E163DE9E8290C2722D946ECE9(__this, L_9, L_10, L_11, L_12, (bool)1, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)(&V_2), /*hidden argument*/NULL); return L_13; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Int32,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsPrefix_mF0C7F29B38EE516E163DE9E8290C2722D946ECE9 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, bool ___skipHeadingExtenders4, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx5, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; { String_t* L_0 = ___s0; int32_t L_1 = ___start2; int32_t L_2 = ___length3; String_t* L_3 = ___target1; String_t* L_4 = ___target1; int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); bool L_6 = ___skipHeadingExtenders4; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_7 = ___ctx5; int32_t L_8; L_8 = SimpleCollator_CompareInternal_m4963509F5E9E26707A24C60BE907AE98CDC6149B(__this, L_0, L_1, L_2, L_3, 0, L_5, (bool*)(&V_0), (bool*)(&V_1), L_6, (bool)1, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_7, /*hidden argument*/NULL); bool L_9 = V_0; return L_9; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsSuffix_m31E273F31D791A0A9DE2B2F99C49E3CAC8931F6F (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___src0, String_t* ___target1, int32_t ___opt2, const RuntimeMethod* method) { { String_t* L_0 = ___src0; String_t* L_1 = ___target1; String_t* L_2 = ___src0; int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); String_t* L_4 = ___src0; int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); int32_t L_6 = ___opt2; bool L_7; L_7 = SimpleCollator_IsSuffix_m9F6DF7EE895302B34EEFCDB39028668B3E247200(__this, L_0, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSuffix(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsSuffix_m9F6DF7EE895302B34EEFCDB39028668B3E247200 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___target1; int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000a; } } { return (bool)1; } IL_000a: { String_t* L_2 = ___s0; String_t* L_3 = ___target1; int32_t L_4 = ___start2; int32_t L_5 = ___length3; int32_t L_6 = ___opt4; int32_t L_7; L_7 = SimpleCollator_LastIndexOf_m8826D7780C340A55F7DBE7B6C964BC17752931CA(__this, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_0; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_003a; } } { String_t* L_9 = ___s0; int32_t L_10 = V_0; String_t* L_11 = ___s0; int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_11, /*hidden argument*/NULL); int32_t L_13 = V_0; String_t* L_14 = ___target1; String_t* L_15 = ___target1; int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_15, /*hidden argument*/NULL); int32_t L_17 = ___opt4; int32_t L_18; L_18 = SimpleCollator_Compare_m43FC5F17895E9FF32FD69B0325ACEF7D36FC5EF7(__this, L_9, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)), L_14, 0, L_16, L_17, /*hidden argument*/NULL); return (bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0); } IL_003a: { return (bool)0; } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::QuickIndexOf(System.String,System.String,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_QuickIndexOf_mD86F345C3F35D3FFA8D241F6B6663F8A5FDFE985 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, bool* ___testWasUnable4, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; bool V_4 = false; int32_t V_5 = 0; Il2CppChar V_6 = 0x0; Il2CppChar V_7 = 0x0; { V_0 = (-1); V_1 = (-1); bool* L_0 = ___testWasUnable4; *((int8_t*)L_0) = (int8_t)1; String_t* L_1 = ___target1; int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0012; } } { return 0; } IL_0012: { String_t* L_3 = ___target1; int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); int32_t L_5 = ___length3; if ((((int32_t)L_4) <= ((int32_t)L_5))) { goto IL_001e; } } { return (-1); } IL_001e: { bool* L_6 = ___testWasUnable4; *((int8_t*)L_6) = (int8_t)0; int32_t L_7 = ___start2; int32_t L_8 = ___length3; String_t* L_9 = ___target1; int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)), (int32_t)L_10)), (int32_t)1)); int32_t L_11 = ___start2; V_3 = L_11; goto IL_00c2; } IL_0037: { V_4 = (bool)0; V_5 = 0; goto IL_00ae; } IL_003f: { int32_t L_12 = V_1; int32_t L_13 = V_5; if ((((int32_t)L_12) >= ((int32_t)L_13))) { goto IL_0064; } } { String_t* L_14 = ___target1; int32_t L_15 = V_5; Il2CppChar L_16; L_16 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, L_15, /*hidden argument*/NULL); V_6 = L_16; Il2CppChar L_17 = V_6; if (!L_17) { goto IL_005b; } } { Il2CppChar L_18 = V_6; if ((((int32_t)L_18) < ((int32_t)((int32_t)128)))) { goto IL_0061; } } IL_005b: { bool* L_19 = ___testWasUnable4; *((int8_t*)L_19) = (int8_t)1; return (-1); } IL_0061: { int32_t L_20 = V_5; V_1 = L_20; } IL_0064: { int32_t L_21 = V_0; int32_t L_22 = V_3; int32_t L_23 = V_5; if ((((int32_t)L_21) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23))))) { goto IL_008f; } } { String_t* L_24 = ___s0; int32_t L_25 = V_3; int32_t L_26 = V_5; Il2CppChar L_27; L_27 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_24, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)), /*hidden argument*/NULL); V_7 = L_27; Il2CppChar L_28 = V_7; if (!L_28) { goto IL_0084; } } { Il2CppChar L_29 = V_7; if ((((int32_t)L_29) < ((int32_t)((int32_t)128)))) { goto IL_008a; } } IL_0084: { bool* L_30 = ___testWasUnable4; *((int8_t*)L_30) = (int8_t)1; return (-1); } IL_008a: { int32_t L_31 = V_3; int32_t L_32 = V_5; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_008f: { String_t* L_33 = ___s0; int32_t L_34 = V_3; int32_t L_35 = V_5; Il2CppChar L_36; L_36 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_33, ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL); String_t* L_37 = ___target1; int32_t L_38 = V_5; Il2CppChar L_39; L_39 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_37, L_38, /*hidden argument*/NULL); if ((((int32_t)L_36) == ((int32_t)L_39))) { goto IL_00a8; } } { V_4 = (bool)1; goto IL_00b8; } IL_00a8: { int32_t L_40 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00ae: { int32_t L_41 = V_5; String_t* L_42 = ___target1; int32_t L_43; L_43 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_42, /*hidden argument*/NULL); if ((((int32_t)L_41) < ((int32_t)L_43))) { goto IL_003f; } } IL_00b8: { bool L_44 = V_4; if (L_44) { goto IL_00be; } } { int32_t L_45 = V_3; return L_45; } IL_00be: { int32_t L_46 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_00c2: { int32_t L_47 = V_3; int32_t L_48 = V_2; if ((((int32_t)L_47) < ((int32_t)L_48))) { goto IL_0037; } } { return (-1); } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOf_m920870D977A259C53CA5BE729EAF85BAA2082C87 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method) { uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; uint8_t* V_2 = NULL; uint8_t* V_3 = NULL; uint8_t* V_4 = NULL; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C V_5; memset((&V_5), 0, sizeof(V_5)); bool V_6 = false; int32_t V_7 = 0; { int32_t L_0 = ___opt4; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)1073741824))))) { goto IL_0014; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD4F5AB3DB8A9A36171F6BAE4DC5ED6137E31D30B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SimpleCollator_IndexOf_m920870D977A259C53CA5BE729EAF85BAA2082C87_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___opt4; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)268435456))))) { goto IL_0028; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_3 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD4F5AB3DB8A9A36171F6BAE4DC5ED6137E31D30B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SimpleCollator_IndexOf_m920870D977A259C53CA5BE729EAF85BAA2082C87_RuntimeMethod_var))); } IL_0028: { int32_t L_4 = ___opt4; if (L_4) { goto IL_0042; } } { String_t* L_5 = ___s0; String_t* L_6 = ___target1; int32_t L_7 = ___start2; int32_t L_8 = ___length3; int32_t L_9; L_9 = SimpleCollator_QuickIndexOf_mD86F345C3F35D3FFA8D241F6B6663F8A5FDFE985(__this, L_5, L_6, L_7, L_8, (bool*)(&V_6), /*hidden argument*/NULL); V_7 = L_9; bool L_10 = V_6; if (L_10) { goto IL_0042; } } { int32_t L_11 = V_7; return L_11; } IL_0042: { int8_t* L_12 = (int8_t*) alloca(((uintptr_t)((int32_t)16))); memset(L_12, 0, ((uintptr_t)((int32_t)16))); V_0 = (uint8_t*)(L_12); int8_t* L_13 = (int8_t*) alloca(((uintptr_t)((int32_t)16))); memset(L_13, 0, ((uintptr_t)((int32_t)16))); V_1 = (uint8_t*)(L_13); int8_t* L_14 = (int8_t*) alloca(((uintptr_t)4)); memset(L_14, 0, ((uintptr_t)4)); V_2 = (uint8_t*)(L_14); int8_t* L_15 = (int8_t*) alloca(((uintptr_t)4)); memset(L_15, 0, ((uintptr_t)4)); V_3 = (uint8_t*)(L_15); int8_t* L_16 = (int8_t*) alloca(((uintptr_t)4)); memset(L_16, 0, ((uintptr_t)4)); V_4 = (uint8_t*)(L_16); uint8_t* L_17 = V_0; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_17, ((int32_t)16), /*hidden argument*/NULL); uint8_t* L_18 = V_1; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_18, ((int32_t)16), /*hidden argument*/NULL); uint8_t* L_19 = V_2; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_19, 4, /*hidden argument*/NULL); uint8_t* L_20 = V_3; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_20, 4, /*hidden argument*/NULL); uint8_t* L_21 = V_4; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_21, 4, /*hidden argument*/NULL); int32_t L_22 = ___opt4; uint8_t* L_23 = V_0; uint8_t* L_24 = V_1; uint8_t* L_25 = V_3; uint8_t* L_26 = V_4; Context__ctor_mCA22E573D35DD0B8453F743C9268CBBAFA045307((Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)(&V_5), L_22, (uint8_t*)(uint8_t*)L_23, (uint8_t*)(uint8_t*)L_24, (uint8_t*)(uint8_t*)L_25, (uint8_t*)(uint8_t*)L_26, (uint8_t*)(uint8_t*)((uintptr_t)0), /*hidden argument*/NULL); String_t* L_27 = ___s0; String_t* L_28 = ___target1; int32_t L_29 = ___start2; int32_t L_30 = ___length3; uint8_t* L_31 = V_2; int32_t L_32; L_32 = SimpleCollator_IndexOf_mC385EE6F0BE18019BB6CED18BAD3D984E6800D9E(__this, L_27, L_28, L_29, L_30, (uint8_t*)(uint8_t*)L_31, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)(&V_5), /*hidden argument*/NULL); return L_32; } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfOrdinal(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOfOrdinal_mAE50D8697BB5AD56E0ABB7BD62B93CE09E98DD91 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; int32_t V_3 = 0; { String_t* L_0 = ___target1; int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000a; } } { return 0; } IL_000a: { String_t* L_2 = ___target1; int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); int32_t L_4 = ___length3; if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0016; } } { return (-1); } IL_0016: { int32_t L_5 = ___start2; int32_t L_6 = ___length3; String_t* L_7 = ___target1; int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_8)), (int32_t)1)); int32_t L_9 = ___start2; V_1 = L_9; goto IL_005a; } IL_0028: { V_2 = (bool)0; V_3 = 0; goto IL_0048; } IL_002e: { String_t* L_10 = ___s0; int32_t L_11 = V_1; int32_t L_12 = V_3; Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)), /*hidden argument*/NULL); String_t* L_14 = ___target1; int32_t L_15 = V_3; Il2CppChar L_16; L_16 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, L_15, /*hidden argument*/NULL); if ((((int32_t)L_13) == ((int32_t)L_16))) { goto IL_0044; } } { V_2 = (bool)1; goto IL_0051; } IL_0044: { int32_t L_17 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0048: { int32_t L_18 = V_3; String_t* L_19 = ___target1; int32_t L_20; L_20 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_19, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_002e; } } IL_0051: { bool L_21 = V_2; if (L_21) { goto IL_0056; } } { int32_t L_22 = V_1; return L_22; } IL_0056: { int32_t L_23 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_005a: { int32_t L_24 = V_1; int32_t L_25 = V_0; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0028; } } { return (-1); } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfOrdinal(System.String,System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOfOrdinal_m2CAEB9AFD4773AF609EE936D502EA8EF0B550085 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, Il2CppChar ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___start2; int32_t L_1 = ___length3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___start2; V_1 = L_2; goto IL_0019; } IL_0009: { String_t* L_3 = ___s0; int32_t L_4 = V_1; Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, L_4, /*hidden argument*/NULL); Il2CppChar L_6 = ___target1; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0015; } } { int32_t L_7 = V_1; return L_7; } IL_0015: { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0019: { int32_t L_9 = V_1; int32_t L_10 = V_0; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0009; } } { return (-1); } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfSortKey(System.String,System.Int32,System.Int32,System.Byte*,System.Char,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOfSortKey_m19661CA93A5518AF715FA5D33416AF09E3EB3AD2 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___length2, uint8_t* ___sortkey3, Il2CppChar ___target4, int32_t ___ti5, bool ___noLv46, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx7, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___start1; int32_t L_1 = ___length2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___start1; V_1 = L_2; goto IL_0020; } IL_0008: { int32_t L_3 = V_1; V_2 = L_3; String_t* L_4 = ___s0; int32_t L_5 = V_0; int32_t L_6 = ___ti5; uint8_t* L_7 = ___sortkey3; bool L_8 = ___noLv46; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_9 = ___ctx7; bool L_10; L_10 = SimpleCollator_MatchesForward_m55B7679F67937AE7B965EBDEB7854EEF068558DD(__this, L_4, (int32_t*)(&V_1), L_5, L_6, (uint8_t*)(uint8_t*)L_7, L_8, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0020; } } { int32_t L_11 = V_2; return L_11; } IL_0020: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0008; } } { return (-1); } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Byte*,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOf_mC385EE6F0BE18019BB6CED18BAD3D984E6800D9E (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, uint8_t* ___targetSortKey4, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_2 = NULL; String_t* V_3 = NULL; uint8_t* V_4 = NULL; bool V_5 = false; Il2CppChar V_6 = 0x0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_10 = NULL; String_t* G_B11_0 = NULL; uintptr_t G_B14_0; memset((&G_B14_0), 0, sizeof(G_B14_0)); { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_0 = ___ctx5; int32_t L_1 = L_0->get_Option_0(); V_0 = L_1; V_1 = 0; goto IL_001f; } IL_000c: { String_t* L_2 = ___target1; int32_t L_3 = V_1; Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); bool L_6; L_6 = SimpleCollator_IsIgnorable_mF4929B081BC8833265B591A9A8CCEF1D633919D5(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0028; } } { int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_001f: { int32_t L_8 = V_1; String_t* L_9 = ___target1; int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) < ((int32_t)L_10))) { goto IL_000c; } } IL_0028: { int32_t L_11 = V_1; String_t* L_12 = ___target1; int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)L_13)))) { goto IL_0051; } } { String_t* L_14 = ___target1; String_t* L_15 = ___target1; int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_15, /*hidden argument*/NULL); int32_t L_17; L_17 = SimpleCollator_IndexOfOrdinal_m2CAEB9AFD4773AF609EE936D502EA8EF0B550085(__this, L_14, 0, 0, L_16, /*hidden argument*/NULL); if ((((int32_t)L_17) >= ((int32_t)0))) { goto IL_0045; } } { int32_t L_18 = ___start2; return L_18; } IL_0045: { String_t* L_19 = ___s0; String_t* L_20 = ___target1; int32_t L_21 = ___start2; int32_t L_22 = ___length3; int32_t L_23; L_23 = SimpleCollator_IndexOfOrdinal_mAE50D8697BB5AD56E0ABB7BD62B93CE09E98DD91(__this, L_19, L_20, L_21, L_22, /*hidden argument*/NULL); return L_23; } IL_0051: { String_t* L_24 = ___target1; int32_t L_25 = V_1; String_t* L_26 = ___target1; int32_t L_27; L_27 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_26, /*hidden argument*/NULL); int32_t L_28 = V_1; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_29; L_29 = SimpleCollator_GetContraction_m805E06343D20B33D1E65688BF187B30AA1AA10B3(__this, L_24, L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)), /*hidden argument*/NULL); V_2 = L_29; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_30 = V_2; if (L_30) { goto IL_0068; } } { G_B11_0 = ((String_t*)(NULL)); goto IL_006e; } IL_0068: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_31 = V_2; String_t* L_32 = L_31->get_Replacement_2(); G_B11_0 = L_32; } IL_006e: { V_3 = G_B11_0; String_t* L_33 = V_3; if (!L_33) { goto IL_0076; } } { G_B14_0 = ((uintptr_t)0); goto IL_0078; } IL_0076: { uint8_t* L_34 = ___targetSortKey4; G_B14_0 = ((uintptr_t)(intptr_t)(L_34)); } IL_0078: { V_4 = (uint8_t*)G_B14_0; V_5 = (bool)1; V_6 = 0; V_7 = (-1); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_35 = V_2; if (!L_35) { goto IL_00b4; } } { uint8_t* L_36 = V_4; if ((((intptr_t)L_36) == ((intptr_t)((uintptr_t)0)))) { goto IL_00b4; } } { V_8 = 0; goto IL_00a6; } IL_0091: { uint8_t* L_37 = V_4; int32_t L_38 = V_8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_39 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = L_39->get_SortKey_3(); int32_t L_41 = V_8; int32_t L_42 = L_41; uint8_t L_43 = (L_40)->GetAtUnchecked(static_cast(L_42)); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)L_38))) = (int8_t)L_43; int32_t L_44 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00a6: { int32_t L_45 = V_8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_46 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = L_46->get_SortKey_3(); if ((((int32_t)L_45) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))))) { goto IL_0091; } } { goto IL_0117; } IL_00b4: { uint8_t* L_48 = V_4; if ((((intptr_t)L_48) == ((intptr_t)((uintptr_t)0)))) { goto IL_0117; } } { String_t* L_49 = ___target1; int32_t L_50 = V_1; Il2CppChar L_51; L_51 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_49, L_50, /*hidden argument*/NULL); V_6 = L_51; String_t* L_52 = ___target1; int32_t L_53 = V_1; Il2CppChar L_54; L_54 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_52, L_53, /*hidden argument*/NULL); int32_t L_55 = V_0; int32_t L_56; L_56 = SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50(__this, L_54, L_55, /*hidden argument*/NULL); V_7 = L_56; uint8_t* L_57 = V_4; int32_t L_58 = V_7; uint8_t L_59; L_59 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_58, /*hidden argument*/NULL); *((int8_t*)L_57) = (int8_t)L_59; uint8_t* L_60 = V_4; int32_t L_61 = V_7; uint8_t L_62; L_62 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_61, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_60, (int32_t)1))) = (int8_t)L_62; int32_t L_63 = V_0; if (((int32_t)((int32_t)L_63&(int32_t)2))) { goto IL_00fe; } } { uint8_t* L_64 = V_4; int32_t L_65 = V_7; uint8_t L_66; L_66 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_65, 0, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_64, (int32_t)2))) = (int8_t)L_66; } IL_00fe: { uint8_t* L_67 = V_4; int32_t L_68 = V_7; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_69; L_69 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_68, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_67, (int32_t)3))) = (int8_t)L_69; int32_t L_70 = V_7; bool L_71; L_71 = MSCompatUnicodeTable_HasSpecialWeight_m7E7FB8B916131E9A5729F3C4FA326A7605C10AA3(((int32_t)((uint16_t)L_70)), /*hidden argument*/NULL); V_5 = (bool)((((int32_t)L_71) == ((int32_t)0))? 1 : 0); } IL_0117: { uint8_t* L_72 = V_4; if ((((intptr_t)L_72) == ((intptr_t)((uintptr_t)0)))) { goto IL_0167; } } { int32_t L_73 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); goto IL_015e; } IL_0123: { String_t* L_74 = ___target1; int32_t L_75 = V_1; Il2CppChar L_76; L_76 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_74, L_75, /*hidden argument*/NULL); uint8_t L_77; L_77 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_76, /*hidden argument*/NULL); if ((!(((uint32_t)L_77) == ((uint32_t)1)))) { goto IL_0167; } } { uint8_t* L_78 = V_4; int32_t L_79 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_78, (int32_t)2))); if (L_79) { goto IL_0140; } } { uint8_t* L_80 = V_4; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_80, (int32_t)2))) = (int8_t)2; } IL_0140: { uint8_t* L_81 = V_4; uint8_t* L_82 = V_4; int32_t L_83 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_82, (int32_t)2))); String_t* L_84 = ___target1; int32_t L_85 = V_1; Il2CppChar L_86; L_86 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_84, L_85, /*hidden argument*/NULL); uint8_t L_87; L_87 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_86, 0, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_81, (int32_t)2))) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)L_87)))); int32_t L_88 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)); } IL_015e: { int32_t L_89 = V_1; String_t* L_90 = ___target1; int32_t L_91; L_91 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_90, /*hidden argument*/NULL); if ((((int32_t)L_89) < ((int32_t)L_91))) { goto IL_0123; } } IL_0167: { V_9 = 0; String_t* L_92 = V_3; if (!L_92) { goto IL_0180; } } { String_t* L_93 = ___s0; String_t* L_94 = V_3; int32_t L_95 = ___start2; int32_t L_96 = ___length3; uint8_t* L_97 = ___targetSortKey4; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_98 = ___ctx5; int32_t L_99; L_99 = SimpleCollator_IndexOf_mC385EE6F0BE18019BB6CED18BAD3D984E6800D9E(__this, L_93, L_94, L_95, L_96, (uint8_t*)(uint8_t*)L_97, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_98, /*hidden argument*/NULL); V_9 = L_99; goto IL_0196; } IL_0180: { String_t* L_100 = ___s0; int32_t L_101 = ___start2; int32_t L_102 = ___length3; uint8_t* L_103 = V_4; Il2CppChar L_104 = V_6; int32_t L_105 = V_7; bool L_106 = V_5; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_107 = ___ctx5; int32_t L_108; L_108 = SimpleCollator_IndexOfSortKey_m19661CA93A5518AF715FA5D33416AF09E3EB3AD2(__this, L_100, L_101, L_102, (uint8_t*)(uint8_t*)L_103, L_104, L_105, L_106, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_107, /*hidden argument*/NULL); V_9 = L_108; } IL_0196: { int32_t L_109 = V_9; if ((((int32_t)L_109) >= ((int32_t)0))) { goto IL_019d; } } { return (-1); } IL_019d: { int32_t L_110 = ___length3; int32_t L_111 = V_9; int32_t L_112 = ___start2; ___length3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_111, (int32_t)L_112)))); int32_t L_113 = V_9; ___start2 = L_113; String_t* L_114 = ___s0; String_t* L_115 = ___target1; int32_t L_116 = ___start2; int32_t L_117 = ___length3; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_118 = ___ctx5; bool L_119; L_119 = SimpleCollator_IsPrefix_mF0C7F29B38EE516E163DE9E8290C2722D946ECE9(__this, L_114, L_115, L_116, L_117, (bool)0, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_118, /*hidden argument*/NULL); if (!L_119) { goto IL_01bd; } } { int32_t L_120 = V_9; return L_120; } IL_01bd: { String_t* L_121 = ___s0; int32_t L_122 = ___start2; int32_t L_123 = ___length3; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_124; L_124 = SimpleCollator_GetContraction_m805E06343D20B33D1E65688BF187B30AA1AA10B3(__this, L_121, L_122, L_123, /*hidden argument*/NULL); V_10 = L_124; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_125 = V_10; if (!L_125) { goto IL_01ea; } } { int32_t L_126 = ___start2; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_127 = V_10; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_128 = L_127->get_Source_1(); ___start2 = ((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_128)->max_length))))); int32_t L_129 = ___length3; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_130 = V_10; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_131 = L_130->get_Source_1(); ___length3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_129, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_131)->max_length))))); goto IL_01f5; } IL_01ea: { int32_t L_132 = ___start2; ___start2 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)1)); int32_t L_133 = ___length3; ___length3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_133, (int32_t)1)); } IL_01f5: { int32_t L_134 = ___length3; if ((((int32_t)L_134) > ((int32_t)0))) { goto IL_0167; } } { return (-1); } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOf_m8826D7780C340A55F7DBE7B6C964BC17752931CA (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method) { uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; uint8_t* V_2 = NULL; uint8_t* V_3 = NULL; uint8_t* V_4 = NULL; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C V_5; memset((&V_5), 0, sizeof(V_5)); { int32_t L_0 = ___opt4; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)1073741824))))) { goto IL_0015; } } { String_t* L_1 = ___s0; String_t* L_2 = ___target1; int32_t L_3 = ___start2; int32_t L_4 = ___length3; int32_t L_5; L_5 = SimpleCollator_LastIndexOfOrdinal_m455A0F12369DA09B2EFEBB2E40BE3FFAA7195879(__this, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0015: { int32_t L_6 = ___opt4; if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)268435456))))) { goto IL_0029; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_7 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD4F5AB3DB8A9A36171F6BAE4DC5ED6137E31D30B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SimpleCollator_LastIndexOf_m8826D7780C340A55F7DBE7B6C964BC17752931CA_RuntimeMethod_var))); } IL_0029: { int8_t* L_8 = (int8_t*) alloca(((uintptr_t)((int32_t)16))); memset(L_8, 0, ((uintptr_t)((int32_t)16))); V_0 = (uint8_t*)(L_8); int8_t* L_9 = (int8_t*) alloca(((uintptr_t)((int32_t)16))); memset(L_9, 0, ((uintptr_t)((int32_t)16))); V_1 = (uint8_t*)(L_9); int8_t* L_10 = (int8_t*) alloca(((uintptr_t)4)); memset(L_10, 0, ((uintptr_t)4)); V_2 = (uint8_t*)(L_10); int8_t* L_11 = (int8_t*) alloca(((uintptr_t)4)); memset(L_11, 0, ((uintptr_t)4)); V_3 = (uint8_t*)(L_11); int8_t* L_12 = (int8_t*) alloca(((uintptr_t)4)); memset(L_12, 0, ((uintptr_t)4)); V_4 = (uint8_t*)(L_12); uint8_t* L_13 = V_0; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_13, ((int32_t)16), /*hidden argument*/NULL); uint8_t* L_14 = V_1; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_14, ((int32_t)16), /*hidden argument*/NULL); uint8_t* L_15 = V_2; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_15, 4, /*hidden argument*/NULL); uint8_t* L_16 = V_3; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_16, 4, /*hidden argument*/NULL); uint8_t* L_17 = V_4; SimpleCollator_ClearBuffer_mAF6544EEEB4E28455EBD5409C18B7C98871C94BE(__this, (uint8_t*)(uint8_t*)L_17, 4, /*hidden argument*/NULL); int32_t L_18 = ___opt4; uint8_t* L_19 = V_0; uint8_t* L_20 = V_1; uint8_t* L_21 = V_3; uint8_t* L_22 = V_4; Context__ctor_mCA22E573D35DD0B8453F743C9268CBBAFA045307((Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)(&V_5), L_18, (uint8_t*)(uint8_t*)L_19, (uint8_t*)(uint8_t*)L_20, (uint8_t*)(uint8_t*)L_21, (uint8_t*)(uint8_t*)L_22, (uint8_t*)(uint8_t*)((uintptr_t)0), /*hidden argument*/NULL); String_t* L_23 = ___s0; String_t* L_24 = ___target1; int32_t L_25 = ___start2; int32_t L_26 = ___length3; uint8_t* L_27 = V_2; int32_t L_28; L_28 = SimpleCollator_LastIndexOf_m701EC1EE4804814AFCA4F316714DD383C95E9747(__this, L_23, L_24, L_25, L_26, (uint8_t*)(uint8_t*)L_27, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)(&V_5), /*hidden argument*/NULL); return L_28; } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOfOrdinal(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOfOrdinal_m455A0F12369DA09B2EFEBB2E40BE3FFAA7195879 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar V_1 = 0x0; int32_t V_2 = 0; int32_t V_3 = 0; bool V_4 = false; int32_t V_5 = 0; { String_t* L_0 = ___target1; int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000a; } } { int32_t L_2 = ___start2; return L_2; } IL_000a: { String_t* L_3 = ___s0; int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); String_t* L_5 = ___target1; int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_0022; } } { String_t* L_7 = ___target1; int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); int32_t L_9 = ___length3; if ((((int32_t)L_8) <= ((int32_t)L_9))) { goto IL_0024; } } IL_0022: { return (-1); } IL_0024: { int32_t L_10 = ___start2; int32_t L_11 = ___length3; String_t* L_12 = ___target1; int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), (int32_t)L_13)), (int32_t)1)); String_t* L_14 = ___target1; String_t* L_15 = ___target1; int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_15, /*hidden argument*/NULL); Il2CppChar L_17; L_17 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_17; int32_t L_18 = ___start2; V_2 = L_18; goto IL_009d; } IL_0045: { String_t* L_19 = ___s0; int32_t L_20 = V_2; Il2CppChar L_21; L_21 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_19, L_20, /*hidden argument*/NULL); Il2CppChar L_22 = V_1; if ((((int32_t)L_21) == ((int32_t)L_22))) { goto IL_0055; } } { int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); goto IL_009d; } IL_0055: { int32_t L_24 = V_2; String_t* L_25 = ___target1; int32_t L_26; L_26 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_25, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_26)), (int32_t)1)); int32_t L_27 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1)); V_4 = (bool)0; String_t* L_28 = ___target1; int32_t L_29; L_29 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_28, /*hidden argument*/NULL); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)2)); goto IL_0092; } IL_0073: { String_t* L_30 = ___s0; int32_t L_31 = V_3; int32_t L_32 = V_5; Il2CppChar L_33; L_33 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_30, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)), /*hidden argument*/NULL); String_t* L_34 = ___target1; int32_t L_35 = V_5; Il2CppChar L_36; L_36 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_34, L_35, /*hidden argument*/NULL); if ((((int32_t)L_33) == ((int32_t)L_36))) { goto IL_008c; } } { V_4 = (bool)1; goto IL_0097; } IL_008c: { int32_t L_37 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)1)); } IL_0092: { int32_t L_38 = V_5; if ((((int32_t)L_38) >= ((int32_t)0))) { goto IL_0073; } } IL_0097: { bool L_39 = V_4; if (L_39) { goto IL_009d; } } { int32_t L_40 = V_3; return L_40; } IL_009d: { int32_t L_41 = V_2; int32_t L_42 = V_0; if ((((int32_t)L_41) > ((int32_t)L_42))) { goto IL_0045; } } { return (-1); } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOfSortKey(System.String,System.Int32,System.Int32,System.Int32,System.Byte*,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOfSortKey_mFE1677F9FF093854B63EB2F0D367D93EFE257907 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t ___start1, int32_t ___orgStart2, int32_t ___length3, uint8_t* ___sortkey4, int32_t ___ti5, bool ___noLv46, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx7, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___start1; int32_t L_1 = ___length3; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___start1; V_1 = L_2; goto IL_0022; } IL_0009: { int32_t L_3 = V_1; V_2 = L_3; String_t* L_4 = ___s0; int32_t L_5 = V_0; int32_t L_6 = ___orgStart2; int32_t L_7 = ___ti5; uint8_t* L_8 = ___sortkey4; bool L_9 = ___noLv46; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_10 = ___ctx7; bool L_11; L_11 = SimpleCollator_MatchesBackward_mF1B465C48FA9CABFDC00A2BFF82AA56CB840D6CB(__this, L_4, (int32_t*)(&V_1), L_5, L_6, L_7, (uint8_t*)(uint8_t*)L_8, L_9, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0022; } } { int32_t L_12 = V_2; return L_12; } IL_0022: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_0009; } } { return (-1); } } // System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Byte*,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOf_m701EC1EE4804814AFCA4F316714DD383C95E9747 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, uint8_t* ___targetSortKey4, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_3 = NULL; String_t* V_4 = NULL; uint8_t* V_5 = NULL; bool V_6 = false; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_10 = NULL; String_t* G_B11_0 = NULL; uintptr_t G_B14_0; memset((&G_B14_0), 0, sizeof(G_B14_0)); { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_0 = ___ctx5; int32_t L_1 = L_0->get_Option_0(); V_0 = L_1; int32_t L_2 = ___start2; V_1 = L_2; V_2 = 0; goto IL_0021; } IL_000e: { String_t* L_3 = ___target1; int32_t L_4 = V_2; Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); bool L_7; L_7 = SimpleCollator_IsIgnorable_mF4929B081BC8833265B591A9A8CCEF1D633919D5(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002a; } } { int32_t L_8 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0021: { int32_t L_9 = V_2; String_t* L_10 = ___target1; int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_000e; } } IL_002a: { int32_t L_12 = V_2; String_t* L_13 = ___target1; int32_t L_14; L_14 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_13, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)L_14)))) { goto IL_0053; } } { String_t* L_15 = ___target1; String_t* L_16 = ___target1; int32_t L_17; L_17 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_16, /*hidden argument*/NULL); int32_t L_18; L_18 = SimpleCollator_IndexOfOrdinal_m2CAEB9AFD4773AF609EE936D502EA8EF0B550085(__this, L_15, 0, 0, L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) >= ((int32_t)0))) { goto IL_0047; } } { int32_t L_19 = ___start2; return L_19; } IL_0047: { String_t* L_20 = ___s0; String_t* L_21 = ___target1; int32_t L_22 = ___start2; int32_t L_23 = ___length3; int32_t L_24; L_24 = SimpleCollator_LastIndexOfOrdinal_m455A0F12369DA09B2EFEBB2E40BE3FFAA7195879(__this, L_20, L_21, L_22, L_23, /*hidden argument*/NULL); return L_24; } IL_0053: { String_t* L_25 = ___target1; int32_t L_26 = V_2; String_t* L_27 = ___target1; int32_t L_28; L_28 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_27, /*hidden argument*/NULL); int32_t L_29 = V_2; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_30; L_30 = SimpleCollator_GetContraction_m805E06343D20B33D1E65688BF187B30AA1AA10B3(__this, L_25, L_26, ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29)), /*hidden argument*/NULL); V_3 = L_30; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_31 = V_3; if (L_31) { goto IL_006a; } } { G_B11_0 = ((String_t*)(NULL)); goto IL_0070; } IL_006a: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_32 = V_3; String_t* L_33 = L_32->get_Replacement_2(); G_B11_0 = L_33; } IL_0070: { V_4 = G_B11_0; String_t* L_34 = V_4; if (!L_34) { goto IL_007a; } } { G_B14_0 = ((uintptr_t)0); goto IL_007c; } IL_007a: { uint8_t* L_35 = ___targetSortKey4; G_B14_0 = ((uintptr_t)(intptr_t)(L_35)); } IL_007c: { V_5 = (uint8_t*)G_B14_0; V_6 = (bool)1; V_7 = (-1); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_36 = V_3; if (!L_36) { goto IL_00b5; } } { uint8_t* L_37 = V_5; if ((((intptr_t)L_37) == ((intptr_t)((uintptr_t)0)))) { goto IL_00b5; } } { V_8 = 0; goto IL_00a7; } IL_0092: { uint8_t* L_38 = V_5; int32_t L_39 = V_8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_40 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = L_40->get_SortKey_3(); int32_t L_42 = V_8; int32_t L_43 = L_42; uint8_t L_44 = (L_41)->GetAtUnchecked(static_cast(L_43)); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_38, (int32_t)L_39))) = (int8_t)L_44; int32_t L_45 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_00a7: { int32_t L_46 = V_8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_47 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = L_47->get_SortKey_3(); if ((((int32_t)L_46) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))) { goto IL_0092; } } { goto IL_010f; } IL_00b5: { uint8_t* L_49 = V_5; if ((((intptr_t)L_49) == ((intptr_t)((uintptr_t)0)))) { goto IL_010f; } } { String_t* L_50 = ___target1; int32_t L_51 = V_2; Il2CppChar L_52; L_52 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_50, L_51, /*hidden argument*/NULL); int32_t L_53 = V_0; int32_t L_54; L_54 = SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50(__this, L_52, L_53, /*hidden argument*/NULL); V_7 = L_54; uint8_t* L_55 = V_5; int32_t L_56 = V_7; uint8_t L_57; L_57 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_56, /*hidden argument*/NULL); *((int8_t*)L_55) = (int8_t)L_57; uint8_t* L_58 = V_5; int32_t L_59 = V_7; uint8_t L_60; L_60 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_59, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_58, (int32_t)1))) = (int8_t)L_60; int32_t L_61 = V_0; if (((int32_t)((int32_t)L_61&(int32_t)2))) { goto IL_00f6; } } { uint8_t* L_62 = V_5; int32_t L_63 = V_7; uint8_t L_64; L_64 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_63, 0, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_62, (int32_t)2))) = (int8_t)L_64; } IL_00f6: { uint8_t* L_65 = V_5; int32_t L_66 = V_7; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_67; L_67 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_66, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_65, (int32_t)3))) = (int8_t)L_67; int32_t L_68 = V_7; bool L_69; L_69 = MSCompatUnicodeTable_HasSpecialWeight_m7E7FB8B916131E9A5729F3C4FA326A7605C10AA3(((int32_t)((uint16_t)L_68)), /*hidden argument*/NULL); V_6 = (bool)((((int32_t)L_69) == ((int32_t)0))? 1 : 0); } IL_010f: { uint8_t* L_70 = V_5; if ((((intptr_t)L_70) == ((intptr_t)((uintptr_t)0)))) { goto IL_015f; } } { int32_t L_71 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); goto IL_0156; } IL_011b: { String_t* L_72 = ___target1; int32_t L_73 = V_2; Il2CppChar L_74; L_74 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_72, L_73, /*hidden argument*/NULL); uint8_t L_75; L_75 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_74, /*hidden argument*/NULL); if ((!(((uint32_t)L_75) == ((uint32_t)1)))) { goto IL_015f; } } { uint8_t* L_76 = V_5; int32_t L_77 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_76, (int32_t)2))); if (L_77) { goto IL_0138; } } { uint8_t* L_78 = V_5; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_78, (int32_t)2))) = (int8_t)2; } IL_0138: { uint8_t* L_79 = V_5; uint8_t* L_80 = V_5; int32_t L_81 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_80, (int32_t)2))); String_t* L_82 = ___target1; int32_t L_83 = V_2; Il2CppChar L_84; L_84 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_82, L_83, /*hidden argument*/NULL); uint8_t L_85; L_85 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_84, 0, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_79, (int32_t)2))) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)L_85)))); int32_t L_86 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1)); } IL_0156: { int32_t L_87 = V_2; String_t* L_88 = ___target1; int32_t L_89; L_89 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_88, /*hidden argument*/NULL); if ((((int32_t)L_87) < ((int32_t)L_89))) { goto IL_011b; } } IL_015f: { V_9 = 0; String_t* L_90 = V_4; if (!L_90) { goto IL_017a; } } { String_t* L_91 = ___s0; String_t* L_92 = V_4; int32_t L_93 = ___start2; int32_t L_94 = ___length3; uint8_t* L_95 = ___targetSortKey4; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_96 = ___ctx5; int32_t L_97; L_97 = SimpleCollator_LastIndexOf_m701EC1EE4804814AFCA4F316714DD383C95E9747(__this, L_91, L_92, L_93, L_94, (uint8_t*)(uint8_t*)L_95, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_96, /*hidden argument*/NULL); V_9 = L_97; goto IL_018f; } IL_017a: { String_t* L_98 = ___s0; int32_t L_99 = ___start2; int32_t L_100 = V_1; int32_t L_101 = ___length3; uint8_t* L_102 = V_5; int32_t L_103 = V_7; bool L_104 = V_6; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_105 = ___ctx5; int32_t L_106; L_106 = SimpleCollator_LastIndexOfSortKey_mFE1677F9FF093854B63EB2F0D367D93EFE257907(__this, L_98, L_99, L_100, L_101, (uint8_t*)(uint8_t*)L_102, L_103, L_104, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_105, /*hidden argument*/NULL); V_9 = L_106; } IL_018f: { int32_t L_107 = V_9; if ((((int32_t)L_107) >= ((int32_t)0))) { goto IL_0196; } } { return (-1); } IL_0196: { int32_t L_108 = ___length3; int32_t L_109 = ___start2; int32_t L_110 = V_9; ___length3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_108, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_109, (int32_t)L_110)))); int32_t L_111 = V_9; ___start2 = L_111; String_t* L_112 = ___s0; String_t* L_113 = ___target1; int32_t L_114 = V_9; int32_t L_115 = V_1; int32_t L_116 = V_9; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_117 = ___ctx5; bool L_118; L_118 = SimpleCollator_IsPrefix_mF0C7F29B38EE516E163DE9E8290C2722D946ECE9(__this, L_112, L_113, L_114, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_115, (int32_t)L_116)), (int32_t)1)), (bool)0, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_117, /*hidden argument*/NULL); if (!L_118) { goto IL_01d8; } } { goto IL_01d0; } IL_01ba: { String_t* L_119 = ___s0; int32_t L_120 = V_9; Il2CppChar L_121; L_121 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_119, L_120, /*hidden argument*/NULL); int32_t L_122 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); bool L_123; L_123 = SimpleCollator_IsIgnorable_mF4929B081BC8833265B591A9A8CCEF1D633919D5(L_121, L_122, /*hidden argument*/NULL); if (!L_123) { goto IL_01d5; } } { int32_t L_124 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1)); } IL_01d0: { int32_t L_125 = V_9; int32_t L_126 = V_1; if ((((int32_t)L_125) < ((int32_t)L_126))) { goto IL_01ba; } } IL_01d5: { int32_t L_127 = V_9; return L_127; } IL_01d8: { String_t* L_128 = ___s0; int32_t L_129 = V_9; int32_t L_130 = V_1; int32_t L_131 = V_9; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_132; L_132 = SimpleCollator_GetContraction_m805E06343D20B33D1E65688BF187B30AA1AA10B3(__this, L_128, L_129, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_130, (int32_t)L_131)), (int32_t)1)), /*hidden argument*/NULL); V_10 = L_132; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_133 = V_10; if (!L_133) { goto IL_020a; } } { int32_t L_134 = ___start2; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_135 = V_10; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_136 = L_135->get_Source_1(); ___start2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_134, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_136)->max_length))))); int32_t L_137 = ___length3; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_138 = V_10; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_139 = L_138->get_Source_1(); ___length3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_137, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_139)->max_length))))); goto IL_0215; } IL_020a: { int32_t L_140 = ___start2; ___start2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_140, (int32_t)1)); int32_t L_141 = ___length3; ___length3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_141, (int32_t)1)); } IL_0215: { int32_t L_142 = ___length3; if ((((int32_t)L_142) > ((int32_t)0))) { goto IL_015f; } } { return (-1); } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesForward(System.String,System.Int32&,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesForward_m55B7679F67937AE7B965EBDEB7854EEF068558DD (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___ti3, uint8_t* ___sortkey4, bool ___noLv45, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx6, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_2 = NULL; { String_t* L_0 = ___s0; int32_t* L_1 = ___idx1; int32_t L_2 = *((int32_t*)L_1); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_2, /*hidden argument*/NULL); V_0 = L_3; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_4 = ___ctx6; uint8_t* L_5 = L_4->get_AlwaysMatchFlags_2(); if ((((intptr_t)L_5) == ((intptr_t)((uintptr_t)0)))) { goto IL_0035; } } { int32_t L_6 = V_0; if ((((int32_t)L_6) >= ((int32_t)((int32_t)128)))) { goto IL_0035; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_7 = ___ctx6; uint8_t* L_8 = L_7->get_AlwaysMatchFlags_2(); int32_t L_9 = V_0; int32_t L_10 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)((int32_t)((int32_t)L_9/(int32_t)8))))); int32_t L_11 = V_0; if (!((int32_t)((int32_t)L_10&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11%(int32_t)8))&(int32_t)((int32_t)31)))))))) { goto IL_0035; } } { return (bool)1; } IL_0035: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_12 = ___ctx6; uint8_t* L_13 = L_12->get_NeverMatchFlags_1(); if ((((intptr_t)L_13) == ((intptr_t)((uintptr_t)0)))) { goto IL_0067; } } { int32_t L_14 = V_0; if ((((int32_t)L_14) >= ((int32_t)((int32_t)128)))) { goto IL_0067; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_15 = ___ctx6; uint8_t* L_16 = L_15->get_NeverMatchFlags_1(); int32_t L_17 = V_0; int32_t L_18 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)((int32_t)((int32_t)L_17/(int32_t)8))))); int32_t L_19 = V_0; if (!((int32_t)((int32_t)L_18&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_19%(int32_t)8))&(int32_t)((int32_t)31)))))))) { goto IL_0067; } } { int32_t* L_20 = ___idx1; int32_t* L_21 = ___idx1; int32_t L_22 = *((int32_t*)L_21); *((int32_t*)L_20) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); return (bool)0; } IL_0067: { String_t* L_23 = ___s0; int32_t* L_24 = ___idx1; int32_t L_25 = *((int32_t*)L_24); Il2CppChar L_26; L_26 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_23, L_25, /*hidden argument*/NULL); int32_t L_27; L_27 = SimpleCollator_GetExtenderType_m4689AA2150E1B1CAFA14F64759D2B43DDCCF5878(__this, L_26, /*hidden argument*/NULL); V_1 = L_27; V_2 = (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA *)NULL; String_t* L_28 = ___s0; int32_t* L_29 = ___idx1; int32_t L_30 = ___end2; int32_t L_31 = ___ti3; uint8_t* L_32 = ___sortkey4; bool L_33 = ___noLv45; int32_t L_34 = V_1; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_35 = ___ctx6; bool L_36; L_36 = SimpleCollator_MatchesForwardCore_mF69E9D399026A0759EC6164603A99E0CC7FCBD42(__this, L_28, (int32_t*)L_29, L_30, L_31, (uint8_t*)(uint8_t*)L_32, L_33, L_34, (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)(&V_2), (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00c2; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_37 = ___ctx6; uint8_t* L_38 = L_37->get_AlwaysMatchFlags_2(); if ((((intptr_t)L_38) == ((intptr_t)((uintptr_t)0)))) { goto IL_00c0; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_39 = V_2; if (L_39) { goto IL_00c0; } } { int32_t L_40 = V_1; if (L_40) { goto IL_00c0; } } { int32_t L_41 = V_0; if ((((int32_t)L_41) >= ((int32_t)((int32_t)128)))) { goto IL_00c0; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_42 = ___ctx6; uint8_t* L_43 = L_42->get_AlwaysMatchFlags_2(); int32_t L_44 = V_0; uint8_t* L_45 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_43, (int32_t)((int32_t)((int32_t)L_44/(int32_t)8)))); int32_t L_46 = *((uint8_t*)L_45); int32_t L_47 = V_0; *((int8_t*)L_45) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_46|(int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_47%(int32_t)8))&(int32_t)((int32_t)31))))))))))); } IL_00c0: { return (bool)1; } IL_00c2: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_48 = ___ctx6; uint8_t* L_49 = L_48->get_NeverMatchFlags_1(); if ((((intptr_t)L_49) == ((intptr_t)((uintptr_t)0)))) { goto IL_00f4; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_50 = V_2; if (L_50) { goto IL_00f4; } } { int32_t L_51 = V_1; if (L_51) { goto IL_00f4; } } { int32_t L_52 = V_0; if ((((int32_t)L_52) >= ((int32_t)((int32_t)128)))) { goto IL_00f4; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_53 = ___ctx6; uint8_t* L_54 = L_53->get_NeverMatchFlags_1(); int32_t L_55 = V_0; uint8_t* L_56 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_54, (int32_t)((int32_t)((int32_t)L_55/(int32_t)8)))); int32_t L_57 = *((uint8_t*)L_56); int32_t L_58 = V_0; *((int8_t*)L_56) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_57|(int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_58%(int32_t)8))&(int32_t)((int32_t)31))))))))))); } IL_00f4: { return (bool)0; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesForwardCore(System.String,System.Int32&,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.Contraction&,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesForwardCore_mF69E9D399026A0759EC6164603A99E0CC7FCBD42 (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___ti3, uint8_t* ___sortkey4, bool ___noLv45, int32_t ___ext6, Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** ___ct7, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t* V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; bool V_6 = false; { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_0 = ___ctx8; int32_t L_1 = L_0->get_Option_0(); V_0 = L_1; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_2 = ___ctx8; uint8_t* L_3 = L_2->get_Buffer1_3(); V_1 = (uint8_t*)L_3; int32_t L_4 = V_0; V_2 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_4&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0); V_3 = (-1); int32_t L_5 = ___ext6; if (L_5) { goto IL_002c; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_6 = ___ct7; String_t* L_7 = ___s0; int32_t* L_8 = ___idx1; int32_t L_9 = *((int32_t*)L_8); int32_t L_10 = ___end2; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_11; L_11 = SimpleCollator_GetContraction_m805E06343D20B33D1E65688BF187B30AA1AA10B3(__this, L_7, L_9, L_10, /*hidden argument*/NULL); *((RuntimeObject **)L_6) = (RuntimeObject *)L_11; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_6, (void*)(RuntimeObject *)L_11); goto IL_0064; } IL_002c: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_12 = ___ctx8; int32_t L_13 = L_12->get_PrevCode_5(); if ((((int32_t)L_13) >= ((int32_t)0))) { goto IL_0053; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_14 = ___ctx8; uint8_t* L_15 = L_14->get_PrevSortKey_6(); if ((!(((uintptr_t)L_15) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0049; } } { int32_t* L_16 = ___idx1; int32_t* L_17 = ___idx1; int32_t L_18 = *((int32_t*)L_17); *((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); return (bool)0; } IL_0049: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_19 = ___ctx8; uint8_t* L_20 = L_19->get_PrevSortKey_6(); V_1 = (uint8_t*)L_20; goto IL_0064; } IL_0053: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_21 = ___ctx8; int32_t L_22 = L_21->get_PrevCode_5(); int32_t L_23 = ___ext6; int32_t L_24 = V_0; int32_t L_25; L_25 = SimpleCollator_FilterExtender_m52E04162094AD4F49CD82B10218CEAD86CA11773(__this, L_22, L_23, L_24, /*hidden argument*/NULL); V_3 = L_25; } IL_0064: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_26 = ___ct7; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_27 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_26); if (!L_27) { goto IL_00e1; } } { int32_t* L_28 = ___idx1; int32_t* L_29 = ___idx1; int32_t L_30 = *((int32_t*)L_29); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_31 = ___ct7; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_32 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_31); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_33 = L_32->get_Source_1(); *((int32_t*)L_28) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length))))); bool L_34 = ___noLv45; if (L_34) { goto IL_007e; } } { return (bool)0; } IL_007e: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_35 = ___ct7; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_36 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_35); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = L_36->get_SortKey_3(); if (!L_37) { goto IL_00b8; } } { V_4 = 0; goto IL_009e; } IL_008d: { uint8_t* L_38 = V_1; int32_t L_39 = V_4; uint8_t* L_40 = ___sortkey4; int32_t L_41 = V_4; int32_t L_42 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_40, (int32_t)L_41))); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_38, (int32_t)L_39))) = (int8_t)L_42; int32_t L_43 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_009e: { int32_t L_44 = V_4; if ((((int32_t)L_44) < ((int32_t)4))) { goto IL_008d; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_45 = ___ctx8; L_45->set_PrevCode_5((-1)); Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_46 = ___ctx8; uint8_t* L_47 = V_1; L_46->set_PrevSortKey_6((uint8_t*)L_47); goto IL_01bc; } IL_00b8: { V_5 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_48 = ___ct7; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_49 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_48); String_t* L_50 = L_49->get_Replacement_2(); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_51 = ___ct7; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_52 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_51); String_t* L_53 = L_52->get_Replacement_2(); int32_t L_54; L_54 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_53, /*hidden argument*/NULL); int32_t L_55 = ___ti3; uint8_t* L_56 = ___sortkey4; bool L_57 = ___noLv45; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_58 = ___ctx8; bool L_59; L_59 = SimpleCollator_MatchesForward_m55B7679F67937AE7B965EBDEB7854EEF068558DD(__this, L_50, (int32_t*)(&V_5), L_54, L_55, (uint8_t*)(uint8_t*)L_56, L_57, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_58, /*hidden argument*/NULL); return L_59; } IL_00e1: { int32_t L_60 = V_3; if ((((int32_t)L_60) >= ((int32_t)0))) { goto IL_00f5; } } { String_t* L_61 = ___s0; int32_t* L_62 = ___idx1; int32_t L_63 = *((int32_t*)L_62); Il2CppChar L_64; L_64 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_61, L_63, /*hidden argument*/NULL); int32_t L_65 = V_0; int32_t L_66; L_66 = SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50(__this, L_64, L_65, /*hidden argument*/NULL); V_3 = L_66; } IL_00f5: { int32_t* L_67 = ___idx1; int32_t* L_68 = ___idx1; int32_t L_69 = *((int32_t*)L_68); *((int32_t*)L_67) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); uint8_t* L_70 = V_1; int32_t L_71 = V_3; uint8_t L_72; L_72 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_71, /*hidden argument*/NULL); *((int8_t*)L_70) = (int8_t)L_72; V_6 = (bool)0; uint8_t* L_73 = ___sortkey4; int32_t L_74 = *((uint8_t*)L_73); uint8_t* L_75 = V_1; int32_t L_76 = *((uint8_t*)L_75); if ((!(((uint32_t)L_74) == ((uint32_t)L_76)))) { goto IL_011b; } } { uint8_t* L_77 = V_1; int32_t L_78 = V_3; uint8_t L_79; L_79 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_78, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_77, (int32_t)1))) = (int8_t)L_79; goto IL_011e; } IL_011b: { V_6 = (bool)1; } IL_011e: { bool L_80 = V_2; if (L_80) { goto IL_013b; } } { uint8_t* L_81 = ___sortkey4; int32_t L_82 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_81, (int32_t)1))); uint8_t* L_83 = V_1; int32_t L_84 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_83, (int32_t)1))); if ((!(((uint32_t)L_82) == ((uint32_t)L_84)))) { goto IL_013b; } } { uint8_t* L_85 = V_1; int32_t L_86 = V_3; int32_t L_87 = ___ext6; uint8_t L_88; L_88 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_86, L_87, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_85, (int32_t)2))) = (int8_t)L_88; goto IL_0141; } IL_013b: { bool L_89 = V_2; if (L_89) { goto IL_0141; } } { V_6 = (bool)1; } IL_0141: { bool L_90 = V_6; if (!L_90) { goto IL_0165; } } { goto IL_015e; } IL_0147: { String_t* L_91 = ___s0; int32_t* L_92 = ___idx1; int32_t L_93 = *((int32_t*)L_92); Il2CppChar L_94; L_94 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_91, L_93, /*hidden argument*/NULL); uint8_t L_95; L_95 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_94, /*hidden argument*/NULL); if ((!(((uint32_t)L_95) == ((uint32_t)1)))) { goto IL_0163; } } { int32_t* L_96 = ___idx1; int32_t* L_97 = ___idx1; int32_t L_98 = *((int32_t*)L_97); *((int32_t*)L_96) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); } IL_015e: { int32_t* L_99 = ___idx1; int32_t L_100 = *((int32_t*)L_99); int32_t L_101 = ___end2; if ((((int32_t)L_100) < ((int32_t)L_101))) { goto IL_0147; } } IL_0163: { return (bool)0; } IL_0165: { uint8_t* L_102 = V_1; int32_t L_103 = V_3; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_104; L_104 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_103, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_102, (int32_t)3))) = (int8_t)L_104; uint8_t* L_105 = V_1; int32_t L_106 = *((uint8_t*)L_105); if ((((int32_t)L_106) == ((int32_t)1))) { goto IL_01bc; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_107 = ___ctx8; int32_t L_108 = V_3; L_107->set_PrevCode_5(L_108); goto IL_01bc; } IL_017e: { String_t* L_109 = ___s0; int32_t* L_110 = ___idx1; int32_t L_111 = *((int32_t*)L_110); Il2CppChar L_112; L_112 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_109, L_111, /*hidden argument*/NULL); uint8_t L_113; L_113 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_112, /*hidden argument*/NULL); if ((!(((uint32_t)L_113) == ((uint32_t)1)))) { goto IL_01c1; } } { bool L_114 = V_2; if (L_114) { goto IL_01b6; } } { uint8_t* L_115 = V_1; int32_t L_116 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_115, (int32_t)2))); if (L_116) { goto IL_019d; } } { uint8_t* L_117 = V_1; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_117, (int32_t)2))) = (int8_t)2; } IL_019d: { uint8_t* L_118 = V_1; uint8_t* L_119 = V_1; int32_t L_120 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_119, (int32_t)2))); String_t* L_121 = ___s0; int32_t* L_122 = ___idx1; int32_t L_123 = *((int32_t*)L_122); Il2CppChar L_124; L_124 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_121, L_123, /*hidden argument*/NULL); uint8_t L_125; L_125 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_124, 0, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_118, (int32_t)2))) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)L_125)))); } IL_01b6: { int32_t* L_126 = ___idx1; int32_t* L_127 = ___idx1; int32_t L_128 = *((int32_t*)L_127); *((int32_t*)L_126) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_128, (int32_t)1)); } IL_01bc: { int32_t* L_129 = ___idx1; int32_t L_130 = *((int32_t*)L_129); int32_t L_131 = ___end2; if ((((int32_t)L_130) < ((int32_t)L_131))) { goto IL_017e; } } IL_01c1: { int32_t L_132 = V_0; uint8_t* L_133 = V_1; int32_t L_134 = V_3; int32_t L_135 = ___ext6; uint8_t* L_136 = ___sortkey4; int32_t L_137 = ___ti3; bool L_138 = ___noLv45; bool L_139; L_139 = SimpleCollator_MatchesPrimitive_m7911CCDA71424A233597EE3B714D579BDDDA0DFB(__this, L_132, (uint8_t*)(uint8_t*)L_133, L_134, L_135, (uint8_t*)(uint8_t*)L_136, L_137, L_138, /*hidden argument*/NULL); return L_139; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesPrimitive(System.Globalization.CompareOptions,System.Byte*,System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Byte*,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesPrimitive_m7911CCDA71424A233597EE3B714D579BDDDA0DFB (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, int32_t ___opt0, uint8_t* ___source1, int32_t ___si2, int32_t ___ext3, uint8_t* ___target4, int32_t ___ti5, bool ___noLv46, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { int32_t L_0 = ___opt0; V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0); uint8_t* L_1 = ___source1; int32_t L_2 = *((uint8_t*)L_1); uint8_t* L_3 = ___target4; int32_t L_4 = *((uint8_t*)L_3); if ((!(((uint32_t)L_2) == ((uint32_t)L_4)))) { goto IL_0032; } } { uint8_t* L_5 = ___source1; int32_t L_6 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)1))); uint8_t* L_7 = ___target4; int32_t L_8 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)1))); if ((!(((uint32_t)L_6) == ((uint32_t)L_8)))) { goto IL_0032; } } { bool L_9 = V_0; if (L_9) { goto IL_0027; } } { uint8_t* L_10 = ___source1; int32_t L_11 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)2))); uint8_t* L_12 = ___target4; int32_t L_13 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_12, (int32_t)2))); if ((!(((uint32_t)L_11) == ((uint32_t)L_13)))) { goto IL_0032; } } IL_0027: { uint8_t* L_14 = ___source1; int32_t L_15 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)3))); uint8_t* L_16 = ___target4; int32_t L_17 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)3))); if ((((int32_t)L_15) == ((int32_t)L_17))) { goto IL_0034; } } IL_0032: { return (bool)0; } IL_0034: { bool L_18 = ___noLv46; if (!L_18) { goto IL_0047; } } { int32_t L_19 = ___si2; if ((((int32_t)L_19) < ((int32_t)0))) { goto IL_0045; } } { int32_t L_20 = ___si2; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_21; L_21 = MSCompatUnicodeTable_HasSpecialWeight_m7E7FB8B916131E9A5729F3C4FA326A7605C10AA3(((int32_t)((uint16_t)L_20)), /*hidden argument*/NULL); if (L_21) { goto IL_0047; } } IL_0045: { return (bool)1; } IL_0047: { bool L_22 = ___noLv46; if (!L_22) { goto IL_004d; } } { return (bool)0; } IL_004d: { bool L_23 = V_0; if (L_23) { goto IL_0057; } } { int32_t L_24 = ___ext3; if ((!(((uint32_t)L_24) == ((uint32_t)3)))) { goto IL_0057; } } { return (bool)0; } IL_0057: { int32_t L_25 = ___si2; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_26; L_26 = MSCompatUnicodeTable_IsJapaneseSmallLetter_m51D3B4BA7CC83FBA1186033E864537CECD55CB48(((int32_t)((uint16_t)L_25)), /*hidden argument*/NULL); int32_t L_27 = ___ti5; bool L_28; L_28 = MSCompatUnicodeTable_IsJapaneseSmallLetter_m51D3B4BA7CC83FBA1186033E864537CECD55CB48(((int32_t)((uint16_t)L_27)), /*hidden argument*/NULL); if ((!(((uint32_t)L_26) == ((uint32_t)L_28)))) { goto IL_00a3; } } { int32_t L_29 = ___ext3; int32_t L_30 = ___opt0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); uint8_t L_31; L_31 = SimpleCollator_ToDashTypeValue_m7FA5894B7EA6735DB1FC544BE42A5D5C4C50DED4(L_29, L_30, /*hidden argument*/NULL); int32_t L_32 = ___opt0; uint8_t L_33; L_33 = SimpleCollator_ToDashTypeValue_m7FA5894B7EA6735DB1FC544BE42A5D5C4C50DED4(0, L_32, /*hidden argument*/NULL); if ((!(((uint32_t)L_31) == ((uint32_t)L_33)))) { goto IL_00a3; } } { int32_t L_34 = ___si2; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); bool L_35; L_35 = MSCompatUnicodeTable_IsHiragana_mF32388227769220CA3A5AA6E233A4304079211D9(((int32_t)((uint16_t)L_34)), /*hidden argument*/NULL); int32_t L_36 = ___ti5; bool L_37; L_37 = MSCompatUnicodeTable_IsHiragana_mF32388227769220CA3A5AA6E233A4304079211D9(((int32_t)((uint16_t)L_36)), /*hidden argument*/NULL); if ((!(((uint32_t)((((int32_t)L_35) == ((int32_t)0))? 1 : 0)) == ((uint32_t)((((int32_t)L_37) == ((int32_t)0))? 1 : 0))))) { goto IL_00a3; } } { int32_t L_38 = ___si2; int32_t L_39 = ___opt0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); bool L_40; L_40 = SimpleCollator_IsHalfKana_mBFB7936744B221BFFB8D639E33F647B989A19D57(((int32_t)((uint16_t)L_38)), L_39, /*hidden argument*/NULL); int32_t L_41 = ___ti5; int32_t L_42 = ___opt0; bool L_43; L_43 = SimpleCollator_IsHalfKana_mBFB7936744B221BFFB8D639E33F647B989A19D57(((int32_t)((uint16_t)L_41)), L_42, /*hidden argument*/NULL); if ((((int32_t)L_40) == ((int32_t)L_43))) { goto IL_00a5; } } IL_00a3: { return (bool)0; } IL_00a5: { return (bool)1; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesBackward(System.String,System.Int32&,System.Int32,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesBackward_mF1B465C48FA9CABFDC00A2BFF82AA56CB840D6CB (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___orgStart3, int32_t ___ti4, uint8_t* ___sortkey5, bool ___noLv46, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx7, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * V_2 = NULL; { String_t* L_0 = ___s0; int32_t* L_1 = ___idx1; int32_t L_2 = *((int32_t*)L_1); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_2, /*hidden argument*/NULL); V_0 = L_3; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_4 = ___ctx7; uint8_t* L_5 = L_4->get_AlwaysMatchFlags_2(); if ((((intptr_t)L_5) == ((intptr_t)((uintptr_t)0)))) { goto IL_0035; } } { int32_t L_6 = V_0; if ((((int32_t)L_6) >= ((int32_t)((int32_t)128)))) { goto IL_0035; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_7 = ___ctx7; uint8_t* L_8 = L_7->get_AlwaysMatchFlags_2(); int32_t L_9 = V_0; int32_t L_10 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)((int32_t)((int32_t)L_9/(int32_t)8))))); int32_t L_11 = V_0; if (!((int32_t)((int32_t)L_10&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11%(int32_t)8))&(int32_t)((int32_t)31)))))))) { goto IL_0035; } } { return (bool)1; } IL_0035: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_12 = ___ctx7; uint8_t* L_13 = L_12->get_NeverMatchFlags_1(); if ((((intptr_t)L_13) == ((intptr_t)((uintptr_t)0)))) { goto IL_0067; } } { int32_t L_14 = V_0; if ((((int32_t)L_14) >= ((int32_t)((int32_t)128)))) { goto IL_0067; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_15 = ___ctx7; uint8_t* L_16 = L_15->get_NeverMatchFlags_1(); int32_t L_17 = V_0; int32_t L_18 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)((int32_t)((int32_t)L_17/(int32_t)8))))); int32_t L_19 = V_0; if (!((int32_t)((int32_t)L_18&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_19%(int32_t)8))&(int32_t)((int32_t)31)))))))) { goto IL_0067; } } { int32_t* L_20 = ___idx1; int32_t* L_21 = ___idx1; int32_t L_22 = *((int32_t*)L_21); *((int32_t*)L_20) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)); return (bool)0; } IL_0067: { String_t* L_23 = ___s0; int32_t* L_24 = ___idx1; int32_t L_25 = *((int32_t*)L_24); Il2CppChar L_26; L_26 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_23, L_25, /*hidden argument*/NULL); int32_t L_27; L_27 = SimpleCollator_GetExtenderType_m4689AA2150E1B1CAFA14F64759D2B43DDCCF5878(__this, L_26, /*hidden argument*/NULL); V_1 = L_27; V_2 = (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA *)NULL; String_t* L_28 = ___s0; int32_t* L_29 = ___idx1; int32_t L_30 = ___end2; int32_t L_31 = ___orgStart3; int32_t L_32 = ___ti4; uint8_t* L_33 = ___sortkey5; bool L_34 = ___noLv46; int32_t L_35 = V_1; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_36 = ___ctx7; bool L_37; L_37 = SimpleCollator_MatchesBackwardCore_m7371016DA011FB3879ECE9E8E604E4309D42D50B(__this, L_28, (int32_t*)L_29, L_30, L_31, L_32, (uint8_t*)(uint8_t*)L_33, L_34, L_35, (Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)(&V_2), (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00c4; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_38 = ___ctx7; uint8_t* L_39 = L_38->get_AlwaysMatchFlags_2(); if ((((intptr_t)L_39) == ((intptr_t)((uintptr_t)0)))) { goto IL_00c2; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_40 = V_2; if (L_40) { goto IL_00c2; } } { int32_t L_41 = V_1; if (L_41) { goto IL_00c2; } } { int32_t L_42 = V_0; if ((((int32_t)L_42) >= ((int32_t)((int32_t)128)))) { goto IL_00c2; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_43 = ___ctx7; uint8_t* L_44 = L_43->get_AlwaysMatchFlags_2(); int32_t L_45 = V_0; uint8_t* L_46 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_44, (int32_t)((int32_t)((int32_t)L_45/(int32_t)8)))); int32_t L_47 = *((uint8_t*)L_46); int32_t L_48 = V_0; *((int8_t*)L_46) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_47|(int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_48%(int32_t)8))&(int32_t)((int32_t)31))))))))))); } IL_00c2: { return (bool)1; } IL_00c4: { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_49 = ___ctx7; uint8_t* L_50 = L_49->get_NeverMatchFlags_1(); if ((((intptr_t)L_50) == ((intptr_t)((uintptr_t)0)))) { goto IL_00f6; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_51 = V_2; if (L_51) { goto IL_00f6; } } { int32_t L_52 = V_1; if (L_52) { goto IL_00f6; } } { int32_t L_53 = V_0; if ((((int32_t)L_53) >= ((int32_t)((int32_t)128)))) { goto IL_00f6; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_54 = ___ctx7; uint8_t* L_55 = L_54->get_NeverMatchFlags_1(); int32_t L_56 = V_0; uint8_t* L_57 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_55, (int32_t)((int32_t)((int32_t)L_56/(int32_t)8)))); int32_t L_58 = *((uint8_t*)L_57); int32_t L_59 = V_0; *((int8_t*)L_57) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_58|(int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_59%(int32_t)8))&(int32_t)((int32_t)31))))))))))); } IL_00f6: { return (bool)0; } } // System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesBackwardCore(System.String,System.Int32&,System.Int32,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.Contraction&,Mono.Globalization.Unicode.SimpleCollator/Context&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_MatchesBackwardCore_m7371016DA011FB3879ECE9E8E604E4309D42D50B (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___orgStart3, int32_t ___ti4, uint8_t* ___sortkey5, bool ___noLv46, int32_t ___ext7, Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** ___ct8, Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * ___ctx9, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t* V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; int32_t V_4 = 0; uint8_t V_5 = 0x0; int32_t V_6 = 0; int32_t V_7 = 0; uint8_t V_8 = 0x0; int32_t V_9 = 0; int32_t V_10 = 0; bool V_11 = false; int32_t V_12 = 0; uint8_t* G_B13_0 = NULL; uint8_t* G_B12_0 = NULL; int32_t G_B14_0 = 0; uint8_t* G_B14_1 = NULL; { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_0 = ___ctx9; int32_t L_1 = L_0->get_Option_0(); V_0 = L_1; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_2 = ___ctx9; uint8_t* L_3 = L_2->get_Buffer1_3(); V_1 = (uint8_t*)L_3; int32_t L_4 = V_0; V_2 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_4&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0); int32_t* L_5 = ___idx1; int32_t L_6 = *((int32_t*)L_5); V_3 = L_6; V_4 = (-1); int32_t L_7 = ___ext7; if (!L_7) { goto IL_00da; } } { V_5 = (uint8_t)0; int32_t* L_8 = ___idx1; int32_t L_9 = *((int32_t*)L_8); V_6 = L_9; } IL_002b: { int32_t L_10 = V_6; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0032; } } { return (bool)0; } IL_0032: { String_t* L_11 = ___s0; int32_t L_12 = V_6; Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_11, L_12, /*hidden argument*/NULL); int32_t L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); bool L_15; L_15 = SimpleCollator_IsIgnorable_mF4929B081BC8833265B591A9A8CCEF1D633919D5(L_13, L_14, /*hidden argument*/NULL); if (L_15) { goto IL_00c9; } } { String_t* L_16 = ___s0; int32_t L_17 = V_6; Il2CppChar L_18; L_18 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_16, L_17, /*hidden argument*/NULL); int32_t L_19 = V_0; int32_t L_20; L_20 = SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50(__this, L_18, L_19, /*hidden argument*/NULL); V_7 = L_20; int32_t L_21 = V_7; uint8_t L_22; L_22 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_21, /*hidden argument*/NULL); V_8 = L_22; uint8_t L_23 = V_8; if ((!(((uint32_t)L_23) == ((uint32_t)1)))) { goto IL_0072; } } { int32_t L_24 = V_7; uint8_t L_25; L_25 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_24, 0, /*hidden argument*/NULL); V_5 = L_25; goto IL_00c9; } IL_0072: { int32_t L_26 = V_7; int32_t L_27 = ___ext7; int32_t L_28 = V_0; int32_t L_29; L_29 = SimpleCollator_FilterExtender_m52E04162094AD4F49CD82B10218CEAD86CA11773(__this, L_26, L_27, L_28, /*hidden argument*/NULL); V_4 = L_29; uint8_t* L_30 = V_1; uint8_t L_31 = V_8; *((int8_t*)L_30) = (int8_t)L_31; uint8_t* L_32 = V_1; int32_t L_33 = V_4; uint8_t L_34; L_34 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_33, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_32, (int32_t)1))) = (int8_t)L_34; bool L_35 = V_2; if (L_35) { goto IL_00a0; } } { uint8_t* L_36 = V_1; int32_t L_37 = V_4; int32_t L_38 = ___ext7; uint8_t L_39; L_39 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_37, L_38, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_36, (int32_t)2))) = (int8_t)L_39; } IL_00a0: { uint8_t* L_40 = V_1; int32_t L_41 = V_4; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_42; L_42 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_41, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_40, (int32_t)3))) = (int8_t)L_42; int32_t L_43 = ___ext7; if ((((int32_t)L_43) == ((int32_t)3))) { goto IL_00d4; } } { uint8_t L_44 = V_5; if (!L_44) { goto IL_00d4; } } { uint8_t* L_45 = V_1; uint8_t* L_46 = V_1; int32_t L_47 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_46, (int32_t)2))); G_B12_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_45, (int32_t)2)); if (!L_47) { G_B13_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_45, (int32_t)2)); goto IL_00c1; } } { uint8_t L_48 = V_5; G_B14_0 = ((int32_t)(L_48)); G_B14_1 = G_B12_0; goto IL_00c6; } IL_00c1: { uint8_t L_49 = V_5; G_B14_0 = ((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)2)))); G_B14_1 = G_B13_0; } IL_00c6: { *((int8_t*)G_B14_1) = (int8_t)G_B14_0; goto IL_00d4; } IL_00c9: { int32_t L_50 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)); goto IL_002b; } IL_00d4: { int32_t* L_51 = ___idx1; int32_t* L_52 = ___idx1; int32_t L_53 = *((int32_t*)L_52); *((int32_t*)L_51) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)1)); } IL_00da: { int32_t L_54 = ___ext7; if (L_54) { goto IL_00eb; } } { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_55 = ___ct8; String_t* L_56 = ___s0; int32_t* L_57 = ___idx1; int32_t L_58 = *((int32_t*)L_57); int32_t L_59 = ___end2; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_60; L_60 = SimpleCollator_GetTailContraction_m5010C039FE72FE260FF6408D7C7ED8E667076394(__this, L_56, L_58, L_59, /*hidden argument*/NULL); *((RuntimeObject **)L_55) = (RuntimeObject *)L_60; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_55, (void*)(RuntimeObject *)L_60); } IL_00eb: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_61 = ___ct8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_62 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_61); if (!L_62) { goto IL_0181; } } { int32_t* L_63 = ___idx1; int32_t* L_64 = ___idx1; int32_t L_65 = *((int32_t*)L_64); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_66 = ___ct8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_67 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_66); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_68 = L_67->get_Source_1(); *((int32_t*)L_63) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_68)->max_length))))); bool L_69 = ___noLv46; if (L_69) { goto IL_0108; } } { return (bool)0; } IL_0108: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_70 = ___ct8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_71 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_70); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_72 = L_71->get_SortKey_3(); if (!L_72) { goto IL_0142; } } { V_9 = 0; goto IL_0128; } IL_0117: { uint8_t* L_73 = V_1; int32_t L_74 = V_9; uint8_t* L_75 = ___sortkey5; int32_t L_76 = V_9; int32_t L_77 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_75, (int32_t)L_76))); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_73, (int32_t)L_74))) = (int8_t)L_77; int32_t L_78 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); } IL_0128: { int32_t L_79 = V_9; if ((((int32_t)L_79) < ((int32_t)4))) { goto IL_0117; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_80 = ___ctx9; L_80->set_PrevCode_5((-1)); Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_81 = ___ctx9; uint8_t* L_82 = V_1; L_81->set_PrevSortKey_6((uint8_t*)L_82); goto IL_020c; } IL_0142: { Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_83 = ___ct8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_84 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_83); String_t* L_85 = L_84->get_Replacement_2(); int32_t L_86; L_86 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_85, /*hidden argument*/NULL); V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)1)); Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_87 = ___ct8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_88 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_87); String_t* L_89 = L_88->get_Replacement_2(); int32_t L_90 = V_10; int32_t L_91 = V_10; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA ** L_92 = ___ct8; Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA * L_93 = *((Contraction_tF86B7E5A40F48611CB1245D2A9E7DD926F1E01FA **)L_92); String_t* L_94 = L_93->get_Replacement_2(); int32_t L_95; L_95 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_94, /*hidden argument*/NULL); uint8_t* L_96 = ___sortkey5; int32_t L_97 = ___ti4; bool L_98 = ___noLv46; Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_99 = ___ctx9; int32_t L_100; L_100 = SimpleCollator_LastIndexOfSortKey_mFE1677F9FF093854B63EB2F0D367D93EFE257907(__this, L_89, L_90, L_91, L_95, (uint8_t*)(uint8_t*)L_96, L_97, L_98, (Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C *)L_99, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)0) > ((int32_t)L_100))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0181: { int32_t L_101 = ___ext7; if (L_101) { goto IL_020c; } } { int32_t L_102 = V_4; if ((((int32_t)L_102) >= ((int32_t)0))) { goto IL_019e; } } { String_t* L_103 = ___s0; int32_t* L_104 = ___idx1; int32_t L_105 = *((int32_t*)L_104); Il2CppChar L_106; L_106 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_103, L_105, /*hidden argument*/NULL); int32_t L_107 = V_0; int32_t L_108; L_108 = SimpleCollator_FilterOptions_m4E698017D690CFC95B7CD6C8179C9EC943776D50(__this, L_106, L_107, /*hidden argument*/NULL); V_4 = L_108; } IL_019e: { int32_t* L_109 = ___idx1; int32_t* L_110 = ___idx1; int32_t L_111 = *((int32_t*)L_110); *((int32_t*)L_109) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_111, (int32_t)1)); V_11 = (bool)0; uint8_t* L_112 = V_1; int32_t L_113 = V_4; uint8_t L_114; L_114 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_113, /*hidden argument*/NULL); *((int8_t*)L_112) = (int8_t)L_114; uint8_t* L_115 = V_1; int32_t L_116 = *((uint8_t*)L_115); uint8_t* L_117 = ___sortkey5; int32_t L_118 = *((uint8_t*)L_117); if ((!(((uint32_t)L_116) == ((uint32_t)L_118)))) { goto IL_01c6; } } { uint8_t* L_119 = V_1; int32_t L_120 = V_4; uint8_t L_121; L_121 = SimpleCollator_Level1_mEA96D10B9EA2315BA28F24787C8FC3C7FED338BE(__this, L_120, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_119, (int32_t)1))) = (int8_t)L_121; goto IL_01c9; } IL_01c6: { V_11 = (bool)1; } IL_01c9: { bool L_122 = V_2; if (L_122) { goto IL_01e7; } } { uint8_t* L_123 = V_1; int32_t L_124 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_123, (int32_t)1))); uint8_t* L_125 = ___sortkey5; int32_t L_126 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_125, (int32_t)1))); if ((!(((uint32_t)L_124) == ((uint32_t)L_126)))) { goto IL_01e7; } } { uint8_t* L_127 = V_1; int32_t L_128 = V_4; int32_t L_129 = ___ext7; uint8_t L_130; L_130 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_128, L_129, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_127, (int32_t)2))) = (int8_t)L_130; goto IL_01ed; } IL_01e7: { bool L_131 = V_2; if (L_131) { goto IL_01ed; } } { V_11 = (bool)1; } IL_01ed: { bool L_132 = V_11; if (!L_132) { goto IL_01f3; } } { return (bool)0; } IL_01f3: { uint8_t* L_133 = V_1; int32_t L_134 = V_4; IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t46D5D29A0AF117D0BEE1CD7CBAEAFB2DA2B640E5_il2cpp_TypeInfo_var); uint8_t L_135; L_135 = MSCompatUnicodeTable_Level3_m2F05C15BF5AE07C974F73CCFCD1BAFCA1AF2554F(L_134, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_133, (int32_t)3))) = (int8_t)L_135; uint8_t* L_136 = V_1; int32_t L_137 = *((uint8_t*)L_136); if ((((int32_t)L_137) == ((int32_t)1))) { goto IL_020c; } } { Context_t00F5A97F58A430A83FACCF26EC762FB5CAD4955C * L_138 = ___ctx9; int32_t L_139 = V_4; L_138->set_PrevCode_5(L_139); } IL_020c: { int32_t L_140 = ___ext7; if (L_140) { goto IL_025b; } } { int32_t L_141 = V_3; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)1)); goto IL_0255; } IL_0217: { String_t* L_142 = ___s0; int32_t L_143 = V_12; Il2CppChar L_144; L_144 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_142, L_143, /*hidden argument*/NULL); uint8_t L_145; L_145 = SimpleCollator_Category_mBE9DBE2C9818B940CD6990F30C3C6D04DE06F88A(__this, L_144, /*hidden argument*/NULL); if ((!(((uint32_t)L_145) == ((uint32_t)1)))) { goto IL_025b; } } { bool L_146 = V_2; if (L_146) { goto IL_024f; } } { uint8_t* L_147 = V_1; int32_t L_148 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_147, (int32_t)2))); if (L_148) { goto IL_0236; } } { uint8_t* L_149 = V_1; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_149, (int32_t)2))) = (int8_t)2; } IL_0236: { uint8_t* L_150 = V_1; uint8_t* L_151 = V_1; int32_t L_152 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_151, (int32_t)2))); String_t* L_153 = ___s0; int32_t L_154 = V_12; Il2CppChar L_155; L_155 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_153, L_154, /*hidden argument*/NULL); uint8_t L_156; L_156 = SimpleCollator_Level2_m4C8972D2C4CCD85AE7DA2396DC35D5B8C8CAE2D7(__this, L_155, 0, /*hidden argument*/NULL); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_150, (int32_t)2))) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_156)))); } IL_024f: { int32_t L_157 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)1)); } IL_0255: { int32_t L_158 = V_12; int32_t L_159 = ___orgStart3; if ((((int32_t)L_158) < ((int32_t)L_159))) { goto IL_0217; } } IL_025b: { int32_t L_160 = V_0; uint8_t* L_161 = V_1; int32_t L_162 = V_4; int32_t L_163 = ___ext7; uint8_t* L_164 = ___sortkey5; int32_t L_165 = ___ti4; bool L_166 = ___noLv46; bool L_167; L_167 = SimpleCollator_MatchesPrimitive_m7911CCDA71424A233597EE3B714D579BDDDA0DFB(__this, L_160, (uint8_t*)(uint8_t*)L_161, L_162, L_163, (uint8_t*)(uint8_t*)L_164, L_165, L_166, /*hidden argument*/NULL); return L_167; } } // System.Void Mono.Globalization.Unicode.SimpleCollator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator__cctor_mFDA15839744C81C602F185A557B979F53208DF5D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral222B7F4ACEDB3E8108C8F60A70D20267112F4FDB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_internalGetEnvironmentVariable_m948971DA541D94545FF9A4559B3CCEB43D45955B(_stringLiteral222B7F4ACEDB3E8108C8F60A70D20267112F4FDB, /*hidden argument*/NULL); bool L_1; L_1 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_0, _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331, /*hidden argument*/NULL); ((SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var))->set_QuickCheckDisabled_0(L_1); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * L_3 = (SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 *)il2cpp_codegen_object_new(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var); SimpleCollator__ctor_m8B6EB6C1918971E2B29E4B2E646C2F28C01D3B97(L_3, L_2, /*hidden argument*/NULL); ((SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266_il2cpp_TypeInfo_var))->set_invariant_1(L_3); 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.Single::IsInfinity(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsInfinity_m10D3B235800230231AFC34AFEC4D320D06F794C1 (float ___f0, const RuntimeMethod* method) { { int32_t L_0 = *((int32_t*)((uintptr_t)(&___f0))); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL)))) == ((int32_t)((int32_t)2139095040)))? 1 : 0); } } // System.Boolean System.Single::IsNaN(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsNaN_m458FF076EF1944D4D888A585F7C6C49DA4730599 (float ___f0, const RuntimeMethod* method) { { int32_t L_0 = *((int32_t*)((uintptr_t)(&___f0))); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL)))) > ((int32_t)((int32_t)2139095040)))? 1 : 0); } } // System.Int32 System.Single::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_CompareTo_mE882CC0C47CEC7D4898CC0F9A3F8CFC0D043BD4C (float* __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0005; } } { return 1; } IL_0005: { RuntimeObject * L_1 = ___value0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))) { goto IL_0040; } } { RuntimeObject * L_2 = ___value0; V_0 = ((*(float*)((float*)UnBox(L_2, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); float L_3 = *((float*)__this); float L_4 = V_0; if ((!(((float)L_3) < ((float)L_4)))) { goto IL_001b; } } { return (-1); } IL_001b: { float L_5 = *((float*)__this); float L_6 = V_0; if ((!(((float)L_5) > ((float)L_6)))) { goto IL_0022; } } { return 1; } IL_0022: { float L_7 = *((float*)__this); float L_8 = V_0; if ((!(((float)L_7) == ((float)L_8)))) { goto IL_0029; } } { return 0; } IL_0029: { float L_9 = *((float*)__this); bool L_10; L_10 = Single_IsNaN_m458FF076EF1944D4D888A585F7C6C49DA4730599(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_003e; } } { float L_11 = V_0; bool L_12; L_12 = Single_IsNaN_m458FF076EF1944D4D888A585F7C6C49DA4730599(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_003c; } } { return (-1); } IL_003c: { return 0; } IL_003e: { return 1; } IL_0040: { String_t* L_13; L_13 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE14329EDACC0B7EA5F327E1652AEF9D67EDDFC61)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Single_CompareTo_mE882CC0C47CEC7D4898CC0F9A3F8CFC0D043BD4C_RuntimeMethod_var))); } } IL2CPP_EXTERN_C int32_t Single_CompareTo_mE882CC0C47CEC7D4898CC0F9A3F8CFC0D043BD4C_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Single_CompareTo_mE882CC0C47CEC7D4898CC0F9A3F8CFC0D043BD4C(_thisAdjusted, ___value0, method); return _returnValue; } // System.Int32 System.Single::CompareTo(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_CompareTo_m80B5B5A70A2343C3A8673F35635EBED4458109B4 (float* __this, float ___value0, const RuntimeMethod* method) { { float L_0 = *((float*)__this); float L_1 = ___value0; if ((!(((float)L_0) < ((float)L_1)))) { goto IL_0007; } } { return (-1); } IL_0007: { float L_2 = *((float*)__this); float L_3 = ___value0; if ((!(((float)L_2) > ((float)L_3)))) { goto IL_000e; } } { return 1; } IL_000e: { float L_4 = *((float*)__this); float L_5 = ___value0; if ((!(((float)L_4) == ((float)L_5)))) { goto IL_0015; } } { return 0; } IL_0015: { float L_6 = *((float*)__this); bool L_7; L_7 = Single_IsNaN_m458FF076EF1944D4D888A585F7C6C49DA4730599(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002a; } } { float L_8 = ___value0; bool L_9; L_9 = Single_IsNaN_m458FF076EF1944D4D888A585F7C6C49DA4730599(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0028; } } { return (-1); } IL_0028: { return 0; } IL_002a: { return 1; } } IL2CPP_EXTERN_C int32_t Single_CompareTo_m80B5B5A70A2343C3A8673F35635EBED4458109B4_AdjustorThunk (RuntimeObject * __this, float ___value0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Single_CompareTo_m80B5B5A70A2343C3A8673F35635EBED4458109B4(_thisAdjusted, ___value0, method); return _returnValue; } // System.Boolean System.Single::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_m94AA41817D00A9347BD3565F6BB8993361B81EB1 (float* __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject * L_1 = ___obj0; V_0 = ((*(float*)((float*)UnBox(L_1, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); float L_2 = V_0; float L_3 = *((float*)__this); if ((!(((float)L_2) == ((float)L_3)))) { goto IL_0018; } } { return (bool)1; } IL_0018: { float L_4 = V_0; bool L_5; L_5 = Single_IsNaN_m458FF076EF1944D4D888A585F7C6C49DA4730599(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0028; } } { float L_6 = *((float*)__this); bool L_7; L_7 = Single_IsNaN_m458FF076EF1944D4D888A585F7C6C49DA4730599(L_6, /*hidden argument*/NULL); return L_7; } IL_0028: { return (bool)0; } } IL2CPP_EXTERN_C bool Single_Equals_m94AA41817D00A9347BD3565F6BB8993361B81EB1_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Single_Equals_m94AA41817D00A9347BD3565F6BB8993361B81EB1(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.Single::Equals(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_m298A3A849F30B9900813BE6DD98AE6810CDBE914 (float* __this, float ___obj0, const RuntimeMethod* method) { { float L_0 = ___obj0; float L_1 = *((float*)__this); if ((!(((float)L_0) == ((float)L_1)))) { goto IL_0007; } } { return (bool)1; } IL_0007: { float L_2 = ___obj0; bool L_3; L_3 = Single_IsNaN_m458FF076EF1944D4D888A585F7C6C49DA4730599(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0017; } } { float L_4 = *((float*)__this); bool L_5; L_5 = Single_IsNaN_m458FF076EF1944D4D888A585F7C6C49DA4730599(L_4, /*hidden argument*/NULL); return L_5; } IL_0017: { return (bool)0; } } IL2CPP_EXTERN_C bool Single_Equals_m298A3A849F30B9900813BE6DD98AE6810CDBE914_AdjustorThunk (RuntimeObject * __this, float ___obj0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Single_Equals_m298A3A849F30B9900813BE6DD98AE6810CDBE914(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Int32 System.Single::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_GetHashCode_m7662E1812DDDBC85D464398740CFFC3588DFB2C9 (float* __this, const RuntimeMethod* method) { float V_0 = 0.0f; { float L_0 = *((float*)__this); V_0 = L_0; float L_1 = V_0; if ((!(((float)L_1) == ((float)(0.0f))))) { goto IL_000d; } } { return 0; } IL_000d: { int32_t L_2 = *((int32_t*)((uintptr_t)(&V_0))); return L_2; } } IL2CPP_EXTERN_C int32_t Single_GetHashCode_m7662E1812DDDBC85D464398740CFFC3588DFB2C9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Single_GetHashCode_m7662E1812DDDBC85D464398740CFFC3588DFB2C9(_thisAdjusted, method); return _returnValue; } // System.String System.Single::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010 (float* __this, const RuntimeMethod* method) { { float L_0 = *((float*)__this); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_CurrentInfo_m604B9BFDE58530F94955E0EF1A523D37EA87DF02(/*hidden argument*/NULL); String_t* L_2; L_2 = Number_FormatSingle_m39E3D637D59C47BA92F6E95966C0AAB1A0D38D89(L_0, (String_t*)NULL, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C String_t* Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010(_thisAdjusted, method); return _returnValue; } // System.String System.Single::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_mF554E46C641C609768519378FB0486DFD7F82985 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { float L_0 = *((float*)__this); RuntimeObject* L_1 = ___provider0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_2; L_2 = NumberFormatInfo_GetInstance_mE5108A48B8BFDB2158C05951FACC08AFB09FDDBB(L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = Number_FormatSingle_m39E3D637D59C47BA92F6E95966C0AAB1A0D38D89(L_0, (String_t*)NULL, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C String_t* Single_ToString_mF554E46C641C609768519378FB0486DFD7F82985_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Single_ToString_mF554E46C641C609768519378FB0486DFD7F82985(_thisAdjusted, ___provider0, method); return _returnValue; } // System.String System.Single::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m7631D332703B4197EAA7DC0BA067CE7E16334D8B (float* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { float L_0 = *((float*)__this); String_t* L_1 = ___format0; RuntimeObject* L_2 = ___provider1; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_3; L_3 = NumberFormatInfo_GetInstance_mE5108A48B8BFDB2158C05951FACC08AFB09FDDBB(L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = Number_FormatSingle_m39E3D637D59C47BA92F6E95966C0AAB1A0D38D89(L_0, L_1, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_EXTERN_C String_t* Single_ToString_m7631D332703B4197EAA7DC0BA067CE7E16334D8B_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Single_ToString_m7631D332703B4197EAA7DC0BA067CE7E16334D8B(_thisAdjusted, ___format0, ___provider1, method); return _returnValue; } // System.Single System.Single::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_m2CEE3E81A3D2E04934160117DFA3729B8158F101 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; RuntimeObject* L_1 = ___provider1; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_2; L_2 = NumberFormatInfo_GetInstance_mE5108A48B8BFDB2158C05951FACC08AFB09FDDBB(L_1, /*hidden argument*/NULL); float L_3; L_3 = Single_Parse_mC2D99DBBEF2C3FBEC9B44609EB5A8EB668725321(L_0, ((int32_t)231), L_2, /*hidden argument*/NULL); return L_3; } } // System.Single System.Single::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_m7D5DB9BD4C9B1CA55BFBA132545345411A8FEBA0 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method) { { int32_t L_0 = ___style1; NumberFormatInfo_ValidateParseStyleFloatingPoint_m1FEE713ACDFC7EE46DBD2CCAF6C542A760F817CB(L_0, /*hidden argument*/NULL); String_t* L_1 = ___s0; int32_t L_2 = ___style1; RuntimeObject* L_3 = ___provider2; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_4; L_4 = NumberFormatInfo_GetInstance_mE5108A48B8BFDB2158C05951FACC08AFB09FDDBB(L_3, /*hidden argument*/NULL); float L_5; L_5 = Single_Parse_mC2D99DBBEF2C3FBEC9B44609EB5A8EB668725321(L_1, L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Single System.Single::Parse(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_mC2D99DBBEF2C3FBEC9B44609EB5A8EB668725321 (String_t* ___s0, int32_t ___style1, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___info2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; int32_t L_1 = ___style1; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_2 = ___info2; float L_3; L_3 = Number_ParseSingle_mDE80A2FA0424FBEE01BFF0A08D016BC5AE8581A4(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.TypeCode System.Single::GetTypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_GetTypeCode_m35BEA1194D877E39BE4F2D6DB570C0F27DE5C11C (float* __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)13)); } } IL2CPP_EXTERN_C int32_t Single_GetTypeCode_m35BEA1194D877E39BE4F2D6DB570C0F27DE5C11C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Single_GetTypeCode_m35BEA1194D877E39BE4F2D6DB570C0F27DE5C11C(_thisAdjusted, method); return _returnValue; } // System.Boolean System.Single::System.IConvertible.ToBoolean(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_System_IConvertible_ToBoolean_mB72A1551CD4BEC9E312C0CCF9D6D3DB09396A9DE (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); bool L_1; L_1 = Convert_ToBoolean_m0FAEA3827C63F9A70BF1A8893E0C9E1E82B8A319(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C bool Single_System_IConvertible_ToBoolean_mB72A1551CD4BEC9E312C0CCF9D6D3DB09396A9DE_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Single_System_IConvertible_ToBoolean_mB72A1551CD4BEC9E312C0CCF9D6D3DB09396A9DE(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Char System.Single::System.IConvertible.ToChar(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Single_System_IConvertible_ToChar_m495022648018308DC14D414ABA399851064F5DDB (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; ArrayElementTypeCheck (L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E))); (L_1)->SetAtUnchecked(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = L_1; ArrayElementTypeCheck (L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E))); (L_2)->SetAtUnchecked(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E))); String_t* L_3; L_3 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), L_2, /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_4 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Single_System_IConvertible_ToChar_m495022648018308DC14D414ABA399851064F5DDB_RuntimeMethod_var))); } } IL2CPP_EXTERN_C Il2CppChar Single_System_IConvertible_ToChar_m495022648018308DC14D414ABA399851064F5DDB_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); Il2CppChar _returnValue; _returnValue = Single_System_IConvertible_ToChar_m495022648018308DC14D414ABA399851064F5DDB(_thisAdjusted, ___provider0, method); return _returnValue; } // System.SByte System.Single::System.IConvertible.ToSByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Single_System_IConvertible_ToSByte_mF6644128FCE3B217320992A3A74A1C4E0AB06BA5 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int8_t L_1; L_1 = Convert_ToSByte_m9B35D657468096ADC37CE585DA26F301FCFBBA65(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int8_t Single_System_IConvertible_ToSByte_mF6644128FCE3B217320992A3A74A1C4E0AB06BA5_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); int8_t _returnValue; _returnValue = Single_System_IConvertible_ToSByte_mF6644128FCE3B217320992A3A74A1C4E0AB06BA5(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Byte System.Single::System.IConvertible.ToByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Single_System_IConvertible_ToByte_m8FAE4E8EDDF055FF2F17C2C00D091EBAA0099D49 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint8_t L_1; L_1 = Convert_ToByte_m501FEDA820D69A76451C401FF2060625BC5AEB9F(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C uint8_t Single_System_IConvertible_ToByte_m8FAE4E8EDDF055FF2F17C2C00D091EBAA0099D49_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); uint8_t _returnValue; _returnValue = Single_System_IConvertible_ToByte_m8FAE4E8EDDF055FF2F17C2C00D091EBAA0099D49(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Int16 System.Single::System.IConvertible.ToInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Single_System_IConvertible_ToInt16_mBED24FBB9C6465ABAECDC3C894F41B7CF0E6FC6A (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int16_t L_1; L_1 = Convert_ToInt16_m85F48A07C1F028876CBF5ACAE49D88F003985438(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int16_t Single_System_IConvertible_ToInt16_mBED24FBB9C6465ABAECDC3C894F41B7CF0E6FC6A_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); int16_t _returnValue; _returnValue = Single_System_IConvertible_ToInt16_mBED24FBB9C6465ABAECDC3C894F41B7CF0E6FC6A(_thisAdjusted, ___provider0, method); return _returnValue; } // System.UInt16 System.Single::System.IConvertible.ToUInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Single_System_IConvertible_ToUInt16_mCBB71CEDC4797B00D50B4417A96EC702076C757A (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint16_t L_1; L_1 = Convert_ToUInt16_m09477C9C3EED9217BBEEF98CDEDB94F49E1C0B9A(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C uint16_t Single_System_IConvertible_ToUInt16_mCBB71CEDC4797B00D50B4417A96EC702076C757A_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); uint16_t _returnValue; _returnValue = Single_System_IConvertible_ToUInt16_mCBB71CEDC4797B00D50B4417A96EC702076C757A(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Int32 System.Single::System.IConvertible.ToInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_System_IConvertible_ToInt32_mD144638A230B62184C32B38DFFFDF955353F42AC (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Convert_ToInt32_mAFAE7DA97BACA9CEC03D40A2D322093B122B02FE(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int32_t Single_System_IConvertible_ToInt32_mD144638A230B62184C32B38DFFFDF955353F42AC_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Single_System_IConvertible_ToInt32_mD144638A230B62184C32B38DFFFDF955353F42AC(_thisAdjusted, ___provider0, method); return _returnValue; } // System.UInt32 System.Single::System.IConvertible.ToUInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Single_System_IConvertible_ToUInt32_mF7B0C9FE3652F3FE2E0BDEEC4B90A316099B525E (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = Convert_ToUInt32_m74E7913DC9551D6EF6AC8EC626621DF6EFC22F6A(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C uint32_t Single_System_IConvertible_ToUInt32_mF7B0C9FE3652F3FE2E0BDEEC4B90A316099B525E_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); uint32_t _returnValue; _returnValue = Single_System_IConvertible_ToUInt32_mF7B0C9FE3652F3FE2E0BDEEC4B90A316099B525E(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Int64 System.Single::System.IConvertible.ToInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Single_System_IConvertible_ToInt64_mAC0D1AEA698E9A358F503A77DA9C2873465E7ADC (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int64_t L_1; L_1 = Convert_ToInt64_mA9A2F308F99083305FF7E9B129F4B71ABBED5D6B(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C int64_t Single_System_IConvertible_ToInt64_mAC0D1AEA698E9A358F503A77DA9C2873465E7ADC_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); int64_t _returnValue; _returnValue = Single_System_IConvertible_ToInt64_mAC0D1AEA698E9A358F503A77DA9C2873465E7ADC(_thisAdjusted, ___provider0, method); return _returnValue; } // System.UInt64 System.Single::System.IConvertible.ToUInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Single_System_IConvertible_ToUInt64_m6A235CB0548A46C28B13E14D5F62DEADE7887613 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = Convert_ToUInt64_m05C60D4A38E758137E3742CB080494F754D4D1EA(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C uint64_t Single_System_IConvertible_ToUInt64_m6A235CB0548A46C28B13E14D5F62DEADE7887613_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); uint64_t _returnValue; _returnValue = Single_System_IConvertible_ToUInt64_m6A235CB0548A46C28B13E14D5F62DEADE7887613(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Single System.Single::System.IConvertible.ToSingle(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_System_IConvertible_ToSingle_mA42A2A734457A48C889E43EDF675275E8BA30693 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { float L_0 = *((float*)__this); return L_0; } } IL2CPP_EXTERN_C float Single_System_IConvertible_ToSingle_mA42A2A734457A48C889E43EDF675275E8BA30693_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = Single_System_IConvertible_ToSingle_mA42A2A734457A48C889E43EDF675275E8BA30693(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Double System.Single::System.IConvertible.ToDouble(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Single_System_IConvertible_ToDouble_m103B0F5DD6C36D37816B2524CCFAB7A60F9781E6 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); double L_1; L_1 = Convert_ToDouble_m25B9FABA27068A8F3147C0232986E89C3DA58843(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C double Single_System_IConvertible_ToDouble_m103B0F5DD6C36D37816B2524CCFAB7A60F9781E6_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = Single_System_IConvertible_ToDouble_m103B0F5DD6C36D37816B2524CCFAB7A60F9781E6(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Decimal System.Single::System.IConvertible.ToDecimal(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Single_System_IConvertible_ToDecimal_m1C6A6AFB43A22D69C6A21C312C4E641473B739BC (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1; L_1 = Convert_ToDecimal_m1C82D6D8EC3EF586C277BD3EA785CBCD75A15862(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Single_System_IConvertible_ToDecimal_m1C6A6AFB43A22D69C6A21C312C4E641473B739BC_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 _returnValue; _returnValue = Single_System_IConvertible_ToDecimal_m1C6A6AFB43A22D69C6A21C312C4E641473B739BC(_thisAdjusted, ___provider0, method); return _returnValue; } // System.DateTime System.Single::System.IConvertible.ToDateTime(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Single_System_IConvertible_ToDateTime_mEDE84C115F533EEC8AB592E14190E99A63630DA9 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; ArrayElementTypeCheck (L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E))); (L_1)->SetAtUnchecked(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = L_1; ArrayElementTypeCheck (L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA))); (L_2)->SetAtUnchecked(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA))); String_t* L_3; L_3 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E9AEBB5505B4A1DBC166711562BE9408419A24D)), L_2, /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_4 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Single_System_IConvertible_ToDateTime_mEDE84C115F533EEC8AB592E14190E99A63630DA9_RuntimeMethod_var))); } } IL2CPP_EXTERN_C DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Single_System_IConvertible_ToDateTime_mEDE84C115F533EEC8AB592E14190E99A63630DA9_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 _returnValue; _returnValue = Single_System_IConvertible_ToDateTime_mEDE84C115F533EEC8AB592E14190E99A63630DA9(_thisAdjusted, ___provider0, method); return _returnValue; } // System.Object System.Single::System.IConvertible.ToType(System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Single_System_IConvertible_ToType_mAB4370146EDD785EB1355B608D2AB4F7E0D04D9A (float* __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = *((float*)__this); float L_1 = L_0; RuntimeObject * L_2 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_1); Type_t * L_3 = ___type0; RuntimeObject* L_4 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); RuntimeObject * L_5; L_5 = Convert_DefaultToType_m49730E740820DF7AA76C18ACF700FA3635AFBC33((RuntimeObject*)L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C RuntimeObject * Single_System_IConvertible_ToType_mAB4370146EDD785EB1355B608D2AB4F7E0D04D9A_AdjustorThunk (RuntimeObject * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method) { int32_t _offset = 1; float* _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = Single_System_IConvertible_ToType_mAB4370146EDD785EB1355B608D2AB4F7E0D04D9A(_thisAdjusted, ___type0, ___provider1, 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 // System.Void System.Runtime.Remoting.SingleCallIdentity::.ctor(System.String,System.Runtime.Remoting.Contexts.Context,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleCallIdentity__ctor_m4F079F896C97179633BDE97BAB963392C45C37B7 (SingleCallIdentity_tC64604E6C3CA8AD0427C7AAEC71AEA6C9CEA0A27 * __this, String_t* ___objectUri0, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ___context1, Type_t * ___objectType2, const RuntimeMethod* method) { { String_t* L_0 = ___objectUri0; Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_1 = ___context1; Type_t * L_2 = ___objectType2; ServerIdentity__ctor_m9E44F1B908070031C768EFE2AE3DCC1681269A63(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.SingleCallIdentity::SyncObjectProcessMessage(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SingleCallIdentity_SyncObjectProcessMessage_mA16B7DF0B6AC30FEE3FF9802E541EAB2B0768A4D (SingleCallIdentity_tC64604E6C3CA8AD0427C7AAEC71AEA6C9CEA0A27 * __this, RuntimeObject* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * V_0 = NULL; RuntimeObject* G_B4_0 = NULL; RuntimeObject* G_B3_0 = NULL; { Type_t * L_0 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)__this)->get__objectType_7(); RuntimeObject * L_1; L_1 = Activator_CreateInstance_m35ED39C8B9201D90292C1803022AEE106B69A295(L_0, (bool)1, /*hidden argument*/NULL); V_0 = ((MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 *)CastclassClass((RuntimeObject*)L_1, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_il2cpp_TypeInfo_var)); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_2 = V_0; ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_3; L_3 = MarshalByRefObject_get_ObjectIdentity_m1F93421A4FD7A494D1D7213B747EA615577AD6C4(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0021; } } { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_4 = V_0; MarshalByRefObject_set_ObjectIdentity_mCACE06B8F4AB87C4A42B1ABBFF287477DF108859(L_4, __this, /*hidden argument*/NULL); } IL_0021: { Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_5 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)__this)->get__context_10(); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_6 = V_0; RuntimeObject* L_7; L_7 = Context_CreateServerObjectSinkChain_m3D50B4AC3A65E16E3AABF9FBEA409C0376C736E5(L_5, L_6, (bool)0, /*hidden argument*/NULL); RuntimeObject* L_8 = ___msg0; RuntimeObject* L_9; L_9 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.IMessageSink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) */, IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var, L_7, L_8); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_10 = V_0; G_B3_0 = L_9; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var))) { G_B4_0 = L_9; goto IL_0047; } } { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_11 = V_0; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_11, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var))); G_B4_0 = G_B3_0; } IL_0047: { return G_B4_0; } } // System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.SingleCallIdentity::AsyncObjectProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SingleCallIdentity_AsyncObjectProcessMessage_m6B5A25DD9ACD3E1D28BE503BF2119799353639A3 (SingleCallIdentity_tC64604E6C3CA8AD0427C7AAEC71AEA6C9CEA0A27 * __this, RuntimeObject* ___msg0, RuntimeObject* ___replySink1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisposerReplySink_t68F832E73EC99ECB9D42BCE956C7E33A4C3CDEE3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * V_0 = NULL; RuntimeObject* G_B2_0 = NULL; RuntimeObject* G_B1_0 = NULL; { Type_t * L_0 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)__this)->get__objectType_7(); RuntimeObject * L_1; L_1 = Activator_CreateInstance_m35ED39C8B9201D90292C1803022AEE106B69A295(L_0, (bool)1, /*hidden argument*/NULL); V_0 = ((MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 *)CastclassClass((RuntimeObject*)L_1, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_il2cpp_TypeInfo_var)); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_2 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)__this)->get__context_10(); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_3 = V_0; RuntimeObject* L_4; L_4 = Context_CreateServerObjectSinkChain_m3D50B4AC3A65E16E3AABF9FBEA409C0376C736E5(L_2, L_3, (bool)0, /*hidden argument*/NULL); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_5 = V_0; G_B1_0 = L_4; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_5, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var))) { G_B2_0 = L_4; goto IL_0035; } } { RuntimeObject* L_6 = ___replySink1; MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_7 = V_0; DisposerReplySink_t68F832E73EC99ECB9D42BCE956C7E33A4C3CDEE3 * L_8 = (DisposerReplySink_t68F832E73EC99ECB9D42BCE956C7E33A4C3CDEE3 *)il2cpp_codegen_object_new(DisposerReplySink_t68F832E73EC99ECB9D42BCE956C7E33A4C3CDEE3_il2cpp_TypeInfo_var); DisposerReplySink__ctor_m2D382E50D52C45CF39A6AC199DFA61A31DBAAF3D(L_8, L_6, ((RuntimeObject*)Castclass((RuntimeObject*)L_7, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ___replySink1 = L_8; G_B2_0 = G_B1_0; } IL_0035: { RuntimeObject* L_9 = ___msg0; RuntimeObject* L_10 = ___replySink1; RuntimeObject* L_11; L_11 = InterfaceFuncInvoker2< RuntimeObject*, RuntimeObject*, RuntimeObject* >::Invoke(1 /* System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.IMessageSink::AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) */, IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var, G_B2_0, L_9, L_10); return L_11; } } #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.Runtime.Remoting.SingletonIdentity::.ctor(System.String,System.Runtime.Remoting.Contexts.Context,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingletonIdentity__ctor_mF473243472DC0D25FD955A3C5968246AA6EE44D2 (SingletonIdentity_t2B2A959057BDFA99565A317D2D69D29B7889B442 * __this, String_t* ___objectUri0, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ___context1, Type_t * ___objectType2, const RuntimeMethod* method) { { String_t* L_0 = ___objectUri0; Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_1 = ___context1; Type_t * L_2 = ___objectType2; ServerIdentity__ctor_m9E44F1B908070031C768EFE2AE3DCC1681269A63(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.MarshalByRefObject System.Runtime.Remoting.SingletonIdentity::GetServerObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * SingletonIdentity_GetServerObject_mBB82DAD79A47F55509ACBBB10331E844185E2AD9 (SingletonIdentity_t2B2A959057BDFA99565A317D2D69D29B7889B442 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SingletonIdentity_t2B2A959057BDFA99565A317D2D69D29B7889B442 * V_0 = NULL; bool V_1 = false; MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_0 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)__this)->get__serverObject_8(); if (!L_0) { goto IL_000f; } } { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_1 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)__this)->get__serverObject_8(); return L_1; } IL_000f: { V_0 = __this; V_1 = (bool)0; } IL_0013: try { // begin try (depth: 1) { SingletonIdentity_t2B2A959057BDFA99565A317D2D69D29B7889B442 * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_3 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)__this)->get__serverObject_8(); if (L_3) { goto IL_0052; } } IL_0023: { Type_t * L_4 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)__this)->get__objectType_7(); RuntimeObject * L_5; L_5 = Activator_CreateInstance_m35ED39C8B9201D90292C1803022AEE106B69A295(L_4, (bool)1, /*hidden argument*/NULL); V_2 = ((MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 *)CastclassClass((RuntimeObject*)L_5, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_il2cpp_TypeInfo_var)); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_6 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_il2cpp_TypeInfo_var); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_7; L_7 = Context_get_DefaultContext_mFC6BE4FF643E3A8EF1705370A56DE8E0F00A9D20(/*hidden argument*/NULL); ServerIdentity_AttachServerObject_m29AD161E5EA701E968D98813497A3A2F3C5CB0E7(__this, L_6, L_7, /*hidden argument*/NULL); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_8 = V_2; RuntimeObject * L_9; L_9 = VirtFuncInvoker0< RuntimeObject * >::Invoke(5 /* System.Object System.MarshalByRefObject::InitializeLifetimeService() */, L_8); ServerIdentity_StartTrackingLifetime_mCEFE3E49903AA60D92D42235FC6782D6A75B8DBE(__this, ((RuntimeObject*)Castclass((RuntimeObject*)L_9, ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_0052: { IL2CPP_LEAVE(0x5E, FINALLY_0054); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0054; } FINALLY_0054: { // begin finally (depth: 1) { bool L_10 = V_1; if (!L_10) { goto IL_005d; } } IL_0057: { SingletonIdentity_t2B2A959057BDFA99565A317D2D69D29B7889B442 * L_11 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_11, /*hidden argument*/NULL); } IL_005d: { IL2CPP_END_FINALLY(84) } } // end finally (depth: 1) IL2CPP_CLEANUP(84) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5E, IL_005e) } IL_005e: { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_12 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)__this)->get__serverObject_8(); return L_12; } } // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.SingletonIdentity::SyncObjectProcessMessage(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SingletonIdentity_SyncObjectProcessMessage_mADCA9A307AAEFBEC500FB61D42381A8C5D2B7AE3 (SingletonIdentity_t2B2A959057BDFA99565A317D2D69D29B7889B442 * __this, RuntimeObject* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * V_0 = NULL; { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_0; L_0 = SingletonIdentity_GetServerObject_mBB82DAD79A47F55509ACBBB10331E844185E2AD9(__this, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)__this)->get__serverSink_9(); if (L_1) { goto IL_0022; } } { Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_2 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)__this)->get__context_10(); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_3 = V_0; RuntimeObject* L_4; L_4 = Context_CreateServerObjectSinkChain_m3D50B4AC3A65E16E3AABF9FBEA409C0376C736E5(L_2, L_3, (bool)0, /*hidden argument*/NULL); ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)__this)->set__serverSink_9(L_4); } IL_0022: { RuntimeObject* L_5 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)__this)->get__serverSink_9(); RuntimeObject* L_6 = ___msg0; RuntimeObject* L_7; L_7 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.IMessageSink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) */, IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var, L_5, L_6); return L_7; } } // System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.SingletonIdentity::AsyncObjectProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SingletonIdentity_AsyncObjectProcessMessage_m69070A88864DE9215D50DF93FD3085C649B49436 (SingletonIdentity_t2B2A959057BDFA99565A317D2D69D29B7889B442 * __this, RuntimeObject* ___msg0, RuntimeObject* ___replySink1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * V_0 = NULL; { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_0; L_0 = SingletonIdentity_GetServerObject_mBB82DAD79A47F55509ACBBB10331E844185E2AD9(__this, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)__this)->get__serverSink_9(); if (L_1) { goto IL_0022; } } { Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_2 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)__this)->get__context_10(); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_3 = V_0; RuntimeObject* L_4; L_4 = Context_CreateServerObjectSinkChain_m3D50B4AC3A65E16E3AABF9FBEA409C0376C736E5(L_2, L_3, (bool)0, /*hidden argument*/NULL); ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)__this)->set__serverSink_9(L_4); } IL_0022: { RuntimeObject* L_5 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)__this)->get__serverSink_9(); RuntimeObject* L_6 = ___msg0; RuntimeObject* L_7 = ___replySink1; RuntimeObject* L_8; L_8 = InterfaceFuncInvoker2< RuntimeObject*, RuntimeObject*, RuntimeObject* >::Invoke(1 /* System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.IMessageSink::AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) */, IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var, L_5, L_6, L_7); return L_8; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Channels.SinkProviderData::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SinkProviderData__ctor_mE601387E488B5C8D3D5286906BD271F279978AAF (SinkProviderData_tDCF47C22643A26B1E1F6BB60FA7AE7034053D14E * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_sinkName_0(L_0); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_1, /*hidden argument*/NULL); __this->set_children_1(L_1); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_2, /*hidden argument*/NULL); __this->set_properties_2(L_2); return; } } // System.Collections.IList System.Runtime.Remoting.Channels.SinkProviderData::get_Children() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SinkProviderData_get_Children_m3F6518C43B7DBF4E6D664F15F105F171778543CF (SinkProviderData_tDCF47C22643A26B1E1F6BB60FA7AE7034053D14E * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_children_1(); return L_0; } } // System.Collections.IDictionary System.Runtime.Remoting.Channels.SinkProviderData::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SinkProviderData_get_Properties_m292E383DD009906B0067D1E7C5B6483B1A9A193D (SinkProviderData_tDCF47C22643A26B1E1F6BB60FA7AE7034053D14E * __this, const RuntimeMethod* method) { { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_properties_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Serialization.Formatters.Binary.SizedArray::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SizedArray__ctor_mB7B3723781BC080EEAF53D76F90FBD47977E4B75 (SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_objects_0(L_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_negObjects_1(L_1); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.SizedArray::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SizedArray__ctor_m14450F5DF39AB30E99F98C545C4B6F320EC89A81 (SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * __this, int32_t ___length0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___length0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->set_objects_0(L_1); int32_t L_2 = ___length0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_2); __this->set_negObjects_1(L_3); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.SizedArray::.ctor(System.Runtime.Serialization.Formatters.Binary.SizedArray) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SizedArray__ctor_mFD58E5D074125DF5211900D1F893556900219780 (SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * __this, SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * ___sizedArray0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * L_0 = ___sizedArray0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0->get_objects_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))); __this->set_objects_0(L_2); SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * L_3 = ___sizedArray0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = L_3->get_objects_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = __this->get_objects_0(); Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2((RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, 0, /*hidden argument*/NULL); SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * L_6 = ___sizedArray0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_6->get_negObjects_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))); __this->set_negObjects_1(L_8); SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * L_9 = ___sizedArray0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = L_9->get_negObjects_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = __this->get_negObjects_1(); Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2((RuntimeArray *)(RuntimeArray *)L_10, (RuntimeArray *)(RuntimeArray *)L_11, 0, /*hidden argument*/NULL); return; } } // System.Object System.Runtime.Serialization.Formatters.Binary.SizedArray::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SizedArray_Clone_m3A2780AEC601BD49B56E6F63F96766A0CB5AD440 (SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * L_0 = (SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 *)il2cpp_codegen_object_new(SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42_il2cpp_TypeInfo_var); SizedArray__ctor_mFD58E5D074125DF5211900D1F893556900219780(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Object System.Runtime.Serialization.Formatters.Binary.SizedArray::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SizedArray_get_Item_m8D3B88D49F49B83CC0D96117AF23E3E8971D493A (SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001e; } } { int32_t L_1 = ___index0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = __this->get_negObjects_1(); if ((((int32_t)((-L_1))) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (int32_t)1))))) { goto IL_0014; } } { return NULL; } IL_0014: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = __this->get_negObjects_1(); int32_t L_4 = ___index0; int32_t L_5 = ((-L_4)); RuntimeObject * L_6 = (L_3)->GetAtUnchecked(static_cast(L_5)); return L_6; } IL_001e: { int32_t L_7 = ___index0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = __this->get_objects_0(); if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), (int32_t)1))))) { goto IL_002d; } } { return NULL; } IL_002d: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = __this->get_objects_0(); int32_t L_10 = ___index0; int32_t L_11 = L_10; RuntimeObject * L_12 = (L_9)->GetAtUnchecked(static_cast(L_11)); return L_12; } } // System.Void System.Runtime.Serialization.Formatters.Binary.SizedArray::set_Item(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SizedArray_set_Item_mF1A3EEE2781FF307E19A8003D1C3B5F8EBC4DAE4 (SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0024; } } { int32_t L_1 = ___index0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = __this->get_negObjects_1(); if ((((int32_t)((-L_1))) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (int32_t)1))))) { goto IL_0019; } } { int32_t L_3 = ___index0; SizedArray_IncreaseCapacity_mF121E64B4345862EEA1F84BFCB694CED18175762(__this, L_3, /*hidden argument*/NULL); } IL_0019: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = __this->get_negObjects_1(); int32_t L_5 = ___index0; RuntimeObject * L_6 = ___value1; ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAtUnchecked(static_cast(((-L_5))), (RuntimeObject *)L_6); return; } IL_0024: { int32_t L_7 = ___index0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = __this->get_objects_0(); if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), (int32_t)1))))) { goto IL_0038; } } { int32_t L_9 = ___index0; SizedArray_IncreaseCapacity_mF121E64B4345862EEA1F84BFCB694CED18175762(__this, L_9, /*hidden argument*/NULL); } IL_0038: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = __this->get_objects_0(); int32_t L_11 = ___index0; int32_t L_12 = L_11; RuntimeObject * L_13 = (L_10)->GetAtUnchecked(static_cast(L_12)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = __this->get_objects_0(); int32_t L_15 = ___index0; RuntimeObject * L_16 = ___value1; ArrayElementTypeCheck (L_14, L_16); (L_14)->SetAtUnchecked(static_cast(L_15), (RuntimeObject *)L_16); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.SizedArray::IncreaseCapacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SizedArray_IncreaseCapacity_mF121E64B4345862EEA1F84BFCB694CED18175762 (SizedArray_t774FEAB0344A9BE540F22DD0A4E8E9E83EE69C42 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { int32_t L_0 = ___index0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_003c; } } IL_0004: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = __this->get_negObjects_1(); int32_t L_2 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), (int32_t)2)), ((int32_t)il2cpp_codegen_add((int32_t)((-L_2)), (int32_t)1)), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_3); V_0 = L_4; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = __this->get_negObjects_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = __this->get_negObjects_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_5, 0, (RuntimeArray *)(RuntimeArray *)L_6, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = V_0; __this->set_negObjects_1(L_8); goto IL_0071; } IL_003c: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = __this->get_objects_0(); int32_t L_10 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_11; L_11 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)2)), ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_11); V_1 = L_12; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = __this->get_objects_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = __this->get_objects_0(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_13, 0, (RuntimeArray *)(RuntimeArray *)L_14, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = V_1; __this->set_objects_0(L_16); } IL_0071: { goto IL_0084; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0073; } throw e; } CATCH_0073: { // begin catch(System.Exception) String_t* L_17; L_17 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB5A3A3A029878047BB5C6EB2D194A8832B51022)), /*hidden argument*/NULL); SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_18 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SizedArray_IncreaseCapacity_mF121E64B4345862EEA1F84BFCB694CED18175762_RuntimeMethod_var))); } // end catch (depth: 1) IL_0084: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.SmallXmlParser::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser__ctor_m93938F9D50E51CAD39AD01589A3E5E646357A8F6 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_0 = (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 *)il2cpp_codegen_object_new(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8_il2cpp_TypeInfo_var); Stack__ctor_m7B7EA279423863156F25A04362D9FE6C89FAFE70(L_0, /*hidden argument*/NULL); __this->set_elementNames_2(L_0); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_1 = (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 *)il2cpp_codegen_object_new(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8_il2cpp_TypeInfo_var); Stack__ctor_m7B7EA279423863156F25A04362D9FE6C89FAFE70(L_1, /*hidden argument*/NULL); __this->set_xmlSpaces_3(L_1); StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_2, ((int32_t)200), /*hidden argument*/NULL); __this->set_buffer_5(L_2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30)); __this->set_nameBuffer_6(L_3); AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA * L_4 = (AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA *)il2cpp_codegen_object_new(AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA_il2cpp_TypeInfo_var); AttrListImpl__ctor_m6E416F20FD11ABB93FCA647F7A634236BA3C03FA(L_4, /*hidden argument*/NULL); __this->set_attributes_8(L_4); __this->set_line_9(1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Exception Mono.Xml.SmallXmlParser::Error(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * SmallXmlParser_Error_m5EB0F65507527F79C58AEA7B5F86C909F82307C8 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmallXmlParserException_t89B4B23345549519E0B9C8DC9F24A07748E3A45C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___msg0; int32_t L_1 = __this->get_line_9(); int32_t L_2 = __this->get_column_10(); SmallXmlParserException_t89B4B23345549519E0B9C8DC9F24A07748E3A45C * L_3 = (SmallXmlParserException_t89B4B23345549519E0B9C8DC9F24A07748E3A45C *)il2cpp_codegen_object_new(SmallXmlParserException_t89B4B23345549519E0B9C8DC9F24A07748E3A45C_il2cpp_TypeInfo_var); SmallXmlParserException__ctor_mB949E4FE8B2A25A0BF2C9675538B2588C48D28D3(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Exception Mono.Xml.SmallXmlParser::UnexpectedEndError() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * SmallXmlParser_UnexpectedEndError_m54A2B86C1203C184AEC2D516CFECEB3A102765CE (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA64E96030EBA05DC44D50FF6155C02A2BD6699EF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_0 = __this->get_elementNames_2(); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Collections.Stack::get_Count() */, L_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_3 = __this->get_elementNames_2(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = V_0; VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(11 /* System.Void System.Collections.Stack::CopyTo(System.Array,System.Int32) */, L_3, (RuntimeArray *)(RuntimeArray *)L_4, 0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = V_0; String_t* L_6; L_6 = String_Join_m8846EB11F0A221BDE237DE041D17764B36065404(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralA64E96030EBA05DC44D50FF6155C02A2BD6699EF, L_6, /*hidden argument*/NULL); Exception_t * L_8; L_8 = SmallXmlParser_Error_m5EB0F65507527F79C58AEA7B5F86C909F82307C8(__this, L_7, /*hidden argument*/NULL); return L_8; } } // System.Boolean Mono.Xml.SmallXmlParser::IsNameChar(System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SmallXmlParser_IsNameChar_m41040659E3268DDE4BFFDEA258500240A3333CBA (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, Il2CppChar ___c0, bool ___start1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Il2CppChar L_0 = ___c0; if ((!(((uint32_t)L_0) <= ((uint32_t)((int32_t)46))))) { goto IL_0011; } } { Il2CppChar L_1 = ___c0; if ((((int32_t)L_1) == ((int32_t)((int32_t)45)))) { goto IL_001d; } } { Il2CppChar L_2 = ___c0; if ((((int32_t)L_2) == ((int32_t)((int32_t)46)))) { goto IL_001d; } } { goto IL_0022; } IL_0011: { Il2CppChar L_3 = ___c0; if ((((int32_t)L_3) == ((int32_t)((int32_t)58)))) { goto IL_001b; } } { Il2CppChar L_4 = ___c0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)95))))) { goto IL_0022; } } IL_001b: { return (bool)1; } IL_001d: { bool L_5 = ___start1; return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0); } IL_0022: { Il2CppChar L_6 = ___c0; if ((((int32_t)L_6) <= ((int32_t)((int32_t)256)))) { goto IL_0056; } } { Il2CppChar L_7 = ___c0; if ((((int32_t)L_7) == ((int32_t)((int32_t)1369)))) { goto IL_0042; } } { Il2CppChar L_8 = ___c0; if ((((int32_t)L_8) == ((int32_t)((int32_t)1765)))) { goto IL_0042; } } { Il2CppChar L_9 = ___c0; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)1766))))) { goto IL_0044; } } IL_0042: { return (bool)1; } IL_0044: { Il2CppChar L_10 = ___c0; if ((((int32_t)((int32_t)699)) > ((int32_t)L_10))) { goto IL_0056; } } { Il2CppChar L_11 = ___c0; if ((((int32_t)L_11) > ((int32_t)((int32_t)705)))) { goto IL_0056; } } { return (bool)1; } IL_0056: { Il2CppChar L_12 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); int32_t L_13; L_13 = Char_GetUnicodeCategory_mB8DCE545E28F2858B0E8AD91393B9FD048F80BC1(L_12, /*hidden argument*/NULL); V_0 = L_13; int32_t L_14 = V_0; switch (L_14) { case 0: { goto IL_008d; } case 1: { goto IL_008d; } case 2: { goto IL_008d; } case 3: { goto IL_008f; } case 4: { goto IL_008d; } case 5: { goto IL_008f; } case 6: { goto IL_008f; } case 7: { goto IL_008f; } case 8: { goto IL_008f; } case 9: { goto IL_008d; } } } { goto IL_0094; } IL_008d: { return (bool)1; } IL_008f: { bool L_15 = ___start1; return (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0); } IL_0094: { return (bool)0; } } // System.Boolean Mono.Xml.SmallXmlParser::IsWhitespace(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SmallXmlParser_IsWhitespace_mEA544A8F096909FD5A29519DFDE7F6BED5B218D4 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, int32_t ___c0, const RuntimeMethod* method) { { int32_t L_0 = ___c0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)9)))) > ((uint32_t)1)))) { goto IL_0011; } } { int32_t L_1 = ___c0; if ((((int32_t)L_1) == ((int32_t)((int32_t)13)))) { goto IL_0011; } } { int32_t L_2 = ___c0; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)32))))) { goto IL_0013; } } IL_0011: { return (bool)1; } IL_0013: { return (bool)0; } } // System.Void Mono.Xml.SmallXmlParser::SkipWhitespaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_SkipWhitespaces_mDAF569E69531AD551527FCCE9E52CD85568F718F (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method) { { SmallXmlParser_SkipWhitespaces_mB8DD039206C1AE9A5239693AD8B265EF1BB72250(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.SmallXmlParser::HandleWhitespaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_HandleWhitespaces_m83096E30BDAC29E463D7461B616DF3E9435DB183 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method) { { goto IL_0015; } IL_0002: { StringBuilder_t * L_0 = __this->get_buffer_5(); int32_t L_1; L_1 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); StringBuilder_t * L_2; L_2 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_0, ((int32_t)((uint16_t)L_1)), /*hidden argument*/NULL); } IL_0015: { int32_t L_3; L_3 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); bool L_4; L_4 = SmallXmlParser_IsWhitespace_mEA544A8F096909FD5A29519DFDE7F6BED5B218D4(__this, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0002; } } { int32_t L_5; L_5 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)((int32_t)60)))) { goto IL_003d; } } { int32_t L_6; L_6 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_003d; } } { __this->set_isWhitespace_7((bool)0); } IL_003d: { return; } } // System.Void Mono.Xml.SmallXmlParser::SkipWhitespaces(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_SkipWhitespaces_mB8DD039206C1AE9A5239693AD8B265EF1BB72250 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, bool ___expected0, const RuntimeMethod* method) { int32_t V_0 = 0; IL_0000: { int32_t L_0; L_0 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)9)))) > ((uint32_t)1)))) { goto IL_0018; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)13)))) { goto IL_0018; } } { int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)32))))) { goto IL_0027; } } IL_0018: { int32_t L_4; L_4 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); bool L_5 = ___expected0; if (!L_5) { goto IL_0000; } } { ___expected0 = (bool)0; goto IL_0000; } IL_0027: { bool L_6 = ___expected0; if (!L_6) { goto IL_0036; } } { Exception_t * L_7; L_7 = SmallXmlParser_Error_m5EB0F65507527F79C58AEA7B5F86C909F82307C8(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9C597032B7C6DEBC66AD134CE8D12A054D0A25A0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_SkipWhitespaces_mB8DD039206C1AE9A5239693AD8B265EF1BB72250_RuntimeMethod_var))); } IL_0036: { return; } } // System.Int32 Mono.Xml.SmallXmlParser::Peek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method) { { TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_0 = __this->get_reader_1(); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.IO.TextReader::Peek() */, L_0); return L_1; } } // System.Int32 Mono.Xml.SmallXmlParser::Read() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method) { int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B4_0 = 0; int32_t G_B3_0 = 0; { TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_0 = __this->get_reader_1(); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_0); int32_t L_2 = L_1; G_B1_0 = L_2; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)10))))) { G_B2_0 = L_2; goto IL_0017; } } { __this->set_resetColumn_11((bool)1); G_B2_0 = G_B1_0; } IL_0017: { bool L_3 = __this->get_resetColumn_11(); G_B3_0 = G_B2_0; if (!L_3) { G_B4_0 = G_B2_0; goto IL_003c; } } { int32_t L_4 = __this->get_line_9(); __this->set_line_9(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); __this->set_resetColumn_11((bool)0); __this->set_column_10(1); return G_B3_0; } IL_003c: { int32_t L_5 = __this->get_column_10(); __this->set_column_10(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return G_B4_0; } } // System.Void Mono.Xml.SmallXmlParser::Expect(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_Expect_mD0618CF26D26AAF2150ED302308E92BE2507F72A (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, int32_t ___c0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0012; } } { Exception_t * L_2; L_2 = SmallXmlParser_UnexpectedEndError_m54A2B86C1203C184AEC2D516CFECEB3A102765CE(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_Expect_mD0618CF26D26AAF2150ED302308E92BE2507F72A_RuntimeMethod_var))); } IL_0012: { int32_t L_3 = V_0; int32_t L_4 = ___c0; if ((((int32_t)L_3) == ((int32_t)L_4))) { goto IL_0035; } } { int32_t L_5 = ___c0; Il2CppChar L_6 = ((Il2CppChar)((int32_t)((uint16_t)L_5))); RuntimeObject * L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var)), &L_6); int32_t L_8 = V_0; Il2CppChar L_9 = ((Il2CppChar)((int32_t)((uint16_t)L_8))); RuntimeObject * L_10 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var)), &L_9); String_t* L_11; L_11 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral87788F8601C24A0EB26FE8614DF502D90FAE0419)), L_7, L_10, /*hidden argument*/NULL); Exception_t * L_12; L_12 = SmallXmlParser_Error_m5EB0F65507527F79C58AEA7B5F86C909F82307C8(__this, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_Expect_mD0618CF26D26AAF2150ED302308E92BE2507F72A_RuntimeMethod_var))); } IL_0035: { return; } } // System.String Mono.Xml.SmallXmlParser::ReadUntil(System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmallXmlParser_ReadUntil_m9FA66C084BBAFE69915C4488F96775F006E4D238 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, Il2CppChar ___until0, bool ___handleReferences1, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; IL_0000: { int32_t L_0; L_0 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0010; } } { Exception_t * L_1; L_1 = SmallXmlParser_UnexpectedEndError_m54A2B86C1203C184AEC2D516CFECEB3A102765CE(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadUntil_m9FA66C084BBAFE69915C4488F96775F006E4D238_RuntimeMethod_var))); } IL_0010: { int32_t L_2; L_2 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); V_0 = ((int32_t)((uint16_t)L_2)); Il2CppChar L_3 = V_0; Il2CppChar L_4 = ___until0; if ((((int32_t)L_3) == ((int32_t)L_4))) { goto IL_003b; } } { bool L_5 = ___handleReferences1; if (!L_5) { goto IL_002c; } } { Il2CppChar L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)38))))) { goto IL_002c; } } { SmallXmlParser_ReadReference_m35BECF30678E71132F369FBDF31FCED8F128C3AE(__this, /*hidden argument*/NULL); goto IL_0000; } IL_002c: { StringBuilder_t * L_7 = __this->get_buffer_5(); Il2CppChar L_8 = V_0; StringBuilder_t * L_9; L_9 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_7, L_8, /*hidden argument*/NULL); goto IL_0000; } IL_003b: { StringBuilder_t * L_10 = __this->get_buffer_5(); String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); StringBuilder_t * L_12 = __this->get_buffer_5(); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_12, 0, /*hidden argument*/NULL); return L_11; } } // System.String Mono.Xml.SmallXmlParser::ReadName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmallXmlParser_ReadName_mE509D20D9348F5789531D081E9CC233D60855B85 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_3 = NULL; { V_0 = 0; int32_t L_0; L_0 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_001b; } } { int32_t L_1; L_1 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); bool L_2; L_2 = SmallXmlParser_IsNameChar_m41040659E3268DDE4BFFDEA258500240A3333CBA(__this, ((int32_t)((uint16_t)L_1)), (bool)1, /*hidden argument*/NULL); if (L_2) { goto IL_0027; } } IL_001b: { Exception_t * L_3; L_3 = SmallXmlParser_Error_m5EB0F65507527F79C58AEA7B5F86C909F82307C8(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B58855139A125726544ED5CAC3077D928C41B40)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadName_mE509D20D9348F5789531D081E9CC233D60855B85_RuntimeMethod_var))); } IL_0027: { int32_t L_4; L_4 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); V_1 = L_4; goto IL_0080; } IL_0030: { int32_t L_5 = V_1; V_2 = ((int32_t)((uint16_t)L_5)); Il2CppChar L_6 = V_2; bool L_7; L_7 = SmallXmlParser_IsNameChar_m41040659E3268DDE4BFFDEA258500240A3333CBA(__this, L_6, (bool)0, /*hidden argument*/NULL); if (!L_7) { goto IL_0084; } } { int32_t L_8 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = __this->get_nameBuffer_6(); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))))))) { goto IL_0065; } } { int32_t L_10 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)2))); V_3 = L_11; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = __this->get_nameBuffer_6(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = V_3; int32_t L_14 = V_0; Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803((RuntimeArray *)(RuntimeArray *)L_12, (RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = V_3; __this->set_nameBuffer_6(L_15); } IL_0065: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = __this->get_nameBuffer_6(); int32_t L_17 = V_0; int32_t L_18 = L_17; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); Il2CppChar L_19 = V_2; (L_16)->SetAtUnchecked(static_cast(L_18), (Il2CppChar)L_19); int32_t L_20; L_20 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); int32_t L_21; L_21 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); V_1 = L_21; } IL_0080: { int32_t L_22 = V_1; if ((((int32_t)L_22) >= ((int32_t)0))) { goto IL_0030; } } IL_0084: { int32_t L_23 = V_0; if (L_23) { goto IL_0093; } } { Exception_t * L_24; L_24 = SmallXmlParser_Error_m5EB0F65507527F79C58AEA7B5F86C909F82307C8(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral45156A8D2466CD5E8D665BB78DFE524EEFDD922A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadName_mE509D20D9348F5789531D081E9CC233D60855B85_RuntimeMethod_var))); } IL_0093: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_25 = __this->get_nameBuffer_6(); int32_t L_26 = V_0; String_t* L_27; L_27 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_25, 0, L_26, /*hidden argument*/NULL); return L_27; } } // System.Void Mono.Xml.SmallXmlParser::Parse(System.IO.TextReader,Mono.Xml.SmallXmlParser/IContentHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_Parse_m0B69F47B920A786352D176348D1AD35DE3B460D0 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___input0, RuntimeObject* ___handler1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContentHandler_t4DCBE1BBF3C625846A210931388615BFCCF7AA25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_0 = ___input0; __this->set_reader_1(L_0); RuntimeObject* L_1 = ___handler1; __this->set_handler_0(L_1); RuntimeObject* L_2 = ___handler1; InterfaceActionInvoker1< SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * >::Invoke(0 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnStartParsing(Mono.Xml.SmallXmlParser) */, IContentHandler_t4DCBE1BBF3C625846A210931388615BFCCF7AA25_il2cpp_TypeInfo_var, L_2, __this); goto IL_001d; } IL_0017: { SmallXmlParser_ReadContent_m7F3DC4C73A753ACAA5831A3511359A926A551547(__this, /*hidden argument*/NULL); } IL_001d: { int32_t L_3; L_3 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0017; } } { SmallXmlParser_HandleBufferedContent_m1D76CB5F5EBC7B29AD02A2C78F0786FB8B4CA00A(__this, /*hidden argument*/NULL); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_4 = __this->get_elementNames_2(); int32_t L_5; L_5 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Collections.Stack::get_Count() */, L_4); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_0056; } } { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_6 = __this->get_elementNames_2(); RuntimeObject * L_7; L_7 = VirtFuncInvoker0< RuntimeObject * >::Invoke(13 /* System.Object System.Collections.Stack::Peek() */, L_6); String_t* L_8; L_8 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral03B46450C9E1B2EDEB8A6AAE5F044BF93B41FA5D)), L_7, /*hidden argument*/NULL); Exception_t * L_9; L_9 = SmallXmlParser_Error_m5EB0F65507527F79C58AEA7B5F86C909F82307C8(__this, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_Parse_m0B69F47B920A786352D176348D1AD35DE3B460D0_RuntimeMethod_var))); } IL_0056: { RuntimeObject* L_10 = ___handler1; InterfaceActionInvoker1< SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * >::Invoke(1 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnEndParsing(Mono.Xml.SmallXmlParser) */, IContentHandler_t4DCBE1BBF3C625846A210931388615BFCCF7AA25_il2cpp_TypeInfo_var, L_10, __this); SmallXmlParser_Cleanup_mED18C8E0030A55966F49022EF8BB8AFCCC98AC32(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.SmallXmlParser::Cleanup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_Cleanup_mED18C8E0030A55966F49022EF8BB8AFCCC98AC32 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method) { { __this->set_line_9(1); __this->set_column_10(0); __this->set_handler_0((RuntimeObject*)NULL); __this->set_reader_1((TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F *)NULL); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_0 = __this->get_elementNames_2(); VirtActionInvoker0::Invoke(9 /* System.Void System.Collections.Stack::Clear() */, L_0); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_1 = __this->get_xmlSpaces_3(); VirtActionInvoker0::Invoke(9 /* System.Void System.Collections.Stack::Clear() */, L_1); AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA * L_2 = __this->get_attributes_8(); AttrListImpl_Clear_mD5D9556A014E72CA44A91866E92479F161A735A4(L_2, /*hidden argument*/NULL); StringBuilder_t * L_3 = __this->get_buffer_5(); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_3, 0, /*hidden argument*/NULL); __this->set_xmlSpace_4((String_t*)NULL); __this->set_isWhitespace_7((bool)0); return; } } // System.Void Mono.Xml.SmallXmlParser::ReadContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadContent_m7F3DC4C73A753ACAA5831A3511359A926A551547 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContentHandler_t4DCBE1BBF3C625846A210931388615BFCCF7AA25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral738F291E53E97C08DAE378C71EF70A60E31AE900); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA10AFD0FBAD152979B3F2273DA98BA5C9686E69C); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; String_t* V_3 = NULL; { int32_t L_0; L_0 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); bool L_1; L_1 = SmallXmlParser_IsWhitespace_mEA544A8F096909FD5A29519DFDE7F6BED5B218D4(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0028; } } { StringBuilder_t * L_2 = __this->get_buffer_5(); int32_t L_3; L_3 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0022; } } { __this->set_isWhitespace_7((bool)1); } IL_0022: { SmallXmlParser_HandleWhitespaces_m83096E30BDAC29E463D7461B616DF3E9435DB183(__this, /*hidden argument*/NULL); } IL_0028: { int32_t L_4; L_4 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)60))))) { goto IL_0285; } } { int32_t L_5; L_5 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); int32_t L_6; L_6 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); V_1 = L_6; int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)33)))) { goto IL_005d; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)47)))) { goto IL_0145; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)63)))) { goto IL_00dd; } } { goto IL_01ee; } IL_005d: { int32_t L_10; L_10 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); int32_t L_11; L_11 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)91))))) { goto IL_00a2; } } { int32_t L_12; L_12 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); String_t* L_13; L_13 = SmallXmlParser_ReadName_mE509D20D9348F5789531D081E9CC233D60855B85(__this, /*hidden argument*/NULL); bool L_14; L_14 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_13, _stringLiteralA10AFD0FBAD152979B3F2273DA98BA5C9686E69C, /*hidden argument*/NULL); if (!L_14) { goto IL_0093; } } { Exception_t * L_15; L_15 = SmallXmlParser_Error_m5EB0F65507527F79C58AEA7B5F86C909F82307C8(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29F4EA55DD5B588CCE1FE1BBB9B911C4B9AFF232)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadContent_m7F3DC4C73A753ACAA5831A3511359A926A551547_RuntimeMethod_var))); } IL_0093: { SmallXmlParser_Expect_mD0618CF26D26AAF2150ED302308E92BE2507F72A(__this, ((int32_t)91), /*hidden argument*/NULL); SmallXmlParser_ReadCDATASection_mA51F04FE7990C1391AB77CC92A38C46B215C0A30(__this, /*hidden argument*/NULL); return; } IL_00a2: { int32_t L_16; L_16 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)45))))) { goto IL_00b3; } } { SmallXmlParser_ReadComment_m5667666AF80772E9670BF2278F45B01E3401968A(__this, /*hidden argument*/NULL); return; } IL_00b3: { String_t* L_17; L_17 = SmallXmlParser_ReadName_mE509D20D9348F5789531D081E9CC233D60855B85(__this, /*hidden argument*/NULL); bool L_18; L_18 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C)), /*hidden argument*/NULL); if (!L_18) { goto IL_00d1; } } { Exception_t * L_19; L_19 = SmallXmlParser_Error_m5EB0F65507527F79C58AEA7B5F86C909F82307C8(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E750D5E6CC6A882337F102C93B3A378286EF1B4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadContent_m7F3DC4C73A753ACAA5831A3511359A926A551547_RuntimeMethod_var))); } IL_00d1: { Exception_t * L_20; L_20 = SmallXmlParser_Error_m5EB0F65507527F79C58AEA7B5F86C909F82307C8(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral383355447EEB1AF0BE901CEADDE1BA8E0858F766)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadContent_m7F3DC4C73A753ACAA5831A3511359A926A551547_RuntimeMethod_var))); } IL_00dd: { SmallXmlParser_HandleBufferedContent_m1D76CB5F5EBC7B29AD02A2C78F0786FB8B4CA00A(__this, /*hidden argument*/NULL); int32_t L_21; L_21 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); String_t* L_22; L_22 = SmallXmlParser_ReadName_mE509D20D9348F5789531D081E9CC233D60855B85(__this, /*hidden argument*/NULL); V_0 = L_22; SmallXmlParser_SkipWhitespaces_mDAF569E69531AD551527FCCE9E52CD85568F718F(__this, /*hidden argument*/NULL); String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_2 = L_23; int32_t L_24; L_24 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); if ((((int32_t)L_24) == ((int32_t)((int32_t)63)))) { goto IL_012f; } } IL_0107: { String_t* L_25 = V_2; String_t* L_26; L_26 = SmallXmlParser_ReadUntil_m9FA66C084BBAFE69915C4488F96775F006E4D238(__this, ((int32_t)63), (bool)0, /*hidden argument*/NULL); String_t* L_27; L_27 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_25, L_26, /*hidden argument*/NULL); V_2 = L_27; int32_t L_28; L_28 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); if ((((int32_t)L_28) == ((int32_t)((int32_t)62)))) { goto IL_012f; } } { String_t* L_29 = V_2; String_t* L_30; L_30 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_29, _stringLiteral738F291E53E97C08DAE378C71EF70A60E31AE900, /*hidden argument*/NULL); V_2 = L_30; goto IL_0107; } IL_012f: { RuntimeObject* L_31 = __this->get_handler_0(); String_t* L_32 = V_0; String_t* L_33 = V_2; InterfaceActionInvoker2< String_t*, String_t* >::Invoke(4 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnProcessingInstruction(System.String,System.String) */, IContentHandler_t4DCBE1BBF3C625846A210931388615BFCCF7AA25_il2cpp_TypeInfo_var, L_31, L_32, L_33); SmallXmlParser_Expect_mD0618CF26D26AAF2150ED302308E92BE2507F72A(__this, ((int32_t)62), /*hidden argument*/NULL); return; } IL_0145: { SmallXmlParser_HandleBufferedContent_m1D76CB5F5EBC7B29AD02A2C78F0786FB8B4CA00A(__this, /*hidden argument*/NULL); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_34 = __this->get_elementNames_2(); int32_t L_35; L_35 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Collections.Stack::get_Count() */, L_34); if (L_35) { goto IL_015f; } } { Exception_t * L_36; L_36 = SmallXmlParser_UnexpectedEndError_m54A2B86C1203C184AEC2D516CFECEB3A102765CE(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadContent_m7F3DC4C73A753ACAA5831A3511359A926A551547_RuntimeMethod_var))); } IL_015f: { int32_t L_37; L_37 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); String_t* L_38; L_38 = SmallXmlParser_ReadName_mE509D20D9348F5789531D081E9CC233D60855B85(__this, /*hidden argument*/NULL); V_0 = L_38; SmallXmlParser_SkipWhitespaces_mDAF569E69531AD551527FCCE9E52CD85568F718F(__this, /*hidden argument*/NULL); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_39 = __this->get_elementNames_2(); RuntimeObject * L_40; L_40 = VirtFuncInvoker0< RuntimeObject * >::Invoke(14 /* System.Object System.Collections.Stack::Pop() */, L_39); V_3 = ((String_t*)CastclassSealed((RuntimeObject*)L_40, String_t_il2cpp_TypeInfo_var)); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_41 = __this->get_xmlSpaces_3(); RuntimeObject * L_42; L_42 = VirtFuncInvoker0< RuntimeObject * >::Invoke(14 /* System.Object System.Collections.Stack::Pop() */, L_41); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_43 = __this->get_xmlSpaces_3(); int32_t L_44; L_44 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Collections.Stack::get_Count() */, L_43); if ((((int32_t)L_44) <= ((int32_t)0))) { goto IL_01b6; } } { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_45 = __this->get_xmlSpaces_3(); RuntimeObject * L_46; L_46 = VirtFuncInvoker0< RuntimeObject * >::Invoke(13 /* System.Object System.Collections.Stack::Peek() */, L_45); __this->set_xmlSpace_4(((String_t*)CastclassSealed((RuntimeObject*)L_46, String_t_il2cpp_TypeInfo_var))); goto IL_01bd; } IL_01b6: { __this->set_xmlSpace_4((String_t*)NULL); } IL_01bd: { String_t* L_47 = V_0; String_t* L_48 = V_3; bool L_49; L_49 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_01d9; } } { String_t* L_50 = V_3; String_t* L_51 = V_0; String_t* L_52; L_52 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral022B0E9B09F68A8CB6BCCB96E171E2D48495A4E9)), L_50, L_51, /*hidden argument*/NULL); Exception_t * L_53; L_53 = SmallXmlParser_Error_m5EB0F65507527F79C58AEA7B5F86C909F82307C8(__this, L_52, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadContent_m7F3DC4C73A753ACAA5831A3511359A926A551547_RuntimeMethod_var))); } IL_01d9: { RuntimeObject* L_54 = __this->get_handler_0(); String_t* L_55 = V_0; InterfaceActionInvoker1< String_t* >::Invoke(3 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnEndElement(System.String) */, IContentHandler_t4DCBE1BBF3C625846A210931388615BFCCF7AA25_il2cpp_TypeInfo_var, L_54, L_55); SmallXmlParser_Expect_mD0618CF26D26AAF2150ED302308E92BE2507F72A(__this, ((int32_t)62), /*hidden argument*/NULL); return; } IL_01ee: { SmallXmlParser_HandleBufferedContent_m1D76CB5F5EBC7B29AD02A2C78F0786FB8B4CA00A(__this, /*hidden argument*/NULL); String_t* L_56; L_56 = SmallXmlParser_ReadName_mE509D20D9348F5789531D081E9CC233D60855B85(__this, /*hidden argument*/NULL); V_0 = L_56; goto IL_0209; } IL_01fd: { AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA * L_57 = __this->get_attributes_8(); SmallXmlParser_ReadAttribute_mE1429947922E73A7F5188279865FF7110AEFCEA1(__this, L_57, /*hidden argument*/NULL); } IL_0209: { int32_t L_58; L_58 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); if ((((int32_t)L_58) == ((int32_t)((int32_t)62)))) { goto IL_021d; } } { int32_t L_59; L_59 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)47))))) { goto IL_01fd; } } IL_021d: { RuntimeObject* L_60 = __this->get_handler_0(); String_t* L_61 = V_0; AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA * L_62 = __this->get_attributes_8(); InterfaceActionInvoker2< String_t*, RuntimeObject* >::Invoke(2 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnStartElement(System.String,Mono.Xml.SmallXmlParser/IAttrList) */, IContentHandler_t4DCBE1BBF3C625846A210931388615BFCCF7AA25_il2cpp_TypeInfo_var, L_60, L_61, L_62); AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA * L_63 = __this->get_attributes_8(); AttrListImpl_Clear_mD5D9556A014E72CA44A91866E92479F161A735A4(L_63, /*hidden argument*/NULL); SmallXmlParser_SkipWhitespaces_mDAF569E69531AD551527FCCE9E52CD85568F718F(__this, /*hidden argument*/NULL); int32_t L_64; L_64 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_64) == ((uint32_t)((int32_t)47))))) { goto IL_025f; } } { int32_t L_65; L_65 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); RuntimeObject* L_66 = __this->get_handler_0(); String_t* L_67 = V_0; InterfaceActionInvoker1< String_t* >::Invoke(3 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnEndElement(System.String) */, IContentHandler_t4DCBE1BBF3C625846A210931388615BFCCF7AA25_il2cpp_TypeInfo_var, L_66, L_67); goto IL_027c; } IL_025f: { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_68 = __this->get_elementNames_2(); String_t* L_69 = V_0; VirtActionInvoker1< RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Stack::Push(System.Object) */, L_68, L_69); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_70 = __this->get_xmlSpaces_3(); String_t* L_71 = __this->get_xmlSpace_4(); VirtActionInvoker1< RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Stack::Push(System.Object) */, L_70, L_71); } IL_027c: { SmallXmlParser_Expect_mD0618CF26D26AAF2150ED302308E92BE2507F72A(__this, ((int32_t)62), /*hidden argument*/NULL); return; } IL_0285: { SmallXmlParser_ReadCharacters_m5E16C5BE53B510C7C244103C7C5D603E17E51173(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.SmallXmlParser::HandleBufferedContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_HandleBufferedContent_m1D76CB5F5EBC7B29AD02A2C78F0786FB8B4CA00A (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContentHandler_t4DCBE1BBF3C625846A210931388615BFCCF7AA25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { StringBuilder_t * L_0 = __this->get_buffer_5(); int32_t L_1; L_1 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000e; } } { return; } IL_000e: { bool L_2 = __this->get_isWhitespace_7(); if (!L_2) { goto IL_002e; } } { RuntimeObject* L_3 = __this->get_handler_0(); StringBuilder_t * L_4 = __this->get_buffer_5(); String_t* L_5; L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4); InterfaceActionInvoker1< String_t* >::Invoke(6 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnIgnorableWhitespace(System.String) */, IContentHandler_t4DCBE1BBF3C625846A210931388615BFCCF7AA25_il2cpp_TypeInfo_var, L_3, L_5); goto IL_0044; } IL_002e: { RuntimeObject* L_6 = __this->get_handler_0(); StringBuilder_t * L_7 = __this->get_buffer_5(); String_t* L_8; L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); InterfaceActionInvoker1< String_t* >::Invoke(5 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnChars(System.String) */, IContentHandler_t4DCBE1BBF3C625846A210931388615BFCCF7AA25_il2cpp_TypeInfo_var, L_6, L_8); } IL_0044: { StringBuilder_t * L_9 = __this->get_buffer_5(); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_9, 0, /*hidden argument*/NULL); __this->set_isWhitespace_7((bool)0); return; } } // System.Void Mono.Xml.SmallXmlParser::ReadCharacters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadCharacters_m5E16C5BE53B510C7C244103C7C5D603E17E51173 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { __this->set_isWhitespace_7((bool)0); } IL_0007: { int32_t L_0; L_0 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_001e; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)38)))) { goto IL_0020; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)60)))) { goto IL_001f; } } { goto IL_002f; } IL_001e: { return; } IL_001f: { return; } IL_0020: { int32_t L_4; L_4 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); SmallXmlParser_ReadReference_m35BECF30678E71132F369FBDF31FCED8F128C3AE(__this, /*hidden argument*/NULL); goto IL_0007; } IL_002f: { StringBuilder_t * L_5 = __this->get_buffer_5(); int32_t L_6; L_6 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); StringBuilder_t * L_7; L_7 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_5, ((int32_t)((uint16_t)L_6)), /*hidden argument*/NULL); goto IL_0007; } } // System.Void Mono.Xml.SmallXmlParser::ReadReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadReference_m35BECF30678E71132F369FBDF31FCED8F128C3AE (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1710B4477A01FFE20514D8AA61891F364D71C25B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral513659CEF285C73478E9829E41D7E4C23DB53E12); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral893D84FF4ED81AC205FBC0C67CBEE1C0C752B406); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96930EC8C6FD5250BB36A5E1040AB06A9588FD62); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { int32_t L_0; L_0 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)35))))) { goto IL_0019; } } { int32_t L_1; L_1 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); int32_t L_2; L_2 = SmallXmlParser_ReadCharacterReference_mC8F6E8FC9536587500A531EC596B8F392E090F26(__this, /*hidden argument*/NULL); return; } IL_0019: { String_t* L_3; L_3 = SmallXmlParser_ReadName_mE509D20D9348F5789531D081E9CC233D60855B85(__this, /*hidden argument*/NULL); V_0 = L_3; SmallXmlParser_Expect_mD0618CF26D26AAF2150ED302308E92BE2507F72A(__this, ((int32_t)59), /*hidden argument*/NULL); String_t* L_4 = V_0; bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteral96930EC8C6FD5250BB36A5E1040AB06A9588FD62, /*hidden argument*/NULL); if (L_5) { goto IL_006b; } } { String_t* L_6 = V_0; bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, _stringLiteral893D84FF4ED81AC205FBC0C67CBEE1C0C752B406, /*hidden argument*/NULL); if (L_7) { goto IL_007a; } } { String_t* L_8 = V_0; bool L_9; L_9 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, _stringLiteral513659CEF285C73478E9829E41D7E4C23DB53E12, /*hidden argument*/NULL); if (L_9) { goto IL_0089; } } { String_t* L_10 = V_0; bool L_11; L_11 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_10, _stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9, /*hidden argument*/NULL); if (L_11) { goto IL_0098; } } { String_t* L_12 = V_0; bool L_13; L_13 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_12, _stringLiteral1710B4477A01FFE20514D8AA61891F364D71C25B, /*hidden argument*/NULL); if (L_13) { goto IL_00a7; } } { goto IL_00b6; } IL_006b: { StringBuilder_t * L_14 = __this->get_buffer_5(); StringBuilder_t * L_15; L_15 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_14, ((int32_t)38), /*hidden argument*/NULL); return; } IL_007a: { StringBuilder_t * L_16 = __this->get_buffer_5(); StringBuilder_t * L_17; L_17 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_16, ((int32_t)34), /*hidden argument*/NULL); return; } IL_0089: { StringBuilder_t * L_18 = __this->get_buffer_5(); StringBuilder_t * L_19; L_19 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_18, ((int32_t)39), /*hidden argument*/NULL); return; } IL_0098: { StringBuilder_t * L_20 = __this->get_buffer_5(); StringBuilder_t * L_21; L_21 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_20, ((int32_t)60), /*hidden argument*/NULL); return; } IL_00a7: { StringBuilder_t * L_22 = __this->get_buffer_5(); StringBuilder_t * L_23; L_23 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_22, ((int32_t)62), /*hidden argument*/NULL); return; } IL_00b6: { Exception_t * L_24; L_24 = SmallXmlParser_Error_m5EB0F65507527F79C58AEA7B5F86C909F82307C8(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral486127276D66E3B1DB7A039EE3BF49F54F065D65)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadReference_m35BECF30678E71132F369FBDF31FCED8F128C3AE_RuntimeMethod_var))); } } // System.Int32 Mono.Xml.SmallXmlParser::ReadCharacterReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlParser_ReadCharacterReference_mC8F6E8FC9536587500A531EC596B8F392E090F26 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; int32_t L_0; L_0 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)120))))) { goto IL_007c; } } { int32_t L_1; L_1 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); int32_t L_2; L_2 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); V_1 = L_2; goto IL_0076; } IL_001c: { int32_t L_3 = V_1; if ((((int32_t)((int32_t)48)) > ((int32_t)L_3))) { goto IL_0034; } } { int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)57)))) { goto IL_0034; } } { int32_t L_5 = V_0; int32_t L_6 = V_1; V_0 = ((int32_t)((int32_t)L_5<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_6)), (int32_t)((int32_t)48)))&(int32_t)((int32_t)31))))); goto IL_0068; } IL_0034: { int32_t L_7 = V_1; if ((((int32_t)((int32_t)65)) > ((int32_t)L_7))) { goto IL_004f; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) > ((int32_t)((int32_t)70)))) { goto IL_004f; } } { int32_t L_9 = V_0; int32_t L_10 = V_1; V_0 = ((int32_t)((int32_t)L_9<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_10)), (int32_t)((int32_t)65))), (int32_t)((int32_t)10)))&(int32_t)((int32_t)31))))); goto IL_0068; } IL_004f: { int32_t L_11 = V_1; if ((((int32_t)((int32_t)97)) > ((int32_t)L_11))) { goto IL_00ad; } } { int32_t L_12 = V_1; if ((((int32_t)L_12) > ((int32_t)((int32_t)102)))) { goto IL_00ad; } } { int32_t L_13 = V_0; int32_t L_14 = V_1; V_0 = ((int32_t)((int32_t)L_13<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_14)), (int32_t)((int32_t)97))), (int32_t)((int32_t)10)))&(int32_t)((int32_t)31))))); } IL_0068: { int32_t L_15; L_15 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); int32_t L_16; L_16 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); V_1 = L_16; } IL_0076: { int32_t L_17 = V_1; if ((((int32_t)L_17) >= ((int32_t)0))) { goto IL_001c; } } { goto IL_00ad; } IL_007c: { int32_t L_18; L_18 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); V_2 = L_18; goto IL_00a9; } IL_0085: { int32_t L_19 = V_2; if ((((int32_t)((int32_t)48)) > ((int32_t)L_19))) { goto IL_00ad; } } { int32_t L_20 = V_2; if ((((int32_t)L_20) > ((int32_t)((int32_t)57)))) { goto IL_00ad; } } { int32_t L_21 = V_0; int32_t L_22 = V_2; V_0 = ((int32_t)((int32_t)L_21<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_22)), (int32_t)((int32_t)48)))&(int32_t)((int32_t)31))))); int32_t L_23; L_23 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); int32_t L_24; L_24 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); V_2 = L_24; } IL_00a9: { int32_t L_25 = V_2; if ((((int32_t)L_25) >= ((int32_t)0))) { goto IL_0085; } } IL_00ad: { int32_t L_26 = V_0; return L_26; } } // System.Void Mono.Xml.SmallXmlParser::ReadAttribute(Mono.Xml.SmallXmlParser/AttrListImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadAttribute_mE1429947922E73A7F5188279865FF7110AEFCEA1 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA * ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0BA8D0495A770319CD6FF4DCD0C01BCCC30A901); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; { SmallXmlParser_SkipWhitespaces_mB8DD039206C1AE9A5239693AD8B265EF1BB72250(__this, (bool)1, /*hidden argument*/NULL); int32_t L_0; L_0 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)((int32_t)47)))) { goto IL_001b; } } { int32_t L_1; L_1 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)62))))) { goto IL_001c; } } IL_001b: { return; } IL_001c: { String_t* L_2; L_2 = SmallXmlParser_ReadName_mE509D20D9348F5789531D081E9CC233D60855B85(__this, /*hidden argument*/NULL); V_0 = L_2; SmallXmlParser_SkipWhitespaces_mDAF569E69531AD551527FCCE9E52CD85568F718F(__this, /*hidden argument*/NULL); SmallXmlParser_Expect_mD0618CF26D26AAF2150ED302308E92BE2507F72A(__this, ((int32_t)61), /*hidden argument*/NULL); SmallXmlParser_SkipWhitespaces_mDAF569E69531AD551527FCCE9E52CD85568F718F(__this, /*hidden argument*/NULL); int32_t L_3; L_3 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); V_2 = L_3; int32_t L_4 = V_2; if ((((int32_t)L_4) == ((int32_t)((int32_t)34)))) { goto IL_0054; } } { int32_t L_5 = V_2; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)39))))) { goto IL_0060; } } { String_t* L_6; L_6 = SmallXmlParser_ReadUntil_m9FA66C084BBAFE69915C4488F96775F006E4D238(__this, ((int32_t)39), (bool)1, /*hidden argument*/NULL); V_1 = L_6; goto IL_006c; } IL_0054: { String_t* L_7; L_7 = SmallXmlParser_ReadUntil_m9FA66C084BBAFE69915C4488F96775F006E4D238(__this, ((int32_t)34), (bool)1, /*hidden argument*/NULL); V_1 = L_7; goto IL_006c; } IL_0060: { Exception_t * L_8; L_8 = SmallXmlParser_Error_m5EB0F65507527F79C58AEA7B5F86C909F82307C8(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral812C96C792369F4F61D694362CDDAE257125AB04)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadAttribute_mE1429947922E73A7F5188279865FF7110AEFCEA1_RuntimeMethod_var))); } IL_006c: { String_t* L_9 = V_0; bool L_10; L_10 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_9, _stringLiteralA0BA8D0495A770319CD6FF4DCD0C01BCCC30A901, /*hidden argument*/NULL); if (!L_10) { goto IL_0080; } } { String_t* L_11 = V_1; __this->set_xmlSpace_4(L_11); } IL_0080: { AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA * L_12 = ___a0; String_t* L_13 = V_0; String_t* L_14 = V_1; AttrListImpl_Add_m49CA2AD98EFDB05CB42B6B964CD4D038FE0110CE(L_12, L_13, L_14, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.SmallXmlParser::ReadCDATASection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadCDATASection_mA51F04FE7990C1391AB77CC92A38C46B215C0A30 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar V_1 = 0x0; int32_t V_2 = 0; int32_t V_3 = 0; { V_0 = 0; } IL_0002: { int32_t L_0; L_0 = SmallXmlParser_Peek_mF781F322E3AD452CCCA5B6A2E79ED8047F121D19(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { Exception_t * L_1; L_1 = SmallXmlParser_UnexpectedEndError_m54A2B86C1203C184AEC2D516CFECEB3A102765CE(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadCDATASection_mA51F04FE7990C1391AB77CC92A38C46B215C0A30_RuntimeMethod_var))); } IL_0012: { int32_t L_2; L_2 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); V_1 = ((int32_t)((uint16_t)L_2)); Il2CppChar L_3 = V_1; if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)93))))) { goto IL_0025; } } { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); goto IL_0002; } IL_0025: { Il2CppChar L_5 = V_1; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)62))))) { goto IL_0049; } } { int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)1))) { goto IL_0049; } } { int32_t L_7 = V_0; V_2 = L_7; goto IL_0044; } IL_0032: { StringBuilder_t * L_8 = __this->get_buffer_5(); StringBuilder_t * L_9; L_9 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_8, ((int32_t)93), /*hidden argument*/NULL); int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); } IL_0044: { int32_t L_11 = V_2; if ((((int32_t)L_11) > ((int32_t)2))) { goto IL_0032; } } { return; } IL_0049: { V_3 = 0; goto IL_005f; } IL_004d: { StringBuilder_t * L_12 = __this->get_buffer_5(); StringBuilder_t * L_13; L_13 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_12, ((int32_t)93), /*hidden argument*/NULL); int32_t L_14 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005f: { int32_t L_15 = V_3; int32_t L_16 = V_0; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_004d; } } { V_0 = 0; StringBuilder_t * L_17 = __this->get_buffer_5(); Il2CppChar L_18 = V_1; StringBuilder_t * L_19; L_19 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_17, L_18, /*hidden argument*/NULL); goto IL_0002; } } // System.Void Mono.Xml.SmallXmlParser::ReadComment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadComment_m5667666AF80772E9670BF2278F45B01E3401968A (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method) { { SmallXmlParser_Expect_mD0618CF26D26AAF2150ED302308E92BE2507F72A(__this, ((int32_t)45), /*hidden argument*/NULL); SmallXmlParser_Expect_mD0618CF26D26AAF2150ED302308E92BE2507F72A(__this, ((int32_t)45), /*hidden argument*/NULL); } IL_0010: { int32_t L_0; L_0 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)45))))) { goto IL_0010; } } { int32_t L_1; L_1 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)45))))) { goto IL_0010; } } { int32_t L_2; L_2 = SmallXmlParser_Read_m170F3C7417523CB68D68AB21AA285C76A9BACC41(__this, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)((int32_t)62)))) { goto IL_003a; } } { Exception_t * L_3; L_3 = SmallXmlParser_Error_m5EB0F65507527F79C58AEA7B5F86C909F82307C8(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3FDD093FD971BAD6BFF1C29ED951F8C924AB9E05)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmallXmlParser_ReadComment_m5667666AF80772E9670BF2278F45B01E3401968A_RuntimeMethod_var))); } IL_003a: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.SmallXmlParserException::.ctor(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParserException__ctor_mB949E4FE8B2A25A0BF2C9675538B2588C48D28D3 (SmallXmlParserException_t89B4B23345549519E0B9C8DC9F24A07748E3A45C * __this, String_t* ___msg0, int32_t ___line1, int32_t ___column2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46FD4E76FB7B00BBA6C5853EE81B91AE4514F80E); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___msg0; int32_t L_1 = ___line1; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_2); int32_t L_4 = ___column2; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_5); String_t* L_7; L_7 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(_stringLiteral46FD4E76FB7B00BBA6C5853EE81B91AE4514F80E, L_0, L_3, L_6, /*hidden argument*/NULL); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_7, /*hidden argument*/NULL); int32_t L_8 = ___line1; __this->set_line_17(L_8); int32_t L_9 = ___column2; __this->set_column_18(L_9); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Metadata.SoapAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapAttribute__ctor_m058DA16166A54196FC25CCCA9A5EF39FC5DB9AD4 (SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Runtime.Remoting.Metadata.SoapAttribute::get_UseAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SoapAttribute_get_UseAttribute_mABF288998D239DE7C05BF89A87C48CF80DCF4C5B (SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__useAttribute_0(); return L_0; } } // System.String System.Runtime.Remoting.Metadata.SoapAttribute::get_XmlNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapAttribute_get_XmlNamespace_m7F9FBF1752B24EFD3DCC9285354B218904D79009 (SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ProtXmlNamespace_1(); return L_0; } } // System.Void System.Runtime.Remoting.Metadata.SoapAttribute::SetReflectionObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapAttribute_SetReflectionObject_mC546BB42024F29A570F4408B4A7B758D216BF9FE (SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC * __this, RuntimeObject * ___reflectionObject0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___reflectionObject0; __this->set_ReflectInfo_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Metadata.SoapFieldAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapFieldAttribute__ctor_m9D0C01D6CFE7066B16C7E9A6F03CFD3C4CA543F3 (SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5 * __this, const RuntimeMethod* method) { { SoapAttribute__ctor_m058DA16166A54196FC25CCCA9A5EF39FC5DB9AD4(__this, /*hidden argument*/NULL); return; } } // System.String System.Runtime.Remoting.Metadata.SoapFieldAttribute::get_XmlElementName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapFieldAttribute_get_XmlElementName_mC985CF19A5E3F7ED8F67DF5A103962ED3E5A288C (SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__elementName_3(); return L_0; } } // System.Boolean System.Runtime.Remoting.Metadata.SoapFieldAttribute::IsInteropXmlElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SoapFieldAttribute_IsInteropXmlElement_m91578480BFAC37EB6F4E96E63834DDBE5987D6F1 (SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isElement_4(); return L_0; } } // System.Void System.Runtime.Remoting.Metadata.SoapFieldAttribute::SetReflectionObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapFieldAttribute_SetReflectionObject_m0159D359F0D811046E382A58542306C8F041BEE3 (SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5 * __this, RuntimeObject * ___reflectionObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FieldInfo_t * V_0 = NULL; { RuntimeObject * L_0 = ___reflectionObject0; V_0 = ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_0, FieldInfo_t_il2cpp_TypeInfo_var)); String_t* L_1 = __this->get__elementName_3(); if (L_1) { goto IL_001b; } } { FieldInfo_t * L_2 = V_0; String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_2); __this->set__elementName_3(L_3); } IL_001b: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Metadata.SoapMethodAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapMethodAttribute__ctor_mC458868D43E60133A829DF3927394ABCF522333D (SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378 * __this, const RuntimeMethod* method) { { SoapAttribute__ctor_m058DA16166A54196FC25CCCA9A5EF39FC5DB9AD4(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Runtime.Remoting.Metadata.SoapMethodAttribute::get_UseAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SoapMethodAttribute_get_UseAttribute_mFBD8C00FD212B98F9919D5D894BEC1565B60F146 (SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__useAttribute_7(); return L_0; } } // System.String System.Runtime.Remoting.Metadata.SoapMethodAttribute::get_XmlNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapMethodAttribute_get_XmlNamespace_mB5F5A5978965CD9AB146845F896BF2F54C22729C (SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__namespace_8(); return L_0; } } // System.Void System.Runtime.Remoting.Metadata.SoapMethodAttribute::SetReflectionObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapMethodAttribute_SetReflectionObject_m7917EECAB435B6DBAAA3B9D011365BDD7F7B1B46 (SoapMethodAttribute_t08612B275859D8B4D8A815914D12096709579378 * __this, RuntimeObject * ___reflectionObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodBase_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25F5EF17AC725A91FE3F3CE895C16ED6DD9B3499); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53502E85A92CE4D07E514EE6E63F4DCA32C85206); s_Il2CppMethodInitialized = true; } MethodBase_t * V_0 = NULL; { RuntimeObject * L_0 = ___reflectionObject0; V_0 = ((MethodBase_t *)CastclassClass((RuntimeObject*)L_0, MethodBase_t_il2cpp_TypeInfo_var)); String_t* L_1 = __this->get__responseElement_3(); if (L_1) { goto IL_0025; } } { MethodBase_t * L_2 = V_0; String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_2); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_3, _stringLiteral53502E85A92CE4D07E514EE6E63F4DCA32C85206, /*hidden argument*/NULL); __this->set__responseElement_3(L_4); } IL_0025: { String_t* L_5 = __this->get__responseNamespace_4(); if (L_5) { goto IL_0039; } } { MethodBase_t * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); String_t* L_7; L_7 = SoapServices_GetXmlNamespaceForMethodResponse_m0CC3A729E8AF3957BCC7D629C52B8DE27515DABA(L_6, /*hidden argument*/NULL); __this->set__responseNamespace_4(L_7); } IL_0039: { String_t* L_8 = __this->get__returnElement_5(); if (L_8) { goto IL_004c; } } { __this->set__returnElement_5(_stringLiteral25F5EF17AC725A91FE3F3CE895C16ED6DD9B3499); } IL_004c: { String_t* L_9 = __this->get__soapAction_6(); if (L_9) { goto IL_0070; } } { MethodBase_t * L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); String_t* L_11; L_11 = SoapServices_GetXmlNamespaceForMethodCall_m5B7D31CDD9A4A26A1DC4AC8181537FDD8B1D3588(L_10, /*hidden argument*/NULL); MethodBase_t * L_12 = V_0; String_t* L_13; L_13 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_12); String_t* L_14; L_14 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_11, _stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3, L_13, /*hidden argument*/NULL); __this->set__soapAction_6(L_14); } IL_0070: { String_t* L_15 = __this->get__namespace_8(); if (L_15) { goto IL_0084; } } { MethodBase_t * L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); String_t* L_17; L_17 = SoapServices_GetXmlNamespaceForMethodCall_m5B7D31CDD9A4A26A1DC4AC8181537FDD8B1D3588(L_16, /*hidden argument*/NULL); __this->set__namespace_8(L_17); } IL_0084: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Metadata.SoapParameterAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapParameterAttribute__ctor_mE6C7E2F4F81BCACE78F1F8F5874A5DC8BAC5F386 (SoapParameterAttribute_tCFE170A192E869148403954A6CF168AB40A9AAB3 * __this, const RuntimeMethod* method) { { SoapAttribute__ctor_m058DA16166A54196FC25CCCA9A5EF39FC5DB9AD4(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Runtime.Remoting.SoapServices::get_XmlNsForClrTypeWithAssembly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapServices_get_XmlNsForClrTypeWithAssembly_mD9C26D4B6F36293E56AFF0D50540FEE4D2FEDBEF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral708D27FD7EC92EF2BB9BEAE6761E2B8574759D49); s_Il2CppMethodInitialized = true; } { return _stringLiteral708D27FD7EC92EF2BB9BEAE6761E2B8574759D49; } } // System.String System.Runtime.Remoting.SoapServices::get_XmlNsForClrTypeWithNs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapServices_get_XmlNsForClrTypeWithNs_m18A0954C2829F5BFF174152CC971191CC2132D32 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF0BA5ACEA5154AAD8A20E250CB5C934E650F95B8); s_Il2CppMethodInitialized = true; } { return _stringLiteralF0BA5ACEA5154AAD8A20E250CB5C934E650F95B8; } } // System.String System.Runtime.Remoting.SoapServices::get_XmlNsForClrTypeWithNsAndAssembly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapServices_get_XmlNsForClrTypeWithNsAndAssembly_m9F8AFA0F2613F762105C60C0499ADE8ED45C1559 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral784D1BD87AD46580C3A08ECDD986F66440D74403); s_Il2CppMethodInitialized = true; } { return _stringLiteral784D1BD87AD46580C3A08ECDD986F66440D74403; } } // System.String System.Runtime.Remoting.SoapServices::CodeXmlNamespaceForClrTypeNamespace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapServices_CodeXmlNamespaceForClrTypeNamespace_m100D242281BCE1CA642FD8D0AE69FA38974AD735 (String_t* ___typeNamespace0, String_t* ___assemblyName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___assemblyName1; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_2; L_2 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0019; } } { IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); String_t* L_3; L_3 = SoapServices_get_XmlNsForClrTypeWithNs_m18A0954C2829F5BFF174152CC971191CC2132D32(/*hidden argument*/NULL); String_t* L_4 = ___typeNamespace0; String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { String_t* L_6 = ___typeNamespace0; String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_8; L_8 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0037; } } { IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); String_t* L_9; L_9 = SoapServices_get_XmlNsForClrTypeWithAssembly_mD9C26D4B6F36293E56AFF0D50540FEE4D2FEDBEF(/*hidden argument*/NULL); String_t* L_10 = ___assemblyName1; String_t* L_11; L_11 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_9, L_10, /*hidden argument*/NULL); String_t* L_12; L_12 = SoapServices_EncodeNs_mF2E1928A642D918B694A4E7C13CC83D4174FFE48(L_11, /*hidden argument*/NULL); return L_12; } IL_0037: { IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); String_t* L_13; L_13 = SoapServices_get_XmlNsForClrTypeWithNsAndAssembly_m9F8AFA0F2613F762105C60C0499ADE8ED45C1559(/*hidden argument*/NULL); String_t* L_14 = ___typeNamespace0; String_t* L_15 = ___assemblyName1; String_t* L_16; L_16 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(L_13, L_14, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_15, /*hidden argument*/NULL); String_t* L_17; L_17 = SoapServices_EncodeNs_mF2E1928A642D918B694A4E7C13CC83D4174FFE48(L_16, /*hidden argument*/NULL); return L_17; } } // System.String System.Runtime.Remoting.SoapServices::GetNameKey(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapServices_GetNameKey_m27A3C370DF384E11564EC34AEDC9ED984A3F3BF5 (String_t* ___name0, String_t* ___namspace1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___namspace1; if (L_0) { goto IL_0005; } } { String_t* L_1 = ___name0; return L_1; } IL_0005: { String_t* L_2 = ___name0; String_t* L_3 = ___namspace1; String_t* L_4; L_4 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_2, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_3, /*hidden argument*/NULL); return L_4; } } // System.String System.Runtime.Remoting.SoapServices::GetAssemblyName(System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapServices_GetAssemblyName_mBBDD2AC2CB16355C7E2F1EE85BA24693CD36EEDC (MethodBase_t * ___mb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MethodBase_t * L_0 = ___mb0; Type_t * L_1; L_1 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_0); Assembly_t * L_2; L_2 = VirtFuncInvoker0< Assembly_t * >::Invoke(23 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); Assembly_t * L_5; L_5 = VirtFuncInvoker0< Assembly_t * >::Invoke(23 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_4); bool L_6; L_6 = Assembly_op_Equality_m08747340D9BAEC2056662DE73526DF33358F9FF9(L_2, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0027; } } { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_7; } IL_0027: { MethodBase_t * L_8 = ___mb0; Type_t * L_9; L_9 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_8); Assembly_t * L_10; L_10 = VirtFuncInvoker0< Assembly_t * >::Invoke(23 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_9); AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_11; L_11 = VirtFuncInvoker0< AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * >::Invoke(16 /* System.Reflection.AssemblyName System.Reflection.Assembly::GetName() */, L_10); String_t* L_12; L_12 = AssemblyName_get_Name_m8558532350989A6DE33C188FD1A470187DFEA911_inline(L_11, /*hidden argument*/NULL); return L_12; } } // System.Boolean System.Runtime.Remoting.SoapServices::GetXmlElementForInteropType(System.Type,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SoapServices_GetXmlElementForInteropType_mD3C880B4A65AF04F5CE472FCA369284DCF02FC93 (Type_t * ___type0, String_t** ___xmlElement1, String_t** ___xmlNamespace2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * V_0 = NULL; { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_il2cpp_TypeInfo_var); SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC * L_1; L_1 = InternalRemotingServices_GetCachedSoapAttribute_mC208FE482153914B8C4D07059D1BF2B23EF58110(L_0, /*hidden argument*/NULL); V_0 = ((SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B *)CastclassSealed((RuntimeObject*)L_1, SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B_il2cpp_TypeInfo_var)); SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * L_2 = V_0; bool L_3; L_3 = SoapTypeAttribute_get_IsInteropXmlElement_m3931A085C0E02EE4582C13F2287DCEC16F90491C_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001c; } } { String_t** L_4 = ___xmlElement1; *((RuntimeObject **)L_4) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)NULL); String_t** L_5 = ___xmlNamespace2; *((RuntimeObject **)L_5) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_5, (void*)(RuntimeObject *)NULL); return (bool)0; } IL_001c: { String_t** L_6 = ___xmlElement1; SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * L_7 = V_0; String_t* L_8; L_8 = SoapTypeAttribute_get_XmlElementName_m03C3F29833A18EE24DFFFCBF8349DF3FB5E2046E_inline(L_7, /*hidden argument*/NULL); *((RuntimeObject **)L_6) = (RuntimeObject *)L_8; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_6, (void*)(RuntimeObject *)L_8); String_t** L_9 = ___xmlNamespace2; SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * L_10 = V_0; String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Runtime.Remoting.Metadata.SoapAttribute::get_XmlNamespace() */, L_10); *((RuntimeObject **)L_9) = (RuntimeObject *)L_11; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_9, (void*)(RuntimeObject *)L_11); return (bool)1; } } // System.String System.Runtime.Remoting.SoapServices::GetXmlNamespaceForMethodCall(System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapServices_GetXmlNamespaceForMethodCall_m5B7D31CDD9A4A26A1DC4AC8181537FDD8B1D3588 (MethodBase_t * ___mb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MethodBase_t * L_0 = ___mb0; Type_t * L_1; L_1 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_0); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_1); MethodBase_t * L_3 = ___mb0; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); String_t* L_4; L_4 = SoapServices_GetAssemblyName_mBBDD2AC2CB16355C7E2F1EE85BA24693CD36EEDC(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = SoapServices_CodeXmlNamespaceForClrTypeNamespace_m100D242281BCE1CA642FD8D0AE69FA38974AD735(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.String System.Runtime.Remoting.SoapServices::GetXmlNamespaceForMethodResponse(System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapServices_GetXmlNamespaceForMethodResponse_m0CC3A729E8AF3957BCC7D629C52B8DE27515DABA (MethodBase_t * ___mb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MethodBase_t * L_0 = ___mb0; Type_t * L_1; L_1 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_0); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_1); MethodBase_t * L_3 = ___mb0; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); String_t* L_4; L_4 = SoapServices_GetAssemblyName_mBBDD2AC2CB16355C7E2F1EE85BA24693CD36EEDC(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = SoapServices_CodeXmlNamespaceForClrTypeNamespace_m100D242281BCE1CA642FD8D0AE69FA38974AD735(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.Runtime.Remoting.SoapServices::GetXmlTypeForInteropType(System.Type,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SoapServices_GetXmlTypeForInteropType_m72492021EAED49C1E35101592D1D71E5EAF687FF (Type_t * ___type0, String_t** ___xmlType1, String_t** ___xmlTypeNamespace2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * V_0 = NULL; { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_il2cpp_TypeInfo_var); SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC * L_1; L_1 = InternalRemotingServices_GetCachedSoapAttribute_mC208FE482153914B8C4D07059D1BF2B23EF58110(L_0, /*hidden argument*/NULL); V_0 = ((SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B *)CastclassSealed((RuntimeObject*)L_1, SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B_il2cpp_TypeInfo_var)); SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * L_2 = V_0; bool L_3; L_3 = SoapTypeAttribute_get_IsInteropXmlType_m5163BEC65AEF0B83E9EA344B0B4D0AA69D40DA10_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001c; } } { String_t** L_4 = ___xmlType1; *((RuntimeObject **)L_4) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)NULL); String_t** L_5 = ___xmlTypeNamespace2; *((RuntimeObject **)L_5) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_5, (void*)(RuntimeObject *)NULL); return (bool)0; } IL_001c: { String_t** L_6 = ___xmlType1; SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * L_7 = V_0; String_t* L_8; L_8 = SoapTypeAttribute_get_XmlTypeName_mA61CBF3C0431D879960F126E0494416696E03A63_inline(L_7, /*hidden argument*/NULL); *((RuntimeObject **)L_6) = (RuntimeObject *)L_8; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_6, (void*)(RuntimeObject *)L_8); String_t** L_9 = ___xmlTypeNamespace2; SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * L_10 = V_0; String_t* L_11; L_11 = SoapTypeAttribute_get_XmlTypeNamespace_m1D0A6045FB8F02BFABCEB16BECEECB44D4B49688_inline(L_10, /*hidden argument*/NULL); *((RuntimeObject **)L_9) = (RuntimeObject *)L_11; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_9, (void*)(RuntimeObject *)L_11); return (bool)1; } } // System.Void System.Runtime.Remoting.SoapServices::PreLoad(System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapServices_PreLoad_m9DFF436F910C13BE2BC4F67C9ABFD75AAF93F860 (Assembly_t * ___assembly0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_0 = NULL; int32_t V_1 = 0; { Assembly_t * L_0 = ___assembly0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_1; L_1 = VirtFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(13 /* System.Type[] System.Reflection.Assembly::GetTypes() */, L_0); V_0 = L_1; V_1 = 0; goto IL_0017; } IL_000b: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = L_3; Type_t * L_5 = (L_2)->GetAtUnchecked(static_cast(L_4)); IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); SoapServices_PreLoad_m780F9561F7119B2A8D52ABA21FE26EEC1D212BD7(L_5, /*hidden argument*/NULL); int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0017: { int32_t L_7 = V_1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_8 = V_0; if ((((int32_t)L_7) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_000b; } } { return; } } // System.Void System.Runtime.Remoting.SoapServices::PreLoad(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapServices_PreLoad_m780F9561F7119B2A8D52ABA21FE26EEC1D212BD7 (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9 * V_2 = NULL; RuntimeObject * V_3 = NULL; bool V_4 = false; FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* V_5 = NULL; int32_t V_6 = 0; FieldInfo_t * V_7 = NULL; SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5 * V_8 = NULL; String_t* V_9 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var))->get__typeInfos_4(); Type_t * L_1 = ___type0; RuntimeObject * L_2; L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1); V_2 = ((TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9 *)IsInstClass((RuntimeObject*)L_2, TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9_il2cpp_TypeInfo_var)); TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9 * L_3 = V_2; if (!L_3) { goto IL_0015; } } { return; } IL_0015: { Type_t * L_4 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); bool L_5; L_5 = SoapServices_GetXmlTypeForInteropType_m72492021EAED49C1E35101592D1D71E5EAF687FF(L_4, (String_t**)(&V_0), (String_t**)(&V_1), /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } { String_t* L_6 = V_0; String_t* L_7 = V_1; Type_t * L_8 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); SoapServices_RegisterInteropXmlType_m856F412086C4E31B2AC2D4B614449D4407969727(L_6, L_7, L_8, /*hidden argument*/NULL); } IL_0029: { Type_t * L_9 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); bool L_10; L_10 = SoapServices_GetXmlElementForInteropType_mD3C880B4A65AF04F5CE472FCA369284DCF02FC93(L_9, (String_t**)(&V_0), (String_t**)(&V_1), /*hidden argument*/NULL); if (!L_10) { goto IL_003d; } } { String_t* L_11 = V_0; String_t* L_12 = V_1; Type_t * L_13 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); SoapServices_RegisterInteropXmlElement_m8B86D916FC179848F07C857FAB64C46A75C1A3D8(L_11, L_12, L_13, /*hidden argument*/NULL); } IL_003d: { IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_14 = ((SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var))->get__typeInfos_4(); RuntimeObject * L_15; L_15 = VirtFuncInvoker0< RuntimeObject * >::Invoke(28 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_14); V_3 = L_15; V_4 = (bool)0; } IL_004b: try { // begin try (depth: 1) { RuntimeObject * L_16 = V_3; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_16, (bool*)(&V_4), /*hidden argument*/NULL); TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9 * L_17 = (TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9 *)il2cpp_codegen_object_new(TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9_il2cpp_TypeInfo_var); TypeInfo__ctor_mECA46BD1C2914DB2DD5CAB1DB15BFB383B97A651(L_17, /*hidden argument*/NULL); V_2 = L_17; Type_t * L_18 = ___type0; FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_19; L_19 = VirtFuncInvoker1< FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E*, int32_t >::Invoke(43 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_18, ((int32_t)52)); V_5 = L_19; V_6 = 0; goto IL_00f3; } IL_006b: { FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_20 = V_5; int32_t L_21 = V_6; int32_t L_22 = L_21; FieldInfo_t * L_23 = (L_20)->GetAtUnchecked(static_cast(L_22)); V_7 = L_23; FieldInfo_t * L_24 = V_7; IL2CPP_RUNTIME_CLASS_INIT(InternalRemotingServices_t4428085A701668E194DD35BA911B404771FC2232_il2cpp_TypeInfo_var); SoapAttribute_t6F0FA8C211A4909FD28F96DBB65E898BFFF47ADC * L_25; L_25 = InternalRemotingServices_GetCachedSoapAttribute_mC208FE482153914B8C4D07059D1BF2B23EF58110(L_24, /*hidden argument*/NULL); V_8 = ((SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5 *)CastclassSealed((RuntimeObject*)L_25, SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5_il2cpp_TypeInfo_var)); SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5 * L_26 = V_8; bool L_27; L_27 = SoapFieldAttribute_IsInteropXmlElement_m91578480BFAC37EB6F4E96E63834DDBE5987D6F1_inline(L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00ed; } } IL_0089: { SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5 * L_28 = V_8; String_t* L_29; L_29 = SoapFieldAttribute_get_XmlElementName_mC985CF19A5E3F7ED8F67DF5A103962ED3E5A288C_inline(L_28, /*hidden argument*/NULL); SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5 * L_30 = V_8; String_t* L_31; L_31 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Runtime.Remoting.Metadata.SoapAttribute::get_XmlNamespace() */, L_30); IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); String_t* L_32; L_32 = SoapServices_GetNameKey_m27A3C370DF384E11564EC34AEDC9ED984A3F3BF5(L_29, L_31, /*hidden argument*/NULL); V_9 = L_32; SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5 * L_33 = V_8; bool L_34; L_34 = VirtFuncInvoker0< bool >::Invoke(4 /* System.Boolean System.Runtime.Remoting.Metadata.SoapAttribute::get_UseAttribute() */, L_33); if (!L_34) { goto IL_00cb; } } IL_00a7: { TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9 * L_35 = V_2; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_36 = L_35->get_Attributes_0(); if (L_36) { goto IL_00ba; } } IL_00af: { TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9 * L_37 = V_2; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_38 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_38, /*hidden argument*/NULL); L_37->set_Attributes_0(L_38); } IL_00ba: { TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9 * L_39 = V_2; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_40 = L_39->get_Attributes_0(); String_t* L_41 = V_9; FieldInfo_t * L_42 = V_7; VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_40, L_41, L_42); goto IL_00ed; } IL_00cb: { TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9 * L_43 = V_2; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_44 = L_43->get_Elements_1(); if (L_44) { goto IL_00de; } } IL_00d3: { TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9 * L_45 = V_2; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_46 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_46, /*hidden argument*/NULL); L_45->set_Elements_1(L_46); } IL_00de: { TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9 * L_47 = V_2; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_48 = L_47->get_Elements_1(); String_t* L_49 = V_9; FieldInfo_t * L_50 = V_7; VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_48, L_49, L_50); } IL_00ed: { int32_t L_51 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); } IL_00f3: { int32_t L_52 = V_6; FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_53 = V_5; if ((((int32_t)L_52) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_53)->max_length)))))) { goto IL_006b; } } IL_00fe: { IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_54 = ((SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var))->get__typeInfos_4(); Type_t * L_55 = ___type0; TypeInfo_tBCF7E8CE1B993A7CFAE175D4ADE983D1763534A9 * L_56 = V_2; VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_54, L_55, L_56); IL2CPP_LEAVE(0x117, FINALLY_010c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_010c; } FINALLY_010c: { // begin finally (depth: 1) { bool L_57 = V_4; if (!L_57) { goto IL_0116; } } IL_0110: { RuntimeObject * L_58 = V_3; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_58, /*hidden argument*/NULL); } IL_0116: { IL2CPP_END_FINALLY(268) } } // end finally (depth: 1) IL2CPP_CLEANUP(268) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x117, IL_0117) } IL_0117: { return; } } // System.Void System.Runtime.Remoting.SoapServices::RegisterInteropXmlElement(System.String,System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapServices_RegisterInteropXmlElement_m8B86D916FC179848F07C857FAB64C46A75C1A3D8 (String_t* ___xmlElement0, String_t* ___xmlNamespace1, Type_t * ___type2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var))->get__xmlElements_1(); RuntimeObject * L_1; L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(28 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); V_0 = L_1; V_1 = (bool)0; } IL_000d: try { // begin try (depth: 1) RuntimeObject * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ((SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var))->get__xmlElements_1(); String_t* L_4 = ___xmlElement0; String_t* L_5 = ___xmlNamespace1; String_t* L_6; L_6 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_4, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_5, /*hidden argument*/NULL); Type_t * L_7 = ___type2; VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_3, L_6, L_7); IL2CPP_LEAVE(0x38, FINALLY_002e); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: { // begin finally (depth: 1) { bool L_8 = V_1; if (!L_8) { goto IL_0037; } } IL_0031: { RuntimeObject * L_9 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_9, /*hidden argument*/NULL); } IL_0037: { IL2CPP_END_FINALLY(46) } } // end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x38, IL_0038) } IL_0038: { return; } } // System.Void System.Runtime.Remoting.SoapServices::RegisterInteropXmlType(System.String,System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapServices_RegisterInteropXmlType_m856F412086C4E31B2AC2D4B614449D4407969727 (String_t* ___xmlType0, String_t* ___xmlTypeNamespace1, Type_t * ___type2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var))->get__xmlTypes_0(); RuntimeObject * L_1; L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(28 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); V_0 = L_1; V_1 = (bool)0; } IL_000d: try { // begin try (depth: 1) RuntimeObject * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ((SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var))->get__xmlTypes_0(); String_t* L_4 = ___xmlType0; String_t* L_5 = ___xmlTypeNamespace1; String_t* L_6; L_6 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_4, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_5, /*hidden argument*/NULL); Type_t * L_7 = ___type2; VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_3, L_6, L_7); IL2CPP_LEAVE(0x38, FINALLY_002e); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: { // begin finally (depth: 1) { bool L_8 = V_1; if (!L_8) { goto IL_0037; } } IL_0031: { RuntimeObject * L_9 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_9, /*hidden argument*/NULL); } IL_0037: { IL2CPP_END_FINALLY(46) } } // end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x38, IL_0038) } IL_0038: { return; } } // System.String System.Runtime.Remoting.SoapServices::EncodeNs(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapServices_EncodeNs_mF2E1928A642D918B694A4E7C13CC83D4174FFE48 (String_t* ___ns0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral122DAEB6E112576FD0519243E425F6CD2E97BA90); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral24DFF757FD67718D3CAA7D74AF6F77C453D82A78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFDC79D04FD56AB43DDE179A0F468A96BAF7E44CF); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___ns0; String_t* L_1; L_1 = String_Replace_m98184150DC4E2FBDF13E723BF5B7353D9602AC4D(L_0, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, _stringLiteral24DFF757FD67718D3CAA7D74AF6F77C453D82A78, /*hidden argument*/NULL); ___ns0 = L_1; String_t* L_2 = ___ns0; String_t* L_3; L_3 = String_Replace_m98184150DC4E2FBDF13E723BF5B7353D9602AC4D(L_2, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, _stringLiteral122DAEB6E112576FD0519243E425F6CD2E97BA90, /*hidden argument*/NULL); ___ns0 = L_3; String_t* L_4 = ___ns0; String_t* L_5; L_5 = String_Replace_m98184150DC4E2FBDF13E723BF5B7353D9602AC4D(L_4, _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E, _stringLiteralFDC79D04FD56AB43DDE179A0F468A96BAF7E44CF, /*hidden argument*/NULL); return L_5; } } // System.Void System.Runtime.Remoting.SoapServices::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapServices__cctor_m7A879C19CB3F55D69D9375B75D2B4090BF7BF23F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_0, /*hidden argument*/NULL); ((SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var))->set__xmlTypes_0(L_0); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_1, /*hidden argument*/NULL); ((SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var))->set__xmlElements_1(L_1); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_2, /*hidden argument*/NULL); ((SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var))->set__soapActions_2(L_2); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_3, /*hidden argument*/NULL); ((SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var))->set__soapActionsMethods_3(L_3); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_4, /*hidden argument*/NULL); ((SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_StaticFields*)il2cpp_codegen_static_fields_for(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var))->set__typeInfos_4(L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Metadata.SoapTypeAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapTypeAttribute__ctor_m0ED771486CD3416D173FCDE0F5027A810D6B4656 (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * __this, const RuntimeMethod* method) { { SoapAttribute__ctor_m058DA16166A54196FC25CCCA9A5EF39FC5DB9AD4(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_UseAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SoapTypeAttribute_get_UseAttribute_m649CC46AE9CF66D6B2B89FACD57A65170EECED3B (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__useAttribute_3(); return L_0; } } // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_XmlElementName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlElementName_m03C3F29833A18EE24DFFFCBF8349DF3FB5E2046E (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__xmlElementName_4(); return L_0; } } // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_XmlNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlNamespace_m444AD1E84E4EEFEA582F4DB6C7782838AD7CB74F (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__xmlNamespace_5(); return L_0; } } // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_XmlTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlTypeName_mA61CBF3C0431D879960F126E0494416696E03A63 (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__xmlTypeName_6(); return L_0; } } // System.String System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_XmlTypeNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlTypeNamespace_m1D0A6045FB8F02BFABCEB16BECEECB44D4B49688 (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__xmlTypeNamespace_7(); return L_0; } } // System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_IsInteropXmlElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SoapTypeAttribute_get_IsInteropXmlElement_m3931A085C0E02EE4582C13F2287DCEC16F90491C (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isElement_9(); return L_0; } } // System.Boolean System.Runtime.Remoting.Metadata.SoapTypeAttribute::get_IsInteropXmlType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SoapTypeAttribute_get_IsInteropXmlType_m5163BEC65AEF0B83E9EA344B0B4D0AA69D40DA10 (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isType_8(); return L_0; } } // System.Void System.Runtime.Remoting.Metadata.SoapTypeAttribute::SetReflectionObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoapTypeAttribute_SetReflectionObject_m73CC31B59B66A1B5486DAF7CEA6C415FA81E6901 (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * __this, RuntimeObject * ___reflectionObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; String_t* V_1 = NULL; { RuntimeObject * L_0 = ___reflectionObject0; V_0 = ((Type_t *)CastclassClass((RuntimeObject*)L_0, Type_t_il2cpp_TypeInfo_var)); String_t* L_1 = __this->get__xmlElementName_4(); if (L_1) { goto IL_001b; } } { Type_t * L_2 = V_0; String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_2); __this->set__xmlElementName_4(L_3); } IL_001b: { String_t* L_4 = __this->get__xmlTypeName_6(); if (L_4) { goto IL_002f; } } { Type_t * L_5 = V_0; String_t* L_6; L_6 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_5); __this->set__xmlTypeName_6(L_6); } IL_002f: { String_t* L_7 = __this->get__xmlTypeNamespace_7(); if (L_7) { goto IL_007e; } } { Type_t * L_8 = V_0; Assembly_t * L_9; L_9 = VirtFuncInvoker0< Assembly_t * >::Invoke(23 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_8); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11; L_11 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_10, /*hidden argument*/NULL); Assembly_t * L_12; L_12 = VirtFuncInvoker0< Assembly_t * >::Invoke(23 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_11); bool L_13; L_13 = Assembly_op_Equality_m08747340D9BAEC2056662DE73526DF33358F9FF9(L_9, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_005b; } } { String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_1 = L_14; goto IL_006c; } IL_005b: { Type_t * L_15 = V_0; Assembly_t * L_16; L_16 = VirtFuncInvoker0< Assembly_t * >::Invoke(23 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_15); AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_17; L_17 = VirtFuncInvoker0< AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * >::Invoke(16 /* System.Reflection.AssemblyName System.Reflection.Assembly::GetName() */, L_16); String_t* L_18; L_18 = AssemblyName_get_Name_m8558532350989A6DE33C188FD1A470187DFEA911_inline(L_17, /*hidden argument*/NULL); V_1 = L_18; } IL_006c: { Type_t * L_19 = V_0; String_t* L_20; L_20 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_Namespace() */, L_19); String_t* L_21 = V_1; IL2CPP_RUNTIME_CLASS_INIT(SoapServices_tF5C603622E5CA7C74CE4C673ADEB2AE77B95273B_il2cpp_TypeInfo_var); String_t* L_22; L_22 = SoapServices_CodeXmlNamespaceForClrTypeNamespace_m100D242281BCE1CA642FD8D0AE69FA38974AD735(L_20, L_21, /*hidden argument*/NULL); __this->set__xmlTypeNamespace_7(L_22); } IL_007e: { String_t* L_23 = __this->get__xmlNamespace_5(); if (L_23) { goto IL_0092; } } { String_t* L_24 = __this->get__xmlTypeNamespace_7(); __this->set__xmlNamespace_5(L_24); } IL_0092: { 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.SortKey IL2CPP_EXTERN_C void SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_marshal_pinvoke(const SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52& unmarshaled, SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_marshaled_pinvoke& marshaled) { marshaled.___source_0 = il2cpp_codegen_marshal_string(unmarshaled.get_source_0()); marshaled.___key_1 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_key_1()); marshaled.___options_2 = unmarshaled.get_options_2(); marshaled.___lcid_3 = unmarshaled.get_lcid_3(); } IL2CPP_EXTERN_C void SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_marshal_pinvoke_back(const SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_marshaled_pinvoke& marshaled, SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_source_0(il2cpp_codegen_marshal_string_result(marshaled.___source_0)); unmarshaled.set_key_1((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___key_1)); int32_t unmarshaled_options_temp_2 = 0; unmarshaled_options_temp_2 = marshaled.___options_2; unmarshaled.set_options_2(unmarshaled_options_temp_2); int32_t unmarshaled_lcid_temp_3 = 0; unmarshaled_lcid_temp_3 = marshaled.___lcid_3; unmarshaled.set_lcid_3(unmarshaled_lcid_temp_3); } // Conversion method for clean up from marshalling of: System.Globalization.SortKey IL2CPP_EXTERN_C void SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_marshal_pinvoke_cleanup(SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___source_0); marshaled.___source_0 = NULL; il2cpp_codegen_com_destroy_safe_array(marshaled.___key_1); marshaled.___key_1 = NULL; } // Conversion methods for marshalling of: System.Globalization.SortKey IL2CPP_EXTERN_C void SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_marshal_com(const SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52& unmarshaled, SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_marshaled_com& marshaled) { marshaled.___source_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_source_0()); marshaled.___key_1 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_key_1()); marshaled.___options_2 = unmarshaled.get_options_2(); marshaled.___lcid_3 = unmarshaled.get_lcid_3(); } IL2CPP_EXTERN_C void SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_marshal_com_back(const SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_marshaled_com& marshaled, SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_source_0(il2cpp_codegen_marshal_bstring_result(marshaled.___source_0)); unmarshaled.set_key_1((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___key_1)); int32_t unmarshaled_options_temp_2 = 0; unmarshaled_options_temp_2 = marshaled.___options_2; unmarshaled.set_options_2(unmarshaled_options_temp_2); int32_t unmarshaled_lcid_temp_3 = 0; unmarshaled_lcid_temp_3 = marshaled.___lcid_3; unmarshaled.set_lcid_3(unmarshaled_lcid_temp_3); } // Conversion method for clean up from marshalling of: System.Globalization.SortKey IL2CPP_EXTERN_C void SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_marshal_com_cleanup(SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___source_0); marshaled.___source_0 = NULL; il2cpp_codegen_com_destroy_safe_array(marshaled.___key_1); marshaled.___key_1 = NULL; } // System.Int32 System.Globalization.SortKey::Compare(System.Globalization.SortKey,System.Globalization.SortKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SortKey_Compare_mB61CDD55207C8DFDC90001073BD39F1F1A3F6362 (SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * ___sortkey10, SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * ___sortkey21, const RuntimeMethod* method) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B10_0 = 0; { SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * L_0 = ___sortkey10; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE6A304D156442C29C3BD247C63E9F63DDC33EBB0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SortKey_Compare_mB61CDD55207C8DFDC90001073BD39F1F1A3F6362_RuntimeMethod_var))); } IL_000e: { SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * L_2 = ___sortkey21; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD3C758F0B70B6FE9FC23C3797185123D5A4055CF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SortKey_Compare_mB61CDD55207C8DFDC90001073BD39F1F1A3F6362_RuntimeMethod_var))); } IL_001c: { SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * L_4 = ___sortkey10; SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * L_5 = ___sortkey21; if ((((RuntimeObject*)(SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 *)L_4) == ((RuntimeObject*)(SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 *)L_5))) { goto IL_002e; } } { SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * L_6 = ___sortkey10; String_t* L_7; L_7 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Globalization.SortKey::get_OriginalString() */, L_6); SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * L_8 = ___sortkey21; String_t* L_9; L_9 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Globalization.SortKey::get_OriginalString() */, L_8); if ((!(((RuntimeObject*)(String_t*)L_7) == ((RuntimeObject*)(String_t*)L_9)))) { goto IL_0030; } } IL_002e: { return 0; } IL_0030: { SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * L_10 = ___sortkey10; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = VirtFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(5 /* System.Byte[] System.Globalization.SortKey::get_KeyData() */, L_10); V_0 = L_11; SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * L_12 = ___sortkey21; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = VirtFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(5 /* System.Byte[] System.Globalization.SortKey::get_KeyData() */, L_12); V_1 = L_13; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_1; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))) > ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))) { goto IL_004b; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_0; G_B10_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))); goto IL_004e; } IL_004b: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_1; G_B10_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))); } IL_004e: { V_2 = G_B10_0; V_3 = 0; goto IL_006b; } IL_0053: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_0; int32_t L_19 = V_3; int32_t L_20 = L_19; uint8_t L_21 = (L_18)->GetAtUnchecked(static_cast(L_20)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_1; int32_t L_23 = V_3; int32_t L_24 = L_23; uint8_t L_25 = (L_22)->GetAtUnchecked(static_cast(L_24)); if ((((int32_t)L_21) == ((int32_t)L_25))) { goto IL_0067; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_0; int32_t L_27 = V_3; int32_t L_28 = L_27; uint8_t L_29 = (L_26)->GetAtUnchecked(static_cast(L_28)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = V_1; int32_t L_31 = V_3; int32_t L_32 = L_31; uint8_t L_33 = (L_30)->GetAtUnchecked(static_cast(L_32)); if ((((int32_t)L_29) < ((int32_t)L_33))) { goto IL_0065; } } { return 1; } IL_0065: { return (-1); } IL_0067: { int32_t L_34 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_006b: { int32_t L_35 = V_3; int32_t L_36 = V_2; if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_0053; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_1; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length)))) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length)))))) { goto IL_0083; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = V_1; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length)))) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length)))))) { goto IL_0081; } } { return 1; } IL_0081: { return (-1); } IL_0083: { return 0; } } // System.Void System.Globalization.SortKey::.ctor(System.Int32,System.String,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKey__ctor_m147020EDFF83890588402A0E7FC39930D5FE6FAA (SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * __this, int32_t ___lcid0, String_t* ___source1, int32_t ___opt2, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___lcid0; __this->set_lcid_3(L_0); String_t* L_1 = ___source1; __this->set_source_0(L_1); int32_t L_2 = ___opt2; __this->set_options_2(L_2); return; } } // System.Void System.Globalization.SortKey::.ctor(System.Int32,System.String,System.Byte[],System.Globalization.CompareOptions,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKey__ctor_m7F99DAEB091C0F6CE67D520C9F7D8ADC17BCD98E (SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * __this, int32_t ___lcid0, String_t* ___source1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer2, int32_t ___opt3, int32_t ___lv1Length4, int32_t ___lv2Length5, int32_t ___lv3Length6, int32_t ___kanaSmallLength7, int32_t ___markTypeLength8, int32_t ___katakanaLength9, int32_t ___kanaWidthLength10, int32_t ___identLength11, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___lcid0; __this->set_lcid_3(L_0); String_t* L_1 = ___source1; __this->set_source_0(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer2; __this->set_key_1(L_2); int32_t L_3 = ___opt3; __this->set_options_2(L_3); return; } } // System.String System.Globalization.SortKey::get_OriginalString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SortKey_get_OriginalString_m87E2099E638F3F6313A02874D18361BF54F98F4D (SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_source_0(); return L_0; } } // System.Byte[] System.Globalization.SortKey::get_KeyData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SortKey_get_KeyData_m6A5301F4393CA6845F43117CED3FC6DE9BE1789D (SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_key_1(); return L_0; } } // System.Boolean System.Globalization.SortKey::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SortKey_Equals_mF1AC459C96BD86B88ECDC35A63379A5D0C045D7B (SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * V_0 = NULL; { RuntimeObject * L_0 = ___value0; V_0 = ((SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 *)IsInstClass((RuntimeObject*)L_0, SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_il2cpp_TypeInfo_var)); SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * L_1 = V_0; if (!L_1) { goto IL_0031; } } { int32_t L_2 = __this->get_lcid_3(); SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * L_3 = V_0; int32_t L_4 = L_3->get_lcid_3(); if ((!(((uint32_t)L_2) == ((uint32_t)L_4)))) { goto IL_0031; } } { int32_t L_5 = __this->get_options_2(); SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * L_6 = V_0; int32_t L_7 = L_6->get_options_2(); if ((!(((uint32_t)L_5) == ((uint32_t)L_7)))) { goto IL_0031; } } { SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * L_8 = V_0; int32_t L_9; L_9 = SortKey_Compare_mB61CDD55207C8DFDC90001073BD39F1F1A3F6362(__this, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0031; } } { return (bool)1; } IL_0031: { return (bool)0; } } // System.Int32 System.Globalization.SortKey::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SortKey_GetHashCode_m63361FC911E15BD0019B6DE679C196DE1C927459 (SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_key_1(); if ((((RuntimeArray*)L_0)->max_length)) { goto IL_000b; } } { return 0; } IL_000b: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_key_1(); int32_t L_2 = 0; uint8_t L_3 = (L_1)->GetAtUnchecked(static_cast(L_2)); V_0 = L_3; V_1 = 1; goto IL_002e; } IL_0018: { int32_t L_4 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_key_1(); int32_t L_6 = V_1; int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAtUnchecked(static_cast(L_7)); int32_t L_9 = V_1; V_0 = ((int32_t)((int32_t)L_4^(int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9&(int32_t)3))&(int32_t)((int32_t)31))))))); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_002e: { int32_t L_11 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_key_1(); if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_0018; } } { int32_t L_13 = V_0; return L_13; } } // System.String System.Globalization.SortKey::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SortKey_ToString_mE896546921BD37B34678B5327701529FB7CD5067 (SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompareOptions_tD3D7F165240DC4D784A11B1E2F21DC0D6D18E725_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral128E38BA2AC8BCDD90D4BF4E68343ED312139363); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; ArrayElementTypeCheck (L_1, _stringLiteral128E38BA2AC8BCDD90D4BF4E68343ED312139363); (L_1)->SetAtUnchecked(static_cast(0), (RuntimeObject *)_stringLiteral128E38BA2AC8BCDD90D4BF4E68343ED312139363); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = L_1; int32_t L_3 = __this->get_lcid_3(); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_4); ArrayElementTypeCheck (L_2, L_5); (L_2)->SetAtUnchecked(static_cast(1), (RuntimeObject *)L_5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_2; ArrayElementTypeCheck (L_6, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); (L_6)->SetAtUnchecked(static_cast(2), (RuntimeObject *)_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_6; int32_t L_8 = __this->get_options_2(); int32_t L_9 = L_8; RuntimeObject * L_10 = Box(CompareOptions_tD3D7F165240DC4D784A11B1E2F21DC0D6D18E725_il2cpp_TypeInfo_var, &L_9); ArrayElementTypeCheck (L_7, L_10); (L_7)->SetAtUnchecked(static_cast(3), (RuntimeObject *)L_10); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_7; ArrayElementTypeCheck (L_11, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); (L_11)->SetAtUnchecked(static_cast(4), (RuntimeObject *)_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_11; String_t* L_13 = __this->get_source_0(); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAtUnchecked(static_cast(5), (RuntimeObject *)L_13); String_t* L_14; L_14 = String_Concat_m6F0ED62933448F8B944E52872E1EE86F6705D306(L_12, /*hidden argument*/NULL); return L_14; } } // System.Void System.Globalization.SortKey::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKey__ctor_m32E51ADEBB469FE930F9318C3015B16D860E36C5 (SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortKey__ctor_m32E51ADEBB469FE930F9318C3015B16D860E36C5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(SortKey__ctor_m32E51ADEBB469FE930F9318C3015B16D860E36C5_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Globalization.Unicode.SortKeyBuffer::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer__ctor_m1ADEDEA060CAAF2ED3DD740CF780F47A24B94FDA (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, int32_t ___lcid0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Globalization.Unicode.SortKeyBuffer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_Reset_m1623E54D60B1A14D76A986524202E3F14D07B96A (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = 0; V_0 = L_0; __this->set_l5_16(L_0); int32_t L_1 = V_0; int32_t L_2 = L_1; V_0 = L_2; __this->set_l4w_15(L_2); int32_t L_3 = V_0; int32_t L_4 = L_3; V_0 = L_4; __this->set_l4k_14(L_4); int32_t L_5 = V_0; int32_t L_6 = L_5; V_0 = L_6; __this->set_l4t_13(L_6); int32_t L_7 = V_0; int32_t L_8 = L_7; V_0 = L_8; __this->set_l4s_12(L_8); int32_t L_9 = V_0; int32_t L_10 = L_9; V_0 = L_10; __this->set_l3_11(L_10); int32_t L_11 = V_0; int32_t L_12 = L_11; V_0 = L_12; __this->set_l2_10(L_12); int32_t L_13 = V_0; __this->set_l1_9(L_13); __this->set_frenchSorted_21((bool)0); return; } } // System.Void Mono.Globalization.Unicode.SortKeyBuffer::Initialize(System.Globalization.CompareOptions,System.Int32,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_Initialize_m89C916A69B8A6C216B1679A9DDE9A5A6A559FB97 (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, int32_t ___options0, int32_t ___lcid1, String_t* ___s2, bool ___frenchSort3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___s2; __this->set_source_8(L_0); int32_t L_1 = ___lcid1; __this->set_lcid_17(L_1); int32_t L_2 = ___options0; __this->set_options_18(L_2); String_t* L_3 = ___s2; int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = ___options0; __this->set_processLevel2_19((bool)((((int32_t)((int32_t)((int32_t)L_5&(int32_t)2))) == ((int32_t)0))? 1 : 0)); bool L_6 = ___frenchSort3; __this->set_frenchSort_20(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_l1b_0(); if (!L_7) { goto IL_0043; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_l1b_0(); int32_t L_9 = V_0; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))) >= ((int32_t)L_9))) { goto IL_0054; } } IL_0043: { int32_t L_10 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)2)), (int32_t)((int32_t)10)))); __this->set_l1b_0(L_11); } IL_0054: { bool L_12 = __this->get_processLevel2_19(); if (!L_12) { goto IL_007e; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = __this->get_l2b_1(); if (!L_13) { goto IL_006f; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_l2b_1(); int32_t L_15 = V_0; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))) >= ((int32_t)L_15))) { goto IL_007e; } } IL_006f: { int32_t L_16 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)((int32_t)10)))); __this->set_l2b_1(L_17); } IL_007e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = __this->get_l3b_2(); if (!L_18) { goto IL_0091; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = __this->get_l3b_2(); int32_t L_20 = V_0; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))) >= ((int32_t)L_20))) { goto IL_00a0; } } IL_0091: { int32_t L_21 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)((int32_t)10)))); __this->set_l3b_2(L_22); } IL_00a0: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = __this->get_l4sb_3(); if (L_23) { goto IL_00b5; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); __this->set_l4sb_3(L_24); } IL_00b5: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = __this->get_l4tb_4(); if (L_25) { goto IL_00ca; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); __this->set_l4tb_4(L_26); } IL_00ca: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = __this->get_l4kb_5(); if (L_27) { goto IL_00df; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); __this->set_l4kb_5(L_28); } IL_00df: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = __this->get_l4wb_6(); if (L_29) { goto IL_00f4; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); __this->set_l4wb_6(L_30); } IL_00f4: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = __this->get_l5b_7(); if (L_31) { goto IL_0109; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); __this->set_l5b_7(L_32); } IL_0109: { return; } } // System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendCJKExtension(System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendCJKExtension_mA1129DB6DF3DFD527781F5C80542DF82401D1528 (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, uint8_t ___lv1msb0, uint8_t ___lv1lsb1, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_0 = __this->get_address_of_l1b_0(); int32_t* L_1 = __this->get_address_of_l1_9(); SortKeyBuffer_AppendBufferPrimitive_m4AFCB0A5A205965235EC7EE54AC37FF2A8776843(__this, (uint8_t)((int32_t)254), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_0, (int32_t*)L_1, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_2 = __this->get_address_of_l1b_0(); int32_t* L_3 = __this->get_address_of_l1_9(); SortKeyBuffer_AppendBufferPrimitive_m4AFCB0A5A205965235EC7EE54AC37FF2A8776843(__this, (uint8_t)((int32_t)255), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_2, (int32_t*)L_3, /*hidden argument*/NULL); uint8_t L_4 = ___lv1msb0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_5 = __this->get_address_of_l1b_0(); int32_t* L_6 = __this->get_address_of_l1_9(); SortKeyBuffer_AppendBufferPrimitive_m4AFCB0A5A205965235EC7EE54AC37FF2A8776843(__this, L_4, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_5, (int32_t*)L_6, /*hidden argument*/NULL); uint8_t L_7 = ___lv1lsb1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_8 = __this->get_address_of_l1b_0(); int32_t* L_9 = __this->get_address_of_l1_9(); SortKeyBuffer_AppendBufferPrimitive_m4AFCB0A5A205965235EC7EE54AC37FF2A8776843(__this, L_7, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_8, (int32_t*)L_9, /*hidden argument*/NULL); bool L_10 = __this->get_processLevel2_19(); if (!L_10) { goto IL_006f; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_11 = __this->get_address_of_l2b_1(); int32_t* L_12 = __this->get_address_of_l2_10(); SortKeyBuffer_AppendBufferPrimitive_m4AFCB0A5A205965235EC7EE54AC37FF2A8776843(__this, (uint8_t)2, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_11, (int32_t*)L_12, /*hidden argument*/NULL); } IL_006f: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_13 = __this->get_address_of_l3b_2(); int32_t* L_14 = __this->get_address_of_l3_11(); SortKeyBuffer_AppendBufferPrimitive_m4AFCB0A5A205965235EC7EE54AC37FF2A8776843(__this, (uint8_t)2, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_13, (int32_t*)L_14, /*hidden argument*/NULL); return; } } // System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendKana(System.Byte,System.Byte,System.Byte,System.Byte,System.Boolean,System.Byte,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendKana_mA30C13C64AF185987C77A2829D79DF367DFBCB34 (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, uint8_t ___category0, uint8_t ___lv11, uint8_t ___lv22, uint8_t ___lv33, bool ___isSmallKana4, uint8_t ___markType5, bool ___isKatakana6, bool ___isHalfWidth7, const RuntimeMethod* method) { SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B2_0 = NULL; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B1_0 = NULL; int32_t G_B3_0 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B3_1 = NULL; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B5_0 = NULL; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B4_0 = NULL; int32_t G_B6_0 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B6_1 = NULL; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B8_0 = NULL; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B7_0 = NULL; int32_t G_B9_0 = 0; SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * G_B9_1 = NULL; { uint8_t L_0 = ___category0; uint8_t L_1 = ___lv11; uint8_t L_2 = ___lv22; uint8_t L_3 = ___lv33; SortKeyBuffer_AppendNormal_m960DBB3514FBAE060F4ACCE922C25C97D8AD54EF(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); bool L_4 = ___isSmallKana4; G_B1_0 = __this; if (L_4) { G_B2_0 = __this; goto IL_0017; } } { G_B3_0 = ((int32_t)228); G_B3_1 = G_B1_0; goto IL_001c; } IL_0017: { G_B3_0 = ((int32_t)196); G_B3_1 = G_B2_0; } IL_001c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_5 = __this->get_address_of_l4sb_3(); int32_t* L_6 = __this->get_address_of_l4s_12(); SortKeyBuffer_AppendBufferPrimitive_m4AFCB0A5A205965235EC7EE54AC37FF2A8776843(G_B3_1, (uint8_t)((int32_t)((uint8_t)G_B3_0)), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_5, (int32_t*)L_6, /*hidden argument*/NULL); uint8_t L_7 = ___markType5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_8 = __this->get_address_of_l4tb_4(); int32_t* L_9 = __this->get_address_of_l4t_13(); SortKeyBuffer_AppendBufferPrimitive_m4AFCB0A5A205965235EC7EE54AC37FF2A8776843(__this, L_7, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_8, (int32_t*)L_9, /*hidden argument*/NULL); bool L_10 = ___isKatakana6; G_B4_0 = __this; if (L_10) { G_B5_0 = __this; goto IL_004e; } } { G_B6_0 = ((int32_t)228); G_B6_1 = G_B4_0; goto IL_0053; } IL_004e: { G_B6_0 = ((int32_t)196); G_B6_1 = G_B5_0; } IL_0053: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_11 = __this->get_address_of_l4kb_5(); int32_t* L_12 = __this->get_address_of_l4k_14(); SortKeyBuffer_AppendBufferPrimitive_m4AFCB0A5A205965235EC7EE54AC37FF2A8776843(G_B6_1, (uint8_t)((int32_t)((uint8_t)G_B6_0)), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_11, (int32_t*)L_12, /*hidden argument*/NULL); bool L_13 = ___isHalfWidth7; G_B7_0 = __this; if (L_13) { G_B8_0 = __this; goto IL_0071; } } { G_B9_0 = ((int32_t)228); G_B9_1 = G_B7_0; goto IL_0076; } IL_0071: { G_B9_0 = ((int32_t)196); G_B9_1 = G_B8_0; } IL_0076: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_14 = __this->get_address_of_l4wb_6(); int32_t* L_15 = __this->get_address_of_l4w_15(); SortKeyBuffer_AppendBufferPrimitive_m4AFCB0A5A205965235EC7EE54AC37FF2A8776843(G_B9_1, (uint8_t)((int32_t)((uint8_t)G_B9_0)), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_14, (int32_t*)L_15, /*hidden argument*/NULL); return; } } // System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendNormal(System.Byte,System.Byte,System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendNormal_m960DBB3514FBAE060F4ACCE922C25C97D8AD54EF (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, uint8_t ___category0, uint8_t ___lv11, uint8_t ___lv22, uint8_t ___lv33, const RuntimeMethod* method) { int32_t V_0 = 0; { uint8_t L_0 = ___lv22; if (L_0) { goto IL_0006; } } { ___lv22 = (uint8_t)2; } IL_0006: { uint8_t L_1 = ___lv33; if (L_1) { goto IL_000d; } } { ___lv33 = (uint8_t)2; } IL_000d: { uint8_t L_2 = ___category0; if ((!(((uint32_t)L_2) == ((uint32_t)6)))) { goto IL_0028; } } { int32_t L_3 = __this->get_options_18(); if (((int32_t)((int32_t)L_3&(int32_t)((int32_t)536870912)))) { goto IL_0028; } } { uint8_t L_4 = ___category0; uint8_t L_5 = ___lv11; SortKeyBuffer_AppendLevel5_mBAC7B94A9ABB55EA0D70C49D770E30CA1417E884(__this, L_4, L_5, /*hidden argument*/NULL); return; } IL_0028: { bool L_6 = __this->get_processLevel2_19(); if (!L_6) { goto IL_0074; } } { uint8_t L_7 = ___category0; if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0074; } } { int32_t L_8 = __this->get_l1_9(); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0074; } } { uint8_t L_9 = ___lv22; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_l2b_1(); int32_t L_11 = __this->get_l2_10(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); int32_t L_12 = V_0; __this->set_l2_10(L_12); int32_t L_13 = V_0; int32_t L_14 = L_13; uint8_t L_15 = (L_10)->GetAtUnchecked(static_cast(L_14)); ___lv22 = (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_15)))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get_l3b_2(); int32_t L_17 = __this->get_l3_11(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); int32_t L_18 = V_0; __this->set_l3_11(L_18); int32_t L_19 = V_0; int32_t L_20 = L_19; uint8_t L_21 = (L_16)->GetAtUnchecked(static_cast(L_20)); ___lv33 = L_21; } IL_0074: { uint8_t L_22 = ___category0; if ((((int32_t)L_22) == ((int32_t)1))) { goto IL_009e; } } { uint8_t L_23 = ___category0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_24 = __this->get_address_of_l1b_0(); int32_t* L_25 = __this->get_address_of_l1_9(); SortKeyBuffer_AppendBufferPrimitive_m4AFCB0A5A205965235EC7EE54AC37FF2A8776843(__this, L_23, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_24, (int32_t*)L_25, /*hidden argument*/NULL); uint8_t L_26 = ___lv11; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_27 = __this->get_address_of_l1b_0(); int32_t* L_28 = __this->get_address_of_l1_9(); SortKeyBuffer_AppendBufferPrimitive_m4AFCB0A5A205965235EC7EE54AC37FF2A8776843(__this, L_26, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_27, (int32_t*)L_28, /*hidden argument*/NULL); } IL_009e: { bool L_29 = __this->get_processLevel2_19(); if (!L_29) { goto IL_00b9; } } { uint8_t L_30 = ___lv22; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_31 = __this->get_address_of_l2b_1(); int32_t* L_32 = __this->get_address_of_l2_10(); SortKeyBuffer_AppendBufferPrimitive_m4AFCB0A5A205965235EC7EE54AC37FF2A8776843(__this, L_30, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_31, (int32_t*)L_32, /*hidden argument*/NULL); } IL_00b9: { uint8_t L_33 = ___lv33; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_34 = __this->get_address_of_l3b_2(); int32_t* L_35 = __this->get_address_of_l3_11(); SortKeyBuffer_AppendBufferPrimitive_m4AFCB0A5A205965235EC7EE54AC37FF2A8776843(__this, L_33, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_34, (int32_t*)L_35, /*hidden argument*/NULL); return; } } // System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendLevel5(System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendLevel5_mBAC7B94A9ABB55EA0D70C49D770E30CA1417E884 (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, uint8_t ___category0, uint8_t ___lv11, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_l2_10(); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))%(int32_t)((int32_t)8192))); int32_t L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_2 = __this->get_address_of_l5b_7(); int32_t* L_3 = __this->get_address_of_l5_16(); SortKeyBuffer_AppendBufferPrimitive_m4AFCB0A5A205965235EC7EE54AC37FF2A8776843(__this, (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_1/(int32_t)((int32_t)64))), (int32_t)((int32_t)128))))), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_2, (int32_t*)L_3, /*hidden argument*/NULL); int32_t L_4 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_5 = __this->get_address_of_l5b_7(); int32_t* L_6 = __this->get_address_of_l5_16(); SortKeyBuffer_AppendBufferPrimitive_m4AFCB0A5A205965235EC7EE54AC37FF2A8776843(__this, (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_4%(int32_t)((int32_t)64))), (int32_t)4)), (int32_t)3)))), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_5, (int32_t*)L_6, /*hidden argument*/NULL); uint8_t L_7 = ___category0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_8 = __this->get_address_of_l5b_7(); int32_t* L_9 = __this->get_address_of_l5_16(); SortKeyBuffer_AppendBufferPrimitive_m4AFCB0A5A205965235EC7EE54AC37FF2A8776843(__this, L_7, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_8, (int32_t*)L_9, /*hidden argument*/NULL); uint8_t L_10 = ___lv11; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_11 = __this->get_address_of_l5b_7(); int32_t* L_12 = __this->get_address_of_l5_16(); SortKeyBuffer_AppendBufferPrimitive_m4AFCB0A5A205965235EC7EE54AC37FF2A8776843(__this, L_10, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_11, (int32_t*)L_12, /*hidden argument*/NULL); return; } } // System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendBufferPrimitive(System.Byte,System.Byte[]&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKeyBuffer_AppendBufferPrimitive_m4AFCB0A5A205965235EC7EE54AC37FF2A8776843 (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, uint8_t ___value0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** ___buf1, int32_t* ___bidx2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_0 = ___buf1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = *((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_0); int32_t* L_2 = ___bidx2; int32_t* L_3 = ___bidx2; int32_t L_4 = *((int32_t*)L_3); V_0 = L_4; int32_t L_5 = V_0; *((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_0; uint8_t L_7 = ___value0; (L_1)->SetAtUnchecked(static_cast(L_6), (uint8_t)L_7); int32_t* L_8 = ___bidx2; int32_t L_9 = *((int32_t*)L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_10 = ___buf1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = *((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_10); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))))))) { goto IL_002e; } } { int32_t* L_12 = ___bidx2; int32_t L_13 = *((int32_t*)L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)2))); V_1 = L_14; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_15 = ___buf1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = *((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_15); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_18 = ___buf1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = *((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_18); Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803((RuntimeArray *)(RuntimeArray *)L_16, (RuntimeArray *)(RuntimeArray *)L_17, ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_20 = ___buf1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_1; *((RuntimeObject **)L_20) = (RuntimeObject *)L_21; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_20, (void*)(RuntimeObject *)L_21); } IL_002e: { return; } } // System.Globalization.SortKey Mono.Globalization.Unicode.SortKeyBuffer::GetResultAndReset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * SortKeyBuffer_GetResultAndReset_m4DBB5C0E38A56E31F478772DE3BA73349D51715F (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, const RuntimeMethod* method) { { SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * L_0; L_0 = SortKeyBuffer_GetResult_m05D137545D8A610C6FEB5A76FF19B6DA031161D7(__this, /*hidden argument*/NULL); SortKeyBuffer_Reset_m1623E54D60B1A14D76A986524202E3F14D07B96A(__this, /*hidden argument*/NULL); return L_0; } } // System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::GetOptimizedLength(System.Byte[],System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SortKeyBuffer_GetOptimizedLength_m1B7A6E4FDF587B729B307A82D39637B5E4B14F34 (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___len1, uint8_t ___defaultValue2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = (-1); V_1 = 0; goto IL_0012; } IL_0006: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; int32_t L_1 = V_1; int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAtUnchecked(static_cast(L_2)); uint8_t L_4 = ___defaultValue2; if ((((int32_t)L_3) == ((int32_t)L_4))) { goto IL_000e; } } { int32_t L_5 = V_1; V_0 = L_5; } IL_000e: { int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0012: { int32_t L_7 = V_1; int32_t L_8 = ___len1; if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0006; } } { int32_t L_9 = V_0; return ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } } // System.Globalization.SortKey Mono.Globalization.Unicode.SortKeyBuffer::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * SortKeyBuffer_GetResult_m05D137545D8A610C6FEB5A76FF19B6DA031161D7 (SortKeyBuffer_tC504A8568F40EEEACF4E1FCE20B28924FAB559FE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m1C1BB9C35199AA9F40C6A4D2B30B818F731D4784_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t G_B12_0 = 0; int32_t G_B11_0 = 0; int32_t G_B14_0 = 0; int32_t G_B13_0 = 0; int32_t G_B16_0 = 0; int32_t G_B15_0 = 0; { String_t* L_0 = __this->get_source_8(); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0033; } } { int32_t L_2 = __this->get_lcid_17(); String_t* L_3 = __this->get_source_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)0); int32_t L_5 = __this->get_options_18(); SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * L_6 = (SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 *)il2cpp_codegen_object_new(SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_il2cpp_TypeInfo_var); SortKey__ctor_m7F99DAEB091C0F6CE67D520C9F7D8ADC17BCD98E(L_6, L_2, L_3, L_4, L_5, 0, 0, 0, 0, 0, 0, 0, 0, /*hidden argument*/NULL); return L_6; } IL_0033: { bool L_7 = __this->get_frenchSort_20(); if (!L_7) { goto IL_0082; } } { bool L_8 = __this->get_frenchSorted_21(); if (L_8) { goto IL_0082; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get_l2b_1(); if (!L_9) { goto IL_0082; } } { V_4 = 0; goto IL_0061; } IL_0050: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_l2b_1(); int32_t L_11 = V_4; int32_t L_12 = L_11; uint8_t L_13 = (L_10)->GetAtUnchecked(static_cast(L_12)); if (!L_13) { goto IL_006d; } } { int32_t L_14 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0061: { int32_t L_15 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get_l2b_1(); if ((((int32_t)L_15) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))) { goto IL_0050; } } IL_006d: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = __this->get_l2b_1(); int32_t L_18 = V_4; Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m1C1BB9C35199AA9F40C6A4D2B30B818F731D4784(L_17, 0, L_18, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m1C1BB9C35199AA9F40C6A4D2B30B818F731D4784_RuntimeMethod_var); __this->set_frenchSorted_21((bool)1); } IL_0082: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = __this->get_l2b_1(); int32_t L_20 = __this->get_l2_10(); int32_t L_21; L_21 = SortKeyBuffer_GetOptimizedLength_m1B7A6E4FDF587B729B307A82D39637B5E4B14F34(__this, L_19, L_20, (uint8_t)2, /*hidden argument*/NULL); __this->set_l2_10(L_21); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = __this->get_l3b_2(); int32_t L_23 = __this->get_l3_11(); int32_t L_24; L_24 = SortKeyBuffer_GetOptimizedLength_m1B7A6E4FDF587B729B307A82D39637B5E4B14F34(__this, L_22, L_23, (uint8_t)2, /*hidden argument*/NULL); __this->set_l3_11(L_24); int32_t L_25 = __this->get_l4s_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = __this->get_l4sb_3(); int32_t L_27 = __this->get_l4s_12(); int32_t L_28; L_28 = SortKeyBuffer_GetOptimizedLength_m1B7A6E4FDF587B729B307A82D39637B5E4B14F34(__this, L_26, L_27, (uint8_t)((int32_t)228), /*hidden argument*/NULL); __this->set_l4s_12(L_28); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = __this->get_l4tb_4(); int32_t L_30 = __this->get_l4t_13(); int32_t L_31; L_31 = SortKeyBuffer_GetOptimizedLength_m1B7A6E4FDF587B729B307A82D39637B5E4B14F34(__this, L_29, L_30, (uint8_t)3, /*hidden argument*/NULL); __this->set_l4t_13(L_31); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = __this->get_l4kb_5(); int32_t L_33 = __this->get_l4k_14(); int32_t L_34; L_34 = SortKeyBuffer_GetOptimizedLength_m1B7A6E4FDF587B729B307A82D39637B5E4B14F34(__this, L_32, L_33, (uint8_t)((int32_t)228), /*hidden argument*/NULL); __this->set_l4k_14(L_34); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = __this->get_l4wb_6(); int32_t L_36 = __this->get_l4w_15(); int32_t L_37; L_37 = SortKeyBuffer_GetOptimizedLength_m1B7A6E4FDF587B729B307A82D39637B5E4B14F34(__this, L_35, L_36, (uint8_t)((int32_t)228), /*hidden argument*/NULL); __this->set_l4w_15(L_37); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = __this->get_l5b_7(); int32_t L_39 = __this->get_l5_16(); int32_t L_40; L_40 = SortKeyBuffer_GetOptimizedLength_m1B7A6E4FDF587B729B307A82D39637B5E4B14F34(__this, L_38, L_39, (uint8_t)2, /*hidden argument*/NULL); __this->set_l5_16(L_40); int32_t L_41 = __this->get_l1_9(); int32_t L_42 = __this->get_l2_10(); int32_t L_43 = __this->get_l3_11(); int32_t L_44 = __this->get_l5_16(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_42)), (int32_t)L_43)), (int32_t)L_44)), (int32_t)5)); int32_t L_45 = __this->get_l4s_12(); int32_t L_46 = __this->get_l4t_13(); int32_t L_47 = __this->get_l4k_14(); int32_t L_48 = __this->get_l4w_15(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_46)), (int32_t)L_47)), (int32_t)L_48)); int32_t L_49 = ((((int32_t)L_25) > ((int32_t)0))? 1 : 0); G_B11_0 = L_49; if (!L_49) { G_B12_0 = L_49; goto IL_0189; } } { int32_t L_50 = V_0; int32_t L_51 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)4)))); G_B12_0 = G_B11_0; } IL_0189: { int32_t L_52 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_52); V_2 = L_53; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = __this->get_l1b_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55 = V_2; int32_t L_56 = __this->get_l1_9(); Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803((RuntimeArray *)(RuntimeArray *)L_54, (RuntimeArray *)(RuntimeArray *)L_55, L_56, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_57 = V_2; int32_t L_58 = __this->get_l1_9(); (L_57)->SetAtUnchecked(static_cast(L_58), (uint8_t)1); int32_t L_59 = __this->get_l1_9(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); int32_t L_60 = __this->get_l2_10(); G_B13_0 = G_B12_0; if ((((int32_t)L_60) <= ((int32_t)0))) { G_B14_0 = G_B12_0; goto IL_01d1; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_61 = __this->get_l2b_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62 = V_2; int32_t L_63 = V_3; int32_t L_64 = __this->get_l2_10(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_61, 0, (RuntimeArray *)(RuntimeArray *)L_62, L_63, L_64, /*hidden argument*/NULL); G_B14_0 = G_B13_0; } IL_01d1: { int32_t L_65 = V_3; int32_t L_66 = __this->get_l2_10(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)L_66)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = V_2; int32_t L_68 = V_3; int32_t L_69 = L_68; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); (L_67)->SetAtUnchecked(static_cast(L_69), (uint8_t)1); int32_t L_70 = __this->get_l3_11(); G_B15_0 = G_B14_0; if ((((int32_t)L_70) <= ((int32_t)0))) { G_B16_0 = G_B14_0; goto IL_01ff; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_71 = __this->get_l3b_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_72 = V_2; int32_t L_73 = V_3; int32_t L_74 = __this->get_l3_11(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_71, 0, (RuntimeArray *)(RuntimeArray *)L_72, L_73, L_74, /*hidden argument*/NULL); G_B16_0 = G_B15_0; } IL_01ff: { int32_t L_75 = V_3; int32_t L_76 = __this->get_l3_11(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_77 = V_2; int32_t L_78 = V_3; int32_t L_79 = L_78; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)); (L_77)->SetAtUnchecked(static_cast(L_79), (uint8_t)1); if (!G_B16_0) { goto IL_02b5; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_80 = __this->get_l4sb_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_81 = V_2; int32_t L_82 = V_3; int32_t L_83 = __this->get_l4s_12(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_80, 0, (RuntimeArray *)(RuntimeArray *)L_81, L_82, L_83, /*hidden argument*/NULL); int32_t L_84 = V_3; int32_t L_85 = __this->get_l4s_12(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)L_85)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_86 = V_2; int32_t L_87 = V_3; int32_t L_88 = L_87; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)); (L_86)->SetAtUnchecked(static_cast(L_88), (uint8_t)((int32_t)255)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_89 = __this->get_l4tb_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_90 = V_2; int32_t L_91 = V_3; int32_t L_92 = __this->get_l4t_13(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_89, 0, (RuntimeArray *)(RuntimeArray *)L_90, L_91, L_92, /*hidden argument*/NULL); int32_t L_93 = V_3; int32_t L_94 = __this->get_l4t_13(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)L_94)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_95 = V_2; int32_t L_96 = V_3; int32_t L_97 = L_96; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1)); (L_95)->SetAtUnchecked(static_cast(L_97), (uint8_t)2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_98 = __this->get_l4kb_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_99 = V_2; int32_t L_100 = V_3; int32_t L_101 = __this->get_l4k_14(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_98, 0, (RuntimeArray *)(RuntimeArray *)L_99, L_100, L_101, /*hidden argument*/NULL); int32_t L_102 = V_3; int32_t L_103 = __this->get_l4k_14(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)L_103)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_104 = V_2; int32_t L_105 = V_3; int32_t L_106 = L_105; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1)); (L_104)->SetAtUnchecked(static_cast(L_106), (uint8_t)((int32_t)255)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_107 = __this->get_l4wb_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_108 = V_2; int32_t L_109 = V_3; int32_t L_110 = __this->get_l4w_15(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_107, 0, (RuntimeArray *)(RuntimeArray *)L_108, L_109, L_110, /*hidden argument*/NULL); int32_t L_111 = V_3; int32_t L_112 = __this->get_l4w_15(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)L_112)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_113 = V_2; int32_t L_114 = V_3; int32_t L_115 = L_114; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)1)); (L_113)->SetAtUnchecked(static_cast(L_115), (uint8_t)((int32_t)255)); } IL_02b5: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_116 = V_2; int32_t L_117 = V_3; int32_t L_118 = L_117; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)1)); (L_116)->SetAtUnchecked(static_cast(L_118), (uint8_t)1); int32_t L_119 = __this->get_l5_16(); if ((((int32_t)L_119) <= ((int32_t)0))) { goto IL_02da; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_120 = __this->get_l5b_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_121 = V_2; int32_t L_122 = V_3; int32_t L_123 = __this->get_l5_16(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_120, 0, (RuntimeArray *)(RuntimeArray *)L_121, L_122, L_123, /*hidden argument*/NULL); } IL_02da: { int32_t L_124 = V_3; int32_t L_125 = __this->get_l5_16(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)L_125)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_126 = V_2; int32_t L_127 = V_3; int32_t L_128 = L_127; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_128, (int32_t)1)); (L_126)->SetAtUnchecked(static_cast(L_128), (uint8_t)0); int32_t L_129 = __this->get_lcid_17(); String_t* L_130 = __this->get_source_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_131 = V_2; int32_t L_132 = __this->get_options_18(); int32_t L_133 = __this->get_l1_9(); int32_t L_134 = __this->get_l2_10(); int32_t L_135 = __this->get_l3_11(); int32_t L_136 = __this->get_l4s_12(); int32_t L_137 = __this->get_l4t_13(); int32_t L_138 = __this->get_l4k_14(); int32_t L_139 = __this->get_l4w_15(); int32_t L_140 = __this->get_l5_16(); SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 * L_141 = (SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52 *)il2cpp_codegen_object_new(SortKey_tBBD5A739AC7187C1514CBA47698C1D5E36877F52_il2cpp_TypeInfo_var); SortKey__ctor_m7F99DAEB091C0F6CE67D520C9F7D8ADC17BCD98E(L_141, L_129, L_130, L_131, L_132, L_133, L_134, L_135, L_136, L_137, L_138, L_139, L_140, /*hidden argument*/NULL); return L_141; } } #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.Collections.SortedList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList__ctor_m1BF566C7726F1DD3A683A8F78B6DB740C7AADEC6 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); SortedList_Init_mAC9404437F0480E31EFE1525E5A5BC3AB7A28957(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.SortedList::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList_Init_mAC9404437F0480E31EFE1525E5A5BC3AB7A28957 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ((SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_StaticFields*)il2cpp_codegen_static_fields_for(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var))->get_emptyArray_5(); __this->set_keys_0(L_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ((SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_StaticFields*)il2cpp_codegen_static_fields_for(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var))->get_emptyArray_5(); __this->set_values_1(L_1); __this->set__size_2(0); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57 * L_3 = (Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57 *)il2cpp_codegen_object_new(Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57_il2cpp_TypeInfo_var); Comparer__ctor_mBDB3A226646ED4E31F7562C371841819469DC84F(L_3, L_2, /*hidden argument*/NULL); __this->set_comparer_4(L_3); return; } } // System.Void System.Collections.SortedList::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList__ctor_mD67E709818C8713D73B7665B5AA6B21CDA0ED9A8 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, int32_t ___initialCapacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___initialCapacity0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001f; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A09185860153B4BC6DD6BAFD7F3988481D6646F)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SortedList__ctor_mD67E709818C8713D73B7665B5AA6B21CDA0ED9A8_RuntimeMethod_var))); } IL_001f: { int32_t L_3 = ___initialCapacity0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_3); __this->set_keys_0(L_4); int32_t L_5 = ___initialCapacity0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_5); __this->set_values_1(L_6); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7; L_7 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57 * L_8 = (Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57 *)il2cpp_codegen_object_new(Comparer_tEDD9ACE3DE237FE0628C183D9DD66A8BE3182A57_il2cpp_TypeInfo_var); Comparer__ctor_mBDB3A226646ED4E31F7562C371841819469DC84F(L_8, L_7, /*hidden argument*/NULL); __this->set_comparer_4(L_8); return; } } // System.Void System.Collections.SortedList::.ctor(System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList__ctor_m2F0DD5F83B3003852A05A5C3A2040AA448341932 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { { SortedList__ctor_m1BF566C7726F1DD3A683A8F78B6DB740C7AADEC6(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___comparer0; if (!L_0) { goto IL_0010; } } { RuntimeObject* L_1 = ___comparer0; __this->set_comparer_4(L_1); } IL_0010: { return; } } // System.Void System.Collections.SortedList::.ctor(System.Collections.IComparer,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList__ctor_m0E1B0737647DC8D8B3E9FAD5F81168878E92E9F4 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, RuntimeObject* ___comparer0, int32_t ___capacity1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___comparer0; SortedList__ctor_m2F0DD5F83B3003852A05A5C3A2040AA448341932(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___capacity1; VirtActionInvoker1< int32_t >::Invoke(14 /* System.Void System.Collections.SortedList::set_Capacity(System.Int32) */, __this, L_1); return; } } // System.Void System.Collections.SortedList::Add(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList_Add_m055BDB49B7CE0272559C3A8F2DF933EC8DDD84E6 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC94F5AC0843483C42F57211A309E77D97ADE18B1)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SortedList_Add_m055BDB49B7CE0272559C3A8F2DF933EC8DDD84E6_RuntimeMethod_var))); } IL_0018: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = __this->get_keys_0(); int32_t L_4 = __this->get__size_2(); RuntimeObject * L_5 = ___key0; RuntimeObject* L_6 = __this->get_comparer_4(); int32_t L_7; L_7 = Array_BinarySearch_m46E12D4F5ED1EB8AD5CD6E48E8A4E3B474031C99((RuntimeArray *)(RuntimeArray *)L_3, 0, L_4, L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_0; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_005a; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = L_9; int32_t L_11 = V_0; RuntimeObject * L_12; L_12 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.SortedList::GetKey(System.Int32) */, __this, L_11); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAtUnchecked(static_cast(0), (RuntimeObject *)L_12); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = L_10; RuntimeObject * L_14 = ___key0; ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAtUnchecked(static_cast(1), (RuntimeObject *)L_14); String_t* L_15; L_15 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62EDD94B35AE1C598F9C8060E6F26AD1470D672D)), L_13, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_16 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SortedList_Add_m055BDB49B7CE0272559C3A8F2DF933EC8DDD84E6_RuntimeMethod_var))); } IL_005a: { int32_t L_17 = V_0; RuntimeObject * L_18 = ___key0; RuntimeObject * L_19 = ___value1; SortedList_Insert_m4DF0EBAC7794264EE6C431327C1F99532309C2CC(__this, ((~L_17)), L_18, L_19, /*hidden argument*/NULL); return; } } // System.Int32 System.Collections.SortedList::get_Capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SortedList_get_Capacity_m992799801D3FB6859AF916506DA8C5AFBB870F0C (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = __this->get_keys_0(); return ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); } } // System.Void System.Collections.SortedList::set_Capacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList_set_Capacity_m9DC7AD167D05E95691E7CD6446B3B124257CCD6F (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; { int32_t L_0 = ___value0; int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.Collections.SortedList::get_Count() */, __this); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_001e; } } { String_t* L_2; L_2 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4D1773CA7AF4AE36C001FBC3E1E5DA5574C041FA)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_3 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SortedList_set_Capacity_m9DC7AD167D05E95691E7CD6446B3B124257CCD6F_RuntimeMethod_var))); } IL_001e: { int32_t L_4 = ___value0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = __this->get_keys_0(); if ((((int32_t)L_4) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))) { goto IL_0091; } } { int32_t L_6 = ___value0; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_007b; } } { int32_t L_7 = ___value0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_7); V_0 = L_8; int32_t L_9 = ___value0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_9); V_1 = L_10; int32_t L_11 = __this->get__size_2(); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_006c; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = __this->get_keys_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = V_0; int32_t L_14 = __this->get__size_2(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_12, 0, (RuntimeArray *)(RuntimeArray *)L_13, 0, L_14, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = __this->get_values_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = V_1; int32_t L_17 = __this->get__size_2(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_15, 0, (RuntimeArray *)(RuntimeArray *)L_16, 0, L_17, /*hidden argument*/NULL); } IL_006c: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18 = V_0; __this->set_keys_0(L_18); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = V_1; __this->set_values_1(L_19); return; } IL_007b: { IL2CPP_RUNTIME_CLASS_INIT(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = ((SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_StaticFields*)il2cpp_codegen_static_fields_for(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var))->get_emptyArray_5(); __this->set_keys_0(L_20); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = ((SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_StaticFields*)il2cpp_codegen_static_fields_for(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var))->get_emptyArray_5(); __this->set_values_1(L_21); } IL_0091: { return; } } // System.Int32 System.Collections.SortedList::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SortedList_get_Count_mF330829072A01042E6BB0B1548D8A70A41D82DC9 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__size_2(); return L_0; } } // System.Object System.Collections.SortedList::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SortedList_Clone_mB9BB4DB7A59B910AD20223675E79EF5F7C011713 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * V_0 = NULL; { int32_t L_0 = __this->get__size_2(); SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_1 = (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 *)il2cpp_codegen_object_new(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var); SortedList__ctor_mD67E709818C8713D73B7665B5AA6B21CDA0ED9A8(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = __this->get_keys_0(); SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_3 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = L_3->get_keys_0(); int32_t L_5 = __this->get__size_2(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_2, 0, (RuntimeArray *)(RuntimeArray *)L_4, 0, L_5, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = __this->get_values_1(); SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_7 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = L_7->get_values_1(); int32_t L_9 = __this->get__size_2(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_8, 0, L_9, /*hidden argument*/NULL); SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_10 = V_0; int32_t L_11 = __this->get__size_2(); L_10->set__size_2(L_11); SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_12 = V_0; int32_t L_13 = __this->get_version_3(); L_12->set_version_3(L_13); SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_14 = V_0; RuntimeObject* L_15 = __this->get_comparer_4(); L_14->set_comparer_4(L_15); SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_16 = V_0; return L_16; } } // System.Boolean System.Collections.SortedList::Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SortedList_Contains_m4EA3330B22FF3CF312FBF2DDF323C1FB14E78641 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; int32_t L_1; L_1 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(25 /* System.Int32 System.Collections.SortedList::IndexOfKey(System.Object) */, __this, L_0); return (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void System.Collections.SortedList::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList_CopyTo_mC304CFDF3546060EB4F25745EC4A6CE28CAD84F0 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCAA2F88999132DA5422C607B25387A98089B3B06)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SortedList_CopyTo_mC304CFDF3546060EB4F25745EC4A6CE28CAD84F0_RuntimeMethod_var))); } IL_0018: { RuntimeArray * L_3 = ___array0; int32_t L_4; L_4 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_0031; } } { String_t* L_5; L_5 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SortedList_CopyTo_mC304CFDF3546060EB4F25745EC4A6CE28CAD84F0_RuntimeMethod_var))); } IL_0031: { int32_t L_7 = ___arrayIndex1; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_004a; } } { String_t* L_8; L_8 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_9 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4)), L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SortedList_CopyTo_mC304CFDF3546060EB4F25745EC4A6CE28CAD84F0_RuntimeMethod_var))); } IL_004a: { RuntimeArray * L_10 = ___array0; int32_t L_11; L_11 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_10, /*hidden argument*/NULL); int32_t L_12 = ___arrayIndex1; int32_t L_13; L_13 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.Collections.SortedList::get_Count() */, __this); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))) >= ((int32_t)L_13))) { goto IL_006a; } } { String_t* L_14; L_14 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_15 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SortedList_CopyTo_mC304CFDF3546060EB4F25745EC4A6CE28CAD84F0_RuntimeMethod_var))); } IL_006a: { V_0 = 0; goto IL_0098; } IL_006e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = __this->get_keys_0(); int32_t L_17 = V_0; int32_t L_18 = L_17; RuntimeObject * L_19 = (L_16)->GetAtUnchecked(static_cast(L_18)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = __this->get_values_1(); int32_t L_21 = V_0; int32_t L_22 = L_21; RuntimeObject * L_23 = (L_20)->GetAtUnchecked(static_cast(L_22)); DictionaryEntry__ctor_mF383FECC02E6A6FA003D609E63697A9FC010BCB4((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_1), L_19, L_23, /*hidden argument*/NULL); RuntimeArray * L_24 = ___array0; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_25 = V_1; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_26 = L_25; RuntimeObject * L_27 = Box(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var, &L_26); int32_t L_28 = V_0; int32_t L_29 = ___arrayIndex1; Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_24, L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29)), /*hidden argument*/NULL); int32_t L_30 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0098: { int32_t L_31 = V_0; int32_t L_32; L_32 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.Collections.SortedList::get_Count() */, __this); if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_006e; } } { return; } } // System.Collections.KeyValuePairs[] System.Collections.SortedList::ToKeyValuePairsArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB* SortedList_ToKeyValuePairsArray_m9475163F8B5586A24C6ADF904A261A804575C50D (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0; L_0 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.Collections.SortedList::get_Count() */, __this); KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB* L_1 = (KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB*)(KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB*)SZArrayNew(KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; V_1 = 0; goto IL_002c; } IL_0010: { KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB* L_2 = V_0; int32_t L_3 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = __this->get_keys_0(); int32_t L_5 = V_1; int32_t L_6 = L_5; RuntimeObject * L_7 = (L_4)->GetAtUnchecked(static_cast(L_6)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = __this->get_values_1(); int32_t L_9 = V_1; int32_t L_10 = L_9; RuntimeObject * L_11 = (L_8)->GetAtUnchecked(static_cast(L_10)); KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B * L_12 = (KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B *)il2cpp_codegen_object_new(KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B_il2cpp_TypeInfo_var); KeyValuePairs__ctor_m73896CD02F6426318A8EE3A405CB8BF4D916438A(L_12, L_7, L_11, /*hidden argument*/NULL); ArrayElementTypeCheck (L_2, L_12); (L_2)->SetAtUnchecked(static_cast(L_3), (KeyValuePairs_tA171DFDF98C71A5C4147121A769DE325EFC9D79B *)L_12); int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_002c: { int32_t L_14 = V_1; int32_t L_15; L_15 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.Collections.SortedList::get_Count() */, __this); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0010; } } { KeyValuePairsU5BU5D_t59C801263BE176F7B8D7F118301DED72A4A4F2BB* L_16 = V_0; return L_16; } } // System.Void System.Collections.SortedList::EnsureCapacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList_EnsureCapacity_m266B42138AF1E57558A600A57D33F0B00BFFC12A (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, int32_t ___min0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = __this->get_keys_0(); if (!(((RuntimeArray*)L_0)->max_length)) { goto IL_0015; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = __this->get_keys_0(); G_B3_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), (int32_t)2)); goto IL_0017; } IL_0015: { G_B3_0 = ((int32_t)16); } IL_0017: { V_0 = G_B3_0; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)2146435071))))) { goto IL_0026; } } { V_0 = ((int32_t)2146435071); } IL_0026: { int32_t L_3 = V_0; int32_t L_4 = ___min0; if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_002c; } } { int32_t L_5 = ___min0; V_0 = L_5; } IL_002c: { int32_t L_6 = V_0; VirtActionInvoker1< int32_t >::Invoke(14 /* System.Void System.Collections.SortedList::set_Capacity(System.Int32) */, __this, L_6); return; } } // System.Object System.Collections.SortedList::GetByIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SortedList_GetByIndex_m1A355CE91C98E14838CF0A22B16FC0F10BC384A5 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000d; } } { int32_t L_1 = ___index0; int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.Collections.SortedList::get_Count() */, __this); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0022; } } IL_000d: { String_t* L_3; L_3 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SortedList_GetByIndex_m1A355CE91C98E14838CF0A22B16FC0F10BC384A5_RuntimeMethod_var))); } IL_0022: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = __this->get_values_1(); int32_t L_6 = ___index0; int32_t L_7 = L_6; RuntimeObject * L_8 = (L_5)->GetAtUnchecked(static_cast(L_7)); return L_8; } } // System.Collections.IEnumerator System.Collections.SortedList::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SortedList_System_Collections_IEnumerable_GetEnumerator_m5C3172CB38B7C1A3EB1BAA0335C9AEC64A9D5168 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__size_2(); SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC * L_1 = (SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC *)il2cpp_codegen_object_new(SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC_il2cpp_TypeInfo_var); SortedListEnumerator__ctor_m4FB00D523FA700051D4FE0DB61D469100BF8FF23(L_1, __this, 0, L_0, 3, /*hidden argument*/NULL); return L_1; } } // System.Collections.IDictionaryEnumerator System.Collections.SortedList::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SortedList_GetEnumerator_m1FABD65FAE87D1C82DBB2A8018A58697476756BD (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__size_2(); SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC * L_1 = (SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC *)il2cpp_codegen_object_new(SortedListEnumerator_t0732D5EE46BE597B28C2F5D97535FC219504D2AC_il2cpp_TypeInfo_var); SortedListEnumerator__ctor_m4FB00D523FA700051D4FE0DB61D469100BF8FF23(L_1, __this, 0, L_0, 3, /*hidden argument*/NULL); return L_1; } } // System.Object System.Collections.SortedList::GetKey(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SortedList_GetKey_mDEBA4B45FF6C4F782C6EACCF50E7198943F35FD1 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000d; } } { int32_t L_1 = ___index0; int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.Collections.SortedList::get_Count() */, __this); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0022; } } IL_000d: { String_t* L_3; L_3 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SortedList_GetKey_mDEBA4B45FF6C4F782C6EACCF50E7198943F35FD1_RuntimeMethod_var))); } IL_0022: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = __this->get_keys_0(); int32_t L_6 = ___index0; int32_t L_7 = L_6; RuntimeObject * L_8 = (L_5)->GetAtUnchecked(static_cast(L_7)); return L_8; } } // System.Object System.Collections.SortedList::get_Item(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SortedList_get_Item_m40547716C242AF8F37AF6008B8737A08361D76F8 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = ___key0; int32_t L_1; L_1 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(25 /* System.Int32 System.Collections.SortedList::IndexOfKey(System.Object) */, __this, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0015; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = __this->get_values_1(); int32_t L_4 = V_0; int32_t L_5 = L_4; RuntimeObject * L_6 = (L_3)->GetAtUnchecked(static_cast(L_5)); return L_6; } IL_0015: { return NULL; } } // System.Void System.Collections.SortedList::set_Item(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList_set_Item_m43BD39104B66F5D7168B32A6D3F76797D4D8272B (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC94F5AC0843483C42F57211A309E77D97ADE18B1)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SortedList_set_Item_m43BD39104B66F5D7168B32A6D3F76797D4D8272B_RuntimeMethod_var))); } IL_0018: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = __this->get_keys_0(); int32_t L_4 = __this->get__size_2(); RuntimeObject * L_5 = ___key0; RuntimeObject* L_6 = __this->get_comparer_4(); int32_t L_7; L_7 = Array_BinarySearch_m46E12D4F5ED1EB8AD5CD6E48E8A4E3B474031C99((RuntimeArray *)(RuntimeArray *)L_3, 0, L_4, L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_0; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_004e; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = __this->get_values_1(); int32_t L_10 = V_0; RuntimeObject * L_11 = ___value1; ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAtUnchecked(static_cast(L_10), (RuntimeObject *)L_11); int32_t L_12 = __this->get_version_3(); __this->set_version_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); return; } IL_004e: { int32_t L_13 = V_0; RuntimeObject * L_14 = ___key0; RuntimeObject * L_15 = ___value1; SortedList_Insert_m4DF0EBAC7794264EE6C431327C1F99532309C2CC(__this, ((~L_13)), L_14, L_15, /*hidden argument*/NULL); return; } } // System.Int32 System.Collections.SortedList::IndexOfKey(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SortedList_IndexOfKey_m9256CE63197EF902B2E9BFD237E84E7211F150F9 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC94F5AC0843483C42F57211A309E77D97ADE18B1)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SortedList_IndexOfKey_m9256CE63197EF902B2E9BFD237E84E7211F150F9_RuntimeMethod_var))); } IL_0018: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = __this->get_keys_0(); int32_t L_4 = __this->get__size_2(); RuntimeObject * L_5 = ___key0; RuntimeObject* L_6 = __this->get_comparer_4(); int32_t L_7; L_7 = Array_BinarySearch_m46E12D4F5ED1EB8AD5CD6E48E8A4E3B474031C99((RuntimeArray *)(RuntimeArray *)L_3, 0, L_4, L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_0; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_0038; } } { return (-1); } IL_0038: { int32_t L_9 = V_0; return L_9; } } // System.Void System.Collections.SortedList::Insert(System.Int32,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList_Insert_m4DF0EBAC7794264EE6C431327C1F99532309C2CC (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, int32_t ___index0, RuntimeObject * ___key1, RuntimeObject * ___value2, const RuntimeMethod* method) { { int32_t L_0 = __this->get__size_2(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = __this->get_keys_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))) { goto IL_001e; } } { int32_t L_2 = __this->get__size_2(); SortedList_EnsureCapacity_m266B42138AF1E57558A600A57D33F0B00BFFC12A(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); } IL_001e: { int32_t L_3 = ___index0; int32_t L_4 = __this->get__size_2(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0061; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = __this->get_keys_0(); int32_t L_6 = ___index0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = __this->get_keys_0(); int32_t L_8 = ___index0; int32_t L_9 = __this->get__size_2(); int32_t L_10 = ___index0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_5, L_6, (RuntimeArray *)(RuntimeArray *)L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = __this->get_values_1(); int32_t L_12 = ___index0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = __this->get_values_1(); int32_t L_14 = ___index0; int32_t L_15 = __this->get__size_2(); int32_t L_16 = ___index0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_11, L_12, (RuntimeArray *)(RuntimeArray *)L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)), /*hidden argument*/NULL); } IL_0061: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = __this->get_keys_0(); int32_t L_18 = ___index0; RuntimeObject * L_19 = ___key1; ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAtUnchecked(static_cast(L_18), (RuntimeObject *)L_19); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = __this->get_values_1(); int32_t L_21 = ___index0; RuntimeObject * L_22 = ___value2; ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAtUnchecked(static_cast(L_21), (RuntimeObject *)L_22); int32_t L_23 = __this->get__size_2(); __this->set__size_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); int32_t L_24 = __this->get_version_3(); __this->set_version_3(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))); return; } } // System.Void System.Collections.SortedList::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList_RemoveAt_m6A89B950122C6420C2F5A75771576E445D8D2EEE (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000d; } } { int32_t L_1 = ___index0; int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.Collections.SortedList::get_Count() */, __this); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0022; } } IL_000d: { String_t* L_3; L_3 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SortedList_RemoveAt_m6A89B950122C6420C2F5A75771576E445D8D2EEE_RuntimeMethod_var))); } IL_0022: { int32_t L_5 = __this->get__size_2(); __this->set__size_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))); int32_t L_6 = ___index0; int32_t L_7 = __this->get__size_2(); if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_0073; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = __this->get_keys_0(); int32_t L_9 = ___index0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = __this->get_keys_0(); int32_t L_11 = ___index0; int32_t L_12 = __this->get__size_2(); int32_t L_13 = ___index0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_8, ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_10, L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = __this->get_values_1(); int32_t L_15 = ___index0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = __this->get_values_1(); int32_t L_17 = ___index0; int32_t L_18 = __this->get__size_2(); int32_t L_19 = ___index0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_16, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), /*hidden argument*/NULL); } IL_0073: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = __this->get_keys_0(); int32_t L_21 = __this->get__size_2(); ArrayElementTypeCheck (L_20, NULL); (L_20)->SetAtUnchecked(static_cast(L_21), (RuntimeObject *)NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = __this->get_values_1(); int32_t L_23 = __this->get__size_2(); ArrayElementTypeCheck (L_22, NULL); (L_22)->SetAtUnchecked(static_cast(L_23), (RuntimeObject *)NULL); int32_t L_24 = __this->get_version_3(); __this->set_version_3(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))); return; } } // System.Void System.Collections.SortedList::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList__cctor_m8BB714E9A321AE503555ED1089A5262D1C15705C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_il2cpp_TypeInfo_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ((EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_il2cpp_TypeInfo_var))->get_Value_0(); ((SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_StaticFields*)il2cpp_codegen_static_fields_for(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var))->set_emptyArray_5(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.SpinLock::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock__ctor_mA76B573975917A3D78DC878D6281196065FC9128 (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, bool ___enableThreadOwnerTracking0, const RuntimeMethod* method) { { il2cpp_codegen_memory_barrier(); __this->set_m_owner_0(0); bool L_0 = ___enableThreadOwnerTracking0; if (L_0) { goto IL_0022; } } { int32_t L_1 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_owner_0(((int32_t)((int32_t)L_1|(int32_t)((int32_t)-2147483648LL)))); } IL_0022: { return; } } IL2CPP_EXTERN_C void SpinLock__ctor_mA76B573975917A3D78DC878D6281196065FC9128_AdjustorThunk (RuntimeObject * __this, bool ___enableThreadOwnerTracking0, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * _thisAdjusted = reinterpret_cast(__this + _offset); SpinLock__ctor_mA76B573975917A3D78DC878D6281196065FC9128(_thisAdjusted, ___enableThreadOwnerTracking0, method); } // System.Void System.Threading.SpinLock::Enter(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_Enter_mB10F73DB34FFE5F8FC85FA8B85A14ED48379C96C (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, bool* ___lockTaken0, const RuntimeMethod* method) { int32_t V_0 = 0; { Thread_BeginCriticalRegion_m919E28BF2E8A2887323D51737DCFD902E301C656(/*hidden argument*/NULL); int32_t L_0 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); V_0 = L_0; bool* L_1 = ___lockTaken0; int32_t L_2 = *((uint8_t*)L_1); if (L_2) { goto IL_0033; } } { int32_t L_3 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)-2147483647)))) == ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_0033; } } { int32_t* L_4 = __this->get_address_of_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_5 = V_0; int32_t L_6 = V_0; bool* L_7 = ___lockTaken0; int32_t L_8; L_8 = Interlocked_CompareExchange_mC3464F42DF93438C3D48FF2D6551CD6652E95AEE((int32_t*)L_4, ((int32_t)((int32_t)L_5|(int32_t)1)), L_6, (bool*)L_7, /*hidden argument*/NULL); int32_t L_9 = V_0; if ((((int32_t)L_8) == ((int32_t)L_9))) { goto IL_003b; } } IL_0033: { bool* L_10 = ___lockTaken0; SpinLock_ContinueTryEnter_mAD39D1F6DAB740E144193BF38E66F14C847CB5B9((SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D *)__this, (-1), (bool*)L_10, /*hidden argument*/NULL); } IL_003b: { return; } } IL2CPP_EXTERN_C void SpinLock_Enter_mB10F73DB34FFE5F8FC85FA8B85A14ED48379C96C_AdjustorThunk (RuntimeObject * __this, bool* ___lockTaken0, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * _thisAdjusted = reinterpret_cast(__this + _offset); SpinLock_Enter_mB10F73DB34FFE5F8FC85FA8B85A14ED48379C96C(_thisAdjusted, ___lockTaken0, method); } // System.Void System.Threading.SpinLock::TryEnter(System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_TryEnter_mF817DF2D24635A1E69D35F97F4F03F6DE788A114 (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, int32_t ___millisecondsTimeout0, bool* ___lockTaken1, const RuntimeMethod* method) { int32_t V_0 = 0; { Thread_BeginCriticalRegion_m919E28BF2E8A2887323D51737DCFD902E301C656(/*hidden argument*/NULL); int32_t L_0 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); V_0 = L_0; int32_t L_1 = ___millisecondsTimeout0; bool* L_2 = ___lockTaken1; int32_t L_3 = *((uint8_t*)L_2); if (((int32_t)((int32_t)((((int32_t)L_1) < ((int32_t)(-1)))? 1 : 0)|(int32_t)L_3))) { goto IL_0038; } } { int32_t L_4 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)-2147483647)))) == ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_0038; } } { int32_t* L_5 = __this->get_address_of_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_6 = V_0; int32_t L_7 = V_0; bool* L_8 = ___lockTaken1; int32_t L_9; L_9 = Interlocked_CompareExchange_mC3464F42DF93438C3D48FF2D6551CD6652E95AEE((int32_t*)L_5, ((int32_t)((int32_t)L_6|(int32_t)1)), L_7, (bool*)L_8, /*hidden argument*/NULL); int32_t L_10 = V_0; if ((((int32_t)L_9) == ((int32_t)L_10))) { goto IL_0040; } } IL_0038: { int32_t L_11 = ___millisecondsTimeout0; bool* L_12 = ___lockTaken1; SpinLock_ContinueTryEnter_mAD39D1F6DAB740E144193BF38E66F14C847CB5B9((SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D *)__this, L_11, (bool*)L_12, /*hidden argument*/NULL); } IL_0040: { return; } } IL2CPP_EXTERN_C void SpinLock_TryEnter_mF817DF2D24635A1E69D35F97F4F03F6DE788A114_AdjustorThunk (RuntimeObject * __this, int32_t ___millisecondsTimeout0, bool* ___lockTaken1, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * _thisAdjusted = reinterpret_cast(__this + _offset); SpinLock_TryEnter_mF817DF2D24635A1E69D35F97F4F03F6DE788A114(_thisAdjusted, ___millisecondsTimeout0, ___lockTaken1, method); } // System.Void System.Threading.SpinLock::ContinueTryEnter(System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_ContinueTryEnter_mAD39D1F6DAB740E144193BF38E66F14C847CB5B9 (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, int32_t ___millisecondsTimeout0, bool* ___lockTaken1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t G_B27_0 = 0; int32_t G_B40_0 = 0; { Thread_EndCriticalRegion_m61AA3547233ADB3CD128FBB1962664C2AE3F5F88(/*hidden argument*/NULL); bool* L_0 = ___lockTaken1; int32_t L_1 = *((uint8_t*)L_0); if (!L_1) { goto IL_001c; } } { bool* L_2 = ___lockTaken1; *((int8_t*)L_2) = (int8_t)0; String_t* L_3; L_3 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE8E2648AA9C5284BE94C0A35F84FE2CE2D7FE12)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SpinLock_ContinueTryEnter_mAD39D1F6DAB740E144193BF38E66F14C847CB5B9_RuntimeMethod_var))); } IL_001c: { int32_t L_5 = ___millisecondsTimeout0; if ((((int32_t)L_5) >= ((int32_t)(-1)))) { goto IL_003b; } } { int32_t L_6 = ___millisecondsTimeout0; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_7); String_t* L_9; L_9 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1DF0B731375FD14BCACB97F481F038BD5781D786)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_10 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCF088CD7CED04705BD5E7559DBB7DD9A14559182)), L_8, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SpinLock_ContinueTryEnter_mAD39D1F6DAB740E144193BF38E66F14C847CB5B9_RuntimeMethod_var))); } IL_003b: { V_0 = 0; int32_t L_11 = ___millisecondsTimeout0; if ((((int32_t)L_11) == ((int32_t)(-1)))) { goto IL_004a; } } { int32_t L_12 = ___millisecondsTimeout0; if (!L_12) { goto IL_004a; } } { uint32_t L_13; L_13 = TimeoutHelper_GetTime_m9374E525445EF9F5E3A7656F08A9A8C6987942F3(/*hidden argument*/NULL); V_0 = L_13; } IL_004a: { bool L_14; L_14 = SpinLock_get_IsThreadOwnerTrackingEnabled_m27AF8CC17E3FCB5557DF6A8A17C557AFD6AF5762((SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D *)__this, /*hidden argument*/NULL); if (!L_14) { goto IL_005c; } } { int32_t L_15 = ___millisecondsTimeout0; uint32_t L_16 = V_0; bool* L_17 = ___lockTaken1; SpinLock_ContinueTryEnterWithThreadTracking_m73B1AD68F1FB9CBEBF7C34842B6078E32B9FF0A9((SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D *)__this, L_15, L_16, (bool*)L_17, /*hidden argument*/NULL); return; } IL_005c: { V_2 = ((int32_t)2147483647LL); int32_t L_18 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); V_1 = L_18; int32_t L_19 = V_1; if (((int32_t)((int32_t)L_19&(int32_t)1))) { goto IL_0090; } } { Thread_BeginCriticalRegion_m919E28BF2E8A2887323D51737DCFD902E301C656(/*hidden argument*/NULL); int32_t* L_20 = __this->get_address_of_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_21 = V_1; int32_t L_22 = V_1; bool* L_23 = ___lockTaken1; int32_t L_24; L_24 = Interlocked_CompareExchange_mC3464F42DF93438C3D48FF2D6551CD6652E95AEE((int32_t*)L_20, ((int32_t)((int32_t)L_21|(int32_t)1)), L_22, (bool*)L_23, /*hidden argument*/NULL); int32_t L_25 = V_1; if ((!(((uint32_t)L_24) == ((uint32_t)L_25)))) { goto IL_0089; } } { return; } IL_0089: { Thread_EndCriticalRegion_m61AA3547233ADB3CD128FBB1962664C2AE3F5F88(/*hidden argument*/NULL); goto IL_00b3; } IL_0090: { int32_t L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D_il2cpp_TypeInfo_var); int32_t L_27 = ((SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D_StaticFields*)il2cpp_codegen_static_fields_for(SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D_il2cpp_TypeInfo_var))->get_MAXIMUM_WAITERS_1(); if ((((int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483646)))) == ((int32_t)L_27))) { goto IL_00b3; } } { int32_t* L_28 = __this->get_address_of_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_29; L_29 = Interlocked_Add_mC4953B38E59B3B8F0E6C4016F8A1BC6AA96DE006((int32_t*)L_28, 2, /*hidden argument*/NULL); V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_29&(int32_t)((int32_t)2147483646)))>>(int32_t)1)); } IL_00b3: { int32_t L_30 = ___millisecondsTimeout0; if (!L_30) { goto IL_00c4; } } { int32_t L_31 = ___millisecondsTimeout0; if ((((int32_t)L_31) == ((int32_t)(-1)))) { goto IL_00cb; } } { uint32_t L_32 = V_0; int32_t L_33 = ___millisecondsTimeout0; int32_t L_34; L_34 = TimeoutHelper_UpdateTimeOut_m94EF171743AFF6C6D7CC7FD8613DE6375F4D0928(L_32, L_33, /*hidden argument*/NULL); if ((((int32_t)L_34) > ((int32_t)0))) { goto IL_00cb; } } IL_00c4: { SpinLock_DecrementWaiters_m02A4A6D69A4C2092FF7B1948677EA1919C04463B((SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D *)__this, /*hidden argument*/NULL); return; } IL_00cb: { int32_t L_35; L_35 = PlatformHelper_get_ProcessorCount_m2FC3FF428431A972832C7BFE6CFAB8A262F42CA0(/*hidden argument*/NULL); V_3 = L_35; int32_t L_36 = V_2; int32_t L_37 = V_3; if ((((int32_t)L_36) >= ((int32_t)L_37))) { goto IL_0145; } } { V_5 = 1; V_6 = 1; goto IL_013d; } IL_00dd: { int32_t L_38 = V_2; int32_t L_39 = V_6; int32_t L_40 = V_5; Thread_SpinWait_m6276C02E66DD83A83D5F39E2B20411B8CBA33673(((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39)), (int32_t)((int32_t)100))), (int32_t)L_40)), /*hidden argument*/NULL); int32_t L_41 = V_5; int32_t L_42 = V_3; if ((((int32_t)L_41) >= ((int32_t)L_42))) { goto IL_00f7; } } { int32_t L_43 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_00f7: { int32_t L_44 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); V_1 = L_44; int32_t L_45 = V_1; if (((int32_t)((int32_t)L_45&(int32_t)1))) { goto IL_0137; } } { Thread_BeginCriticalRegion_m919E28BF2E8A2887323D51737DCFD902E301C656(/*hidden argument*/NULL); int32_t L_46 = V_1; if (!((int32_t)((int32_t)L_46&(int32_t)((int32_t)2147483646)))) { goto IL_011a; } } { int32_t L_47 = V_1; G_B27_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)2))|(int32_t)1)); goto IL_011d; } IL_011a: { int32_t L_48 = V_1; G_B27_0 = ((int32_t)((int32_t)L_48|(int32_t)1)); } IL_011d: { V_7 = G_B27_0; int32_t* L_49 = __this->get_address_of_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_50 = V_7; int32_t L_51 = V_1; bool* L_52 = ___lockTaken1; int32_t L_53; L_53 = Interlocked_CompareExchange_mC3464F42DF93438C3D48FF2D6551CD6652E95AEE((int32_t*)L_49, L_50, L_51, (bool*)L_52, /*hidden argument*/NULL); int32_t L_54 = V_1; if ((!(((uint32_t)L_53) == ((uint32_t)L_54)))) { goto IL_0132; } } { return; } IL_0132: { Thread_EndCriticalRegion_m61AA3547233ADB3CD128FBB1962664C2AE3F5F88(/*hidden argument*/NULL); } IL_0137: { int32_t L_55 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); } IL_013d: { int32_t L_56 = V_6; int32_t L_57 = V_2; if ((((int32_t)L_56) <= ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_57, (int32_t)((int32_t)100)))))) { goto IL_00dd; } } IL_0145: { int32_t L_58 = ___millisecondsTimeout0; if ((((int32_t)L_58) == ((int32_t)(-1)))) { goto IL_015a; } } { uint32_t L_59 = V_0; int32_t L_60 = ___millisecondsTimeout0; int32_t L_61; L_61 = TimeoutHelper_UpdateTimeOut_m94EF171743AFF6C6D7CC7FD8613DE6375F4D0928(L_59, L_60, /*hidden argument*/NULL); if ((((int32_t)L_61) > ((int32_t)0))) { goto IL_015a; } } { SpinLock_DecrementWaiters_m02A4A6D69A4C2092FF7B1948677EA1919C04463B((SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D *)__this, /*hidden argument*/NULL); return; } IL_015a: { V_4 = 0; } IL_015d: { int32_t L_62 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); V_1 = L_62; int32_t L_63 = V_1; if (((int32_t)((int32_t)L_63&(int32_t)1))) { goto IL_019d; } } { Thread_BeginCriticalRegion_m919E28BF2E8A2887323D51737DCFD902E301C656(/*hidden argument*/NULL); int32_t L_64 = V_1; if (!((int32_t)((int32_t)L_64&(int32_t)((int32_t)2147483646)))) { goto IL_0180; } } { int32_t L_65 = V_1; G_B40_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)2))|(int32_t)1)); goto IL_0183; } IL_0180: { int32_t L_66 = V_1; G_B40_0 = ((int32_t)((int32_t)L_66|(int32_t)1)); } IL_0183: { V_8 = G_B40_0; int32_t* L_67 = __this->get_address_of_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_68 = V_8; int32_t L_69 = V_1; bool* L_70 = ___lockTaken1; int32_t L_71; L_71 = Interlocked_CompareExchange_mC3464F42DF93438C3D48FF2D6551CD6652E95AEE((int32_t*)L_67, L_68, L_69, (bool*)L_70, /*hidden argument*/NULL); int32_t L_72 = V_1; if ((!(((uint32_t)L_71) == ((uint32_t)L_72)))) { goto IL_0198; } } { return; } IL_0198: { Thread_EndCriticalRegion_m61AA3547233ADB3CD128FBB1962664C2AE3F5F88(/*hidden argument*/NULL); } IL_019d: { int32_t L_73 = V_4; if (((int32_t)((int32_t)L_73%(int32_t)((int32_t)40)))) { goto IL_01ac; } } { Thread_Sleep_m8E61FC80BD38981CB18CA549909710790283DDCC(1, /*hidden argument*/NULL); goto IL_01c1; } IL_01ac: { int32_t L_74 = V_4; if (((int32_t)((int32_t)L_74%(int32_t)((int32_t)10)))) { goto IL_01bb; } } { Thread_Sleep_m8E61FC80BD38981CB18CA549909710790283DDCC(0, /*hidden argument*/NULL); goto IL_01c1; } IL_01bb: { bool L_75; L_75 = Thread_Yield_m1D2B2F49268A9A048C73EA539C1D1D59DDFA68C1(/*hidden argument*/NULL); } IL_01c1: { int32_t L_76 = V_4; if (((int32_t)((int32_t)L_76%(int32_t)((int32_t)10)))) { goto IL_01dd; } } { int32_t L_77 = ___millisecondsTimeout0; if ((((int32_t)L_77) == ((int32_t)(-1)))) { goto IL_01dd; } } { uint32_t L_78 = V_0; int32_t L_79 = ___millisecondsTimeout0; int32_t L_80; L_80 = TimeoutHelper_UpdateTimeOut_m94EF171743AFF6C6D7CC7FD8613DE6375F4D0928(L_78, L_79, /*hidden argument*/NULL); if ((((int32_t)L_80) > ((int32_t)0))) { goto IL_01dd; } } { SpinLock_DecrementWaiters_m02A4A6D69A4C2092FF7B1948677EA1919C04463B((SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D *)__this, /*hidden argument*/NULL); return; } IL_01dd: { int32_t L_81 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); goto IL_015d; } } IL2CPP_EXTERN_C void SpinLock_ContinueTryEnter_mAD39D1F6DAB740E144193BF38E66F14C847CB5B9_AdjustorThunk (RuntimeObject * __this, int32_t ___millisecondsTimeout0, bool* ___lockTaken1, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * _thisAdjusted = reinterpret_cast(__this + _offset); SpinLock_ContinueTryEnter_mAD39D1F6DAB740E144193BF38E66F14C847CB5B9(_thisAdjusted, ___millisecondsTimeout0, ___lockTaken1, method); } // System.Void System.Threading.SpinLock::DecrementWaiters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_DecrementWaiters_m02A4A6D69A4C2092FF7B1948677EA1919C04463B (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, const RuntimeMethod* method) { SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { il2cpp_codegen_initobj((&V_0), sizeof(SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 )); } IL_0008: { int32_t L_0 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); V_1 = L_0; int32_t L_1 = V_1; if (((int32_t)((int32_t)L_1&(int32_t)((int32_t)2147483646)))) { goto IL_001b; } } { return; } IL_001b: { int32_t* L_2 = __this->get_address_of_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_3 = V_1; int32_t L_4 = V_1; int32_t L_5; L_5 = Interlocked_CompareExchange_m317AD9524376B7BE74DD9069346E345F2B131382((int32_t*)L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)2)), L_4, /*hidden argument*/NULL); int32_t L_6 = V_1; if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_0036; } } { SpinWait_SpinOnce_m79A8F770ED24E400B6AEFA421A33084CA54E59DB((SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 *)(&V_0), /*hidden argument*/NULL); goto IL_0008; } IL_0036: { return; } } IL2CPP_EXTERN_C void SpinLock_DecrementWaiters_m02A4A6D69A4C2092FF7B1948677EA1919C04463B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * _thisAdjusted = reinterpret_cast(__this + _offset); SpinLock_DecrementWaiters_m02A4A6D69A4C2092FF7B1948677EA1919C04463B(_thisAdjusted, method); } // System.Void System.Threading.SpinLock::ContinueTryEnterWithThreadTracking(System.Int32,System.UInt32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_ContinueTryEnterWithThreadTracking_m73B1AD68F1FB9CBEBF7C34842B6078E32B9FF0A9 (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, int32_t ___millisecondsTimeout0, uint32_t ___startTime1, bool* ___lockTaken2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 V_2; memset((&V_2), 0, sizeof(V_2)); { V_0 = 0; Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_0; L_0 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); int32_t L_1; L_1 = Thread_get_ManagedThreadId_m7818C94F78A2DE2C7C278F6EA24B31F2BB758FD0(L_0, /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_3 = V_1; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_0028; } } { String_t* L_4; L_4 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral05F5DB9F8B7388304E1FF8C6935A16E73C659D5F)), /*hidden argument*/NULL); LockRecursionException_tA4B541F6B8DABF4D294304DF7B70F547C8502014 * L_5 = (LockRecursionException_tA4B541F6B8DABF4D294304DF7B70F547C8502014 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LockRecursionException_tA4B541F6B8DABF4D294304DF7B70F547C8502014_il2cpp_TypeInfo_var))); LockRecursionException__ctor_mB938776505F72CC1357C12AE449572415E5B2341(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SpinLock_ContinueTryEnterWithThreadTracking_m73B1AD68F1FB9CBEBF7C34842B6078E32B9FF0A9_RuntimeMethod_var))); } IL_0028: { il2cpp_codegen_initobj((&V_2), sizeof(SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 )); } IL_0030: { SpinWait_SpinOnce_m79A8F770ED24E400B6AEFA421A33084CA54E59DB((SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 *)(&V_2), /*hidden argument*/NULL); int32_t L_6 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_7 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)L_7)))) { goto IL_005e; } } { Thread_BeginCriticalRegion_m919E28BF2E8A2887323D51737DCFD902E301C656(/*hidden argument*/NULL); int32_t* L_8 = __this->get_address_of_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_9 = V_1; int32_t L_10 = V_0; bool* L_11 = ___lockTaken2; int32_t L_12; L_12 = Interlocked_CompareExchange_mC3464F42DF93438C3D48FF2D6551CD6652E95AEE((int32_t*)L_8, L_9, L_10, (bool*)L_11, /*hidden argument*/NULL); int32_t L_13 = V_0; if ((!(((uint32_t)L_12) == ((uint32_t)L_13)))) { goto IL_0059; } } { return; } IL_0059: { Thread_EndCriticalRegion_m61AA3547233ADB3CD128FBB1962664C2AE3F5F88(/*hidden argument*/NULL); } IL_005e: { int32_t L_14 = ___millisecondsTimeout0; if (!L_14) { goto IL_0078; } } { int32_t L_15 = ___millisecondsTimeout0; if ((((int32_t)L_15) == ((int32_t)(-1)))) { goto IL_0030; } } { bool L_16; L_16 = SpinWait_get_NextSpinWillYield_m5FD0542F0BE9CBF660060F53E371A5E3A67C9152((SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 *)(&V_2), /*hidden argument*/NULL); if (!L_16) { goto IL_0030; } } { uint32_t L_17 = ___startTime1; int32_t L_18 = ___millisecondsTimeout0; int32_t L_19; L_19 = TimeoutHelper_UpdateTimeOut_m94EF171743AFF6C6D7CC7FD8613DE6375F4D0928(L_17, L_18, /*hidden argument*/NULL); if ((((int32_t)L_19) > ((int32_t)0))) { goto IL_0030; } } IL_0078: { return; } } IL2CPP_EXTERN_C void SpinLock_ContinueTryEnterWithThreadTracking_m73B1AD68F1FB9CBEBF7C34842B6078E32B9FF0A9_AdjustorThunk (RuntimeObject * __this, int32_t ___millisecondsTimeout0, uint32_t ___startTime1, bool* ___lockTaken2, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * _thisAdjusted = reinterpret_cast(__this + _offset); SpinLock_ContinueTryEnterWithThreadTracking_m73B1AD68F1FB9CBEBF7C34842B6078E32B9FF0A9(_thisAdjusted, ___millisecondsTimeout0, ___startTime1, ___lockTaken2, method); } // System.Void System.Threading.SpinLock::Exit(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_Exit_m1E557B43BDB04736F956C50716DF29AEF2A14B4D (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, bool ___useMemoryBarrier0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)-2147483648LL)))) { goto IL_002a; } } { bool L_1 = ___useMemoryBarrier0; if (L_1) { goto IL_002a; } } { int32_t L_2 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); V_0 = L_2; int32_t L_3 = V_0; il2cpp_codegen_memory_barrier(); __this->set_m_owner_0(((int32_t)((int32_t)L_3&(int32_t)((int32_t)-2)))); goto IL_0031; } IL_002a: { bool L_4 = ___useMemoryBarrier0; SpinLock_ExitSlowPath_m0721741402D56FB152B60C511179033FD8090A77((SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D *)__this, L_4, /*hidden argument*/NULL); } IL_0031: { Thread_EndCriticalRegion_m61AA3547233ADB3CD128FBB1962664C2AE3F5F88(/*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void SpinLock_Exit_m1E557B43BDB04736F956C50716DF29AEF2A14B4D_AdjustorThunk (RuntimeObject * __this, bool ___useMemoryBarrier0, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * _thisAdjusted = reinterpret_cast(__this + _offset); SpinLock_Exit_m1E557B43BDB04736F956C50716DF29AEF2A14B4D(_thisAdjusted, ___useMemoryBarrier0, method); } // System.Void System.Threading.SpinLock::ExitSlowPath(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_ExitSlowPath_m0721741402D56FB152B60C511179033FD8090A77 (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, bool ___useMemoryBarrier0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; { int32_t L_0 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)-2147483648LL)))) == ((int32_t)0))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_002d; } } { bool L_2; L_2 = SpinLock_get_IsHeldByCurrentThread_m512332DF6A1E59BAAC478FD39D15BA40C9F60936((SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D *)__this, /*hidden argument*/NULL); if (L_2) { goto IL_002d; } } { String_t* L_3; L_3 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2ADE205AA49E7463349123348B0068E72977FA8D)), /*hidden argument*/NULL); SynchronizationLockException_tC8758646B797B6FAE8FBE15A47D17A2A2C597E6D * L_4 = (SynchronizationLockException_tC8758646B797B6FAE8FBE15A47D17A2A2C597E6D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SynchronizationLockException_tC8758646B797B6FAE8FBE15A47D17A2A2C597E6D_il2cpp_TypeInfo_var))); SynchronizationLockException__ctor_m29B6831D6D5BC3D9B35521AFC400358467A4CA2E(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SpinLock_ExitSlowPath_m0721741402D56FB152B60C511179033FD8090A77_RuntimeMethod_var))); } IL_002d: { bool L_5 = ___useMemoryBarrier0; if (!L_5) { goto IL_004e; } } { bool L_6 = V_0; if (!L_6) { goto IL_0041; } } { int32_t* L_7 = __this->get_address_of_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_8; L_8 = Interlocked_Exchange_mCB69CAC317F723A1CB6B52194C5917B49C456794((int32_t*)L_7, 0, /*hidden argument*/NULL); return; } IL_0041: { int32_t* L_9 = __this->get_address_of_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_10; L_10 = Interlocked_Decrement_mCECD68F2D8C95180BF77A1B90137BDE1F3A710FF((int32_t*)L_9, /*hidden argument*/NULL); return; } IL_004e: { bool L_11 = V_0; if (!L_11) { goto IL_005b; } } { il2cpp_codegen_memory_barrier(); __this->set_m_owner_0(0); return; } IL_005b: { int32_t L_12 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); V_1 = L_12; int32_t L_13 = V_1; il2cpp_codegen_memory_barrier(); __this->set_m_owner_0(((int32_t)((int32_t)L_13&(int32_t)((int32_t)-2)))); return; } } IL2CPP_EXTERN_C void SpinLock_ExitSlowPath_m0721741402D56FB152B60C511179033FD8090A77_AdjustorThunk (RuntimeObject * __this, bool ___useMemoryBarrier0, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * _thisAdjusted = reinterpret_cast(__this + _offset); SpinLock_ExitSlowPath_m0721741402D56FB152B60C511179033FD8090A77(_thisAdjusted, ___useMemoryBarrier0, method); } // System.Boolean System.Threading.SpinLock::get_IsHeld() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpinLock_get_IsHeld_m4A7803E476D3076E0E4378934B3E06B38B0E0FFF (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, const RuntimeMethod* method) { { bool L_0; L_0 = SpinLock_get_IsThreadOwnerTrackingEnabled_m27AF8CC17E3FCB5557DF6A8A17C557AFD6AF5762((SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D *)__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { int32_t L_1 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); return (bool)((!(((uint32_t)L_1) <= ((uint32_t)0)))? 1 : 0); } IL_0014: { int32_t L_2 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_2&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool SpinLock_get_IsHeld_m4A7803E476D3076E0E4378934B3E06B38B0E0FFF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = SpinLock_get_IsHeld_m4A7803E476D3076E0E4378934B3E06B38B0E0FFF(_thisAdjusted, method); return _returnValue; } // System.Boolean System.Threading.SpinLock::get_IsHeldByCurrentThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpinLock_get_IsHeldByCurrentThread_m512332DF6A1E59BAAC478FD39D15BA40C9F60936 (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, const RuntimeMethod* method) { { bool L_0; L_0 = SpinLock_get_IsThreadOwnerTrackingEnabled_m27AF8CC17E3FCB5557DF6A8A17C557AFD6AF5762((SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D *)__this, /*hidden argument*/NULL); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBE9FDFAFB1B631B0EB1EBA916B4D72E51318916D)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SpinLock_get_IsHeldByCurrentThread_m512332DF6A1E59BAAC478FD39D15BA40C9F60936_RuntimeMethod_var))); } IL_0018: { int32_t L_3 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_4; L_4 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); int32_t L_5; L_5 = Thread_get_ManagedThreadId_m7818C94F78A2DE2C7C278F6EA24B31F2BB758FD0(L_4, /*hidden argument*/NULL); return (bool)((((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL)))) == ((int32_t)L_5))? 1 : 0); } } IL2CPP_EXTERN_C bool SpinLock_get_IsHeldByCurrentThread_m512332DF6A1E59BAAC478FD39D15BA40C9F60936_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = SpinLock_get_IsHeldByCurrentThread_m512332DF6A1E59BAAC478FD39D15BA40C9F60936(_thisAdjusted, method); return _returnValue; } // System.Boolean System.Threading.SpinLock::get_IsThreadOwnerTrackingEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpinLock_get_IsThreadOwnerTrackingEnabled_m27AF8CC17E3FCB5557DF6A8A17C557AFD6AF5762 (SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)-2147483648LL)))) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C bool SpinLock_get_IsThreadOwnerTrackingEnabled_m27AF8CC17E3FCB5557DF6A8A17C557AFD6AF5762_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = SpinLock_get_IsThreadOwnerTrackingEnabled_m27AF8CC17E3FCB5557DF6A8A17C557AFD6AF5762(_thisAdjusted, method); return _returnValue; } // System.Void System.Threading.SpinLock::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock__cctor_m01C16FA10DEE1DE1EE58F2B9B1C4C7A125CFBC77 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D_StaticFields*)il2cpp_codegen_static_fields_for(SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D_il2cpp_TypeInfo_var))->set_MAXIMUM_WAITERS_1(((int32_t)2147483646)); 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.Threading.SpinWait::get_NextSpinWillYield() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpinWait_get_NextSpinWillYield_m5FD0542F0BE9CBF660060F53E371A5E3A67C9152 (SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_count_0(); if ((((int32_t)L_0) > ((int32_t)((int32_t)10)))) { goto IL_0010; } } { bool L_1; L_1 = PlatformHelper_get_IsSingleProcessor_m75D2E056F1C01D84884F4DD2DBE547B43AA88421(/*hidden argument*/NULL); return L_1; } IL_0010: { return (bool)1; } } IL2CPP_EXTERN_C bool SpinWait_get_NextSpinWillYield_m5FD0542F0BE9CBF660060F53E371A5E3A67C9152_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = SpinWait_get_NextSpinWillYield_m5FD0542F0BE9CBF660060F53E371A5E3A67C9152(_thisAdjusted, method); return _returnValue; } // System.Void System.Threading.SpinWait::SpinOnce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinWait_SpinOnce_m79A8F770ED24E400B6AEFA421A33084CA54E59DB (SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B4_0 = 0; SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 * G_B12_0 = NULL; SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 * G_B11_0 = NULL; int32_t G_B13_0 = 0; SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 * G_B13_1 = NULL; { bool L_0; L_0 = SpinWait_get_NextSpinWillYield_m5FD0542F0BE9CBF660060F53E371A5E3A67C9152((SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 *)__this, /*hidden argument*/NULL); if (!L_0) { goto IL_004a; } } { int32_t L_1 = __this->get_m_count_0(); if ((((int32_t)L_1) >= ((int32_t)((int32_t)10)))) { goto IL_001a; } } { int32_t L_2 = __this->get_m_count_0(); G_B4_0 = L_2; goto IL_0023; } IL_001a: { int32_t L_3 = __this->get_m_count_0(); G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)10))); } IL_0023: { V_0 = G_B4_0; int32_t L_4 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_4%(int32_t)((int32_t)20)))) == ((uint32_t)((int32_t)19))))) { goto IL_0034; } } { Thread_Sleep_m8E61FC80BD38981CB18CA549909710790283DDCC(1, /*hidden argument*/NULL); goto IL_005a; } IL_0034: { int32_t L_5 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_5%(int32_t)5))) == ((uint32_t)4)))) { goto IL_0042; } } { Thread_Sleep_m8E61FC80BD38981CB18CA549909710790283DDCC(0, /*hidden argument*/NULL); goto IL_005a; } IL_0042: { bool L_6; L_6 = Thread_Yield_m1D2B2F49268A9A048C73EA539C1D1D59DDFA68C1(/*hidden argument*/NULL); goto IL_005a; } IL_004a: { int32_t L_7 = __this->get_m_count_0(); Thread_SpinWait_m6276C02E66DD83A83D5F39E2B20411B8CBA33673(((int32_t)((int32_t)4<<(int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)31))))), /*hidden argument*/NULL); } IL_005a: { int32_t L_8 = __this->get_m_count_0(); G_B11_0 = __this; if ((((int32_t)L_8) == ((int32_t)((int32_t)2147483647LL)))) { G_B12_0 = __this; goto IL_0072; } } { int32_t L_9 = __this->get_m_count_0(); G_B13_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); G_B13_1 = G_B11_0; goto IL_0074; } IL_0072: { G_B13_0 = ((int32_t)10); G_B13_1 = G_B12_0; } IL_0074: { G_B13_1->set_m_count_0(G_B13_0); return; } } IL2CPP_EXTERN_C void SpinWait_SpinOnce_m79A8F770ED24E400B6AEFA421A33084CA54E59DB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; SpinWait_tEBEEDAE5AEEBBDDEA635932A22308A8398C9AED9 * _thisAdjusted = reinterpret_cast(__this + _offset); SpinWait_SpinOnce_m79A8F770ED24E400B6AEFA421A33084CA54E59DB(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Stack::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack__ctor_m7B7EA279423863156F25A04362D9FE6C89FAFE70 (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); __this->set__array_0(L_0); __this->set__size_1(0); __this->set__version_2(0); return; } } // System.Void System.Collections.Stack::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack__ctor_m309C038C76391C09721F0B3D9A3AD336287072F7 (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * __this, int32_t ___initialCapacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___initialCapacity0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001f; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A09185860153B4BC6DD6BAFD7F3988481D6646F)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Stack__ctor_m309C038C76391C09721F0B3D9A3AD336287072F7_RuntimeMethod_var))); } IL_001f: { int32_t L_3 = ___initialCapacity0; if ((((int32_t)L_3) >= ((int32_t)((int32_t)10)))) { goto IL_0028; } } { ___initialCapacity0 = ((int32_t)10); } IL_0028: { int32_t L_4 = ___initialCapacity0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_4); __this->set__array_0(L_5); __this->set__size_1(0); __this->set__version_2(0); return; } } // System.Int32 System.Collections.Stack::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Stack_get_Count_m6CC4C1A0E92500318AE64FF70166F46F942EF8F9 (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__size_1(); return L_0; } } // System.Void System.Collections.Stack::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_Clear_mEB916D2FEBD3F289E2801D06556E9808F3E0E182 (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = __this->get__array_0(); int32_t L_1 = __this->get__size_1(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_0, 0, L_1, /*hidden argument*/NULL); __this->set__size_1(0); int32_t L_2 = __this->get__version_2(); __this->set__version_2(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Object System.Collections.Stack::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Stack_Clone_m2E1459EDC183DBF919C7E4313806262A1D0A3462 (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * V_0 = NULL; { int32_t L_0 = __this->get__size_1(); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_1 = (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 *)il2cpp_codegen_object_new(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8_il2cpp_TypeInfo_var); Stack__ctor_m309C038C76391C09721F0B3D9A3AD336287072F7(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_2 = V_0; int32_t L_3 = __this->get__size_1(); L_2->set__size_1(L_3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = __this->get__array_0(); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_5 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_5->get__array_0(); int32_t L_7 = __this->get__size_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_6, 0, L_7, /*hidden argument*/NULL); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_8 = V_0; int32_t L_9 = __this->get__version_2(); L_8->set__version_2(L_9); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_10 = V_0; return L_10; } } // System.Void System.Collections.Stack::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_CopyTo_m4B3379FF5C68DA5445E475D32B2F7CD80B20891E (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Stack_CopyTo_m4B3379FF5C68DA5445E475D32B2F7CD80B20891E_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { String_t* L_4; L_4 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Stack_CopyTo_m4B3379FF5C68DA5445E475D32B2F7CD80B20891E_RuntimeMethod_var))); } IL_0027: { int32_t L_6 = ___index1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0040; } } { String_t* L_7; L_7 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Stack_CopyTo_m4B3379FF5C68DA5445E475D32B2F7CD80B20891E_RuntimeMethod_var))); } IL_0040: { RuntimeArray * L_9 = ___array0; int32_t L_10; L_10 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_9, /*hidden argument*/NULL); int32_t L_11 = ___index1; int32_t L_12 = __this->get__size_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11))) >= ((int32_t)L_12))) { goto IL_0060; } } { String_t* L_13; L_13 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Stack_CopyTo_m4B3379FF5C68DA5445E475D32B2F7CD80B20891E_RuntimeMethod_var))); } IL_0060: { V_0 = 0; RuntimeArray * L_15 = ___array0; if (!((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_15, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var))) { goto IL_00b5; } } { RuntimeArray * L_16 = ___array0; V_1 = ((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_16, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); goto IL_008d; } IL_0073: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = V_1; int32_t L_18 = V_0; int32_t L_19 = ___index1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = __this->get__array_0(); int32_t L_21 = __this->get__size_1(); int32_t L_22 = V_0; int32_t L_23 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)), (int32_t)1)); RuntimeObject * L_24 = (L_20)->GetAtUnchecked(static_cast(L_23)); ArrayElementTypeCheck (L_17, L_24); (L_17)->SetAtUnchecked(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19))), (RuntimeObject *)L_24); int32_t L_25 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_008d: { int32_t L_26 = V_0; int32_t L_27 = __this->get__size_1(); if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_0073; } } { return; } IL_0097: { RuntimeArray * L_28 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_29 = __this->get__array_0(); int32_t L_30 = __this->get__size_1(); int32_t L_31 = V_0; int32_t L_32 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)), (int32_t)1)); RuntimeObject * L_33 = (L_29)->GetAtUnchecked(static_cast(L_32)); int32_t L_34 = V_0; int32_t L_35 = ___index1; Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_28, L_33, ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL); int32_t L_36 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00b5: { int32_t L_37 = V_0; int32_t L_38 = __this->get__size_1(); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0097; } } { return; } } // System.Collections.IEnumerator System.Collections.Stack::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stack_GetEnumerator_m833EBE0F2ABC7CB5BBCC729CD58B9E97677260BD (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackEnumerator_t88BD87DF5A1B3D0EBE3AC306A4A3A62D6E862DEC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { StackEnumerator_t88BD87DF5A1B3D0EBE3AC306A4A3A62D6E862DEC * L_0 = (StackEnumerator_t88BD87DF5A1B3D0EBE3AC306A4A3A62D6E862DEC *)il2cpp_codegen_object_new(StackEnumerator_t88BD87DF5A1B3D0EBE3AC306A4A3A62D6E862DEC_il2cpp_TypeInfo_var); StackEnumerator__ctor_m3B8037A8DBB7FD106B1637B981C802FDF911DFFF(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Object System.Collections.Stack::Peek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Stack_Peek_m86992FC7742D74190B6BEED04C80ADEAF5DF8F3A (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__size_1(); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral95F0EE30865D503A05F1D329BC3FED0946B65C24)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Stack_Peek_m86992FC7742D74190B6BEED04C80ADEAF5DF8F3A_RuntimeMethod_var))); } IL_0018: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = __this->get__array_0(); int32_t L_4 = __this->get__size_1(); int32_t L_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); RuntimeObject * L_6 = (L_3)->GetAtUnchecked(static_cast(L_5)); return L_6; } } // System.Object System.Collections.Stack::Pop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Stack_Pop_mBDB4BFA85D9C80C59D220F45BD3BCEEBE6944C0C (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__size_1(); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral95F0EE30865D503A05F1D329BC3FED0946B65C24)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Stack_Pop_mBDB4BFA85D9C80C59D220F45BD3BCEEBE6944C0C_RuntimeMethod_var))); } IL_0018: { int32_t L_3 = __this->get__version_2(); __this->set__version_2(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = __this->get__array_0(); int32_t L_5 = __this->get__size_1(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_0; __this->set__size_1(L_6); int32_t L_7 = V_0; int32_t L_8 = L_7; RuntimeObject * L_9 = (L_4)->GetAtUnchecked(static_cast(L_8)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = __this->get__array_0(); int32_t L_11 = __this->get__size_1(); ArrayElementTypeCheck (L_10, NULL); (L_10)->SetAtUnchecked(static_cast(L_11), (RuntimeObject *)NULL); return L_9; } } // System.Void System.Collections.Stack::Push(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_Push_mBC60FF6F9C216377FF325E86769DFD478AD92EF1 (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->get__size_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = __this->get__array_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))) { goto IL_003b; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = __this->get__array_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))); V_0 = L_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = __this->get__array_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = V_0; int32_t L_6 = __this->get__size_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, L_6, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = V_0; __this->set__array_0(L_7); } IL_003b: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = __this->get__array_0(); int32_t L_9 = __this->get__size_1(); V_1 = L_9; int32_t L_10 = V_1; __this->set__size_1(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); int32_t L_11 = V_1; RuntimeObject * L_12 = ___obj0; ArrayElementTypeCheck (L_8, L_12); (L_8)->SetAtUnchecked(static_cast(L_11), (RuntimeObject *)L_12); int32_t L_13 = __this->get__version_2(); __this->set__version_2(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); return; } } // System.Object[] System.Collections.Stack::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Stack_ToArray_m4E64B84D02771F53DDE3E3FFF27D4B4859500ED3 (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->get__size_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; V_1 = 0; goto IL_0028; } IL_0010: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = V_0; int32_t L_3 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = __this->get__array_0(); int32_t L_5 = __this->get__size_1(); int32_t L_6 = V_1; int32_t L_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)), (int32_t)1)); RuntimeObject * L_8 = (L_4)->GetAtUnchecked(static_cast(L_7)); ArrayElementTypeCheck (L_2, L_8); (L_2)->SetAtUnchecked(static_cast(L_3), (RuntimeObject *)L_8); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0028: { int32_t L_10 = V_1; int32_t L_11 = __this->get__size_1(); if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0010; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = V_0; return L_12; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Messaging.StackBuilderSink::.ctor(System.MarshalByRefObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackBuilderSink__ctor_m895EDB284057A801B4658ECF74FF60AA085FFA39 (StackBuilderSink_tD852C1DCFA0CDA0B882EE8342D24F54FAE5D647A * __this, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___obj0, bool ___forceInternalExecute1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_0 = ___obj0; __this->set__target_0(L_0); bool L_1 = ___forceInternalExecute1; if (L_1) { goto IL_0024; } } { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_2 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); bool L_3; L_3 = RemotingServices_IsTransparentProxy_m8BDBC7A18E514FD324215096D24234147C78897C(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0024; } } { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_4 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_5; L_5 = RemotingServices_GetRealProxy_mFCB1900298F8E18FFF3FE08180B53760DFD5F86E(L_4, /*hidden argument*/NULL); __this->set__rp_1(L_5); } IL_0024: { return; } } // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.StackBuilderSink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StackBuilderSink_SyncProcessMessage_mB615DC54557324825FF8995F9FDEC0D09CC5462E (StackBuilderSink_tD852C1DCFA0CDA0B882EE8342D24F54FAE5D647A * __this, RuntimeObject* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___msg0; StackBuilderSink_CheckParameters_m93EED6280439026481599D10A0A33F8FBFB12F2D(__this, L_0, /*hidden argument*/NULL); RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_1 = __this->get__rp_1(); if (!L_1) { goto IL_001c; } } { RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_2 = __this->get__rp_1(); RuntimeObject* L_3 = ___msg0; RuntimeObject* L_4; L_4 = VirtFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(5 /* System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Proxies.RealProxy::Invoke(System.Runtime.Remoting.Messaging.IMessage) */, L_2, L_3); return L_4; } IL_001c: { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_5 = __this->get__target_0(); RuntimeObject* L_6 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RuntimeObject* L_7; L_7 = RemotingServices_InternalExecuteMessage_mD4B941ABB6D0A77C8A48ECCF8E1EAB02E155E073(L_5, ((RuntimeObject*)Castclass((RuntimeObject*)L_6, IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_7; } } // System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.StackBuilderSink::AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StackBuilderSink_AsyncProcessMessage_mD0808808453FEC1D0007405AD33A2E4B660D56EC (StackBuilderSink_tD852C1DCFA0CDA0B882EE8342D24F54FAE5D647A * __this, RuntimeObject* ___msg0, RuntimeObject* ___replySink1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackBuilderSink_U3CAsyncProcessMessageU3Eb__4_0_mE45A77711FF9F8ACA991A6860974569C0099E05D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; RuntimeObject* L_2 = ___msg0; ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAtUnchecked(static_cast(0), (RuntimeObject *)L_2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_1; RuntimeObject* L_4 = ___replySink1; ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAtUnchecked(static_cast(1), (RuntimeObject *)L_4); V_0 = L_3; WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_5 = (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 *)il2cpp_codegen_object_new(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5(L_5, __this, (intptr_t)((intptr_t)StackBuilderSink_U3CAsyncProcessMessageU3Eb__4_0_mE45A77711FF9F8ACA991A6860974569C0099E05D_RuntimeMethod_var), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = V_0; bool L_7; L_7 = ThreadPool_QueueUserWorkItem_mA55899F403EAC69AE3C72A4F3E5FD207C131616C(L_5, (RuntimeObject *)(RuntimeObject *)L_6, /*hidden argument*/NULL); return (RuntimeObject*)NULL; } } // System.Void System.Runtime.Remoting.Messaging.StackBuilderSink::ExecuteAsyncMessage(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackBuilderSink_ExecuteAsyncMessage_mD51FDBD3A5839063EC1FB99194B446E8DF1D68F7 (StackBuilderSink_tD852C1DCFA0CDA0B882EE8342D24F54FAE5D647A * __this, RuntimeObject * ___ob0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* G_B2_0 = NULL; RuntimeObject* G_B1_0 = NULL; RuntimeObject* G_B3_0 = NULL; { RuntimeObject * L_0 = ___ob0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); int32_t L_2 = 0; RuntimeObject * L_3 = (L_1)->GetAtUnchecked(static_cast(L_2)); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_3, IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var)); int32_t L_4 = 1; RuntimeObject * L_5 = (L_1)->GetAtUnchecked(static_cast(L_4)); RuntimeObject* L_6 = V_0; StackBuilderSink_CheckParameters_m93EED6280439026481599D10A0A33F8FBFB12F2D(__this, L_6, /*hidden argument*/NULL); RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_7 = __this->get__rp_1(); G_B1_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_5, IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var)); if (!L_7) { G_B2_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_5, IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var)); goto IL_0034; } } { RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_8 = __this->get__rp_1(); RuntimeObject* L_9 = V_0; RuntimeObject* L_10; L_10 = VirtFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(5 /* System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Proxies.RealProxy::Invoke(System.Runtime.Remoting.Messaging.IMessage) */, L_8, L_9); V_1 = L_10; G_B3_0 = G_B1_0; goto IL_0041; } IL_0034: { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_11 = __this->get__target_0(); RuntimeObject* L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RuntimeObject* L_13; L_13 = RemotingServices_InternalExecuteMessage_mD4B941ABB6D0A77C8A48ECCF8E1EAB02E155E073(L_11, L_12, /*hidden argument*/NULL); V_1 = L_13; G_B3_0 = G_B2_0; } IL_0041: { RuntimeObject* L_14 = V_1; RuntimeObject* L_15; L_15 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.IMessageSink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) */, IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var, G_B3_0, L_14); return; } } // System.Void System.Runtime.Remoting.Messaging.StackBuilderSink::CheckParameters(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackBuilderSink_CheckParameters_m93EED6280439026481599D10A0A33F8FBFB12F2D (StackBuilderSink_tD852C1DCFA0CDA0B882EE8342D24F54FAE5D647A * __this, RuntimeObject* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* V_2 = NULL; int32_t V_3 = 0; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * V_4 = NULL; RuntimeObject * V_5 = NULL; Type_t * V_6 = NULL; { RuntimeObject* L_0 = ___msg0; V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_0, IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; MethodBase_t * L_2; L_2 = InterfaceFuncInvoker0< MethodBase_t * >::Invoke(3 /* System.Reflection.MethodBase System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodBase() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_1); ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_3; L_3 = VirtFuncInvoker0< ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* >::Invoke(17 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_2); V_1 = 0; V_2 = L_3; V_3 = 0; goto IL_00b5; } IL_001c: { ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_4 = V_2; int32_t L_5 = V_3; int32_t L_6 = L_5; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_7 = (L_4)->GetAtUnchecked(static_cast(L_6)); V_4 = L_7; RuntimeObject* L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = L_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); RuntimeObject * L_11; L_11 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(8 /* System.Object System.Runtime.Remoting.Messaging.IMethodMessage::GetArg(System.Int32) */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_8, L_10); V_5 = L_11; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_12 = V_4; Type_t * L_13; L_13 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_12); V_6 = L_13; Type_t * L_14 = V_6; bool L_15; L_15 = Type_get_IsByRef_mDB28F5482F9AE4407101B294CD3ADB01106CA4A3(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0049; } } { Type_t * L_16 = V_6; Type_t * L_17; L_17 = VirtFuncInvoker0< Type_t * >::Invoke(92 /* System.Type System.Type::GetElementType() */, L_16); V_6 = L_17; } IL_0049: { RuntimeObject * L_18 = V_5; if (!L_18) { goto IL_00b1; } } { Type_t * L_19 = V_6; RuntimeObject * L_20 = V_5; bool L_21; L_21 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(102 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_19, L_20); if (L_21) { goto IL_00b1; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)7); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_23 = L_22; ArrayElementTypeCheck (L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD2E1AA5C0B1B88F5B50527DD8A796921F9206E10))); (L_23)->SetAtUnchecked(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD2E1AA5C0B1B88F5B50527DD8A796921F9206E10))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_24 = L_23; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_25 = V_4; int32_t L_26; L_26 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Reflection.ParameterInfo::get_Position() */, L_25); int32_t L_27 = L_26; RuntimeObject * L_28 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_27); ArrayElementTypeCheck (L_24, L_28); (L_24)->SetAtUnchecked(static_cast(1), (RuntimeObject *)L_28); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_29 = L_24; ArrayElementTypeCheck (L_29, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral492DDF46237C7775B0843618FD4036893C4F9D01))); (L_29)->SetAtUnchecked(static_cast(2), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral492DDF46237C7775B0843618FD4036893C4F9D01))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_30 = L_29; RuntimeObject * L_31 = V_5; Type_t * L_32; L_32 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_31, /*hidden argument*/NULL); String_t* L_33; L_33 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_AssemblyQualifiedName() */, L_32); ArrayElementTypeCheck (L_30, L_33); (L_30)->SetAtUnchecked(static_cast(3), (RuntimeObject *)L_33); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_34 = L_30; ArrayElementTypeCheck (L_34, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral775538CD0F9A714D2F7A4EF8AE87C1CA9D76C951))); (L_34)->SetAtUnchecked(static_cast(4), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral775538CD0F9A714D2F7A4EF8AE87C1CA9D76C951))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_35 = L_34; Type_t * L_36 = V_6; String_t* L_37; L_37 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_AssemblyQualifiedName() */, L_36); ArrayElementTypeCheck (L_35, L_37); (L_35)->SetAtUnchecked(static_cast(5), (RuntimeObject *)L_37); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_38 = L_35; ArrayElementTypeCheck (L_38, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D))); (L_38)->SetAtUnchecked(static_cast(6), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D))); String_t* L_39; L_39 = String_Concat_m6F0ED62933448F8B944E52872E1EE86F6705D306(L_38, /*hidden argument*/NULL); RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * L_40 = (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_il2cpp_TypeInfo_var))); RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9(L_40, L_39, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackBuilderSink_CheckParameters_m93EED6280439026481599D10A0A33F8FBFB12F2D_RuntimeMethod_var))); } IL_00b1: { int32_t L_41 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00b5: { int32_t L_42 = V_3; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_43 = V_2; if ((((int32_t)L_42) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length)))))) { goto IL_001c; } } { return; } } // System.Void System.Runtime.Remoting.Messaging.StackBuilderSink::b__4_0(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackBuilderSink_U3CAsyncProcessMessageU3Eb__4_0_mE45A77711FF9F8ACA991A6860974569C0099E05D (StackBuilderSink_tD852C1DCFA0CDA0B882EE8342D24F54FAE5D647A * __this, RuntimeObject * ___data0, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) RuntimeObject * L_0 = ___data0; StackBuilderSink_ExecuteAsyncMessage_mD51FDBD3A5839063EC1FB99194B446E8DF1D68F7(__this, L_0, /*hidden argument*/NULL); goto IL_000c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0009; } throw e; } CATCH_0009: { // begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_000c; } // end catch (depth: 1) IL_000c: { 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 // Conversion methods for marshalling of: System.Diagnostics.StackFrame IL2CPP_EXTERN_C void StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F_marshal_pinvoke(const StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F& unmarshaled, StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F_marshaled_pinvoke& marshaled) { Exception_t* ___methodBase_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'methodBase' of type 'StackFrame': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___methodBase_5Exception, NULL); } IL2CPP_EXTERN_C void StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F_marshal_pinvoke_back(const StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F_marshaled_pinvoke& marshaled, StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F& unmarshaled) { Exception_t* ___methodBase_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'methodBase' of type 'StackFrame': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___methodBase_5Exception, NULL); } // Conversion method for clean up from marshalling of: System.Diagnostics.StackFrame IL2CPP_EXTERN_C void StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F_marshal_pinvoke_cleanup(StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Diagnostics.StackFrame IL2CPP_EXTERN_C void StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F_marshal_com(const StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F& unmarshaled, StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F_marshaled_com& marshaled) { Exception_t* ___methodBase_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'methodBase' of type 'StackFrame': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___methodBase_5Exception, NULL); } IL2CPP_EXTERN_C void StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F_marshal_com_back(const StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F_marshaled_com& marshaled, StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F& unmarshaled) { Exception_t* ___methodBase_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'methodBase' of type 'StackFrame': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___methodBase_5Exception, NULL); } // Conversion method for clean up from marshalling of: System.Diagnostics.StackFrame IL2CPP_EXTERN_C void StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F_marshal_com_cleanup(StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F_marshaled_com& marshaled) { } // System.Boolean System.Diagnostics.StackFrame::get_frame_info(System.Int32,System.Boolean,System.Reflection.MethodBase&,System.Int32&,System.Int32&,System.String&,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackFrame_get_frame_info_mA0B46013B71E4A263F9971AC675C9D0584CC593D (int32_t ___skip0, bool ___needFileInfo1, MethodBase_t ** ___method2, int32_t* ___iloffset3, int32_t* ___native_offset4, String_t** ___file5, int32_t* ___line6, int32_t* ___column7, const RuntimeMethod* method) { typedef bool (*StackFrame_get_frame_info_mA0B46013B71E4A263F9971AC675C9D0584CC593D_ftn) (int32_t, bool, MethodBase_t **, int32_t*, int32_t*, String_t**, int32_t*, int32_t*); using namespace il2cpp::icalls; return ((StackFrame_get_frame_info_mA0B46013B71E4A263F9971AC675C9D0584CC593D_ftn)mscorlib::System::Diagnostics::StackFrame::get_frame_info) (___skip0, ___needFileInfo1, ___method2, ___iloffset3, ___native_offset4, ___file5, ___line6, ___column7); } // System.Void System.Diagnostics.StackFrame::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrame__ctor_mAD5956ABC3D674062B0D033C88BBB66C7DF59DFD (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * __this, const RuntimeMethod* method) { { __this->set_ilOffset_1((-1)); __this->set_nativeOffset_2((-1)); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); MethodBase_t ** L_0 = __this->get_address_of_methodBase_5(); int32_t* L_1 = __this->get_address_of_ilOffset_1(); int32_t* L_2 = __this->get_address_of_nativeOffset_2(); String_t** L_3 = __this->get_address_of_fileName_6(); int32_t* L_4 = __this->get_address_of_lineNumber_7(); int32_t* L_5 = __this->get_address_of_columnNumber_8(); bool L_6; L_6 = StackFrame_get_frame_info_mA0B46013B71E4A263F9971AC675C9D0584CC593D(2, (bool)0, (MethodBase_t **)L_0, (int32_t*)L_1, (int32_t*)L_2, (String_t**)L_3, (int32_t*)L_4, (int32_t*)L_5, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.StackFrame::.ctor(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void StackFrame__ctor_mAA0C4E1BEAD81CE4169D7ABABD28C6502425F4C4 (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * __this, int32_t ___skipFrames0, bool ___fNeedFileInfo1, const RuntimeMethod* method) { { __this->set_ilOffset_1((-1)); __this->set_nativeOffset_2((-1)); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___skipFrames0; bool L_1 = ___fNeedFileInfo1; MethodBase_t ** L_2 = __this->get_address_of_methodBase_5(); int32_t* L_3 = __this->get_address_of_ilOffset_1(); int32_t* L_4 = __this->get_address_of_nativeOffset_2(); String_t** L_5 = __this->get_address_of_fileName_6(); int32_t* L_6 = __this->get_address_of_lineNumber_7(); int32_t* L_7 = __this->get_address_of_columnNumber_8(); bool L_8; L_8 = StackFrame_get_frame_info_mA0B46013B71E4A263F9971AC675C9D0584CC593D(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)2)), L_1, (MethodBase_t **)L_2, (int32_t*)L_3, (int32_t*)L_4, (String_t**)L_5, (int32_t*)L_6, (int32_t*)L_7, /*hidden argument*/NULL); return; } } // System.Int32 System.Diagnostics.StackFrame::GetFileLineNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StackFrame_GetFileLineNumber_mDB226AD197BE4D81133B25D42E8F32BDE83FA04B (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_lineNumber_7(); return L_0; } } // System.String System.Diagnostics.StackFrame::GetFileName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackFrame_GetFileName_mCDDAFE12000250DF54E96252A4BB06C58F765DE5 (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_fileName_6(); return L_0; } } // System.String System.Diagnostics.StackFrame::GetSecureFileName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackFrame_GetSecureFileName_mF427D697C7EF96E128D8E46AB453782CA47D0B14 (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C6D64B7A0CDB6E3207FA23727AD41AA18ED8FF5); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = _stringLiteral0C6D64B7A0CDB6E3207FA23727AD41AA18ED8FF5; String_t* L_0 = __this->get_fileName_6(); if (L_0) { goto IL_0010; } } { String_t* L_1 = V_0; return L_1; } IL_0010: { } IL_0011: try { // begin try (depth: 1) String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Diagnostics.StackFrame::GetFileName() */, __this); V_0 = L_2; goto IL_001d; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityException_t3BE23C00ECC638A4EDCAA33572C4DCC21F2FA769_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001a; } throw e; } CATCH_001a: { // begin catch(System.Security.SecurityException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_001d; } // end catch (depth: 1) IL_001d: { String_t* L_3 = V_0; return L_3; } } // System.Int32 System.Diagnostics.StackFrame::GetILOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StackFrame_GetILOffset_mAE2E14EEBFC513718B5BC7239DFB73DCA44724C8 (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_ilOffset_1(); return L_0; } } // System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * StackFrame_GetMethod_mD28FCD1B1A40235259C5828D57810899DEE14385 (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * __this, const RuntimeMethod* method) { { MethodBase_t * L_0 = __this->get_methodBase_5(); return L_0; } } // System.Int32 System.Diagnostics.StackFrame::GetNativeOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StackFrame_GetNativeOffset_m84A5A2AF84843B898ED48E5A8F92A602E4F9F734 (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_nativeOffset_2(); return L_0; } } // System.Int64 System.Diagnostics.StackFrame::GetMethodAddress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t StackFrame_GetMethodAddress_m44EA365180CA3034E7DE1224EBFB1E2276D6FA8C (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_methodAddress_3(); return L_0; } } // System.UInt32 System.Diagnostics.StackFrame::GetMethodIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t StackFrame_GetMethodIndex_m5B3272EC2CC6B7F4A0A80F66A8CDD530D50F2E63 (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * __this, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_methodIndex_4(); return L_0; } } // System.String System.Diagnostics.StackFrame::GetInternalMethodName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackFrame_GetInternalMethodName_m9ADAF843DD607AFE27375E971D4E73AA1C2004E7 (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_internalMethodName_9(); return L_0; } } // System.String System.Diagnostics.StackFrame::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackFrame_ToString_m1B8A1F8F532260F3DC8E95D98747CF9B9FFAE675 (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral052F16D71B2E10244ED0ACB1335E8644055DE808); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F6F9EAE7D2F05E9B73C193601B3E6BEE5E50332); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15CB2E622D7D277FACF794D7CC4B489940CCEBD3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6ECED4A9B5D8B5F2668BE1F6B53E9E164EF0C60E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80B69DF6F2C78282CF453F1F8A92F520650673FF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E9055ADBCF112D9A1559D59E64A664BCE8DCAD1); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_0 = L_0; MethodBase_t * L_1 = __this->get_methodBase_5(); bool L_2; L_2 = MethodBase_op_Equality_mE51D1B8866596BB4F10236536444F5923A21DFD4(L_1, (MethodBase_t *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0027; } } { StringBuilder_t * L_3 = V_0; String_t* L_4; L_4 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(_stringLiteral0F6F9EAE7D2F05E9B73C193601B3E6BEE5E50332, /*hidden argument*/NULL); StringBuilder_t * L_5; L_5 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_3, L_4, /*hidden argument*/NULL); goto IL_0039; } IL_0027: { StringBuilder_t * L_6 = V_0; MethodBase_t * L_7 = __this->get_methodBase_5(); String_t* L_8; L_8 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7); StringBuilder_t * L_9; L_9 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_6, L_8, /*hidden argument*/NULL); } IL_0039: { StringBuilder_t * L_10 = V_0; String_t* L_11; L_11 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(_stringLiteral8E9055ADBCF112D9A1559D59E64A664BCE8DCAD1, /*hidden argument*/NULL); StringBuilder_t * L_12; L_12 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_10, L_11, /*hidden argument*/NULL); int32_t L_13 = __this->get_ilOffset_1(); if ((!(((uint32_t)L_13) == ((uint32_t)(-1))))) { goto IL_0066; } } { StringBuilder_t * L_14 = V_0; String_t* L_15; L_15 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(_stringLiteral80B69DF6F2C78282CF453F1F8A92F520650673FF, /*hidden argument*/NULL); StringBuilder_t * L_16; L_16 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_14, L_15, /*hidden argument*/NULL); goto IL_0084; } IL_0066: { StringBuilder_t * L_17 = V_0; String_t* L_18; L_18 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(_stringLiteral15CB2E622D7D277FACF794D7CC4B489940CCEBD3, /*hidden argument*/NULL); StringBuilder_t * L_19; L_19 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_17, L_18, /*hidden argument*/NULL); StringBuilder_t * L_20 = V_0; int32_t L_21 = __this->get_ilOffset_1(); StringBuilder_t * L_22; L_22 = StringBuilder_Append_m796285D173EEA5261E85B95FC79DD4F996CC93DD(L_20, L_21, /*hidden argument*/NULL); } IL_0084: { StringBuilder_t * L_23 = V_0; String_t* L_24; L_24 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(_stringLiteral052F16D71B2E10244ED0ACB1335E8644055DE808, /*hidden argument*/NULL); StringBuilder_t * L_25; L_25 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_23, L_24, /*hidden argument*/NULL); StringBuilder_t * L_26 = V_0; String_t* L_27; L_27 = StackFrame_GetSecureFileName_mF427D697C7EF96E128D8E46AB453782CA47D0B14(__this, /*hidden argument*/NULL); StringBuilder_t * L_28; L_28 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_26, L_27, /*hidden argument*/NULL); StringBuilder_t * L_29 = V_0; int32_t L_30 = __this->get_lineNumber_7(); int32_t L_31 = L_30; RuntimeObject * L_32 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_31); int32_t L_33 = __this->get_columnNumber_8(); int32_t L_34 = L_33; RuntimeObject * L_35 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_34); StringBuilder_t * L_36; L_36 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_29, _stringLiteral6ECED4A9B5D8B5F2668BE1F6B53E9E164EF0C60E, L_32, L_35, /*hidden argument*/NULL); StringBuilder_t * L_37 = V_0; String_t* L_38; L_38 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_37); return L_38; } } #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.Threading.Tasks.StackGuard::TryBeginInliningScope() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackGuard_TryBeginInliningScope_m663FAF52A48EEE22EAE1DFA69E167AF82F090AAF (StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_inliningDepth_0(); if ((((int32_t)L_0) < ((int32_t)((int32_t)20)))) { goto IL_0012; } } { bool L_1; L_1 = StackGuard_CheckForSufficientStack_m5074E93E782699A5EA0BA80F05DEB9B2C95FCA37(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0022; } } IL_0012: { int32_t L_2 = __this->get_m_inliningDepth_0(); __this->set_m_inliningDepth_0(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return (bool)1; } IL_0022: { return (bool)0; } } // System.Void System.Threading.Tasks.StackGuard::EndInliningScope() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackGuard_EndInliningScope_m4EA0F5072CB4F1BC6C131A998DF50AB8E5546957 (StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_inliningDepth_0(); __this->set_m_inliningDepth_0(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get_m_inliningDepth_0(); if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_001e; } } { __this->set_m_inliningDepth_0(0); } IL_001e: { return; } } // System.Boolean System.Threading.Tasks.StackGuard::CheckForSufficientStack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackGuard_CheckForSufficientStack_m5074E93E782699A5EA0BA80F05DEB9B2C95FCA37 (StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Threading.Tasks.StackGuard::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackGuard__ctor_m4CA04FF5B9FAE4D56D48E64580413E6C5C52B5FF (StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.StackOverflowException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackOverflowException__ctor_mA9AE4BB823EBDA7653E630F2E618738B3CC70DC5 (StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral982639EEE13FE060DC658AF6B148390520366D75); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteral982639EEE13FE060DC658AF6B148390520366D75, /*hidden argument*/NULL); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2147023895), /*hidden argument*/NULL); return; } } // System.Void System.StackOverflowException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackOverflowException__ctor_m78FDE8B60A9643D5C55F4CA90CA92786A39DDD28 (StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2147023895), /*hidden argument*/NULL); return; } } // System.Void System.StackOverflowException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackOverflowException__ctor_mBFF35A248B32C523FB1A8D1202BB4FB7170731B2 (StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.StackTrace::.ctor() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void StackTrace__ctor_m581BD3EF23F0FB83F2D4B5AAC86FD945894BDFD7 (StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); StackTrace_init_frames_m6741BAEAB58FB466D73D51744D21EBD52DCF3E16(__this, 0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.StackTrace::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void StackTrace__ctor_m7277E1F7BE981C911B55B2CC2FA53F844C640F1B (StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * __this, bool ___fNeedFileInfo0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); bool L_0 = ___fNeedFileInfo0; StackTrace_init_frames_m6741BAEAB58FB466D73D51744D21EBD52DCF3E16(__this, 0, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.StackTrace::.ctor(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void StackTrace__ctor_mC8E812FCCD6BE794DE4B6DC5347E1B19AB379407 (StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * __this, int32_t ___skipFrames0, bool ___fNeedFileInfo1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___skipFrames0; bool L_1 = ___fNeedFileInfo1; StackTrace_init_frames_m6741BAEAB58FB466D73D51744D21EBD52DCF3E16(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.StackTrace::init_frames(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void StackTrace_init_frames_m6741BAEAB58FB466D73D51744D21EBD52DCF3E16 (StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * __this, int32_t ___skipFrames0, bool ___fNeedFileInfo1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB5289C0316C6918A60D8D1D5CDE81483D5F86A57_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_mFEB1C5ABC36B1EBAEBEFF4671E9C5FA7572FB04E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mE7968540B33BF2AE49132F65916E736E9D0D3CC9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2E01C571E733112C39E0970BF9193E00B487FF86_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * V_0 = NULL; List_1_t2E01C571E733112C39E0970BF9193E00B487FF86 * V_1 = NULL; { int32_t L_0 = ___skipFrames0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral76090A3CE9567D0D26B5213CB891A873540230EE)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF224A334AF1CFC62B512F53E3DAF372FDB579B18)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackTrace_init_frames_m6741BAEAB58FB466D73D51744D21EBD52DCF3E16_RuntimeMethod_var))); } IL_0014: { List_1_t2E01C571E733112C39E0970BF9193E00B487FF86 * L_2 = (List_1_t2E01C571E733112C39E0970BF9193E00B487FF86 *)il2cpp_codegen_object_new(List_1_t2E01C571E733112C39E0970BF9193E00B487FF86_il2cpp_TypeInfo_var); List_1__ctor_mE7968540B33BF2AE49132F65916E736E9D0D3CC9(L_2, /*hidden argument*/List_1__ctor_mE7968540B33BF2AE49132F65916E736E9D0D3CC9_RuntimeMethod_var); V_1 = L_2; int32_t L_3 = ___skipFrames0; ___skipFrames0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)2)); goto IL_002d; } IL_0021: { List_1_t2E01C571E733112C39E0970BF9193E00B487FF86 * L_4 = V_1; StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_5 = V_0; List_1_Add_mB5289C0316C6918A60D8D1D5CDE81483D5F86A57(L_4, L_5, /*hidden argument*/List_1_Add_mB5289C0316C6918A60D8D1D5CDE81483D5F86A57_RuntimeMethod_var); int32_t L_6 = ___skipFrames0; ___skipFrames0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_002d: { int32_t L_7 = ___skipFrames0; bool L_8 = ___fNeedFileInfo1; StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_9 = (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F *)il2cpp_codegen_object_new(StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F_il2cpp_TypeInfo_var); StackFrame__ctor_mAA0C4E1BEAD81CE4169D7ABABD28C6502425F4C4(L_9, L_7, L_8, /*hidden argument*/NULL); StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_10 = L_9; V_0 = L_10; if (!L_10) { goto IL_0046; } } { StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_11 = V_0; MethodBase_t * L_12; L_12 = VirtFuncInvoker0< MethodBase_t * >::Invoke(7 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_11); bool L_13; L_13 = MethodBase_op_Inequality_m43FB6861A2B47B543F0C57873C23974FF42723F6(L_12, (MethodBase_t *)NULL, /*hidden argument*/NULL); if (L_13) { goto IL_0021; } } IL_0046: { bool L_14 = ___fNeedFileInfo1; __this->set_debug_info_3(L_14); List_1_t2E01C571E733112C39E0970BF9193E00B487FF86 * L_15 = V_1; StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* L_16; L_16 = List_1_ToArray_mFEB1C5ABC36B1EBAEBEFF4671E9C5FA7572FB04E(L_15, /*hidden argument*/List_1_ToArray_mFEB1C5ABC36B1EBAEBEFF4671E9C5FA7572FB04E_RuntimeMethod_var); __this->set_frames_1(L_16); return; } } // System.Diagnostics.StackFrame[] System.Diagnostics.StackTrace::get_trace(System.Exception,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* StackTrace_get_trace_m7E268880B99F044703C06F3171D9A14D4CD88EF3 (Exception_t * ___e0, int32_t ___skipFrames1, bool ___fNeedFileInfo2, const RuntimeMethod* method) { typedef StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* (*StackTrace_get_trace_m7E268880B99F044703C06F3171D9A14D4CD88EF3_ftn) (Exception_t *, int32_t, bool); using namespace il2cpp::icalls; return ((StackTrace_get_trace_m7E268880B99F044703C06F3171D9A14D4CD88EF3_ftn)mscorlib::System::Diagnostics::StackTrace::get_trace) (___e0, ___skipFrames1, ___fNeedFileInfo2); } // System.Void System.Diagnostics.StackTrace::.ctor(System.Exception,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackTrace__ctor_mDDB731F785396BB7FA158BEA552BD06B80351FEB (StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * __this, Exception_t * ___e0, bool ___fNeedFileInfo1, const RuntimeMethod* method) { { Exception_t * L_0 = ___e0; bool L_1 = ___fNeedFileInfo1; StackTrace__ctor_mA8C6FDA297B79C6D9D0CC97698E6DDB8C2B139BB(__this, L_0, 0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.StackTrace::.ctor(System.Exception,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackTrace__ctor_mA8C6FDA297B79C6D9D0CC97698E6DDB8C2B139BB (StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * __this, Exception_t * ___e0, int32_t ___skipFrames1, bool ___fNeedFileInfo2, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Exception_t * L_0 = ___e0; if (L_0) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36282FAC116D9FD6B37CC425310E1A8510F08A53)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackTrace__ctor_mA8C6FDA297B79C6D9D0CC97698E6DDB8C2B139BB_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___skipFrames1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0028; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_3 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral76090A3CE9567D0D26B5213CB891A873540230EE)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF224A334AF1CFC62B512F53E3DAF372FDB579B18)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackTrace__ctor_mA8C6FDA297B79C6D9D0CC97698E6DDB8C2B139BB_RuntimeMethod_var))); } IL_0028: { Exception_t * L_4 = ___e0; int32_t L_5 = ___skipFrames1; bool L_6 = ___fNeedFileInfo2; StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* L_7; L_7 = StackTrace_get_trace_m7E268880B99F044703C06F3171D9A14D4CD88EF3(L_4, L_5, L_6, /*hidden argument*/NULL); __this->set_frames_1(L_7); Exception_t * L_8 = ___e0; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* L_9 = L_8->get_captured_traces_14(); __this->set_captured_traces_2(L_9); return; } } // System.Int32 System.Diagnostics.StackTrace::get_FrameCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StackTrace_get_FrameCount_m8C849B73030FF982FD78B4EE7D5C7193267D0393 (StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * __this, const RuntimeMethod* method) { { StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* L_0 = __this->get_frames_1(); if (!L_0) { goto IL_0011; } } { StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* L_1 = __this->get_frames_1(); return ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); } IL_0011: { return 0; } } // System.Diagnostics.StackFrame System.Diagnostics.StackTrace::GetFrame(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * StackTrace_GetFrame_m4F2BFE886200B5D7DE555144338479334F28B56B (StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000d; } } { int32_t L_1 = ___index0; int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Diagnostics.StackTrace::get_FrameCount() */, __this); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_000f; } } IL_000d: { return (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F *)NULL; } IL_000f: { StackFrameU5BU5D_t29238B62C287BAACD78F100511D4023931CEA8A1* L_3 = __this->get_frames_1(); int32_t L_4 = ___index0; int32_t L_5 = L_4; StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_6 = (L_3)->GetAtUnchecked(static_cast(L_5)); return L_6; } } // System.String System.Diagnostics.StackTrace::GetAotId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackTrace_GetAotId_mF7262F2D6BB34E07F746A589CC19AAC602AB5232 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE42E8BB820D4F7550A0F04619F4E15FDC56943B9); s_Il2CppMethodInitialized = true; } Guid_t V_0; memset((&V_0), 0, sizeof(V_0)); { bool L_0 = ((StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_StaticFields*)il2cpp_codegen_static_fields_for(StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_il2cpp_TypeInfo_var))->get_isAotidSet_4(); if (L_0) { goto IL_003a; } } { String_t* L_1; L_1 = Assembly_GetAotId_m0CCA26FC331B5ED86943BE7461377CE4282B7A3E(/*hidden argument*/NULL); ((StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_StaticFields*)il2cpp_codegen_static_fields_for(StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_il2cpp_TypeInfo_var))->set_aotid_5(L_1); String_t* L_2 = ((StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_StaticFields*)il2cpp_codegen_static_fields_for(StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_il2cpp_TypeInfo_var))->get_aotid_5(); if (!L_2) { goto IL_0034; } } { String_t* L_3 = ((StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_StaticFields*)il2cpp_codegen_static_fields_for(StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_il2cpp_TypeInfo_var))->get_aotid_5(); Guid_t L_4; memset((&L_4), 0, sizeof(L_4)); Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66((&L_4), L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5; L_5 = Guid_ToString_mB4CBA020EEFAC3F6E828BB8A15E813F3680CEFAB((Guid_t *)(&V_0), _stringLiteralE42E8BB820D4F7550A0F04619F4E15FDC56943B9, /*hidden argument*/NULL); ((StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_StaticFields*)il2cpp_codegen_static_fields_for(StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_il2cpp_TypeInfo_var))->set_aotid_5(L_5); } IL_0034: { ((StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_StaticFields*)il2cpp_codegen_static_fields_for(StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_il2cpp_TypeInfo_var))->set_isAotidSet_4((bool)1); } IL_003a: { String_t* L_6 = ((StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_StaticFields*)il2cpp_codegen_static_fields_for(StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888_il2cpp_TypeInfo_var))->get_aotid_5(); return L_6; } } // System.Boolean System.Diagnostics.StackTrace::AddFrames(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackTrace_AddFrames_mBD56A1B153272A84AC74D0C04E4BB0B11227EFB8 (StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral012D19DEDB7F268C61672C79B02816C18D097BF4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05BE11CA8745D9E40F7E780C852B45025FB15804); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DFEBF342B2EC9E1B2887EEA1FC41C532F92A6B5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F6F9EAE7D2F05E9B73C193601B3E6BEE5E50332); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B0C93330E9DD2B87A22B6324E499950A892FE6C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D429E066663E8F2FE75C06B462A453AEC63D86F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F82196A6F25AC4E97E6DAE2D0F20D7DFE1A48F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48F1B2E34DB21FCB5F2135CD6BDC706B5EC88DE4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CAB87F6B3ED1D0AB3511FC787A210897543525E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F9797AAADC6DFCEFE4DC6E7F721ADA268A60793); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6856754C069BB887EACADAC5402DFC04DF58E7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE42E8BB820D4F7550A0F04619F4E15FDC56943B9); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * V_5 = NULL; String_t* V_6 = NULL; String_t* V_7 = NULL; String_t* V_8 = NULL; String_t* V_9 = NULL; Guid_t V_10; memset((&V_10), 0, sizeof(V_10)); { String_t* L_0; L_0 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(_stringLiteral0F6F9EAE7D2F05E9B73C193601B3E6BEE5E50332, /*hidden argument*/NULL); V_2 = L_0; V_1 = _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA; String_t* L_1; L_1 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(_stringLiteral48F1B2E34DB21FCB5F2135CD6BDC706B5EC88DE4, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); String_t* L_3 = V_1; String_t* L_4; L_4 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(_stringLiteral5CAB87F6B3ED1D0AB3511FC787A210897543525E, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(_stringLiteral7F9797AAADC6DFCEFE4DC6E7F721ADA268A60793, L_2, L_3, L_4, /*hidden argument*/NULL); V_3 = L_5; V_4 = 0; goto IL_01c5; } IL_003f: { int32_t L_6 = V_4; StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_7; L_7 = VirtFuncInvoker1< StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F *, int32_t >::Invoke(5 /* System.Diagnostics.StackFrame System.Diagnostics.StackTrace::GetFrame(System.Int32) */, __this, L_6); V_5 = L_7; int32_t L_8 = V_4; if (L_8) { goto IL_0066; } } { StringBuilder_t * L_9 = ___sb0; String_t* L_10 = V_1; String_t* L_11; L_11 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(_stringLiteral5CAB87F6B3ED1D0AB3511FC787A210897543525E, /*hidden argument*/NULL); StringBuilder_t * L_12; L_12 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_9, _stringLiteral1D429E066663E8F2FE75C06B462A453AEC63D86F, L_10, L_11, /*hidden argument*/NULL); goto IL_006e; } IL_0066: { StringBuilder_t * L_13 = ___sb0; String_t* L_14 = V_3; StringBuilder_t * L_15; L_15 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_13, L_14, /*hidden argument*/NULL); } IL_006e: { StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_16 = V_5; MethodBase_t * L_17; L_17 = VirtFuncInvoker0< MethodBase_t * >::Invoke(7 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_16); bool L_18; L_18 = MethodBase_op_Equality_mE51D1B8866596BB4F10236536444F5923A21DFD4(L_17, (MethodBase_t *)NULL, /*hidden argument*/NULL); if (!L_18) { goto IL_00c2; } } { StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_19 = V_5; String_t* L_20; L_20 = StackFrame_GetInternalMethodName_m9ADAF843DD607AFE27375E971D4E73AA1C2004E7_inline(L_19, /*hidden argument*/NULL); V_6 = L_20; String_t* L_21 = V_6; if (!L_21) { goto IL_0098; } } { StringBuilder_t * L_22 = ___sb0; String_t* L_23 = V_6; StringBuilder_t * L_24; L_24 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_22, L_23, /*hidden argument*/NULL); goto IL_01bf; } IL_0098: { StringBuilder_t * L_25 = ___sb0; StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_26 = V_5; int64_t L_27; L_27 = StackFrame_GetMethodAddress_m44EA365180CA3034E7DE1224EBFB1E2276D6FA8C_inline(L_26, /*hidden argument*/NULL); int64_t L_28 = L_27; RuntimeObject * L_29 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_28); StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_30 = V_5; int32_t L_31; L_31 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Diagnostics.StackFrame::GetNativeOffset() */, L_30); int32_t L_32 = L_31; RuntimeObject * L_33 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_32); String_t* L_34 = V_2; StringBuilder_t * L_35; L_35 = StringBuilder_AppendFormat_m3648BC8C77CEA688F3B90C7D79007CEDE85947E3(L_25, _stringLiteral0DFEBF342B2EC9E1B2887EEA1FC41C532F92A6B5, L_29, L_33, L_34, /*hidden argument*/NULL); goto IL_01bf; } IL_00c2: { StringBuilder_t * L_36 = ___sb0; StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_37 = V_5; MethodBase_t * L_38; L_38 = VirtFuncInvoker0< MethodBase_t * >::Invoke(7 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_37); StackTrace_GetFullNameForStackTrace_mB5F44F03311BCAFDF646EC7C1AE038C1677F24B4(__this, L_36, L_38, /*hidden argument*/NULL); StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_39 = V_5; int32_t L_40; L_40 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Diagnostics.StackFrame::GetILOffset() */, L_39); if ((!(((uint32_t)L_40) == ((uint32_t)(-1))))) { goto IL_0126; } } { StringBuilder_t * L_41 = ___sb0; StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_42 = V_5; int64_t L_43; L_43 = StackFrame_GetMethodAddress_m44EA365180CA3034E7DE1224EBFB1E2276D6FA8C_inline(L_42, /*hidden argument*/NULL); int64_t L_44 = L_43; RuntimeObject * L_45 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_44); StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_46 = V_5; int32_t L_47; L_47 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Diagnostics.StackFrame::GetNativeOffset() */, L_46); int32_t L_48 = L_47; RuntimeObject * L_49 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_48); StringBuilder_t * L_50; L_50 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_41, _stringLiteralD6856754C069BB887EACADAC5402DFC04DF58E7C, L_45, L_49, /*hidden argument*/NULL); StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_51 = V_5; uint32_t L_52; L_52 = StackFrame_GetMethodIndex_m5B3272EC2CC6B7F4A0A80F66A8CDD530D50F2E63_inline(L_51, /*hidden argument*/NULL); if ((((int32_t)L_52) == ((int32_t)((int32_t)16777215)))) { goto IL_013e; } } { StringBuilder_t * L_53 = ___sb0; StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_54 = V_5; uint32_t L_55; L_55 = StackFrame_GetMethodIndex_m5B3272EC2CC6B7F4A0A80F66A8CDD530D50F2E63_inline(L_54, /*hidden argument*/NULL); uint32_t L_56 = L_55; RuntimeObject * L_57 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_56); StringBuilder_t * L_58; L_58 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_53, _stringLiteral05BE11CA8745D9E40F7E780C852B45025FB15804, L_57, /*hidden argument*/NULL); goto IL_013e; } IL_0126: { StringBuilder_t * L_59 = ___sb0; StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_60 = V_5; int32_t L_61; L_61 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Diagnostics.StackFrame::GetILOffset() */, L_60); int32_t L_62 = L_61; RuntimeObject * L_63 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_62); StringBuilder_t * L_64; L_64 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_59, _stringLiteral1B0C93330E9DD2B87A22B6324E499950A892FE6C, L_63, /*hidden argument*/NULL); } IL_013e: { StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_65 = V_5; String_t* L_66; L_66 = StackFrame_GetSecureFileName_mF427D697C7EF96E128D8E46AB453782CA47D0B14(L_65, /*hidden argument*/NULL); V_7 = L_66; String_t* L_67 = V_7; Il2CppChar L_68; L_68 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_67, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_68) == ((uint32_t)((int32_t)60))))) { goto IL_01a9; } } { StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_69 = V_5; MethodBase_t * L_70; L_70 = VirtFuncInvoker0< MethodBase_t * >::Invoke(7 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_69); Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * L_71; L_71 = VirtFuncInvoker0< Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * >::Invoke(15 /* System.Reflection.Module System.Reflection.MemberInfo::get_Module() */, L_70); Guid_t L_72; L_72 = VirtFuncInvoker0< Guid_t >::Invoke(11 /* System.Guid System.Reflection.Module::get_ModuleVersionId() */, L_71); V_10 = L_72; String_t* L_73; L_73 = Guid_ToString_mB4CBA020EEFAC3F6E828BB8A15E813F3680CEFAB((Guid_t *)(&V_10), _stringLiteralE42E8BB820D4F7550A0F04619F4E15FDC56943B9, /*hidden argument*/NULL); V_8 = L_73; String_t* L_74; L_74 = StackTrace_GetAotId_mF7262F2D6BB34E07F746A589CC19AAC602AB5232(/*hidden argument*/NULL); V_9 = L_74; StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_75 = V_5; int32_t L_76; L_76 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Diagnostics.StackFrame::GetILOffset() */, L_75); if ((!(((uint32_t)L_76) == ((uint32_t)(-1))))) { goto IL_0189; } } { String_t* L_77 = V_9; if (L_77) { goto IL_0199; } } IL_0189: { String_t* L_78 = V_8; String_t* L_79; L_79 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral012D19DEDB7F268C61672C79B02816C18D097BF4, L_78, /*hidden argument*/NULL); V_7 = L_79; goto IL_01a9; } IL_0199: { String_t* L_80 = V_8; String_t* L_81 = V_9; String_t* L_82; L_82 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteral1F82196A6F25AC4E97E6DAE2D0F20D7DFE1A48F8, L_80, L_81, /*hidden argument*/NULL); V_7 = L_82; } IL_01a9: { StringBuilder_t * L_83 = ___sb0; String_t* L_84 = V_0; String_t* L_85 = V_7; StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * L_86 = V_5; int32_t L_87; L_87 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Diagnostics.StackFrame::GetFileLineNumber() */, L_86); int32_t L_88 = L_87; RuntimeObject * L_89 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_88); StringBuilder_t * L_90; L_90 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_83, L_84, L_85, L_89, /*hidden argument*/NULL); } IL_01bf: { int32_t L_91 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1)); } IL_01c5: { int32_t L_92 = V_4; int32_t L_93; L_93 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Diagnostics.StackTrace::get_FrameCount() */, __this); if ((((int32_t)L_92) < ((int32_t)L_93))) { goto IL_003f; } } { int32_t L_94 = V_4; return (bool)((!(((uint32_t)L_94) <= ((uint32_t)0)))? 1 : 0); } } // System.Void System.Diagnostics.StackTrace::GetFullNameForStackTrace(System.Text.StringBuilder,System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackTrace_GetFullNameForStackTrace_mB5F44F03311BCAFDF646EC7C1AE038C1677F24B4 (StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * __this, StringBuilder_t * ___sb0, MethodBase_t * ___mi1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* V_1 = NULL; MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E* V_2 = NULL; int32_t V_3 = 0; MethodInfo_t * V_4 = NULL; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; Type_t * V_8 = NULL; { MethodBase_t * L_0 = ___mi1; Type_t * L_1; L_1 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_0); V_0 = L_1; Type_t * L_2 = V_0; bool L_3; L_3 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, L_2); if (!L_3) { goto IL_001e; } } { Type_t * L_4 = V_0; bool L_5; L_5 = VirtFuncInvoker0< bool >::Invoke(70 /* System.Boolean System.Type::get_IsGenericTypeDefinition() */, L_4); if (L_5) { goto IL_001e; } } { Type_t * L_6 = V_0; Type_t * L_7; L_7 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, L_6); V_0 = L_7; } IL_001e: { Type_t * L_8 = V_0; MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E* L_9; L_9 = VirtFuncInvoker1< MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E*, int32_t >::Invoke(41 /* System.Reflection.MethodInfo[] System.Type::GetMethods(System.Reflection.BindingFlags) */, L_8, ((int32_t)60)); V_2 = L_9; V_3 = 0; goto IL_0049; } IL_002b: { MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E* L_10 = V_2; int32_t L_11 = V_3; int32_t L_12 = L_11; MethodInfo_t * L_13 = (L_10)->GetAtUnchecked(static_cast(L_12)); V_4 = L_13; MethodInfo_t * L_14 = V_4; int32_t L_15; L_15 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Reflection.MemberInfo::get_MetadataToken() */, L_14); MethodBase_t * L_16 = ___mi1; int32_t L_17; L_17 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Reflection.MemberInfo::get_MetadataToken() */, L_16); if ((!(((uint32_t)L_15) == ((uint32_t)L_17)))) { goto IL_0045; } } { MethodInfo_t * L_18 = V_4; ___mi1 = L_18; goto IL_004f; } IL_0045: { int32_t L_19 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0049: { int32_t L_20 = V_3; MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E* L_21 = V_2; if ((((int32_t)L_20) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))))) { goto IL_002b; } } IL_004f: { StringBuilder_t * L_22 = ___sb0; Type_t * L_23 = V_0; String_t* L_24; L_24 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_23); StringBuilder_t * L_25; L_25 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_22, L_24, /*hidden argument*/NULL); StringBuilder_t * L_26 = ___sb0; StringBuilder_t * L_27; L_27 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_26, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); StringBuilder_t * L_28 = ___sb0; MethodBase_t * L_29 = ___mi1; String_t* L_30; L_30 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_29); StringBuilder_t * L_31; L_31 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_28, L_30, /*hidden argument*/NULL); MethodBase_t * L_32 = ___mi1; bool L_33; L_33 = VirtFuncInvoker0< bool >::Invoke(26 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethod() */, L_32); if (!L_33) { goto IL_00d2; } } { MethodBase_t * L_34 = ___mi1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_35; L_35 = VirtFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(23 /* System.Type[] System.Reflection.MethodBase::GetGenericArguments() */, L_34); V_5 = L_35; StringBuilder_t * L_36 = ___sb0; StringBuilder_t * L_37; L_37 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_36, _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1, /*hidden argument*/NULL); V_6 = 0; goto IL_00be; } IL_0096: { int32_t L_38 = V_6; if ((((int32_t)L_38) <= ((int32_t)0))) { goto IL_00a7; } } { StringBuilder_t * L_39 = ___sb0; StringBuilder_t * L_40; L_40 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_39, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, /*hidden argument*/NULL); } IL_00a7: { StringBuilder_t * L_41 = ___sb0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_42 = V_5; int32_t L_43 = V_6; int32_t L_44 = L_43; Type_t * L_45 = (L_42)->GetAtUnchecked(static_cast(L_44)); String_t* L_46; L_46 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_45); StringBuilder_t * L_47; L_47 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_41, L_46, /*hidden argument*/NULL); int32_t L_48 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_00be: { int32_t L_49 = V_6; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_50 = V_5; if ((((int32_t)L_49) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_50)->max_length)))))) { goto IL_0096; } } { StringBuilder_t * L_51 = ___sb0; StringBuilder_t * L_52; L_52 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_51, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, /*hidden argument*/NULL); } IL_00d2: { MethodBase_t * L_53 = ___mi1; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_54; L_54 = VirtFuncInvoker0< ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* >::Invoke(17 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_53); V_1 = L_54; StringBuilder_t * L_55 = ___sb0; StringBuilder_t * L_56; L_56 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_55, _stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32, /*hidden argument*/NULL); V_7 = 0; goto IL_015c; } IL_00ea: { int32_t L_57 = V_7; if ((((int32_t)L_57) <= ((int32_t)0))) { goto IL_00fb; } } { StringBuilder_t * L_58 = ___sb0; StringBuilder_t * L_59; L_59 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_58, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_00fb: { ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_60 = V_1; int32_t L_61 = V_7; int32_t L_62 = L_61; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_63 = (L_60)->GetAtUnchecked(static_cast(L_62)); Type_t * L_64; L_64 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_63); V_8 = L_64; Type_t * L_65 = V_8; bool L_66; L_66 = VirtFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsGenericType() */, L_65); if (!L_66) { goto IL_0121; } } { Type_t * L_67 = V_8; bool L_68; L_68 = VirtFuncInvoker0< bool >::Invoke(70 /* System.Boolean System.Type::get_IsGenericTypeDefinition() */, L_67); if (L_68) { goto IL_0121; } } { Type_t * L_69 = V_8; Type_t * L_70; L_70 = VirtFuncInvoker0< Type_t * >::Invoke(94 /* System.Type System.Type::GetGenericTypeDefinition() */, L_69); V_8 = L_70; } IL_0121: { StringBuilder_t * L_71 = ___sb0; Type_t * L_72 = V_8; String_t* L_73; L_73 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_72); StringBuilder_t * L_74; L_74 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_71, L_73, /*hidden argument*/NULL); ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_75 = V_1; int32_t L_76 = V_7; int32_t L_77 = L_76; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_78 = (L_75)->GetAtUnchecked(static_cast(L_77)); String_t* L_79; L_79 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_78); if (!L_79) { goto IL_0156; } } { StringBuilder_t * L_80 = ___sb0; StringBuilder_t * L_81; L_81 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_80, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, /*hidden argument*/NULL); StringBuilder_t * L_82 = ___sb0; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_83 = V_1; int32_t L_84 = V_7; int32_t L_85 = L_84; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_86 = (L_83)->GetAtUnchecked(static_cast(L_85)); String_t* L_87; L_87 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_86); StringBuilder_t * L_88; L_88 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_82, L_87, /*hidden argument*/NULL); } IL_0156: { int32_t L_89 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1)); } IL_015c: { int32_t L_90 = V_7; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_91 = V_1; if ((((int32_t)L_90) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_91)->max_length)))))) { goto IL_00ea; } } { StringBuilder_t * L_92 = ___sb0; StringBuilder_t * L_93; L_93 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_92, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, /*hidden argument*/NULL); return; } } // System.String System.Diagnostics.StackTrace::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackTrace_ToString_m06C77719D4A613BF0B518946B57E934965220094 (StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF306962EA63DA79E4806D8A7307784E9100B53CC); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* V_1 = NULL; int32_t V_2 = 0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_0 = L_0; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* L_1 = __this->get_captured_traces_2(); if (!L_1) { goto IL_0052; } } { StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* L_2 = __this->get_captured_traces_2(); V_1 = L_2; V_2 = 0; goto IL_004c; } IL_0019: { StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* L_3 = V_1; int32_t L_4 = V_2; int32_t L_5 = L_4; StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * L_6 = (L_3)->GetAtUnchecked(static_cast(L_5)); StringBuilder_t * L_7 = V_0; bool L_8; L_8 = StackTrace_AddFrames_mBD56A1B153272A84AC74D0C04E4BB0B11227EFB8(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0048; } } { StringBuilder_t * L_9 = V_0; String_t* L_10; L_10 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); StringBuilder_t * L_11; L_11 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_9, L_10, /*hidden argument*/NULL); StringBuilder_t * L_12 = V_0; StringBuilder_t * L_13; L_13 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_12, _stringLiteralF306962EA63DA79E4806D8A7307784E9100B53CC, /*hidden argument*/NULL); StringBuilder_t * L_14 = V_0; String_t* L_15; L_15 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); StringBuilder_t * L_16; L_16 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_14, L_15, /*hidden argument*/NULL); } IL_0048: { int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_004c: { int32_t L_18 = V_2; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* L_19 = V_1; if ((((int32_t)L_18) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))) { goto IL_0019; } } IL_0052: { StringBuilder_t * L_20 = V_0; bool L_21; L_21 = StackTrace_AddFrames_mBD56A1B153272A84AC74D0C04E4BB0B11227EFB8(__this, L_20, /*hidden argument*/NULL); StringBuilder_t * L_22 = V_0; String_t* L_23; L_23 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_22); return L_23; } } // System.String System.Diagnostics.StackTrace::ToString(System.Diagnostics.StackTrace/TraceFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackTrace_ToString_m878948A2563B5D53BB95BDFD4EE4ED3F46C188EB (StackTrace_t43C03122C6B2AAF0DCCF684B2D5FA6E673F02888 * __this, int32_t ___traceFormat0, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.Tasks.StandardTaskContinuation::.ctor(System.Threading.Tasks.Task,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandardTaskContinuation__ctor_mE1E5CC7F40A0DE8E78E590298500358EC29C1D63 (StandardTaskContinuation_t740639F203FBF1B86D3F0A967FF49970C1D9FA7E * __this, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, int32_t ___options1, TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___scheduler2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Delegate_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3670437DEC974D13B4198C1940E384EDBA31BE99); s_Il2CppMethodInitialized = true; } { TaskContinuation__ctor_m45EB0CD0E7B5BCD8A08DE772D13C0D108E9439B8(__this, /*hidden argument*/NULL); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_0 = ___task0; __this->set_m_task_0(L_0); int32_t L_1 = ___options1; __this->set_m_options_1(L_1); TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_2 = ___scheduler2; __this->set_m_taskScheduler_2(L_2); bool L_3; L_3 = AsyncCausalityTracer_get_LoggingOn_mE0A03E121425371B1D1B65640172137C3B8EEA15(/*hidden argument*/NULL); if (!L_3) { goto IL_0054; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_4 = __this->get_m_task_0(); int32_t L_5; L_5 = Task_get_Id_m34DAC27D91939B78DCD73A26085505A0B4D7235C(L_4, /*hidden argument*/NULL); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_6 = ___task0; RuntimeObject * L_7 = L_6->get_m_action_5(); MethodInfo_t * L_8; L_8 = Delegate_get_Method_m8C2479250311F4BEA75F013CD3045F5558DE2227(((Delegate_t *)CastclassClass((RuntimeObject*)L_7, Delegate_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_9; L_9 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_8); String_t* L_10; L_10 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral3670437DEC974D13B4198C1940E384EDBA31BE99, L_9, /*hidden argument*/NULL); AsyncCausalityTracer_TraceOperationCreation_m3A018DC27992C4559B10283C06CC11513825898A(0, L_5, L_10, ((int64_t)((int64_t)0)), /*hidden argument*/NULL); } IL_0054: { IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); bool L_11 = ((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields*)il2cpp_codegen_static_fields_for(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var))->get_s_asyncDebuggingEnabled_12(); if (!L_11) { goto IL_0067; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_12 = __this->get_m_task_0(); IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); bool L_13; L_13 = Task_AddToActiveTasks_m29D7B0C1AD029D86736A92EC7E36BE87209748FD(L_12, /*hidden argument*/NULL); } IL_0067: { return; } } // System.Void System.Threading.Tasks.StandardTaskContinuation::Run(System.Threading.Tasks.Task,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandardTaskContinuation_Run_m72F5909C13238DFF861A4BFD6BD6D51C085FDAB3 (StandardTaskContinuation_t740639F203FBF1B86D3F0A967FF49970C1D9FA7E * __this, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___completedTask0, bool ___bCanInlineContinuationTask1, const RuntimeMethod* method) { int32_t V_0 = 0; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B5_0 = 0; { int32_t L_0 = __this->get_m_options_1(); V_0 = L_0; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_1 = ___completedTask0; bool L_2; L_2 = Task_get_IsRanToCompletion_m8DFA37869119617244BA82A09040A8495E031619(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002f; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_3 = ___completedTask0; bool L_4; L_4 = Task_get_IsCanceled_m4D3446507B67CD13F0A7A50D0299105E2817FC66(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0023; } } { int32_t L_5 = V_0; G_B5_0 = ((((int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)131072)))) == ((int32_t)0))? 1 : 0); goto IL_0039; } IL_0023: { int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)262144)))) == ((int32_t)0))? 1 : 0); goto IL_0039; } IL_002f: { int32_t L_7 = V_0; G_B5_0 = ((((int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)65536)))) == ((int32_t)0))? 1 : 0); } IL_0039: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_8 = __this->get_m_task_0(); V_1 = L_8; if (!G_B5_0) { goto IL_008b; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_9 = V_1; bool L_10; L_10 = Task_get_IsCanceled_m4D3446507B67CD13F0A7A50D0299105E2817FC66(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_005e; } } { bool L_11; L_11 = AsyncCausalityTracer_get_LoggingOn_mE0A03E121425371B1D1B65640172137C3B8EEA15(/*hidden argument*/NULL); if (!L_11) { goto IL_005e; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_12 = V_1; int32_t L_13; L_13 = Task_get_Id_m34DAC27D91939B78DCD73A26085505A0B4D7235C(L_12, /*hidden argument*/NULL); AsyncCausalityTracer_TraceOperationRelation_m02292CC8909AD62A9B3292C224943E396AC1821E(1, L_13, 0, /*hidden argument*/NULL); } IL_005e: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_14 = V_1; TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_15 = __this->get_m_taskScheduler_2(); L_14->set_m_taskScheduler_7(L_15); bool L_16 = ___bCanInlineContinuationTask1; if (!L_16) { goto IL_007e; } } { int32_t L_17 = V_0; if (!((int32_t)((int32_t)L_17&(int32_t)((int32_t)524288)))) { goto IL_007e; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_18 = V_1; TaskContinuation_InlineIfPossibleOrElseQueue_m47E7CB75F767486FE96A533D91CDA3B784FAC596(L_18, (bool)1, /*hidden argument*/NULL); return; } IL_007e: { } IL_007f: try { // begin try (depth: 1) Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_19 = V_1; Task_ScheduleAndStart_m8B0BB3CA33030ADE7C6873A4F2CEEC7D50A070CB(L_19, (bool)1, /*hidden argument*/NULL); goto IL_0093; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TaskSchedulerException_t79D87FA65C9362FA90709229B2015FC06C28AE84_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0088; } throw e; } CATCH_0088: { // begin catch(System.Threading.Tasks.TaskSchedulerException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0093; } // end catch (depth: 1) IL_008b: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_20 = V_1; bool L_21; L_21 = Task_InternalCancel_m7B57FC75E03B2466152070C8A27AB8B2CBF9B106(L_20, (bool)0, /*hidden argument*/NULL); } IL_0093: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.CompilerServices.StateMachineAttribute::set_StateMachineType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StateMachineAttribute_set_StateMachineType_mB31433BE5C136EA7E067A8E64E68D226F25E4F2C (StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3 * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CStateMachineTypeU3Ek__BackingField_0(L_0); return; } } // System.Void System.Runtime.CompilerServices.StateMachineAttribute::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StateMachineAttribute__ctor_mA49E1D792546B569ABCFA6020CEF92A96FC9A53A (StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3 * __this, Type_t * ___stateMachineType0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); Type_t * L_0 = ___stateMachineType0; StateMachineAttribute_set_StateMachineType_mB31433BE5C136EA7E067A8E64E68D226F25E4F2C_inline(__this, L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.SemaphoreSlim System.IO.Stream::EnsureAsyncActiveSemaphoreInitialized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * Stream_EnsureAsyncActiveSemaphoreInitialized_mC9F8245D17221B5EDBF17BAA9C8D6B9DC300BF36 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1__ctor_m2BD7C3973EB7E21F037D1B43D2F2A9D4B4958A4E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_tD7D981D1F0F29BA17268E18E39287102393D2EFD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LazyInitializer_EnsureInitialized_TisSemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_mCC18AE0944A61979DDB3F7913C826996A68BFDCD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CEnsureAsyncActiveSemaphoreInitializedU3Eb__4_0_m97BD7C2C74C2F61141D8E5951F773FAE243B77AC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Func_1_tD7D981D1F0F29BA17268E18E39287102393D2EFD * G_B2_0 = NULL; SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** G_B2_1 = NULL; Func_1_tD7D981D1F0F29BA17268E18E39287102393D2EFD * G_B1_0 = NULL; SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** G_B1_1 = NULL; { SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** L_0 = __this->get_address_of__asyncActiveSemaphore_3(); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var); Func_1_tD7D981D1F0F29BA17268E18E39287102393D2EFD * L_1 = ((U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var))->get_U3CU3E9__4_0_1(); Func_1_tD7D981D1F0F29BA17268E18E39287102393D2EFD * L_2 = L_1; G_B1_0 = L_2; G_B1_1 = L_0; if (L_2) { G_B2_0 = L_2; G_B2_1 = L_0; goto IL_0025; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var); U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC * L_3 = ((U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_1_tD7D981D1F0F29BA17268E18E39287102393D2EFD * L_4 = (Func_1_tD7D981D1F0F29BA17268E18E39287102393D2EFD *)il2cpp_codegen_object_new(Func_1_tD7D981D1F0F29BA17268E18E39287102393D2EFD_il2cpp_TypeInfo_var); Func_1__ctor_m2BD7C3973EB7E21F037D1B43D2F2A9D4B4958A4E(L_4, L_3, (intptr_t)((intptr_t)U3CU3Ec_U3CEnsureAsyncActiveSemaphoreInitializedU3Eb__4_0_m97BD7C2C74C2F61141D8E5951F773FAE243B77AC_RuntimeMethod_var), /*hidden argument*/Func_1__ctor_m2BD7C3973EB7E21F037D1B43D2F2A9D4B4958A4E_RuntimeMethod_var); Func_1_tD7D981D1F0F29BA17268E18E39287102393D2EFD * L_5 = L_4; ((U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var))->set_U3CU3E9__4_0_1(L_5); G_B2_0 = L_5; G_B2_1 = G_B1_1; } IL_0025: { SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_6; L_6 = LazyInitializer_EnsureInitialized_TisSemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_mCC18AE0944A61979DDB3F7913C826996A68BFDCD((SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 **)G_B2_1, G_B2_0, /*hidden argument*/LazyInitializer_EnsureInitialized_TisSemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385_mCC18AE0944A61979DDB3F7913C826996A68BFDCD_RuntimeMethod_var); return L_6; } } // System.Void System.IO.Stream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Close_mC34AF5832AD2E47C5E8F9D44E969C45F6F0A9A13 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtActionInvoker1< bool >::Invoke(14 /* System.Void System.IO.Stream::Dispose(System.Boolean) */, __this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__this, /*hidden argument*/NULL); return; } } // System.Void System.IO.Stream::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_m117324084DDAD414761AD29FB17A419840BA6EA0 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method) { { VirtActionInvoker0::Invoke(13 /* System.Void System.IO.Stream::Close() */, __this); return; } } // System.Void System.IO.Stream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_mDC5C7A9933446223A84ED106AE3E949E644FB0BE (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.IAsyncResult System.IO.Stream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stream_BeginRead_m00D44FB30A5DF8583BBDE102D559CB0B4A7C745B (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_3 = ___callback3; RuntimeObject * L_4 = ___state4; RuntimeObject* L_5; L_5 = Stream_BeginReadInternal_m23FDDADC5CF66EEBD8BC381723DD17827721E6C8(__this, L_0, L_1, L_2, L_3, L_4, (bool)0, /*hidden argument*/NULL); return L_5; } } // System.IAsyncResult System.IO.Stream::BeginReadInternal(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stream_BeginReadInternal_m23FDDADC5CF66EEBD8BC381723DD17827721E6C8 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___state4, bool ___serializeAsynchronously5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CBeginReadInternalU3Eb__39_0_m5B2DB922E4286031A0EB5F76A6A2124B86232EFF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * V_0 = NULL; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * V_1 = NULL; ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * V_2 = NULL; Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * G_B9_0 = NULL; int32_t G_B9_1 = 0; Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * G_B8_0 = NULL; int32_t G_B8_1 = 0; { bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this); if (L_0) { goto IL_000d; } } { __Error_ReadNotSupported_mCFAD02204B166938FF4C9C4BF4AD02A31F445EA1(/*hidden argument*/NULL); } IL_000d: { bool L_1 = ((CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_StaticFields*)il2cpp_codegen_static_fields_for(CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_il2cpp_TypeInfo_var))->get_IsAppEarlierThanWindowsPhone8_1(); if (!L_1) { goto IL_0022; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; int32_t L_3 = ___offset1; int32_t L_4 = ___count2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_5 = ___callback3; RuntimeObject * L_6 = ___state4; RuntimeObject* L_7; L_7 = Stream_BlockingBeginRead_m8C0038A96BB0594A8E807F1900EEA105181FA3B3(__this, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_0022: { SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_8; L_8 = Stream_EnsureAsyncActiveSemaphoreInitialized_mC9F8245D17221B5EDBF17BAA9C8D6B9DC300BF36(__this, /*hidden argument*/NULL); V_0 = L_8; V_1 = (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)NULL; bool L_9 = ___serializeAsynchronously5; if (!L_9) { goto IL_0038; } } { SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_10 = V_0; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_11; L_11 = SemaphoreSlim_WaitAsync_mCE7D6D3A6352F0A56CFFB5ECA7A9752DA0118656(L_10, /*hidden argument*/NULL); V_1 = L_11; goto IL_003e; } IL_0038: { SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_12 = V_0; SemaphoreSlim_Wait_mC2523D3863C050935B4C67790C4BED10C03A57DC(L_12, /*hidden argument*/NULL); } IL_003e: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var); Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_13 = ((U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var))->get_U3CU3E9__39_0_2(); Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_14 = L_13; G_B8_0 = L_14; G_B8_1 = 1; if (L_14) { G_B9_0 = L_14; G_B9_1 = 1; goto IL_005e; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var); U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC * L_15 = ((U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_16 = (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *)il2cpp_codegen_object_new(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C_il2cpp_TypeInfo_var); Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92(L_16, L_15, (intptr_t)((intptr_t)U3CU3Ec_U3CBeginReadInternalU3Eb__39_0_m5B2DB922E4286031A0EB5F76A6A2124B86232EFF_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92_RuntimeMethod_var); Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_17 = L_16; ((U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var))->set_U3CU3E9__39_0_2(L_17); G_B9_0 = L_17; G_B9_1 = G_B8_1; } IL_005e: { RuntimeObject * L_18 = ___state4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___buffer0; int32_t L_20 = ___offset1; int32_t L_21 = ___count2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_22 = ___callback3; ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_23 = (ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 *)il2cpp_codegen_object_new(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974_il2cpp_TypeInfo_var); ReadWriteTask__ctor_m2A727ECC0A21D994DF047EA8D3A7AE1303AADB93(L_23, (bool)G_B9_1, G_B9_0, L_18, __this, L_19, L_20, L_21, L_22, /*hidden argument*/NULL); V_2 = L_23; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_24 = V_1; if (!L_24) { goto IL_0079; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_25 = V_1; ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_26 = V_2; Stream_RunReadWriteTaskWhenReady_mEDC3DA0D120DB04506B8A99A4B31A910B86ED376(__this, L_25, L_26, /*hidden argument*/NULL); goto IL_0080; } IL_0079: { ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_27 = V_2; Stream_RunReadWriteTask_m55C5B2188A01613632A8D48C43507D54DB3E3474(__this, L_27, /*hidden argument*/NULL); } IL_0080: { ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_28 = V_2; return L_28; } } // System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Stream_EndRead_mA9497BD5E3308C8002EF7FA210A61C53946C2A8D (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_GetResult_m765E3C665961F15E3EEC2471D5837A730DCA3846_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_GetAwaiter_mCE77762B5BC443E380BAE24E7B55955C3D9996A3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * V_0 = NULL; TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___asyncResult0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Stream_EndRead_mA9497BD5E3308C8002EF7FA210A61C53946C2A8D_RuntimeMethod_var))); } IL_000e: { bool L_2 = ((CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_StaticFields*)il2cpp_codegen_static_fields_for(CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_il2cpp_TypeInfo_var))->get_IsAppEarlierThanWindowsPhone8_1(); if (!L_2) { goto IL_001c; } } { RuntimeObject* L_3 = ___asyncResult0; IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Stream_BlockingEndRead_mB38B3CCCEF9C94B34964DC16E1AD16110EB24FD5(L_3, /*hidden argument*/NULL); return L_4; } IL_001c: { ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_5 = __this->get__activeReadWriteTask_2(); V_0 = L_5; ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_6 = V_0; if (L_6) { goto IL_0036; } } { String_t* L_7; L_7 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF5D7DADA94E08BF554C686C96B692D7F0611FAEC)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Stream_EndRead_mA9497BD5E3308C8002EF7FA210A61C53946C2A8D_RuntimeMethod_var))); } IL_0036: { ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_9 = V_0; RuntimeObject* L_10 = ___asyncResult0; if ((((RuntimeObject*)(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 *)L_9) == ((RuntimeObject*)(RuntimeObject*)L_10))) { goto IL_004a; } } { String_t* L_11; L_11 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF5D7DADA94E08BF554C686C96B692D7F0611FAEC)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_12 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Stream_EndRead_mA9497BD5E3308C8002EF7FA210A61C53946C2A8D_RuntimeMethod_var))); } IL_004a: { ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_13 = V_0; bool L_14 = L_13->get__isRead_25(); if (L_14) { goto IL_0062; } } { String_t* L_15; L_15 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF5D7DADA94E08BF554C686C96B692D7F0611FAEC)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_16 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Stream_EndRead_mA9497BD5E3308C8002EF7FA210A61C53946C2A8D_RuntimeMethod_var))); } IL_0062: { } IL_0063: try { // begin try (depth: 1) ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_17 = V_0; TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 L_18; L_18 = Task_1_GetAwaiter_mCE77762B5BC443E380BAE24E7B55955C3D9996A3(L_17, /*hidden argument*/Task_1_GetAwaiter_mCE77762B5BC443E380BAE24E7B55955C3D9996A3_RuntimeMethod_var); V_1 = L_18; int32_t L_19; L_19 = TaskAwaiter_1_GetResult_m765E3C665961F15E3EEC2471D5837A730DCA3846((TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 *)(&V_1), /*hidden argument*/TaskAwaiter_1_GetResult_m765E3C665961F15E3EEC2471D5837A730DCA3846_RuntimeMethod_var); V_2 = L_19; IL2CPP_LEAVE(0x88, FINALLY_0074); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0074; } FINALLY_0074: { // begin finally (depth: 1) __this->set__activeReadWriteTask_2((ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 *)NULL); SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_20 = __this->get__asyncActiveSemaphore_3(); int32_t L_21; L_21 = SemaphoreSlim_Release_m219D3186074599681AF919E9F8AAE1EE6D23B538(L_20, /*hidden argument*/NULL); IL2CPP_END_FINALLY(116) } // end finally (depth: 1) IL2CPP_CLEANUP(116) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x88, IL_0088) } IL_0088: { int32_t L_22 = V_2; return L_22; } } // System.IAsyncResult System.IO.Stream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stream_BeginWrite_m888814A0A0EFE1D8AA464EA9BA69B1F4098E2DA9 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_3 = ___callback3; RuntimeObject * L_4 = ___state4; RuntimeObject* L_5; L_5 = Stream_BeginWriteInternal_m6E10CFBB26EA2684E63741E4FC3797C8A4B39F97(__this, L_0, L_1, L_2, L_3, L_4, (bool)0, /*hidden argument*/NULL); return L_5; } } // System.IAsyncResult System.IO.Stream::BeginWriteInternal(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stream_BeginWriteInternal_m6E10CFBB26EA2684E63741E4FC3797C8A4B39F97 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___state4, bool ___serializeAsynchronously5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CBeginWriteInternalU3Eb__46_0_m3DD75940F8134410B67BB421F251E179ED5788A5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * V_0 = NULL; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * V_1 = NULL; ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * V_2 = NULL; Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * G_B9_0 = NULL; int32_t G_B9_1 = 0; Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * G_B8_0 = NULL; int32_t G_B8_1 = 0; { bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this); if (L_0) { goto IL_000d; } } { __Error_WriteNotSupported_m739ECB5C6F53486B25DD6936837BE92DC0ED9FD3(/*hidden argument*/NULL); } IL_000d: { bool L_1 = ((CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_StaticFields*)il2cpp_codegen_static_fields_for(CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_il2cpp_TypeInfo_var))->get_IsAppEarlierThanWindowsPhone8_1(); if (!L_1) { goto IL_0022; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; int32_t L_3 = ___offset1; int32_t L_4 = ___count2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_5 = ___callback3; RuntimeObject * L_6 = ___state4; RuntimeObject* L_7; L_7 = Stream_BlockingBeginWrite_m8CD16656512664D6DAE3D3C282DC3751CC541D9B(__this, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_0022: { SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_8; L_8 = Stream_EnsureAsyncActiveSemaphoreInitialized_mC9F8245D17221B5EDBF17BAA9C8D6B9DC300BF36(__this, /*hidden argument*/NULL); V_0 = L_8; V_1 = (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)NULL; bool L_9 = ___serializeAsynchronously5; if (!L_9) { goto IL_0038; } } { SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_10 = V_0; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_11; L_11 = SemaphoreSlim_WaitAsync_mCE7D6D3A6352F0A56CFFB5ECA7A9752DA0118656(L_10, /*hidden argument*/NULL); V_1 = L_11; goto IL_003e; } IL_0038: { SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_12 = V_0; SemaphoreSlim_Wait_mC2523D3863C050935B4C67790C4BED10C03A57DC(L_12, /*hidden argument*/NULL); } IL_003e: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var); Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_13 = ((U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var))->get_U3CU3E9__46_0_3(); Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_14 = L_13; G_B8_0 = L_14; G_B8_1 = 0; if (L_14) { G_B9_0 = L_14; G_B9_1 = 0; goto IL_005e; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var); U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC * L_15 = ((U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_16 = (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *)il2cpp_codegen_object_new(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C_il2cpp_TypeInfo_var); Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92(L_16, L_15, (intptr_t)((intptr_t)U3CU3Ec_U3CBeginWriteInternalU3Eb__46_0_m3DD75940F8134410B67BB421F251E179ED5788A5_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92_RuntimeMethod_var); Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_17 = L_16; ((U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var))->set_U3CU3E9__46_0_3(L_17); G_B9_0 = L_17; G_B9_1 = G_B8_1; } IL_005e: { RuntimeObject * L_18 = ___state4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___buffer0; int32_t L_20 = ___offset1; int32_t L_21 = ___count2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_22 = ___callback3; ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_23 = (ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 *)il2cpp_codegen_object_new(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974_il2cpp_TypeInfo_var); ReadWriteTask__ctor_m2A727ECC0A21D994DF047EA8D3A7AE1303AADB93(L_23, (bool)G_B9_1, G_B9_0, L_18, __this, L_19, L_20, L_21, L_22, /*hidden argument*/NULL); V_2 = L_23; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_24 = V_1; if (!L_24) { goto IL_0079; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_25 = V_1; ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_26 = V_2; Stream_RunReadWriteTaskWhenReady_mEDC3DA0D120DB04506B8A99A4B31A910B86ED376(__this, L_25, L_26, /*hidden argument*/NULL); goto IL_0080; } IL_0079: { ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_27 = V_2; Stream_RunReadWriteTask_m55C5B2188A01613632A8D48C43507D54DB3E3474(__this, L_27, /*hidden argument*/NULL); } IL_0080: { ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_28 = V_2; return L_28; } } // System.Void System.IO.Stream::RunReadWriteTaskWhenReady(System.Threading.Tasks.Task,System.IO.Stream/ReadWriteTask) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_RunReadWriteTaskWhenReady_mEDC3DA0D120DB04506B8A99A4B31A910B86ED376 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___asyncWaiter0, ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ___readWriteTask1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2__ctor_mF5BAD5A096500EC74F25D943B318D37A7E9B2772_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tD95FEB0CD8C2141DE035440434C3769AA37151D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_Create_TisStream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_TisReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974_mD4880784E8CB4ACCC9369E4E51003229C6447BEE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRunReadWriteTaskWhenReadyU3Eb__47_0_m4F345FD2C9012F1E58BE490C8CF4B7886901C469_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); Action_2_tD95FEB0CD8C2141DE035440434C3769AA37151D4 * G_B4_0 = NULL; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * G_B4_1 = NULL; Action_2_tD95FEB0CD8C2141DE035440434C3769AA37151D4 * G_B3_0 = NULL; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * G_B3_1 = NULL; { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_0 = ___asyncWaiter0; bool L_1; L_1 = Task_get_IsCompleted_m7EF73EE6C4F400997345371FFB10137D8E9B4E1E(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_2 = ___readWriteTask1; Stream_RunReadWriteTask_m55C5B2188A01613632A8D48C43507D54DB3E3474(__this, L_2, /*hidden argument*/NULL); return; } IL_0010: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_3 = ___asyncWaiter0; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var); Action_2_tD95FEB0CD8C2141DE035440434C3769AA37151D4 * L_4 = ((U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var))->get_U3CU3E9__47_0_4(); Action_2_tD95FEB0CD8C2141DE035440434C3769AA37151D4 * L_5 = L_4; G_B3_0 = L_5; G_B3_1 = L_3; if (L_5) { G_B4_0 = L_5; G_B4_1 = L_3; goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var); U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC * L_6 = ((U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Action_2_tD95FEB0CD8C2141DE035440434C3769AA37151D4 * L_7 = (Action_2_tD95FEB0CD8C2141DE035440434C3769AA37151D4 *)il2cpp_codegen_object_new(Action_2_tD95FEB0CD8C2141DE035440434C3769AA37151D4_il2cpp_TypeInfo_var); Action_2__ctor_mF5BAD5A096500EC74F25D943B318D37A7E9B2772(L_7, L_6, (intptr_t)((intptr_t)U3CU3Ec_U3CRunReadWriteTaskWhenReadyU3Eb__47_0_m4F345FD2C9012F1E58BE490C8CF4B7886901C469_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mF5BAD5A096500EC74F25D943B318D37A7E9B2772_RuntimeMethod_var); Action_2_tD95FEB0CD8C2141DE035440434C3769AA37151D4 * L_8 = L_7; ((U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8E2310BF5B8643372A8753716E0D339210883CAC_il2cpp_TypeInfo_var))->set_U3CU3E9__47_0_4(L_8); G_B4_0 = L_8; G_B4_1 = G_B3_1; } IL_0030: { ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_9 = ___readWriteTask1; Tuple_2_t057458B347B4C4FC1CAD126B9EC4D96CDA8E43DF * L_10; L_10 = Tuple_Create_TisStream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_TisReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974_mD4880784E8CB4ACCC9369E4E51003229C6447BEE(__this, L_9, /*hidden argument*/Tuple_Create_TisStream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_TisReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974_mD4880784E8CB4ACCC9369E4E51003229C6447BEE_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_12; L_12 = TaskScheduler_get_Default_m3FAE18B08A620C75BF0256917EFB236D30AB6BCB_inline(/*hidden argument*/NULL); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_13; L_13 = Task_ContinueWith_m677069D586E45200AD48EA1913196665025B0866(G_B4_1, G_B4_0, L_10, L_11, ((int32_t)524288), L_12, /*hidden argument*/NULL); return; } } // System.Void System.IO.Stream::RunReadWriteTask(System.IO.Stream/ReadWriteTask) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_RunReadWriteTask_m55C5B2188A01613632A8D48C43507D54DB3E3474 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ___readWriteTask0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_0 = ___readWriteTask0; __this->set__activeReadWriteTask_2(L_0); ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_1 = ___readWriteTask0; IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_2; L_2 = TaskScheduler_get_Default_m3FAE18B08A620C75BF0256917EFB236D30AB6BCB_inline(/*hidden argument*/NULL); ((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_1)->set_m_taskScheduler_7(L_2); ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_3 = ___readWriteTask0; Task_ScheduleAndStart_m8B0BB3CA33030ADE7C6873A4F2CEEC7D50A070CB(L_3, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.IO.Stream::EndWrite(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_EndWrite_m4192D14A86C7C8F0AA1534DC2D2C29EFB0D88CF5 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_GetResult_m765E3C665961F15E3EEC2471D5837A730DCA3846_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_GetAwaiter_mCE77762B5BC443E380BAE24E7B55955C3D9996A3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * V_0 = NULL; TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 V_1; memset((&V_1), 0, sizeof(V_1)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___asyncResult0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Stream_EndWrite_m4192D14A86C7C8F0AA1534DC2D2C29EFB0D88CF5_RuntimeMethod_var))); } IL_000e: { bool L_2 = ((CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_StaticFields*)il2cpp_codegen_static_fields_for(CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_il2cpp_TypeInfo_var))->get_IsAppEarlierThanWindowsPhone8_1(); if (!L_2) { goto IL_001c; } } { RuntimeObject* L_3 = ___asyncResult0; IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream_BlockingEndWrite_m9E404A6AE12FBCAE27CB3C2D9B189E394FFBA08B(L_3, /*hidden argument*/NULL); return; } IL_001c: { ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_4 = __this->get__activeReadWriteTask_2(); V_0 = L_4; ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_5 = V_0; if (L_5) { goto IL_0036; } } { String_t* L_6; L_6 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1EA10B4F4C627DFBE7C679C159C8DE512103D359)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Stream_EndWrite_m4192D14A86C7C8F0AA1534DC2D2C29EFB0D88CF5_RuntimeMethod_var))); } IL_0036: { ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_8 = V_0; RuntimeObject* L_9 = ___asyncResult0; if ((((RuntimeObject*)(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 *)L_8) == ((RuntimeObject*)(RuntimeObject*)L_9))) { goto IL_004a; } } { String_t* L_10; L_10 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1EA10B4F4C627DFBE7C679C159C8DE512103D359)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_11 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Stream_EndWrite_m4192D14A86C7C8F0AA1534DC2D2C29EFB0D88CF5_RuntimeMethod_var))); } IL_004a: { ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_12 = V_0; bool L_13 = L_12->get__isRead_25(); if (!L_13) { goto IL_0062; } } { String_t* L_14; L_14 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1EA10B4F4C627DFBE7C679C159C8DE512103D359)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_15 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Stream_EndWrite_m4192D14A86C7C8F0AA1534DC2D2C29EFB0D88CF5_RuntimeMethod_var))); } IL_0062: { } IL_0063: try { // begin try (depth: 1) ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * L_16 = V_0; TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 L_17; L_17 = Task_1_GetAwaiter_mCE77762B5BC443E380BAE24E7B55955C3D9996A3(L_16, /*hidden argument*/Task_1_GetAwaiter_mCE77762B5BC443E380BAE24E7B55955C3D9996A3_RuntimeMethod_var); V_1 = L_17; int32_t L_18; L_18 = TaskAwaiter_1_GetResult_m765E3C665961F15E3EEC2471D5837A730DCA3846((TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 *)(&V_1), /*hidden argument*/TaskAwaiter_1_GetResult_m765E3C665961F15E3EEC2471D5837A730DCA3846_RuntimeMethod_var); IL2CPP_LEAVE(0x88, FINALLY_0074); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0074; } FINALLY_0074: { // begin finally (depth: 1) __this->set__activeReadWriteTask_2((ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 *)NULL); SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * L_19 = __this->get__asyncActiveSemaphore_3(); int32_t L_20; L_20 = SemaphoreSlim_Release_m219D3186074599681AF919E9F8AAE1EE6D23B538(L_19, /*hidden argument*/NULL); IL2CPP_END_FINALLY(116) } // end finally (depth: 1) IL2CPP_CLEANUP(116) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x88, IL_0088) } IL_0088: { return; } } // System.Int32 System.IO.Stream::ReadByte() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Stream_ReadByte_m1506F591115FFB5121240D87FF80148AA83F6286 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)1); V_0 = L_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = V_0; int32_t L_2; L_2 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(21 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, __this, L_1, 0, 1); if (L_2) { goto IL_0014; } } { return (-1); } IL_0014: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; int32_t L_4 = 0; uint8_t L_5 = (L_3)->GetAtUnchecked(static_cast(L_4)); return L_5; } } // System.Void System.IO.Stream::WriteByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_WriteByte_m31BE26CD92448D869F4FBD4CFA668442F035F5B3 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, uint8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)1); V_0 = L_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = V_0; uint8_t L_2 = ___value0; (L_1)->SetAtUnchecked(static_cast(0), (uint8_t)L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; VirtActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(23 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_3, 0, 1); return; } } // System.IAsyncResult System.IO.Stream::BlockingBeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stream_BlockingBeginRead_m8C0038A96BB0594A8E807F1900EEA105181FA3B3 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6 * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; int32_t L_3; L_3 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(21 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, __this, L_0, L_1, L_2); RuntimeObject * L_4 = ___state4; SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6 * L_5 = (SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6 *)il2cpp_codegen_object_new(SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6_il2cpp_TypeInfo_var); SynchronousAsyncResult__ctor_mD0C64DB3891A4BC800B1ECC2A85F34AFCC349D71(L_5, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_001e; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0013; } throw e; } CATCH_0013: { // begin catch(System.IO.IOException) RuntimeObject * L_6 = ___state4; SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6 * L_7 = (SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6_il2cpp_TypeInfo_var))); SynchronousAsyncResult__ctor_mFECAAEFC21820EC58C7A9153EEFA8DCCA1CA5A19(L_7, ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)), L_6, (bool)0, /*hidden argument*/NULL); V_0 = L_7; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_001e; } // end catch (depth: 1) IL_001e: { AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_8 = ___callback3; if (!L_8) { goto IL_002a; } } { AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_9 = ___callback3; SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6 * L_10 = V_0; AsyncCallback_Invoke_mFCCCB843AEC4B5B3FC89BCED2BA839783920EA47(L_9, L_10, /*hidden argument*/NULL); } IL_002a: { SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6 * L_11 = V_0; return L_11; } } // System.Int32 System.IO.Stream::BlockingEndRead(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Stream_BlockingEndRead_mB38B3CCCEF9C94B34964DC16E1AD16110EB24FD5 (RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___asyncResult0; int32_t L_1; L_1 = SynchronousAsyncResult_EndRead_m36C5AB4D55EBE1C79977D5225FAA855CEEE7F780(L_0, /*hidden argument*/NULL); return L_1; } } // System.IAsyncResult System.IO.Stream::BlockingBeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stream_BlockingBeginWrite_m8CD16656512664D6DAE3D3C282DC3751CC541D9B (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6 * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; VirtActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(23 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_0, L_1, L_2); RuntimeObject * L_3 = ___state4; SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6 * L_4 = (SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6 *)il2cpp_codegen_object_new(SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6_il2cpp_TypeInfo_var); SynchronousAsyncResult__ctor_m5DC5E1B381941988604A686E5E38BA98B4728406(L_4, L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_001e; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0013; } throw e; } CATCH_0013: { // begin catch(System.IO.IOException) RuntimeObject * L_5 = ___state4; SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6 * L_6 = (SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6_il2cpp_TypeInfo_var))); SynchronousAsyncResult__ctor_mFECAAEFC21820EC58C7A9153EEFA8DCCA1CA5A19(L_6, ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)), L_5, (bool)1, /*hidden argument*/NULL); V_0 = L_6; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_001e; } // end catch (depth: 1) IL_001e: { AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_7 = ___callback3; if (!L_7) { goto IL_002a; } } { AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_8 = ___callback3; SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6 * L_9 = V_0; AsyncCallback_Invoke_mFCCCB843AEC4B5B3FC89BCED2BA839783920EA47(L_8, L_9, /*hidden argument*/NULL); } IL_002a: { SynchronousAsyncResult_tB356BE7E9E910B37D095E422E8B012ED3F6C04E6 * L_10 = V_0; return L_10; } } // System.Void System.IO.Stream::BlockingEndWrite(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_BlockingEndWrite_m9E404A6AE12FBCAE27CB3C2D9B189E394FFBA08B (RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___asyncResult0; SynchronousAsyncResult_EndWrite_mE063651D37F6632E62C43D9CE9D3B7E91032BD28(L_0, /*hidden argument*/NULL); return; } } // System.Void System.IO.Stream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method) { { MarshalByRefObject__ctor_m308FD08D73062FAC2316A55B752BBB5CF8BF02FE(__this, /*hidden argument*/NULL); return; } } // System.Void System.IO.Stream::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__cctor_m93A9518BEB135063626B3655A77166E72A18BFE5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullStream_tF4575099C488CADA8BB393D6D5A0876CF280E991_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullStream_tF4575099C488CADA8BB393D6D5A0876CF280E991 * L_0 = (NullStream_tF4575099C488CADA8BB393D6D5A0876CF280E991 *)il2cpp_codegen_object_new(NullStream_tF4575099C488CADA8BB393D6D5A0876CF280E991_il2cpp_TypeInfo_var); NullStream__ctor_mFA63ABF4148249D970ED11C55C06EBED71F7464D(L_0, /*hidden argument*/NULL); ((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields*)il2cpp_codegen_static_fields_for(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var))->set_Null_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.IO.StreamReader::get_DefaultBufferSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StreamReader_get_DefaultBufferSize_mC14A87BECDC8119DDDFF22DC09B85D1EFC1A55C1 (const RuntimeMethod* method) { { return ((int32_t)1024); } } // System.Void System.IO.StreamReader::CheckAsyncTaskInProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader_CheckAsyncTaskInProgress_m359EC995C843BE386911E97814487EC798C7FE13 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, const RuntimeMethod* method) { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * V_0 = NULL; { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_0 = __this->get__asyncReadTask_20(); il2cpp_codegen_memory_barrier(); V_0 = L_0; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_1 = V_0; if (!L_1) { goto IL_0024; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_2 = V_0; bool L_3; L_3 = Task_get_IsCompleted_m7EF73EE6C4F400997345371FFB10137D8E9B4E1E(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0024; } } { String_t* L_4; L_4 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCAECF6E1A8644F67F2DB102AA77937F05846AAB6)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_5 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamReader_CheckAsyncTaskInProgress_m359EC995C843BE386911E97814487EC798C7FE13_RuntimeMethod_var))); } IL_0024: { return; } } // System.Void System.IO.StreamReader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_mB15B5DF0E79D17E9BE38106D3AE2ADA0FA7FB245 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_il2cpp_TypeInfo_var); TextReader__ctor_m6DFFA45D57F3E5A8FA3995BB40A2BC765AB2795A(__this, /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamReader::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_m0F256281F982E077C73A4C297F1301026A3C2905 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; StreamReader__ctor_m7A12047C30320FCED89D1A02F1A0C26A66F65645(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamReader::.ctor(System.IO.Stream,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_m7A12047C30320FCED89D1A02F1A0C26A66F65645 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, bool ___detectEncodingFromByteOrderMarks1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_1; L_1 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); bool L_2 = ___detectEncodingFromByteOrderMarks1; IL2CPP_RUNTIME_CLASS_INIT(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = StreamReader_get_DefaultBufferSize_mC14A87BECDC8119DDDFF22DC09B85D1EFC1A55C1(/*hidden argument*/NULL); StreamReader__ctor_m7EEB3FACD833B83A8164118ED26A0BF1FBBA6648(__this, L_0, L_1, L_2, L_3, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamReader::.ctor(System.IO.Stream,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_mFA7564812FC1200208BCC51CF24D3BE25BD15497 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_1 = ___encoding1; IL2CPP_RUNTIME_CLASS_INIT(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); int32_t L_2; L_2 = StreamReader_get_DefaultBufferSize_mC14A87BECDC8119DDDFF22DC09B85D1EFC1A55C1(/*hidden argument*/NULL); StreamReader__ctor_m7EEB3FACD833B83A8164118ED26A0BF1FBBA6648(__this, L_0, L_1, (bool)1, L_2, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamReader::.ctor(System.IO.Stream,System.Text.Encoding,System.Boolean,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_m7EEB3FACD833B83A8164118ED26A0BF1FBBA6648 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding1, bool ___detectEncodingFromByteOrderMarks2, int32_t ___bufferSize3, bool ___leaveOpen4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* G_B5_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_il2cpp_TypeInfo_var); TextReader__ctor_m6DFFA45D57F3E5A8FA3995BB40A2BC765AB2795A(__this, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; if (!L_0) { goto IL_000c; } } { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_1 = ___encoding1; if (L_1) { goto IL_0021; } } IL_000c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___stream0; if (!L_2) { goto IL_0016; } } { G_B5_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128)); goto IL_001b; } IL_0016: { G_B5_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7E6C53D86D8ADC0DB8EFC0A2CD9877CC8BC9914)); } IL_001b: { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, G_B5_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamReader__ctor_m7EEB3FACD833B83A8164118ED26A0BF1FBBA6648_RuntimeMethod_var))); } IL_0021: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = ___stream0; bool L_5; L_5 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_4); if (L_5) { goto IL_0039; } } { String_t* L_6; L_6 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral920DC8779FE2D7EDCDC37D69F9E28FA5CEFF7131)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamReader__ctor_m7EEB3FACD833B83A8164118ED26A0BF1FBBA6648_RuntimeMethod_var))); } IL_0039: { int32_t L_8 = ___bufferSize3; if ((((int32_t)L_8) > ((int32_t)0))) { goto IL_0053; } } { String_t* L_9; L_9 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC80EAF7D556B35E97D7BD4261C87B1BF066A0221)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_10 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC8FE4FB2F0C7351CCB064A9D9BD65C0FC83D4E12)), L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamReader__ctor_m7EEB3FACD833B83A8164118ED26A0BF1FBBA6648_RuntimeMethod_var))); } IL_0053: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_11 = ___stream0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_12 = ___encoding1; bool L_13 = ___detectEncodingFromByteOrderMarks2; int32_t L_14 = ___bufferSize3; bool L_15 = ___leaveOpen4; StreamReader_Init_mB8F18F8A4143FBC9B180A42F78C015EBEAF06EC2(__this, L_11, L_12, L_13, L_14, L_15, /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamReader::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_m1F07D64A9881F3A6B755881210B4E88F8E63849B (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, String_t* ___path0, const RuntimeMethod* method) { { String_t* L_0 = ___path0; StreamReader__ctor_m00321B828AAE2C6423C64D185C1EC97E65EB13BA(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamReader::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_m00321B828AAE2C6423C64D185C1EC97E65EB13BA (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, String_t* ___path0, bool ___detectEncodingFromByteOrderMarks1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_1; L_1 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); bool L_2 = ___detectEncodingFromByteOrderMarks1; IL2CPP_RUNTIME_CLASS_INIT(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = StreamReader_get_DefaultBufferSize_mC14A87BECDC8119DDDFF22DC09B85D1EFC1A55C1(/*hidden argument*/NULL); StreamReader__ctor_mF173EBDEDEA325A2E40526683D2A66BCCBDC0964(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamReader::.ctor(System.String,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_m604C1EB84158CCBED0EE74A1F2C547EC589EBC92 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, String_t* ___path0, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_1 = ___encoding1; IL2CPP_RUNTIME_CLASS_INIT(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); int32_t L_2; L_2 = StreamReader_get_DefaultBufferSize_mC14A87BECDC8119DDDFF22DC09B85D1EFC1A55C1(/*hidden argument*/NULL); StreamReader__ctor_mF173EBDEDEA325A2E40526683D2A66BCCBDC0964(__this, L_0, L_1, (bool)1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamReader::.ctor(System.String,System.Text.Encoding,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_mF173EBDEDEA325A2E40526683D2A66BCCBDC0964 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, String_t* ___path0, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding1, bool ___detectEncodingFromByteOrderMarks2, int32_t ___bufferSize3, const RuntimeMethod* method) { { String_t* L_0 = ___path0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_1 = ___encoding1; bool L_2 = ___detectEncodingFromByteOrderMarks2; int32_t L_3 = ___bufferSize3; StreamReader__ctor_mE09D83EF98C371C0175EF48CFC0D914395898353(__this, L_0, L_1, L_2, L_3, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamReader::.ctor(System.String,System.Text.Encoding,System.Boolean,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_mE09D83EF98C371C0175EF48CFC0D914395898353 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, String_t* ___path0, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding1, bool ___detectEncodingFromByteOrderMarks2, int32_t ___bufferSize3, bool ___checkHost4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_0 = NULL; String_t* G_B5_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_il2cpp_TypeInfo_var); TextReader__ctor_m6DFFA45D57F3E5A8FA3995BB40A2BC765AB2795A(__this, /*hidden argument*/NULL); String_t* L_0 = ___path0; if (!L_0) { goto IL_000c; } } { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_1 = ___encoding1; if (L_1) { goto IL_0021; } } IL_000c: { String_t* L_2 = ___path0; if (!L_2) { goto IL_0016; } } { G_B5_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128)); goto IL_001b; } IL_0016: { G_B5_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)); } IL_001b: { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, G_B5_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamReader__ctor_mE09D83EF98C371C0175EF48CFC0D914395898353_RuntimeMethod_var))); } IL_0021: { String_t* L_4 = ___path0; int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0039; } } { String_t* L_6; L_6 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE13808A85E2BA41FC42181872C6D1D3D044C2F82)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamReader__ctor_mE09D83EF98C371C0175EF48CFC0D914395898353_RuntimeMethod_var))); } IL_0039: { int32_t L_8 = ___bufferSize3; if ((((int32_t)L_8) > ((int32_t)0))) { goto IL_0053; } } { String_t* L_9; L_9 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC80EAF7D556B35E97D7BD4261C87B1BF066A0221)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_10 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC8FE4FB2F0C7351CCB064A9D9BD65C0FC83D4E12)), L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamReader__ctor_mE09D83EF98C371C0175EF48CFC0D914395898353_RuntimeMethod_var))); } IL_0053: { String_t* L_11 = ___path0; String_t* L_12 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_13; L_13 = Path_GetFileName_m4CCFEEE8CA42DE16FCAF05D765EFB88E7086744A(L_12, /*hidden argument*/NULL); bool L_14 = ___checkHost4; FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_15 = (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 *)il2cpp_codegen_object_new(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_il2cpp_TypeInfo_var); FileStream__ctor_mA8AB9BCEDDF972CF5DB44B2F2B92F4157C0FE05C(L_15, L_11, 3, 1, 1, ((int32_t)4096), ((int32_t)134217728), L_13, (bool)0, (bool)0, L_14, /*hidden argument*/NULL); V_0 = L_15; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_16 = V_0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_17 = ___encoding1; bool L_18 = ___detectEncodingFromByteOrderMarks2; int32_t L_19 = ___bufferSize3; StreamReader_Init_mB8F18F8A4143FBC9B180A42F78C015EBEAF06EC2(__this, L_16, L_17, L_18, L_19, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamReader::Init(System.IO.Stream,System.Text.Encoding,System.Boolean,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader_Init_mB8F18F8A4143FBC9B180A42F78C015EBEAF06EC2 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding1, bool ___detectEncodingFromByteOrderMarks2, int32_t ___bufferSize3, bool ___leaveOpen4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; __this->set_stream_5(L_0); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_1 = ___encoding1; __this->set_encoding_6(L_1); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_2 = ___encoding1; Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * L_3; L_3 = VirtFuncInvoker0< Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * >::Invoke(26 /* System.Text.Decoder System.Text.Encoding::GetDecoder() */, L_2); __this->set_decoder_7(L_3); int32_t L_4 = ___bufferSize3; if ((((int32_t)L_4) >= ((int32_t)((int32_t)128)))) { goto IL_002a; } } { ___bufferSize3 = ((int32_t)128); } IL_002a: { int32_t L_5 = ___bufferSize3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_5); __this->set_byteBuffer_8(L_6); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_7 = ___encoding1; int32_t L_8 = ___bufferSize3; int32_t L_9; L_9 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(29 /* System.Int32 System.Text.Encoding::GetMaxCharCount(System.Int32) */, L_7, L_8); __this->set__maxCharsPerBuffer_15(L_9); int32_t L_10 = __this->get__maxCharsPerBuffer_15(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)L_10); __this->set_charBuffer_9(L_11); __this->set_byteLen_13(0); __this->set_bytePos_14(0); bool L_12 = ___detectEncodingFromByteOrderMarks2; __this->set__detectEncoding_16(L_12); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_13 = ___encoding1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = VirtFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(6 /* System.Byte[] System.Text.Encoding::GetPreamble() */, L_13); __this->set__preamble_10(L_14); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get__preamble_10(); __this->set__checkPreamble_17((bool)((!(((uint32_t)(((RuntimeArray*)L_15)->max_length)) <= ((uint32_t)0)))? 1 : 0)); __this->set__isBlocked_18((bool)0); bool L_16 = ___leaveOpen4; __this->set__closable_19((bool)((((int32_t)L_16) == ((int32_t)0))? 1 : 0)); return; } } // System.Void System.IO.StreamReader::Init(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader_Init_mAF69C805991FE3F8321F32A45DE300A421F5E649 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; __this->set_stream_5(L_0); __this->set__closable_19((bool)1); return; } } // System.Void System.IO.StreamReader::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader_Dispose_mFBB4BDEB3EB4F349602F8261A79784412BC0C22F (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, bool ___disposing0, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { bool L_0; L_0 = StreamReader_get_LeaveOpen_m9649693A4B697668741DA60C6E86AE5A2961697B(__this, /*hidden argument*/NULL); bool L_1 = ___disposing0; if (!((int32_t)((int32_t)((((int32_t)L_0) == ((int32_t)0))? 1 : 0)&(int32_t)L_1))) { goto IL_0020; } } IL_000d: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = __this->get_stream_5(); if (!L_2) { goto IL_0020; } } IL_0015: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = __this->get_stream_5(); VirtActionInvoker0::Invoke(13 /* System.Void System.IO.Stream::Close() */, L_3); } IL_0020: { IL2CPP_LEAVE(0x6B, FINALLY_0022); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0022; } FINALLY_0022: { // begin finally (depth: 1) { bool L_4; L_4 = StreamReader_get_LeaveOpen_m9649693A4B697668741DA60C6E86AE5A2961697B(__this, /*hidden argument*/NULL); if (L_4) { goto IL_006a; } } IL_002a: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = __this->get_stream_5(); if (!L_5) { goto IL_006a; } } IL_0032: { __this->set_stream_5((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL); __this->set_encoding_6((Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)NULL); __this->set_decoder_7((Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 *)NULL); __this->set_byteBuffer_8((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); __this->set_charBuffer_9((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL); __this->set_charPos_11(0); __this->set_charLen_12(0); bool L_6 = ___disposing0; TextReader_Dispose_m8DE39C6A752ADD06AFA4B0FC7B724720E2141F28(__this, L_6, /*hidden argument*/NULL); } IL_006a: { IL2CPP_END_FINALLY(34) } } // end finally (depth: 1) IL2CPP_CLEANUP(34) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6B, IL_006b) } IL_006b: { return; } } // System.Boolean System.IO.StreamReader::get_LeaveOpen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamReader_get_LeaveOpen_m9649693A4B697668741DA60C6E86AE5A2961697B (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__closable_19(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Int32 System.IO.StreamReader::Peek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StreamReader_Peek_m368511E5A8F1186EB4EF5C5BD6C71BE4008CDECD (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); if (L_0) { goto IL_000d; } } { __Error_ReaderClosed_m55C2449E2E6A32FEB99FCEACECCB5CCCFA30EA11(/*hidden argument*/NULL); } IL_000d: { StreamReader_CheckAsyncTaskInProgress_m359EC995C843BE386911E97814487EC798C7FE13(__this, /*hidden argument*/NULL); int32_t L_1 = __this->get_charPos_11(); int32_t L_2 = __this->get_charLen_12(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0033; } } { bool L_3 = __this->get__isBlocked_18(); if (L_3) { goto IL_0031; } } { int32_t L_4; L_4 = VirtFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 System.IO.StreamReader::ReadBuffer() */, __this); if (L_4) { goto IL_0033; } } IL_0031: { return (-1); } IL_0033: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = __this->get_charBuffer_9(); int32_t L_6 = __this->get_charPos_11(); int32_t L_7 = L_6; uint16_t L_8 = (uint16_t)(L_5)->GetAtUnchecked(static_cast(L_7)); return L_8; } } // System.Boolean System.IO.StreamReader::DataAvailable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamReader_DataAvailable_mDF170AD19376B66641FA8CD9A7FAFAE782CA36CF (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_charPos_11(); int32_t L_1 = __this->get_charLen_12(); return (bool)((((int32_t)L_0) < ((int32_t)L_1))? 1 : 0); } } // System.Int32 System.IO.StreamReader::Read() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StreamReader_Read_m29FB56CA5CA8E59CC77B31641744D612AEE45407 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); if (L_0) { goto IL_000d; } } { __Error_ReaderClosed_m55C2449E2E6A32FEB99FCEACECCB5CCCFA30EA11(/*hidden argument*/NULL); } IL_000d: { StreamReader_CheckAsyncTaskInProgress_m359EC995C843BE386911E97814487EC798C7FE13(__this, /*hidden argument*/NULL); int32_t L_1 = __this->get_charPos_11(); int32_t L_2 = __this->get_charLen_12(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_002b; } } { int32_t L_3; L_3 = VirtFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 System.IO.StreamReader::ReadBuffer() */, __this); if (L_3) { goto IL_002b; } } { return (-1); } IL_002b: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = __this->get_charBuffer_9(); int32_t L_5 = __this->get_charPos_11(); int32_t L_6 = L_5; uint16_t L_7 = (uint16_t)(L_4)->GetAtUnchecked(static_cast(L_6)); int32_t L_8 = __this->get_charPos_11(); __this->set_charPos_11(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); return L_7; } } // System.Int32 System.IO.StreamReader::Read(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StreamReader_Read_mE4B05831B3C44FD04C28E897D504CE878022454E (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; String_t* G_B7_0 = NULL; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___buffer0; if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral32EDC2ADBAEA11366BCD854BA36813405DF0B1EF)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamReader_Read_mE4B05831B3C44FD04C28E897D504CE878022454E_RuntimeMethod_var))); } IL_0018: { int32_t L_3 = ___index1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0020; } } { int32_t L_4 = ___count2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0040; } } IL_0020: { int32_t L_5 = ___index1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_002b; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)); goto IL_0030; } IL_002b: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); } IL_0030: { String_t* L_6; L_6 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_7 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_7, G_B7_0, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamReader_Read_mE4B05831B3C44FD04C28E897D504CE878022454E_RuntimeMethod_var))); } IL_0040: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = ___buffer0; int32_t L_9 = ___index1; int32_t L_10 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), (int32_t)L_9))) >= ((int32_t)L_10))) { goto IL_0058; } } { String_t* L_11; L_11 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamReader_Read_mE4B05831B3C44FD04C28E897D504CE878022454E_RuntimeMethod_var))); } IL_0058: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_13 = __this->get_stream_5(); if (L_13) { goto IL_0065; } } { __Error_ReaderClosed_m55C2449E2E6A32FEB99FCEACECCB5CCCFA30EA11(/*hidden argument*/NULL); } IL_0065: { StreamReader_CheckAsyncTaskInProgress_m359EC995C843BE386911E97814487EC798C7FE13(__this, /*hidden argument*/NULL); V_0 = 0; V_1 = (bool)0; goto IL_00d8; } IL_0071: { int32_t L_14 = __this->get_charLen_12(); int32_t L_15 = __this->get_charPos_11(); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)); int32_t L_16 = V_2; if (L_16) { goto IL_0090; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = ___buffer0; int32_t L_18 = ___index1; int32_t L_19 = V_0; int32_t L_20 = ___count2; int32_t L_21; L_21 = StreamReader_ReadBuffer_m9C63AB559385B2FB1502E8B077847DD5EA142734(__this, L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)), L_20, (bool*)(&V_1), /*hidden argument*/NULL); V_2 = L_21; } IL_0090: { int32_t L_22 = V_2; if (!L_22) { goto IL_00dc; } } { int32_t L_23 = V_2; int32_t L_24 = ___count2; if ((((int32_t)L_23) <= ((int32_t)L_24))) { goto IL_0099; } } { int32_t L_25 = ___count2; V_2 = L_25; } IL_0099: { bool L_26 = V_1; if (L_26) { goto IL_00c7; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_27 = __this->get_charBuffer_9(); int32_t L_28 = __this->get_charPos_11(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_29 = ___buffer0; int32_t L_30 = ___index1; int32_t L_31 = V_0; int32_t L_32 = V_2; bool L_33; L_33 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_27, ((int32_t)il2cpp_codegen_multiply((int32_t)L_28, (int32_t)2)), (RuntimeArray *)(RuntimeArray *)L_29, ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31)), (int32_t)2)), ((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)2)), /*hidden argument*/NULL); int32_t L_34 = __this->get_charPos_11(); int32_t L_35 = V_2; __this->set_charPos_11(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))); } IL_00c7: { int32_t L_36 = V_0; int32_t L_37 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_37)); int32_t L_38 = ___count2; int32_t L_39 = V_2; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39)); bool L_40 = __this->get__isBlocked_18(); if (L_40) { goto IL_00dc; } } IL_00d8: { int32_t L_41 = ___count2; if ((((int32_t)L_41) > ((int32_t)0))) { goto IL_0071; } } IL_00dc: { int32_t L_42 = V_0; return L_42; } } // System.String System.IO.StreamReader::ReadToEnd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StreamReader_ReadToEnd_m7C4D25CA27202B7B073A872ADA1345863C340649 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, 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; } StringBuilder_t * V_0 = NULL; { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); if (L_0) { goto IL_000d; } } { __Error_ReaderClosed_m55C2449E2E6A32FEB99FCEACECCB5CCCFA30EA11(/*hidden argument*/NULL); } IL_000d: { StreamReader_CheckAsyncTaskInProgress_m359EC995C843BE386911E97814487EC798C7FE13(__this, /*hidden argument*/NULL); int32_t L_1 = __this->get_charLen_12(); int32_t L_2 = __this->get_charPos_11(); StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)), /*hidden argument*/NULL); V_0 = L_3; } IL_0026: { StringBuilder_t * L_4 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = __this->get_charBuffer_9(); int32_t L_6 = __this->get_charPos_11(); int32_t L_7 = __this->get_charLen_12(); int32_t L_8 = __this->get_charPos_11(); StringBuilder_t * L_9; L_9 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_4, L_5, L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)), /*hidden argument*/NULL); int32_t L_10 = __this->get_charLen_12(); __this->set_charPos_11(L_10); int32_t L_11; L_11 = VirtFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 System.IO.StreamReader::ReadBuffer() */, __this); int32_t L_12 = __this->get_charLen_12(); if ((((int32_t)L_12) > ((int32_t)0))) { goto IL_0026; } } { StringBuilder_t * L_13 = V_0; String_t* L_14; L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); return L_14; } } // System.Void System.IO.StreamReader::CompressBuffer(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader_CompressBuffer_m3B99083F3496532B3C4506E06A0F6D54A54AAAC5 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, int32_t ___n0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_byteBuffer_8(); int32_t L_1 = ___n0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_byteBuffer_8(); int32_t L_3 = __this->get_byteLen_13(); int32_t L_4 = ___n0; bool L_5; L_5 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_0, L_1, (RuntimeArray *)(RuntimeArray *)L_2, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)), /*hidden argument*/NULL); int32_t L_6 = __this->get_byteLen_13(); int32_t L_7 = ___n0; __this->set_byteLen_13(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7))); return; } } // System.Void System.IO.StreamReader::DetectEncoding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader_DetectEncoding_m44230E683F569C038A624A595994B6F5356E00F2 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { int32_t L_0 = __this->get_byteLen_13(); if ((((int32_t)L_0) >= ((int32_t)2))) { goto IL_000a; } } { return; } IL_000a: { __this->set__detectEncoding_16((bool)0); V_0 = (bool)0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_byteBuffer_8(); int32_t L_2 = 0; uint8_t L_3 = (L_1)->GetAtUnchecked(static_cast(L_2)); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)254))))) { goto IL_004c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_byteBuffer_8(); int32_t L_5 = 1; uint8_t L_6 = (L_4)->GetAtUnchecked(static_cast(L_5)); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)255))))) { goto IL_004c; } } { UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68 * L_7 = (UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68 *)il2cpp_codegen_object_new(UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_il2cpp_TypeInfo_var); UnicodeEncoding__ctor_mE077368843CAFC47B2C4AFC3C771F5B51F3B8DD0(L_7, (bool)1, (bool)1, /*hidden argument*/NULL); __this->set_encoding_6(L_7); StreamReader_CompressBuffer_m3B99083F3496532B3C4506E06A0F6D54A54AAAC5(__this, 2, /*hidden argument*/NULL); V_0 = (bool)1; goto IL_016c; } IL_004c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_byteBuffer_8(); int32_t L_9 = 0; uint8_t L_10 = (L_8)->GetAtUnchecked(static_cast(L_9)); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)255))))) { goto IL_00bd; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = __this->get_byteBuffer_8(); int32_t L_12 = 1; uint8_t L_13 = (L_11)->GetAtUnchecked(static_cast(L_12)); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)254))))) { goto IL_00bd; } } { int32_t L_14 = __this->get_byteLen_13(); if ((((int32_t)L_14) < ((int32_t)4))) { goto IL_0087; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_byteBuffer_8(); int32_t L_16 = 2; uint8_t L_17 = (L_15)->GetAtUnchecked(static_cast(L_16)); if (L_17) { goto IL_0087; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = __this->get_byteBuffer_8(); int32_t L_19 = 3; uint8_t L_20 = (L_18)->GetAtUnchecked(static_cast(L_19)); if (!L_20) { goto IL_00a2; } } IL_0087: { UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68 * L_21 = (UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68 *)il2cpp_codegen_object_new(UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68_il2cpp_TypeInfo_var); UnicodeEncoding__ctor_mE077368843CAFC47B2C4AFC3C771F5B51F3B8DD0(L_21, (bool)0, (bool)1, /*hidden argument*/NULL); __this->set_encoding_6(L_21); StreamReader_CompressBuffer_m3B99083F3496532B3C4506E06A0F6D54A54AAAC5(__this, 2, /*hidden argument*/NULL); V_0 = (bool)1; goto IL_016c; } IL_00a2: { UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014 * L_22 = (UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014 *)il2cpp_codegen_object_new(UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014_il2cpp_TypeInfo_var); UTF32Encoding__ctor_m14256AFFBC3161122B0D13FDBBD2A90D0DE537D7(L_22, (bool)0, (bool)1, /*hidden argument*/NULL); __this->set_encoding_6(L_22); StreamReader_CompressBuffer_m3B99083F3496532B3C4506E06A0F6D54A54AAAC5(__this, 4, /*hidden argument*/NULL); V_0 = (bool)1; goto IL_016c; } IL_00bd: { int32_t L_23 = __this->get_byteLen_13(); if ((((int32_t)L_23) < ((int32_t)3))) { goto IL_0109; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = __this->get_byteBuffer_8(); int32_t L_25 = 0; uint8_t L_26 = (L_24)->GetAtUnchecked(static_cast(L_25)); if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)239))))) { goto IL_0109; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = __this->get_byteBuffer_8(); int32_t L_28 = 1; uint8_t L_29 = (L_27)->GetAtUnchecked(static_cast(L_28)); if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)187))))) { goto IL_0109; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = __this->get_byteBuffer_8(); int32_t L_31 = 2; uint8_t L_32 = (L_30)->GetAtUnchecked(static_cast(L_31)); if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)191))))) { goto IL_0109; } } { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_33; L_33 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); __this->set_encoding_6(L_33); StreamReader_CompressBuffer_m3B99083F3496532B3C4506E06A0F6D54A54AAAC5(__this, 3, /*hidden argument*/NULL); V_0 = (bool)1; goto IL_016c; } IL_0109: { int32_t L_34 = __this->get_byteLen_13(); if ((((int32_t)L_34) < ((int32_t)4))) { goto IL_015c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = __this->get_byteBuffer_8(); int32_t L_36 = 0; uint8_t L_37 = (L_35)->GetAtUnchecked(static_cast(L_36)); if (L_37) { goto IL_015c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = __this->get_byteBuffer_8(); int32_t L_39 = 1; uint8_t L_40 = (L_38)->GetAtUnchecked(static_cast(L_39)); if (L_40) { goto IL_015c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = __this->get_byteBuffer_8(); int32_t L_42 = 2; uint8_t L_43 = (L_41)->GetAtUnchecked(static_cast(L_42)); if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)254))))) { goto IL_015c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = __this->get_byteBuffer_8(); int32_t L_45 = 3; uint8_t L_46 = (L_44)->GetAtUnchecked(static_cast(L_45)); if ((!(((uint32_t)L_46) == ((uint32_t)((int32_t)255))))) { goto IL_015c; } } { UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014 * L_47 = (UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014 *)il2cpp_codegen_object_new(UTF32Encoding_t54B51C8FAC5B2EAB4BDFACBBA06DB6117A38D014_il2cpp_TypeInfo_var); UTF32Encoding__ctor_m14256AFFBC3161122B0D13FDBBD2A90D0DE537D7(L_47, (bool)1, (bool)1, /*hidden argument*/NULL); __this->set_encoding_6(L_47); StreamReader_CompressBuffer_m3B99083F3496532B3C4506E06A0F6D54A54AAAC5(__this, 4, /*hidden argument*/NULL); V_0 = (bool)1; goto IL_016c; } IL_015c: { int32_t L_48 = __this->get_byteLen_13(); if ((!(((uint32_t)L_48) == ((uint32_t)2)))) { goto IL_016c; } } { __this->set__detectEncoding_16((bool)1); } IL_016c: { bool L_49 = V_0; if (!L_49) { goto IL_01aa; } } { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_50 = __this->get_encoding_6(); Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * L_51; L_51 = VirtFuncInvoker0< Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * >::Invoke(26 /* System.Text.Decoder System.Text.Encoding::GetDecoder() */, L_50); __this->set_decoder_7(L_51); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_52 = __this->get_encoding_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = __this->get_byteBuffer_8(); int32_t L_54; L_54 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(29 /* System.Int32 System.Text.Encoding::GetMaxCharCount(System.Int32) */, L_52, ((int32_t)((int32_t)(((RuntimeArray*)L_53)->max_length)))); __this->set__maxCharsPerBuffer_15(L_54); int32_t L_55 = __this->get__maxCharsPerBuffer_15(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_56 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)L_55); __this->set_charBuffer_9(L_56); } IL_01aa: { return; } } // System.Boolean System.IO.StreamReader::IsPreamble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamReader_IsPreamble_m7C4F1C6FDB4B3CD1049EA4E891E36DD7CCAA100E (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B5_0 = 0; { bool L_0 = __this->get__checkPreamble_17(); if (L_0) { goto IL_000f; } } { bool L_1 = __this->get__checkPreamble_17(); return L_1; } IL_000f: { int32_t L_2 = __this->get_byteLen_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get__preamble_10(); if ((((int32_t)L_2) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))) { goto IL_002e; } } { int32_t L_4 = __this->get_byteLen_13(); int32_t L_5 = __this->get_bytePos_14(); G_B5_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)); goto IL_003d; } IL_002e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get__preamble_10(); int32_t L_7 = __this->get_bytePos_14(); G_B5_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)); } IL_003d: { V_0 = G_B5_0; V_1 = 0; goto IL_0080; } IL_0042: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_byteBuffer_8(); int32_t L_9 = __this->get_bytePos_14(); int32_t L_10 = L_9; uint8_t L_11 = (L_8)->GetAtUnchecked(static_cast(L_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get__preamble_10(); int32_t L_13 = __this->get_bytePos_14(); int32_t L_14 = L_13; uint8_t L_15 = (L_12)->GetAtUnchecked(static_cast(L_14)); if ((((int32_t)L_11) == ((int32_t)L_15))) { goto IL_006e; } } { __this->set_bytePos_14(0); __this->set__checkPreamble_17((bool)0); goto IL_0084; } IL_006e: { int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); int32_t L_17 = __this->get_bytePos_14(); __this->set_bytePos_14(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); } IL_0080: { int32_t L_18 = V_1; int32_t L_19 = V_0; if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_0042; } } IL_0084: { bool L_20 = __this->get__checkPreamble_17(); if (!L_20) { goto IL_00bf; } } { int32_t L_21 = __this->get_bytePos_14(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = __this->get__preamble_10(); if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))))))) { goto IL_00bf; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = __this->get__preamble_10(); StreamReader_CompressBuffer_m3B99083F3496532B3C4506E06A0F6D54A54AAAC5(__this, ((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))), /*hidden argument*/NULL); __this->set_bytePos_14(0); __this->set__checkPreamble_17((bool)0); __this->set__detectEncoding_16((bool)0); } IL_00bf: { bool L_24 = __this->get__checkPreamble_17(); return L_24; } } // System.Int32 System.IO.StreamReader::ReadBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StreamReader_ReadBuffer_m219443772F204EB9A161C975069F65AC29A037EC (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { __this->set_charLen_12(0); __this->set_charPos_11(0); bool L_0 = __this->get__checkPreamble_17(); if (L_0) { goto IL_001d; } } { __this->set_byteLen_13(0); } IL_001d: { bool L_1 = __this->get__checkPreamble_17(); if (!L_1) { goto IL_00b3; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = __this->get_stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_byteBuffer_8(); int32_t L_4 = __this->get_bytePos_14(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_byteBuffer_8(); int32_t L_6 = __this->get_bytePos_14(); int32_t L_7; L_7 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(21 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), (int32_t)L_6))); V_0 = L_7; int32_t L_8 = V_0; if (L_8) { goto IL_00a3; } } { int32_t L_9 = __this->get_byteLen_13(); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_009c; } } { int32_t L_10 = __this->get_charLen_12(); Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * L_11 = __this->get_decoder_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_byteBuffer_8(); int32_t L_13 = __this->get_byteLen_13(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = __this->get_charBuffer_9(); int32_t L_15 = __this->get_charLen_12(); int32_t L_16; L_16 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t >::Invoke(8 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_11, L_12, 0, L_13, L_14, L_15); __this->set_charLen_12(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_16))); int32_t L_17 = 0; V_1 = L_17; __this->set_byteLen_13(L_17); int32_t L_18 = V_1; __this->set_bytePos_14(L_18); } IL_009c: { int32_t L_19 = __this->get_charLen_12(); return L_19; } IL_00a3: { int32_t L_20 = __this->get_byteLen_13(); int32_t L_21 = V_0; __this->set_byteLen_13(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21))); goto IL_00e2; } IL_00b3: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_22 = __this->get_stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = __this->get_byteBuffer_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = __this->get_byteBuffer_8(); int32_t L_25; L_25 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(21 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_22, L_23, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))); __this->set_byteLen_13(L_25); int32_t L_26 = __this->get_byteLen_13(); if (L_26) { goto IL_00e2; } } { int32_t L_27 = __this->get_charLen_12(); return L_27; } IL_00e2: { int32_t L_28 = __this->get_byteLen_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = __this->get_byteBuffer_8(); __this->set__isBlocked_18((bool)((((int32_t)L_28) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))))? 1 : 0)); bool L_30; L_30 = StreamReader_IsPreamble_m7C4F1C6FDB4B3CD1049EA4E891E36DD7CCAA100E(__this, /*hidden argument*/NULL); if (L_30) { goto IL_0148; } } { bool L_31 = __this->get__detectEncoding_16(); if (!L_31) { goto IL_0117; } } { int32_t L_32 = __this->get_byteLen_13(); if ((((int32_t)L_32) < ((int32_t)2))) { goto IL_0117; } } { StreamReader_DetectEncoding_m44230E683F569C038A624A595994B6F5356E00F2(__this, /*hidden argument*/NULL); } IL_0117: { int32_t L_33 = __this->get_charLen_12(); Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * L_34 = __this->get_decoder_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = __this->get_byteBuffer_8(); int32_t L_36 = __this->get_byteLen_13(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_37 = __this->get_charBuffer_9(); int32_t L_38 = __this->get_charLen_12(); int32_t L_39; L_39 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t >::Invoke(8 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_34, L_35, 0, L_36, L_37, L_38); __this->set_charLen_12(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_39))); } IL_0148: { int32_t L_40 = __this->get_charLen_12(); if (!L_40) { goto IL_001d; } } { int32_t L_41 = __this->get_charLen_12(); return L_41; } } // System.Int32 System.IO.StreamReader::ReadBuffer(System.Char[],System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StreamReader_ReadBuffer_m9C63AB559385B2FB1502E8B077847DD5EA142734 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___userBuffer0, int32_t ___userOffset1, int32_t ___desiredChars2, bool* ___readToUserBuffer3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { __this->set_charLen_12(0); __this->set_charPos_11(0); bool L_0 = __this->get__checkPreamble_17(); if (L_0) { goto IL_001d; } } { __this->set_byteLen_13(0); } IL_001d: { V_0 = 0; bool* L_1 = ___readToUserBuffer3; int32_t L_2 = ___desiredChars2; int32_t L_3 = __this->get__maxCharsPerBuffer_15(); *((int8_t*)L_1) = (int8_t)((((int32_t)((((int32_t)L_2) < ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_002e: { bool L_4 = __this->get__checkPreamble_17(); if (!L_4) { goto IL_00d7; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = __this->get_stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_byteBuffer_8(); int32_t L_7 = __this->get_bytePos_14(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_byteBuffer_8(); int32_t L_9 = __this->get_bytePos_14(); int32_t L_10; L_10 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(21 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), (int32_t)L_9))); V_1 = L_10; int32_t L_11 = V_1; if (L_11) { goto IL_00c7; } } { int32_t L_12 = __this->get_byteLen_13(); if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_00c5; } } { bool* L_13 = ___readToUserBuffer3; int32_t L_14 = *((uint8_t*)L_13); if (!L_14) { goto IL_0097; } } { Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * L_15 = __this->get_decoder_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get_byteBuffer_8(); int32_t L_17 = __this->get_byteLen_13(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_18 = ___userBuffer0; int32_t L_19 = ___userOffset1; int32_t L_20 = V_0; int32_t L_21; L_21 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t >::Invoke(8 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_15, L_16, 0, L_17, L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20))); V_0 = L_21; __this->set_charLen_12(0); goto IL_00c5; } IL_0097: { Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * L_22 = __this->get_decoder_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = __this->get_byteBuffer_8(); int32_t L_24 = __this->get_byteLen_13(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_25 = __this->get_charBuffer_9(); int32_t L_26 = V_0; int32_t L_27; L_27 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t >::Invoke(8 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_22, L_23, 0, L_24, L_25, L_26); V_0 = L_27; int32_t L_28 = __this->get_charLen_12(); int32_t L_29 = V_0; __this->set_charLen_12(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29))); } IL_00c5: { int32_t L_30 = V_0; return L_30; } IL_00c7: { int32_t L_31 = __this->get_byteLen_13(); int32_t L_32 = V_1; __this->set_byteLen_13(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32))); goto IL_0102; } IL_00d7: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_33 = __this->get_stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = __this->get_byteBuffer_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = __this->get_byteBuffer_8(); int32_t L_36; L_36 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(21 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_33, L_34, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length)))); __this->set_byteLen_13(L_36); int32_t L_37 = __this->get_byteLen_13(); if (!L_37) { goto IL_01b1; } } IL_0102: { int32_t L_38 = __this->get_byteLen_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = __this->get_byteBuffer_8(); __this->set__isBlocked_18((bool)((((int32_t)L_38) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length)))))? 1 : 0)); bool L_40; L_40 = StreamReader_IsPreamble_m7C4F1C6FDB4B3CD1049EA4E891E36DD7CCAA100E(__this, /*hidden argument*/NULL); if (L_40) { goto IL_01ab; } } { bool L_41 = __this->get__detectEncoding_16(); if (!L_41) { goto IL_0149; } } { int32_t L_42 = __this->get_byteLen_13(); if ((((int32_t)L_42) < ((int32_t)2))) { goto IL_0149; } } { StreamReader_DetectEncoding_m44230E683F569C038A624A595994B6F5356E00F2(__this, /*hidden argument*/NULL); bool* L_43 = ___readToUserBuffer3; int32_t L_44 = ___desiredChars2; int32_t L_45 = __this->get__maxCharsPerBuffer_15(); *((int8_t*)L_43) = (int8_t)((((int32_t)((((int32_t)L_44) < ((int32_t)L_45))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0149: { __this->set_charPos_11(0); bool* L_46 = ___readToUserBuffer3; int32_t L_47 = *((uint8_t*)L_46); if (!L_47) { goto IL_017d; } } { int32_t L_48 = V_0; Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * L_49 = __this->get_decoder_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = __this->get_byteBuffer_8(); int32_t L_51 = __this->get_byteLen_13(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_52 = ___userBuffer0; int32_t L_53 = ___userOffset1; int32_t L_54 = V_0; int32_t L_55; L_55 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t >::Invoke(8 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_49, L_50, 0, L_51, L_52, ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)L_54))); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)L_55)); __this->set_charLen_12(0); goto IL_01ab; } IL_017d: { Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * L_56 = __this->get_decoder_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_57 = __this->get_byteBuffer_8(); int32_t L_58 = __this->get_byteLen_13(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_59 = __this->get_charBuffer_9(); int32_t L_60 = V_0; int32_t L_61; L_61 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t >::Invoke(8 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_56, L_57, 0, L_58, L_59, L_60); V_0 = L_61; int32_t L_62 = __this->get_charLen_12(); int32_t L_63 = V_0; __this->set_charLen_12(((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)L_63))); } IL_01ab: { int32_t L_64 = V_0; if (!L_64) { goto IL_002e; } } IL_01b1: { bool L_65 = __this->get__isBlocked_18(); int32_t L_66 = V_0; int32_t L_67 = ___desiredChars2; __this->set__isBlocked_18((bool)((int32_t)((int32_t)L_65&(int32_t)((((int32_t)L_66) < ((int32_t)L_67))? 1 : 0)))); int32_t L_68 = V_0; return L_68; } } // System.String System.IO.StreamReader::ReadLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StreamReader_ReadLine_mC734AC3D2071D374C2978D74CF573CBF85AC52B2 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, 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; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; String_t* V_3 = NULL; { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); if (L_0) { goto IL_000d; } } { __Error_ReaderClosed_m55C2449E2E6A32FEB99FCEACECCB5CCCFA30EA11(/*hidden argument*/NULL); } IL_000d: { StreamReader_CheckAsyncTaskInProgress_m359EC995C843BE386911E97814487EC798C7FE13(__this, /*hidden argument*/NULL); int32_t L_1 = __this->get_charPos_11(); int32_t L_2 = __this->get_charLen_12(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_002b; } } { int32_t L_3; L_3 = VirtFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 System.IO.StreamReader::ReadBuffer() */, __this); if (L_3) { goto IL_002b; } } { return (String_t*)NULL; } IL_002b: { V_0 = (StringBuilder_t *)NULL; } IL_002d: { int32_t L_4 = __this->get_charPos_11(); V_1 = L_4; } IL_0034: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = __this->get_charBuffer_9(); int32_t L_6 = V_1; int32_t L_7 = L_6; uint16_t L_8 = (uint16_t)(L_5)->GetAtUnchecked(static_cast(L_7)); V_2 = L_8; Il2CppChar L_9 = V_2; if ((((int32_t)L_9) == ((int32_t)((int32_t)13)))) { goto IL_004a; } } { Il2CppChar L_10 = V_2; if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)10))))) { goto IL_00d1; } } IL_004a: { StringBuilder_t * L_11 = V_0; if (!L_11) { goto IL_0071; } } { StringBuilder_t * L_12 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = __this->get_charBuffer_9(); int32_t L_14 = __this->get_charPos_11(); int32_t L_15 = V_1; int32_t L_16 = __this->get_charPos_11(); StringBuilder_t * L_17; L_17 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_12, L_13, L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)), /*hidden argument*/NULL); StringBuilder_t * L_18 = V_0; String_t* L_19; L_19 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18); V_3 = L_19; goto IL_008b; } IL_0071: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_20 = __this->get_charBuffer_9(); int32_t L_21 = __this->get_charPos_11(); int32_t L_22 = V_1; int32_t L_23 = __this->get_charPos_11(); String_t* L_24; L_24 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_20, L_21, ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23)), /*hidden argument*/NULL); V_3 = L_24; } IL_008b: { int32_t L_25 = V_1; __this->set_charPos_11(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1))); Il2CppChar L_26 = V_2; if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)13))))) { goto IL_00cf; } } { int32_t L_27 = __this->get_charPos_11(); int32_t L_28 = __this->get_charLen_12(); if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_00b0; } } { int32_t L_29; L_29 = VirtFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 System.IO.StreamReader::ReadBuffer() */, __this); if ((((int32_t)L_29) <= ((int32_t)0))) { goto IL_00cf; } } IL_00b0: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_30 = __this->get_charBuffer_9(); int32_t L_31 = __this->get_charPos_11(); int32_t L_32 = L_31; uint16_t L_33 = (uint16_t)(L_30)->GetAtUnchecked(static_cast(L_32)); if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)10))))) { goto IL_00cf; } } { int32_t L_34 = __this->get_charPos_11(); __this->set_charPos_11(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1))); } IL_00cf: { String_t* L_35 = V_3; return L_35; } IL_00d1: { int32_t L_36 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); int32_t L_37 = V_1; int32_t L_38 = __this->get_charLen_12(); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0034; } } { int32_t L_39 = __this->get_charLen_12(); int32_t L_40 = __this->get_charPos_11(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)L_40)); StringBuilder_t * L_41 = V_0; if (L_41) { goto IL_00fc; } } { int32_t L_42 = V_1; StringBuilder_t * L_43 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_43, ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)((int32_t)80))), /*hidden argument*/NULL); V_0 = L_43; } IL_00fc: { StringBuilder_t * L_44 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_45 = __this->get_charBuffer_9(); int32_t L_46 = __this->get_charPos_11(); int32_t L_47 = V_1; StringBuilder_t * L_48; L_48 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_44, L_45, L_46, L_47, /*hidden argument*/NULL); int32_t L_49; L_49 = VirtFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 System.IO.StreamReader::ReadBuffer() */, __this); if ((((int32_t)L_49) > ((int32_t)0))) { goto IL_002d; } } { StringBuilder_t * L_50 = V_0; String_t* L_51; L_51 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_50); return L_51; } } // System.Void System.IO.StreamReader::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__cctor_mB9D676C4523776B568B50C0496BE3793FE2AEBF6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullStreamReader_tF7744A1240136221DD6D2B343F3E8430DB1DA838_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullStreamReader_tF7744A1240136221DD6D2B343F3E8430DB1DA838 * L_0 = (NullStreamReader_tF7744A1240136221DD6D2B343F3E8430DB1DA838 *)il2cpp_codegen_object_new(NullStreamReader_tF7744A1240136221DD6D2B343F3E8430DB1DA838_il2cpp_TypeInfo_var); NullStreamReader__ctor_m5219A1E485C0077AEAB5132198135CDAE2373A43(L_0, /*hidden argument*/NULL); ((StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_StaticFields*)il2cpp_codegen_static_fields_for(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var))->set_Null_4(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * RealProxy_get_ObjectIdentity_m408FE9B22C1CE7E38F5C6FE49310C121900481A8_inline (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, const RuntimeMethod* method) { { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_0 = __this->get__objectIdentity_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RealProxy_set_ObjectIdentity_mD383787A6A08E98E893004DFF8C30180E20F1E74_inline (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ___value0, const RuntimeMethod* method) { { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_0 = ___value0; __this->set__objectIdentity_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m8558532350989A6DE33C188FD1A470187DFEA911_inline (AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SoapTypeAttribute_get_IsInteropXmlElement_m3931A085C0E02EE4582C13F2287DCEC16F90491C_inline (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isElement_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlElementName_m03C3F29833A18EE24DFFFCBF8349DF3FB5E2046E_inline (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__xmlElementName_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SoapTypeAttribute_get_IsInteropXmlType_m5163BEC65AEF0B83E9EA344B0B4D0AA69D40DA10_inline (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isType_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlTypeName_mA61CBF3C0431D879960F126E0494416696E03A63_inline (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__xmlTypeName_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SoapTypeAttribute_get_XmlTypeNamespace_m1D0A6045FB8F02BFABCEB16BECEECB44D4B49688_inline (SoapTypeAttribute_t848275CB40016FE22B3F7D4F2749337C12D8167B * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__xmlTypeNamespace_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SoapFieldAttribute_IsInteropXmlElement_m91578480BFAC37EB6F4E96E63834DDBE5987D6F1_inline (SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isElement_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SoapFieldAttribute_get_XmlElementName_mC985CF19A5E3F7ED8F67DF5A103962ED3E5A288C_inline (SoapFieldAttribute_t65446EE84B0581F1BF7D19B78C183EF6F5DF48B5 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__elementName_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* StackFrame_GetInternalMethodName_m9ADAF843DD607AFE27375E971D4E73AA1C2004E7_inline (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_internalMethodName_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t StackFrame_GetMethodAddress_m44EA365180CA3034E7DE1224EBFB1E2276D6FA8C_inline (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_methodAddress_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t StackFrame_GetMethodIndex_m5B3272EC2CC6B7F4A0A80F66A8CDD530D50F2E63_inline (StackFrame_t6018A5362C2E8F6F80F153F3D40623D213094E0F * __this, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_methodIndex_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StateMachineAttribute_set_StateMachineType_mB31433BE5C136EA7E067A8E64E68D226F25E4F2C_inline (StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3 * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CStateMachineTypeU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * TaskScheduler_get_Default_m3FAE18B08A620C75BF0256917EFB236D30AB6BCB_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_0 = ((TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var))->get_s_defaultTaskScheduler_1(); return L_0; } }