#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include #include "icalls/System/System.Diagnostics/DefaultTraceListener.h" #include "icalls/System/System.Net/Dns.h" struct VirtualActionInvoker0 { 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 VirtualActionInvoker1 { 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 VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualActionInvoker3 { 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 VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker3 { 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 VirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtualFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericVirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; 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 InterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Threading.AsyncLocal`1 struct AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tCAA954C180FE22A5909DC97DB48233904AC1A885; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C; // System.Func`2 struct Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82; // System.Func`2 struct Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20; // System.Collections.Generic.List`1 struct List_1_tF8BA11172F579EE8CEB182C602B06701D4773EF9; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Attribute[] struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // Mono.Security.Interface.CipherSuiteCode[] struct CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C; // System.Globalization.CultureInfo[] struct CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Enum[] struct EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199; // System.ComponentModel.EventDescriptor[] struct EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9; // System.ComponentModel.IExtenderProvider[] struct IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738; // System.Net.IPAddress[] struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.ComponentModel.PropertyDescriptor[] struct PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75; // System.SByte[] struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Globalization.TokenHashValue[] struct TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.ComponentModel.AttributeCollection/AttributeEntry[] struct AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735; // System.Net.CookieTokenizer/RecognizedAttribute[] struct RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.Net.WebHeaderCollection/RfcChar[] struct RfcCharU5BU5D_t58A49D25CFFD1B17023C3AD1BE05914C4A3FE8D3; // Mono.Security.Interface.Alert struct Alert_t71FA13E7FE64597724FB0EE13B09ACF5EFBF5CD2; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // System.ComponentModel.ArraySubsetEnumerator struct ArraySubsetEnumerator_t6D4DAF568672443DE0F929E82C4B92C3662742BF; // System.Reflection.Assembly struct Assembly_t; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.ComponentModel.AttributeCollection struct AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C; // System.Net.Authorization struct Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF; // System.ComponentModel.BaseNumberConverter struct BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C; // System.Runtime.Serialization.Formatters.Binary.BinaryFormatter struct BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55; // System.Net.BindIPEndPoint struct BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.ComponentModel.BrowsableAttribute struct BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2; // System.Net.Configuration.BypassElementCollection struct BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.ComponentModel.CancelEventArgs struct CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Net.Comparer struct Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F; // System.ComponentModel.Component struct Component_t015539CFEAEEBFD7619041FE006475373E0D71DF; // System.Configuration.ConfigurationElement struct ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA; // System.Configuration.ConfigurationPropertyCollection struct ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B; // System.ConsoleCancelEventHandler struct ConsoleCancelEventHandler_tACD32787946439D2453F9D9512471685521C006D; // System.Reflection.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // System.Net.Cookie struct Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677; // System.Net.CookieContainer struct CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2; // System.Net.CookieException struct CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129; // System.Net.CookieParser struct CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5; // System.Net.CookieTokenizer struct CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA; // System.Diagnostics.CorrelationManager struct CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.ComponentModel.CultureInfoConverter struct CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E; // System.ComponentModel.CustomTypeDescriptor struct CustomTypeDescriptor_t5EAC3D815ED0A3A3DB9045015F62CF81EA889FAC; // System.ComponentModel.DataErrorsChangedEventArgs struct DataErrorsChangedEventArgs_tCC43BD1EC80247248306884AEA61D2359D525B94; // System.ComponentModel.DataObjectAttribute struct DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2; // System.ComponentModel.DataObjectFieldAttribute struct DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC; // System.ComponentModel.DataObjectMethodAttribute struct DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5; // System.ComponentModel.DateTimeConverter struct DateTimeConverter_t49DF440D603EA3B80DF6985DC10DAB78513A9A86; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.ComponentModel.DateTimeOffsetConverter struct DateTimeOffsetConverter_t6DA5C7194BD4F53C74514B27932E76403337B05E; // System.ComponentModel.DecimalConverter struct DecimalConverter_t3D45BF655409D3D62DEE576E557F17BF295E7F1C; // System.Text.Decoder struct Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // System.ComponentModel.DefaultBindingPropertyAttribute struct DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F; // System.ComponentModel.DefaultEventAttribute struct DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A; // System.ComponentModel.DefaultPropertyAttribute struct DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54; // System.Net.Configuration.DefaultProxySection struct DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20; // System.Net.Configuration.DefaultProxySectionInternal struct DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE; // System.Configuration.DefaultSettingValueAttribute struct DefaultSettingValueAttribute_tA85D017148A494293FA232D41ADC741D7283BB10; // System.Diagnostics.DefaultTraceListener struct DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468; // System.ComponentModel.DefaultValueAttribute struct DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6; // System.IO.Compression.DeflateStream struct DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5; // System.IO.Compression.DeflateStreamNative struct DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.ComponentModel.DelegatingTypeDescriptionProvider struct DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC; // System.ComponentModel.DescriptionAttribute struct DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA; // System.ComponentModel.DesignOnlyAttribute struct DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D; // System.ComponentModel.DesignTimeVisibleAttribute struct DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A; // System.ComponentModel.DesignerAttribute struct DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C; // System.ComponentModel.DesignerCategoryAttribute struct DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42; // System.ComponentModel.DesignerSerializationVisibilityAttribute struct DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268; // System.ComponentModel.Design.DesigntimeLicenseContext struct DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A; // System.Diagnostics.DiagnosticsConfigurationHandler struct DiagnosticsConfigurationHandler_t69F37E22D4A4FD977D51999CA94F8DE2BFF2B741; // System.Configuration.DictionarySectionHandler struct DictionarySectionHandler_t2CBB2A273D91AB10D6C687AFFCBBB3824B6042B4; // System.Net.DigestClient struct DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D; // System.Net.DigestHeaderParser struct DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97; // System.Net.DigestSession struct DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B; // System.ComponentModel.DisplayNameAttribute struct DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85; // System.ComponentModel.DoWorkEventArgs struct DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16; // System.ComponentModel.DoWorkEventHandler struct DoWorkEventHandler_t1F393DBD98DDD77BAADD6F58DB83C690560C0B60; // System.ComponentModel.DoubleConverter struct DoubleConverter_t086E77489968A1C31C6C83DC40033F6B2884A606; // System.ComponentModel.EditorAttribute struct EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9; // System.ComponentModel.EditorBrowsableAttribute struct EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614; // System.Net.EmptyWebProxy struct EmptyWebProxy_tBFFA078A103E63530CC4A80AD137D6C8E3A77686; // System.Text.Encoder struct Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Net.EndPoint struct EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA; // System.ComponentModel.EnumConverter struct EnumConverter_t05433389A0FBB1D1185275588F6A9000BCFB7D78; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA; // System.ComponentModel.EventDescriptor struct EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4; // System.ComponentModel.EventDescriptorCollection struct EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37; // System.ComponentModel.EventHandlerList struct EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714; // System.Threading.EventWaitHandle struct EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C; // System.Exception struct Exception_t; // System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute struct ExcludeFromCodeCoverageAttribute_tFEDA2165DC4920539BEB2F72C8A78D10BB6F9CA0; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8; // System.Threading.ExecutionContext struct ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414; // System.ComponentModel.ExpandableObjectConverter struct ExpandableObjectConverter_t9E4B8883C179C271B4EEC95BFE0A105698D3725E; // System.ComponentModel.ExtendedPropertyDescriptor struct ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420; // System.ComponentModel.ExtenderProvidedPropertyAttribute struct ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4; // System.Reflection.FieldInfo struct FieldInfo_t; // System.IO.FileInfo struct FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9; // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26; // System.Net.FileWebRequest struct FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE; // System.Net.FileWebRequestCreator struct FileWebRequestCreator_tE47941AF1FA047136D56DFEA114A93782C5D89ED; // System.Net.FileWebResponse struct FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6; // System.Net.FileWebStream struct FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759; // System.Net.FtpAsyncResult struct FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42; // System.Net.Configuration.FtpCachePolicyElement struct FtpCachePolicyElement_tDBB21B11C32CD63CBB6BB4B70729C0076AD78C77; // System.Net.FtpDataStream struct FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0; // System.Net.FtpRequestCreator struct FtpRequestCreator_tDF5B37F5028D2FCD037F7F817ECD55E5B1BEA102; // System.Net.FtpStatus struct FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837; // System.Net.FtpWebRequest struct FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D; // System.Net.FtpWebResponse struct FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Net.HeaderInfoTable struct HeaderInfoTable_tC14711FD51BE2B331032AB0BAE14E2E2D88E77D4; // System.Net.HttpContinueDelegate struct HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F; // System.Net.HttpWebRequest struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A; // System.Net.HttpWebResponse struct HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // Mono.Security.Interface.ICertificateValidator struct ICertificateValidator_tFDF5F2F2BBF1F6EE09772244D8D150C6EA143628; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IComparer struct IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0; // System.Net.ICredentials struct ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48; // System.ComponentModel.ICustomTypeDescriptor struct ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.ComponentModel.IExtenderProvider struct IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // System.Runtime.Remoting.Messaging.IMessage struct IMessage_tFB62BF93B045EA3FA0278D55C5044B322E7B4545; // System.Runtime.Remoting.Messaging.IMessageCtrl struct IMessageCtrl_t343815B567A7293C85B61753266DCF852EB1748F; // System.IOAsyncCallback struct IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA; // System.Net.IPAddress struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE; // System.Net.IPEndPoint struct IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E; // System.Net.IPHostEntry struct IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA; // System.Security.Principal.IPrincipal struct IPrincipal_t850ACE1F48327B64F266DD2C6FD8C5F56E4889E2; // System.IServiceProvider struct IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3; // System.ComponentModel.ISite struct ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790; // System.Runtime.Serialization.ISurrogateSelector struct ISurrogateSelector_t32463C505981FAA3FE78829467992AC7309CD9CA; // System.ComponentModel.ITypeDescriptorContext struct ITypeDescriptorContext_t54BAF45FE51089E764D7B7ACB9FC8086B4326DF0; // System.Net.IWebProxy struct IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3; // System.Globalization.IdnMapping struct IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD; // System.ComponentModel.Design.Serialization.InstanceDescriptor struct InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81; // System.Threading.InternalThread struct InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Net.LazyAsyncResult struct LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32; // System.ComponentModel.LicenseContext struct LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF; // System.LocalDataStoreHolder struct LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146; // System.LocalDataStoreMgr struct LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A; // System.Security.Cryptography.MD5 struct MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA; // System.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B; // System.ComponentModel.MemberDescriptor struct MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Net.Configuration.ModuleElement struct ModuleElement_t0AF50760F4F234AE35460D569CB83417EEB850C7; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback struct MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A; // System.Runtime.Remoting.Messaging.MonoMethodMessage struct MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC; // Mono.Security.Interface.MonoRemoteCertificateValidationCallback struct MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF; // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7; // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21; // System.MulticastDelegate struct MulticastDelegate_t; // System.Collections.Specialized.NameValueCollection struct NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D; // System.Net.NetworkCredential struct NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686; // System.Net.Sockets.NetworkStream struct NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.ObjectDisposedException struct ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A; // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B; // System.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.Net.ProtocolViolationException struct ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299; // System.Net.Configuration.ProxyElement struct ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA; // System.Globalization.Punycode struct Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // System.ComponentModel.ReflectPropertyDescriptor struct ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F; // System.Text.RegularExpressions.RegexRunner struct RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934; // System.Net.Cache.RequestCacheBinding struct RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447; // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED; // System.Net.Cache.RequestCacheProtocol struct RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7; // System.ComponentModel.Design.RuntimeLicenseContext struct RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Net.Sockets.SafeSocketHandle struct SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1; // System.Security.SecureString struct SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Net.ServerCertValidationCallback struct ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA; // System.Net.ServicePoint struct ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0; // System.Net.ServicePointScheduler struct ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7; // System.Net.Sockets.Socket struct Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09; // System.Net.SocketAddress struct SocketAddress_tE8FA33C91254662406767AF97518C235382742D3; // System.Net.Sockets.SocketException struct SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88; // System.Collections.Stack struct Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.IO.StreamReader struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3; // System.IO.StreamWriter struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.StringComparer struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643; // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414; // System.Threading.ThreadStart struct ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687; // Mono.Security.Interface.TlsException struct TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9; // System.Diagnostics.TraceFilter struct TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8; // System.Diagnostics.TraceListener struct TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709; // System.Diagnostics.TraceSwitch struct TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D; // System.Type struct Type_t; // System.ComponentModel.TypeConverter struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4; // System.ComponentModel.TypeDescriptionProvider struct TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriBuilder struct UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42; // System.UriFormatException struct UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319; // System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842; // System.Net.WebCompletionSource struct WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E; // System.Net.WebException struct WebException_t824617203133537D3B05BF786C22AECE0E2DBD08; // System.Net.WebHeaderCollection struct WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4; // System.Net.WebOperation struct WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00; // System.Net.WebRequest struct WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E; // System.Net.WebRequestStream struct WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887; // System.Net.WebResponse struct WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B; // System.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1; // System.Xml.XmlReader struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C; // System.Console/InternalCancelHandler struct InternalCancelHandler_t7F0E9BBFE542C3B0E62620118961AC10E0DFB000; // System.ComponentModel.CultureInfoConverter/CultureComparer struct CultureComparer_tE4B58101BFBE2F31D2E54ACF2D46ABE038991AC6; // System.IO.Compression.DeflateStream/ReadMethod struct ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8; // System.IO.Compression.DeflateStream/WriteMethod struct WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3; // System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle struct SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03; // System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite struct UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD; // System.Net.Dns/GetHostAddressesCallback struct GetHostAddressesCallback_t03CF99D5CEDA9D1438FAFDF101E7460232C8D0FC; // System.ComponentModel.EventHandlerList/ListEntry struct ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3; // System.Net.FtpDataStream/ReadDelegate struct ReadDelegate_t3D70C2E77AF55AADD887F423AA0CAE4FABCC92E6; // System.Net.FtpDataStream/WriteDelegate struct WriteDelegate_t27DA3BBADBD9FFAC63A9B47C2D61F0219BFE9E0D; // System.Net.LazyAsyncResult/ThreadContext struct ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3; // System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry struct NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Net.TimerThread/Queue struct Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB; // System.ComponentModel.TypeConverter/StandardValuesCollection struct StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1; // System.ComponentModel.TypeDescriptionProvider/EmptyCustomTypeDescriptor struct EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // System.Net.WebRequest/DesignerWebRequestCreate struct DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A; 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* ArraySubsetEnumerator_t6D4DAF568672443DE0F929E82C4B92C3662742BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_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* Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureComparer_tE4B58101BFBE2F31D2E54ACF2D46ABE038991AC6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debugger_tB9DDF100D6DE6EA38D21A1801D59BAA57631653A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GetHostAddressesCallback_t03CF99D5CEDA9D1438FAFDF101E7460232C8D0FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICloseEx_t2C3256DEC9C869E322252153D722C40561D198BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IFormatter_t91AC8765DE85C135D6CA1042CEBF15007BCEFB01_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvariantComparer_tE1CE2D4C00592623FA9BCEBA4990245E775A032E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tF8BA11172F579EE8CEB182C602B06701D4773EF9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_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* PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReadDelegate_t3D70C2E77AF55AADD887F423AA0CAE4FABCC92E6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1_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* SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WriteDelegate_t27DA3BBADBD9FFAC63A9B47C2D61F0219BFE9E0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* unitytls_error_code_tC425776568E0A522F720337294FF5226445A9E89_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____98A44A6F8606AE6F23FE230286C1D6FBCC407226_11_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral01FD1E1E7196C3E1668954CF864C039EF2977329; IL2CPP_EXTERN_C String_t* _stringLiteral03AF467C2017C2C0E20A175FBE8B63031EA7D7A7; IL2CPP_EXTERN_C String_t* _stringLiteral03BC8C687581927CC1FD3891B147EE76622E0C94; IL2CPP_EXTERN_C String_t* _stringLiteral04045BCBA2BF67D6C1FB792E497557BDF7F450B1; IL2CPP_EXTERN_C String_t* _stringLiteral05A239D304E1CD9654D716DE8B8F8AD99E2AB53F; IL2CPP_EXTERN_C String_t* _stringLiteral05EB610FCC2B53833966AA8CE4B029154C502A88; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral08AEFF14DE513F5C997D873327E69A7331DF29D8; IL2CPP_EXTERN_C String_t* _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40; IL2CPP_EXTERN_C String_t* _stringLiteral0C128E69E6792DFCDC320A8A4CCF22516623A383; IL2CPP_EXTERN_C String_t* _stringLiteral0D96C27192EF5D10E30137D67B481E604F79723D; IL2CPP_EXTERN_C String_t* _stringLiteral0F65BEA83D91EF5467097A153A76FFE6F7093CB0; IL2CPP_EXTERN_C String_t* _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69; IL2CPP_EXTERN_C String_t* _stringLiteral11FD2EF9BA651049A2864C7E2D89C93F249C0898; IL2CPP_EXTERN_C String_t* _stringLiteral12367D48D72A8D46E66185E94AE31D75001E7F30; IL2CPP_EXTERN_C String_t* _stringLiteral127982D8D48B627D6FEB2E03467C76CE65E3AD8A; IL2CPP_EXTERN_C String_t* _stringLiteral15C67A8A8A9F318E46444E449D08CD0953E3916D; IL2CPP_EXTERN_C String_t* _stringLiteral1673637C0DEF01B1D6ED9979CE65DF36B659184D; IL2CPP_EXTERN_C String_t* _stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F; IL2CPP_EXTERN_C String_t* _stringLiteral16770065DAB8E218EBB0B0BB3BC4FE763DF3C18B; IL2CPP_EXTERN_C String_t* _stringLiteral17490F55601C1F90A7803263837FE3F21E759D69; IL2CPP_EXTERN_C String_t* _stringLiteral17E6DBB97A104ECACBB0B930A0D72437CB6B4B7F; IL2CPP_EXTERN_C String_t* _stringLiteral1842163E600730C192914B1BCFB77A9A809A8070; IL2CPP_EXTERN_C String_t* _stringLiteral1852FDAC142F954BD1FC47F600B199C42B7C3A9A; IL2CPP_EXTERN_C String_t* _stringLiteral1A0A3CA99318DA5D044663BE79A6F30B963858AF; IL2CPP_EXTERN_C String_t* _stringLiteral1A32BC28634B27F4841631C8EF1DA0FE41353EB4; IL2CPP_EXTERN_C String_t* _stringLiteral1B53921DDFB2D1E42EC639164D3866482F325D24; IL2CPP_EXTERN_C String_t* _stringLiteral1CBF018550260BAA441547D1402840686B85C921; IL2CPP_EXTERN_C String_t* _stringLiteral1D32AC36B4B9E1E7B2A615168DBE60C194B30C0C; IL2CPP_EXTERN_C String_t* _stringLiteral1D9F98EAF5D9B13BF257985BA152DBC980FD412B; IL2CPP_EXTERN_C String_t* _stringLiteral1EFC2D997940179D05D340EEFB09AEABEBBE5AF3; IL2CPP_EXTERN_C String_t* _stringLiteral2264BCDAE97447CBA2BF489CDD8241719D321D83; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral2388F091C228023E790448E1E25A13FDA7A160F4; IL2CPP_EXTERN_C String_t* _stringLiteral245C581F22FACB13167A7469B960289230699AE1; IL2CPP_EXTERN_C String_t* _stringLiteral24A37BD3DF611B1162437D8D68109E10D4717E44; IL2CPP_EXTERN_C String_t* _stringLiteral2523CBFED84EF78578D85909448E8C0C4ECDA163; IL2CPP_EXTERN_C String_t* _stringLiteral2555543242A278889EA1F704BD696770579E9304; IL2CPP_EXTERN_C String_t* _stringLiteral2A2B511F9E1806176D2C8E3C04414FCABDA3FC6A; IL2CPP_EXTERN_C String_t* _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE; IL2CPP_EXTERN_C String_t* _stringLiteral2DA0AC110457767EB539C31A3B243D2C4C5C2D9D; IL2CPP_EXTERN_C String_t* _stringLiteral2E3BBB9C8884258F6139BE04CD4C8F1786CC5C3B; IL2CPP_EXTERN_C String_t* _stringLiteral2EB2A97C2ED3A1E1D613F74C8B7F7B07A1BFC6EE; IL2CPP_EXTERN_C String_t* _stringLiteral2FF37A1EA8CCB473458EE51C4ACAF57C9AE7EA72; IL2CPP_EXTERN_C String_t* _stringLiteral30533292CAF49D04873AD3F08735959A1C6C6111; IL2CPP_EXTERN_C String_t* _stringLiteral335CA71010F7EFAB270E1E0D36EFB78000B60FF2; IL2CPP_EXTERN_C String_t* _stringLiteral368FD5FDD9D32A20DF4066D2D3E2DFB1AFED1638; IL2CPP_EXTERN_C String_t* _stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6; IL2CPP_EXTERN_C String_t* _stringLiteral37B997084F16538F49C23AE46654F18F18673EB0; IL2CPP_EXTERN_C String_t* _stringLiteral37ED1B470D34983C51B7FCACFA5663E89C9196E2; IL2CPP_EXTERN_C String_t* _stringLiteral37ED41C0F774F2E2A7BBC7FEAB93A84085A01530; IL2CPP_EXTERN_C String_t* _stringLiteral3C6A811813FC0E1D24191F0E8885337EE01B7E4D; IL2CPP_EXTERN_C String_t* _stringLiteral3C850BA1FC7F3581DBA2DD6DDF642D5C34A8C120; IL2CPP_EXTERN_C String_t* _stringLiteral3CF09EA528F2B59A7130F83612C8F6DC4419E135; IL2CPP_EXTERN_C String_t* _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869; IL2CPP_EXTERN_C String_t* _stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F; IL2CPP_EXTERN_C String_t* _stringLiteral3F477F5B61F788A30AF7E67D63A4BA5A4FC200D5; IL2CPP_EXTERN_C String_t* _stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA; IL2CPP_EXTERN_C String_t* _stringLiteral4044F71E1BE65840634E2AF1C09536F10DBF2AF5; IL2CPP_EXTERN_C String_t* _stringLiteral4133EC0E83E4C69B6C0094B47BFD1408F0C8D4C5; IL2CPP_EXTERN_C String_t* _stringLiteral4400EE4D96128FF5849A664BF898C4FA42C55867; IL2CPP_EXTERN_C String_t* _stringLiteral4502112B709257EB72BDA2E310BDAD51C4094E46; IL2CPP_EXTERN_C String_t* _stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral476CCCC63AA726FFF744CD340766137B1FA0F1BA; IL2CPP_EXTERN_C String_t* _stringLiteral4804D4A94A508275B12EF1A6D5615949E9E336E1; IL2CPP_EXTERN_C String_t* _stringLiteral49366C5F142E2254CE6A216AA46DB08AB180DD26; IL2CPP_EXTERN_C String_t* _stringLiteral495DC0FD751814351D0F918BCFE0E9C782E2E090; IL2CPP_EXTERN_C String_t* _stringLiteral4F62453D63DFA54898630106551DDE73F0435387; IL2CPP_EXTERN_C String_t* _stringLiteral4FED6C2AD5EB80E28B5633625171D26291ECC2D8; IL2CPP_EXTERN_C String_t* _stringLiteral5000427D896C8EE429E45940E4406EF13CC8F1F8; IL2CPP_EXTERN_C String_t* _stringLiteral5155147FA750BA527951AADBA3D05ED5D8F0E038; IL2CPP_EXTERN_C String_t* _stringLiteral53549F14C4C0C01E846937308C01413567514ED9; IL2CPP_EXTERN_C String_t* _stringLiteral53A9C66C6A443CBE89ABB4CC1F89ED3FCB6DF131; IL2CPP_EXTERN_C String_t* _stringLiteral53B6A8F4629CFB02CF5AFB3B1D3C6A5584EB8548; IL2CPP_EXTERN_C String_t* _stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4; IL2CPP_EXTERN_C String_t* _stringLiteral547999BA16094C3536189EA1CC631B96EFC47117; IL2CPP_EXTERN_C String_t* _stringLiteral548BEB5D763A05596D0A1DF00A0D505E0922A116; IL2CPP_EXTERN_C String_t* _stringLiteral56527A2300BB0A611AE7B1418C0BFCB781C48103; IL2CPP_EXTERN_C String_t* _stringLiteral59BD369CF985844B111CA4447943A285D359441C; IL2CPP_EXTERN_C String_t* _stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18; IL2CPP_EXTERN_C String_t* _stringLiteral5DD947811BAB9B7A838C495330E7196D53D30F9F; IL2CPP_EXTERN_C String_t* _stringLiteral5DF5634099E210FAACAB500FEB3F80C226FE7C7F; IL2CPP_EXTERN_C String_t* _stringLiteral5E7AF688FC963011F16BD50BD474C4F19C5F42FB; IL2CPP_EXTERN_C String_t* _stringLiteral5FA83A1CA82C3755AC857486C7071AD2D7563D21; IL2CPP_EXTERN_C String_t* _stringLiteral5FC154761871B7293BA5D77E57A16A71359FE4E5; IL2CPP_EXTERN_C String_t* _stringLiteral60081E4C6B9BD5BBFC2D172205F8D7236FF4A669; IL2CPP_EXTERN_C String_t* _stringLiteral606F0CC71C796275607A15AAF1A3AA6B5E27B434; IL2CPP_EXTERN_C String_t* _stringLiteral61A2E25EECE5CA17D408DC393538F1767DE78408; IL2CPP_EXTERN_C String_t* _stringLiteral61BAFFAF327DB9909EC6296A831CF854783EF299; IL2CPP_EXTERN_C String_t* _stringLiteral62D8319602CC0C685C5740895830F89A1DE77FAF; IL2CPP_EXTERN_C String_t* _stringLiteral641255E7CDC790311725CCB47DB63D989117D244; IL2CPP_EXTERN_C String_t* _stringLiteral65577039DCAD14536876AB073E8CCCAECB3C91AD; IL2CPP_EXTERN_C String_t* _stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260; IL2CPP_EXTERN_C String_t* _stringLiteral65C1D59289B5966ECA441384A680097DC790EC62; IL2CPP_EXTERN_C String_t* _stringLiteral67CA14AF410430EB82EB6D789234A71A1F71CF43; IL2CPP_EXTERN_C String_t* _stringLiteral684A14C4CF87A4E1369E91731863BD2B50CBEC35; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral6CB05FD18E12F98F81A204339D25DD82BC993FDD; IL2CPP_EXTERN_C String_t* _stringLiteral6F531D091DEFD1AFE9482485551BED2FDAAA1A44; IL2CPP_EXTERN_C String_t* _stringLiteral6F62345CE5844B50F5E388DCC479E8E1F4AB008E; IL2CPP_EXTERN_C String_t* _stringLiteral70C609AEDBCD3D7E77CDCB9B30D4A70F4DD145D0; IL2CPP_EXTERN_C String_t* _stringLiteral71DF7060EBB2681C6A58BAD2AB05D4021E7B1E06; IL2CPP_EXTERN_C String_t* _stringLiteral7636E7C7A5108E7ABB16B320D0A637F4E2A9E3E6; IL2CPP_EXTERN_C String_t* _stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE; IL2CPP_EXTERN_C String_t* _stringLiteral78AA3FEC7FABE5D2D85E79B3553AC8122C40BF04; IL2CPP_EXTERN_C String_t* _stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E; IL2CPP_EXTERN_C String_t* _stringLiteral7C2AB991735C660B6786443AF56195932AA7F9E7; IL2CPP_EXTERN_C String_t* _stringLiteral7C5B2C0D17D684D4380087821D68BB021A77AA5D; IL2CPP_EXTERN_C String_t* _stringLiteral7F4834BD098A695FDE6AA074DD12E90C659CD225; IL2CPP_EXTERN_C String_t* _stringLiteral80B8BD8C952DF4747A939211EB3E250030FF7705; IL2CPP_EXTERN_C String_t* _stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D; IL2CPP_EXTERN_C String_t* _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF; IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1; IL2CPP_EXTERN_C String_t* _stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2; IL2CPP_EXTERN_C String_t* _stringLiteral86EB59FCEC37C8229DD2F3BB2A9EBA2F48812A6A; IL2CPP_EXTERN_C String_t* _stringLiteral88E3C436425EACB2A5AAA1F1DAA0E9E15389128D; IL2CPP_EXTERN_C String_t* _stringLiteral8A577A5A6848BEDC7A1DBA1211A06E627EEF0057; IL2CPP_EXTERN_C String_t* _stringLiteral8C141564B8410A92C4952C96A8E575570CC65E26; IL2CPP_EXTERN_C String_t* _stringLiteral8C84DED9E27D73A4FA0659FD02C5FAD66640F888; IL2CPP_EXTERN_C String_t* _stringLiteral8CB5CAE4A06CBA4A72564C688228877DD24B9906; IL2CPP_EXTERN_C String_t* _stringLiteral8DA4EAD3AB3488B6B991EC70F2E6B411921C0761; IL2CPP_EXTERN_C String_t* _stringLiteral922A47194D3A51EF4BF81FB2020D6B1EDF53341C; IL2CPP_EXTERN_C String_t* _stringLiteral95B4432B3C3526A7D6F1251C0238760D017B4551; IL2CPP_EXTERN_C String_t* _stringLiteral960C0D8C9BD0DBD457272FE9A9489F8182BB0C2B; IL2CPP_EXTERN_C String_t* _stringLiteral96BE3C78121F8F2CFBD71D65071A5905E2F2A901; IL2CPP_EXTERN_C String_t* _stringLiteral976B982483DE4EA230E37374BE827A2DFB54B608; IL2CPP_EXTERN_C String_t* _stringLiteral97D1540BF1B4DEE115A900710D7D567E814478C0; IL2CPP_EXTERN_C String_t* _stringLiteral99806D9F00DD521B818BAB0B4E6950548E59F8B7; IL2CPP_EXTERN_C String_t* _stringLiteral9A58CF1CA4D29D2B14F780B8AE20188E6D37E55A; IL2CPP_EXTERN_C String_t* _stringLiteral9AC527A8DF595B74718949B694ED69DE1F7D5017; IL2CPP_EXTERN_C String_t* _stringLiteral9BFBA6FC6C00F5F6483CB92EEB238D32EA589C2D; IL2CPP_EXTERN_C String_t* _stringLiteral9C35BA15FC8288F6F7A229DD42F48D4FB70DCC2E; IL2CPP_EXTERN_C String_t* _stringLiteral9D2FFB6D8247609F98DFDFAC2E10931B4F623C14; IL2CPP_EXTERN_C String_t* _stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E; IL2CPP_EXTERN_C String_t* _stringLiteral9E0521A25097CB5A78F7F365E792997998243F33; IL2CPP_EXTERN_C String_t* _stringLiteral9E192CBFAA90880EDB140B0E38603576582E0299; IL2CPP_EXTERN_C String_t* _stringLiteral9E457975468FF4D1398279C178A1A9A3B8DFE28E; IL2CPP_EXTERN_C String_t* _stringLiteral9F43D60E48611DB4C4BF441CA4CDD85427CBE145; IL2CPP_EXTERN_C String_t* _stringLiteralA101A7F7136CB2500108D59D8CC97297A1A72750; IL2CPP_EXTERN_C String_t* _stringLiteralA2F1D185E07BC18D8F5CEE1B8FD0C522DDB0158D; IL2CPP_EXTERN_C String_t* _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73; IL2CPP_EXTERN_C String_t* _stringLiteralA46737DD153510F79305AF4E1494F323B2F08BBA; IL2CPP_EXTERN_C String_t* _stringLiteralA4BCB8F07D7B01D0ED0445AB3038F6DE65C11CB6; IL2CPP_EXTERN_C String_t* _stringLiteralA6F9AB0C2DF86EDD7D27572A9069BF898C1F5075; IL2CPP_EXTERN_C String_t* _stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B; IL2CPP_EXTERN_C String_t* _stringLiteralAA3C17520F9CE8CD4B1562131E4EADD43084B997; IL2CPP_EXTERN_C String_t* _stringLiteralAA97414725713F976A0AA88257D701073421F779; IL2CPP_EXTERN_C String_t* _stringLiteralAAFC71E95E05872CC9F35C4F43F28F1413C8E894; IL2CPP_EXTERN_C String_t* _stringLiteralABAF37018E1F5AB9652A5C3B02A63AB17FEB688D; IL2CPP_EXTERN_C String_t* _stringLiteralAD6CD2C36915DEB6A18BCF0F46B294FC1D97072F; IL2CPP_EXTERN_C String_t* _stringLiteralAE66EFE7979A492BB04F39B36B562B216C7F78EE; IL2CPP_EXTERN_C String_t* _stringLiteralAF248E82BE9EBA1ADBF067429FAEE5A5B6E05A74; IL2CPP_EXTERN_C String_t* _stringLiteralAFCA66D5D5878810A8CD2E0D26A5C5C39E21C7FE; IL2CPP_EXTERN_C String_t* _stringLiteralB03477237F32AFAE0FFDD6AACD9C51DF6BAEDDB7; IL2CPP_EXTERN_C String_t* _stringLiteralB3D4D979A964E8C90CB80916312714D3B5C1E6A0; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB52F6E72E263526DDC3A444805789CD0A5D34A44; IL2CPP_EXTERN_C String_t* _stringLiteralB53E23262CA871DD51B621D069CC5E93A75BDAB6; IL2CPP_EXTERN_C String_t* _stringLiteralB7037FE69D3F4578EBCEE87B50A50C9E21C70409; IL2CPP_EXTERN_C String_t* _stringLiteralB7D1CAF9B55BE135BC8B1C459D2052FBCF135556; IL2CPP_EXTERN_C String_t* _stringLiteralB80519B73D335C4C43628C2D134643395ECC9577; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralB8F1C9322D277D9264D18BA5D704F599D736DAC2; IL2CPP_EXTERN_C String_t* _stringLiteralB92D75ED993E906925189C1515BF49D5429AB2B6; IL2CPP_EXTERN_C String_t* _stringLiteralB96B3E04F75007D82AC4524832422D3C1A9A90FA; IL2CPP_EXTERN_C String_t* _stringLiteralBAC6655A03F949DDF2D407D01723148BA18BEB3F; IL2CPP_EXTERN_C String_t* _stringLiteralBBF163FD8DD06035AE1563932631B8D265F1290E; IL2CPP_EXTERN_C String_t* _stringLiteralC0AE54A01C792DCE93B57B1CDF98768767DF23EB; IL2CPP_EXTERN_C String_t* _stringLiteralC243DE424D48EB9A752FBE966E15A28A4149A1F0; IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10; IL2CPP_EXTERN_C String_t* _stringLiteralC314CFCCFC2227C58A275C19171300597A034F25; IL2CPP_EXTERN_C String_t* _stringLiteralC60811AD65D0557EF69DFB2F66D9621903D5B62A; IL2CPP_EXTERN_C String_t* _stringLiteralC613E4B4DBABD0A7BFE64262A353DBDD93604E96; IL2CPP_EXTERN_C String_t* _stringLiteralC68DC3872E7EB1BBA4CCE5012FCB2352A90E5572; IL2CPP_EXTERN_C String_t* _stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F; IL2CPP_EXTERN_C String_t* _stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17; IL2CPP_EXTERN_C String_t* _stringLiteralD13E5630FD4926D951D8BD7113F63BE2DAFD3626; IL2CPP_EXTERN_C String_t* _stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F; IL2CPP_EXTERN_C String_t* _stringLiteralD439A2AF66F6C6AED1BB52E97D3D6A74FEA76572; IL2CPP_EXTERN_C String_t* _stringLiteralD4E42EF2513EC8A2FD0A32ECA2B740EDC1D77361; IL2CPP_EXTERN_C String_t* _stringLiteralD64AB8E29DF74155A1E28CF26F0F0B4D490521EB; IL2CPP_EXTERN_C String_t* _stringLiteralD69F44EE85E93078FAAAFEAB54A24724D3AC6786; IL2CPP_EXTERN_C String_t* _stringLiteralD876381C7842FC064817DB19381771F177B78566; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDACDFC6B0668444872F7E265600EC227FBB696FC; IL2CPP_EXTERN_C String_t* _stringLiteralDEF75AB46D7BDAA0394F3D2BE5C4B086E647DB5E; IL2CPP_EXTERN_C String_t* _stringLiteralDEF84EBA6C9A8E7BB2723A279F7980993BF92544; IL2CPP_EXTERN_C String_t* _stringLiteralDF19B3C0B045B5A7830D8EF6BB96C1ADCFC66A0C; IL2CPP_EXTERN_C String_t* _stringLiteralE06F79CC91CBA3EFF69C9035EB350CE374F8B79F; IL2CPP_EXTERN_C String_t* _stringLiteralE0F839E3D8CDD713B4981591207E50BF36EE21DA; IL2CPP_EXTERN_C String_t* _stringLiteralE1585CE9CA0F8262C660A70AB1FEF91017285037; IL2CPP_EXTERN_C String_t* _stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1; IL2CPP_EXTERN_C String_t* _stringLiteralE290FE00878B1C01707983AAF8A6BB8464DFAB6D; IL2CPP_EXTERN_C String_t* _stringLiteralE2C28F43F81C1F168F05093B64423B1E32B3DC9C; IL2CPP_EXTERN_C String_t* _stringLiteralE2E90A74AF10748DDAB6F42388BD10A4D42D95BB; IL2CPP_EXTERN_C String_t* _stringLiteralE366688218C4FC506EA8269E62224B37209508EB; IL2CPP_EXTERN_C String_t* _stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52; IL2CPP_EXTERN_C String_t* _stringLiteralE96411507402502ACB1C31D2668F52D00B018EB1; IL2CPP_EXTERN_C String_t* _stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF47527D7B72D5957FA184B6B1B6A7A1A9A56BF37; IL2CPP_EXTERN_C String_t* _stringLiteralF4F512E85672657CC47DF1347A7533BAF06F7091; IL2CPP_EXTERN_C String_t* _stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667; IL2CPP_EXTERN_C String_t* _stringLiteralF5A563DA7422888CC118DE9B7F5BE8C5EF1BFB50; IL2CPP_EXTERN_C String_t* _stringLiteralF5E176467B4E5CF6AE62293B366D2012272CBFDC; IL2CPP_EXTERN_C String_t* _stringLiteralF678DBEEE39BA115BA762E7766D189E0CD47CD41; IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024; IL2CPP_EXTERN_C String_t* _stringLiteralFC82027EEEA4BFAD4FE7FBFDD886E7D82ADBEA69; IL2CPP_EXTERN_C String_t* _stringLiteralFCA440D9A4F7E2D10772A726D6FB427BAE128D34; IL2CPP_EXTERN_C String_t* _stringLiteralFE3675FAFB53B7D0852FDAF9861954C197EBF9C3; IL2CPP_EXTERN_C String_t* _stringLiteralFE55A44A4569E37676CECA70D4046727B22CA6A6; IL2CPP_EXTERN_C String_t* _stringLiteralFED9EBE0DFFF5E192C00377580AFB1A32E627E7A; IL2CPP_EXTERN_C const RuntimeMethod* Array_BinarySearch_TisString_t_mA20816997A0795FC7288BFCB5D7B9C8DCFA05714_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisString_t_m87CDA7CB9D8B424E2A15A16ABAB3AD126842F825_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisCultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_mC4D3C85C615C36EC7247B18F88B1BA44C133494D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisEventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_mA28CB88006EE8651C498928BBDF42B9BAFEEF068_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisString_t_m2504463609DE799429F0FA05740AC0B0BD9E5441_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CultureInfoConverter_ConvertFrom_mB70277FBD76377E15680D75F690E5D278B5ECE99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CultureInfoConverter_ConvertTo_mE6B48365B106D878D7CAEC32F662C0F61F2F92DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DateTimeConverter_ConvertFrom_m8954208C1E7086D762936C55120A2A60213F5FA0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffsetConverter_ConvertFrom_m8EFA26A39A63D77796435FB281E882DE393B4A89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Debug_CheckAndThrow_m435D60C930287782DE6E6B75A7BF7749BCA5FCF0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Debug_CheckAndThrow_mF1F5231EFB280A3B60200791E077F0B9416CC272_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DecimalConverter_ConvertTo_m7154F6AB9F8E3156D1539A4DB9B1C5D5DB03C160_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_PostDeserialize_m2EC19B5C91BBA1C121258D42DEECE713C8C51BCE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_Reset_mF0EA313119B553545063DFE5AF317D83D738D6C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection__ctor_m63DB700CA7C5B525DEB7B8B524E5836705310AAD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_get_BypassList_m817732B01A64B1C147CF798C7592A93CCD2AD2C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_get_Enabled_m53DE534410F3FFF8EAB6690B320C9753029C417B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_get_Module_mFC9666B2F8C4B6EEFEB93F091178025BEEB0CA68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_get_Properties_mFA1686FF919D5732D59AACA13AE5D5249D1701DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_get_Proxy_m8A9E22D8F409D7F657493E21E256693F53953699_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_get_UseDefaultCredentials_m112AE8D3F979FD220BF6E436FDC20F59405BD1DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_set_Enabled_mB150B7CAB5D859C71895324C03810EE3BFB921DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_set_UseDefaultCredentials_m2D4ED813D055240F1DD622F5AD480314792604CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultSettingValueAttribute_get_Value_m865AC961819A6BB0444B039321ADDF93E9DD7D3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStreamNative_CheckResult_m24E92F1D077921ED0FBBB51B0EE4DB7AF12C1FD7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStreamNative_UnmanagedRead_m1B817101FEA9D3C28DF3C9192F70557465BDFB25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStreamNative_UnmanagedWrite_m531442C0133AA29BF262DFD21F81CCBE5EA7E086_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_BeginRead_m69CDD1504AE38B8F4766859FA0464A331A9A001B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_BeginWrite_m47759EE85394FA74B5B0154D498A63EE5AF1A07D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_EndRead_m034BDABE4474F15CC509895870D1342A404C2657_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_EndWrite_mA1FE7301B0674A12D8E6B4E990F681DEBEE6BC57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_Flush_m176FFB733EB4E6FD62E4B65FB3AE2B2B80D092AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_ReadInternal_m882F12C6F1C86CEC12ABB35706DE0FA840BC20A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_Read_mB9791E904412D2543C3B4E8AEF25FB834E138910_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_Seek_mDCBF4E44FC0C823C05EA60A1A39595C97C0432A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_SetLength_m03EA86640E58865C19B9C5E7B304ACE1B31A204C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_WriteInternal_mEFC6DAC36EBF0814AD00CA3C1E20AB3E3291F5BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_Write_m9C8AD65F630B91ADE7279F2C16F85182B6ACA38C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream__ctor_m873DC6E4C57B2EBD29F9277E10C90226813EB515_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_get_Length_m115B9AA6574EB2A96CF2CC44DAA5C317C079F806_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_get_Position_mE3B63A2C34C98EDE19F825CE76B51E63BCBC1D97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_set_Position_mAD18A821835DD1F44264A38512076B5D836347A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DiagnosticsConfigurationHandler_Create_m7C5E9A16FBA52442C7C79E67B2C7991FB51D2740_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DiagnosticsConfigurationHandler__ctor_mCD2A35E58C3715292B4CAC69DCA4DB9FDBCAF8A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DictionarySectionHandler_Create_m4A5FA6D7FEF2BEB6DF79F965238349A97A8952DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DictionarySectionHandler__ctor_mD063007A2CCE3CF1F46E6EC63E7ED12E22D2E869_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DictionarySectionHandler_get_KeyAttributeName_m22EC8068186A571608885203DCDC3B5CA69C6F46_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DictionarySectionHandler_get_ValueAttributeName_m9EB00606975DEFF4D68450AC91686FB12B9E0D2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DigestSession_Authenticate_m642CC2119FACF39B82D56274E4756CD30030C72B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dns_BeginGetHostAddresses_mF3F4008C496455AEC35B3D2DEDA58406FA8F98A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dns_EndGetHostAddresses_mEAF1498417D0C8AF5C21A09D02B126DCC474B931_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dns_Error_11001_m4413EE9D94F69A0B12302C4D021F15103A4C0D4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dns_GetHostAddresses_m8973842AF0FE11D76AC9D4FFE28908F1B974F164_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dns_GetHostByName_m56DD7C1149C9931F93FFA8F2AC502B27ADACF6CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dns_GetHostEntry_m251BB12504C0277A9CCD2B33C5C9979CFAB4F6AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dns_GetHostEntry_m4C094DDA3A6181386C24046D38B614E303919B5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DomainNameHelper_IdnEquivalent_mEF2BE28789962238A2B054639C82F8F711903CDC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DomainNameHelper_UnicodeEquivalent_m3F187B69AA5313A516F863666C0A29292C8F07A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EndPoint_Create_m3E7712702ADC0C6CCAC317C4613B67FC3A870AE5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EndPoint_Serialize_m10480668BCAFD0C28C1AA1A1DCC7F4CE4506969F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EndPoint_get_AddressFamily_m62AEE9F373979E52C77ED321CCDE62B724BE94A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnumConverter_ConvertFrom_m69E416CDF14CA2C82A755C1F508DC919910081AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnumConverter_ConvertTo_m1A5A74641C6D31FC71D088B6C2AEA0A0436DC519_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventDescriptorCollection_Add_m4DC172B7FF2C5959D3E288F5730FF29756640262_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventDescriptorCollection_Clear_m7AE15886D01C94814FC2AFD259FCA249E9C553AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventDescriptorCollection_Insert_mAC51D5161DFB72FB6AC57E95A60BFCCDD6AC188A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventDescriptorCollection_RemoveAt_m7FAA18C96F160B455D663E598CC30713134633B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventDescriptorCollection_Remove_m0FC4B76374D0DE16A82C0815615C3FED0DE1D6F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventDescriptorCollection_System_Collections_IList_set_Item_mE062A9FFB9834B2B85CEEAD45337EACCACAB0941_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventDescriptorCollection_get_Item_m4C78A6C20E22D3BE896533397943D8881F1FA833_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExclusiveReference_Release_m3D5A9BB7FFB13DBB21386F811936EFC6A358C1FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_Abort_m74E1CE4A9BCC71AF348DF1B2F267A2777A1D1380_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_BeginGetResponse_m133E621580DE44D95C89FDBAAF65D29ED549AB1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_EndGetResponse_mBD4332757D8068CD6CF264A71912674B97B3C5C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_GetRequestStreamCallback_mDCB6B61A94DA789EFBFD85D837FE811FC4B839F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_GetResponseCallback_m08D402EDE533C5A0ED64A8CD469F3647C00D8BED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_GetResponse_m07DAF1AAB0CCCA6C25D43F1D0B034287204EC415_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest__ctor_m3BD0B632AAAA9A6314A48EAEA261D6C49A29CC87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_get_UseDefaultCredentials_mA9CEACC79FF646DB07C6F558669988D16649B072_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_set_ContentLength_mB994F040EC386129FC5493A546A8FCD9135C0F60_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_set_Method_mE9043FE40042A93E8D14A467CE5A1ECB9C096D08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileWebResponse_CheckDisposed_mB68860380D9CE259BCFBE5C8B684CCF095E64B55_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileWebResponse__ctor_m937A38D5CC20434EEC6F27DE580B8F7418FD6B46_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileWebStream_BeginRead_mFF1D75843A5A82C1034547CC48968C8C05145ED7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileWebStream_BeginWrite_m5CDA5FF4DC3E9DBFD6FD4E091860247D3921A088_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileWebStream_CheckError_m5373399E1C7A5036852A3495F5B3C04640BB0F51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileWebStream_EndRead_m6C8AC6E7D6FB618390B27853BF32C70C0E6258E1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileWebStream_EndWrite_m2A4EBAF99FA675BA834D20C7D23F1925A37510AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileWebStream_Read_m99E1D1597138ADD46D0546BD9C963F8EF4345D62_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileWebStream_Write_mAB0472EB14D00B4BA51EA364A99E051D2FA8F2E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpCachePolicyElement_DeserializeElement_mFD332BD9745CA6012821CAB571FEF980AB794810_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpCachePolicyElement_Reset_m0B21CFAB1FC549C4DAC342BAAFE4D6A872671CFF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpCachePolicyElement__ctor_mEEE984B940771D9F662A89759554D86F367F6C4D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpCachePolicyElement_get_PolicyLevel_m038C8CE6F3D5CC5429FB014B113CFBDCA8B79F2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpCachePolicyElement_get_Properties_mFEB6C0984F23033FDEC08927944234536D07327A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpCachePolicyElement_set_PolicyLevel_m71381674126C145316C00C277CAEEF9BFF444BF9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_BeginRead_m83CC8A8E5693D34EA3A47BD61BF42B852C656E84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_BeginWrite_m41F15DDBC23C018FE33B1109B31F930056C72460_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_CheckDisposed_m30B108103AEB6D930A55C4328585281546B869A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_EndRead_m4C816CA4B83DC7547FA78DEC7EE31D09119023E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_EndWrite_m9D3B0C25D9FB317E855A6965649A2C4C54CC51A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_ReadInternal_m94D61B121E5619159A997B0D7546FE21E06B5AB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_Read_m85E3CBB3FB4C53F9F5BDE25C1752374F144490CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_Seek_m6327661E1ADA9A46874348B1980ED1031214AFD9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_SetLength_m2A8420B707F41FA4505CD4482916FCC82A22F13D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_WriteInternal_m81F7D1C21D192486FADEBCB0460B730B17BCFB7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_Write_m96C5B0680938D989B250A294995493AFF6F70E3E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream__ctor_m12DEF84E5023BF6B70B369BC639AFA7C41EA4B28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_get_Length_m6047439D8D3CB620129306A5CE97C26C555EDEDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_get_Position_mF3E20711E301057C185145FDDB2051306D7D47DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_set_Position_m236BB6951B4671E038009436043FE6388CA6979B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_Authenticate_m8B6ABFB06A08E8954A1DF5EB6FB71E0D1B6583C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_BeginGetResponse_m12460DD61F19E9F3CCD87ECB4222BEE508464BEC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_CWDAndSetFileName_mDF800AE48F4B5A2E4318725F9580F94332320818_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_CheckFinalState_m7F691D270960DE823B1950498C04456B9B892C8C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_CheckIfAborted_mBDB00979DE4C68226AB0EE95DB5B2CAB89B707B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_CheckRequestStarted_mCE9B6182FC2F9813667EF4BFC4A23BCA56AF1297_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_EndGetResponse_m687290938AE38968A845512D93C84BAFC188806B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_GetInitialPath_m515B65C89A04771524FD0C91C3F49F197A7EF3A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_GetPortV4_mB7FBC61D647FF973967F6E54C3CA1C6F7CF6485A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_GetPortV6_m3FDCB0DA059C440B364B1511E6C1D613DB6949A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_InitDataConnection_m2068CAA7681BCAD9538F3CBE1088D09E468CE8B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_InitiateSecureConnection_m57457E1939952FE6914D2DEEF96E165650AC6848_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_OpenControlConnection_mFD7CA02307C29873759DE48F3A9C4D9F267D768C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_OpenDataConnection_m7B20A78CE3EA96C9220161E8DB496AFD35DDA3FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_ProcessMethod_m3ACE0BEB493C1DE1DBE1975B2467B45D0E9DD4A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_ProcessRequest_mA5DA67712ED673BD815FFCB7D1B45686080E851D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_ProcessSimpleMethod_m6974AB78251B8069DAE7BB2B251B3AF337136547_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_ResolveHost_m6DF3C78F9233D976016348AD59D0681D6C2C8B23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_SetType_mDAC31745ACF9E3AF4DE7898CD3EDC1512BFADF0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_SetupPassiveConnection_mC4D5D8A597FFB5F30180071EA765B8EF5D07FEF0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_get_Headers_mD4CCE8D9AD6D7A15F516E1D3FC471C6EEBF5F1A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_get_UseDefaultCredentials_mC1527930CB86D20211BAC7AE3E3E814A5E5F6838_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_set_ContentType_mDCBFE20EF87D39918743E3900FA24CBF1D8F0570_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_set_Credentials_mD60889B866FAD82DAFF21F11AB30142DAACF91BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_set_Headers_m3571A0A8D27747C579353B3502D7B95935E59658_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_set_Method_mB762BC2E64BF39D2B978AC50866DC0AE4B92D054_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0166A145E3EFE07E6F269D17BC587F0DBD181BDC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m3CE0E6319AF845767950E749832068E6DB0BAEDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDF572F9990BDF8B52A6A49D35011C99CCE240574_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Enum_t23B90B40F60E677A8025267341651C94AE079CDA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IDesigner_t34D6F661A156AB0241F2A37AD68A511C1EF0F995_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Type_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_0_0_0_var; 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 MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_marshaled_com; struct MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_marshaled_pinvoke; struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_com; struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199; struct EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9; struct FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E; struct IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738; struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; struct RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49; 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_tF8BA11172F579EE8CEB182C602B06701D4773EF9 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199* ____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_tF8BA11172F579EE8CEB182C602B06701D4773EF9, ____items_1)); } inline EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199* get__items_1() const { return ____items_1; } inline EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199** get_address_of__items_1() { return &____items_1; } inline void set__items_1(EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199* 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_tF8BA11172F579EE8CEB182C602B06701D4773EF9, ____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_tF8BA11172F579EE8CEB182C602B06701D4773EF9, ____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_tF8BA11172F579EE8CEB182C602B06701D4773EF9, ____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_tF8BA11172F579EE8CEB182C602B06701D4773EF9_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tF8BA11172F579EE8CEB182C602B06701D4773EF9_StaticFields, ____emptyArray_5)); } inline EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199* get__emptyArray_5() const { return ____emptyArray_5; } inline EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (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.ComponentModel.ArraySubsetEnumerator struct ArraySubsetEnumerator_t6D4DAF568672443DE0F929E82C4B92C3662742BF : public RuntimeObject { public: // System.Array System.ComponentModel.ArraySubsetEnumerator::array RuntimeArray * ___array_0; // System.Int32 System.ComponentModel.ArraySubsetEnumerator::total int32_t ___total_1; // System.Int32 System.ComponentModel.ArraySubsetEnumerator::current int32_t ___current_2; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(ArraySubsetEnumerator_t6D4DAF568672443DE0F929E82C4B92C3662742BF, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value); } inline static int32_t get_offset_of_total_1() { return static_cast(offsetof(ArraySubsetEnumerator_t6D4DAF568672443DE0F929E82C4B92C3662742BF, ___total_1)); } inline int32_t get_total_1() const { return ___total_1; } inline int32_t* get_address_of_total_1() { return &___total_1; } inline void set_total_1(int32_t value) { ___total_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(ArraySubsetEnumerator_t6D4DAF568672443DE0F929E82C4B92C3662742BF, ___current_2)); } inline int32_t get_current_2() const { return ___current_2; } inline int32_t* get_address_of_current_2() { return &___current_2; } inline void set_current_2(int32_t value) { ___current_2 = value; } }; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // System.ComponentModel.AttributeCollection struct AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C : public RuntimeObject { public: // System.Attribute[] System.ComponentModel.AttributeCollection::_attributes AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ____attributes_2; // System.ComponentModel.AttributeCollection/AttributeEntry[] System.ComponentModel.AttributeCollection::_foundAttributeTypes AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* ____foundAttributeTypes_5; // System.Int32 System.ComponentModel.AttributeCollection::_index int32_t ____index_6; public: inline static int32_t get_offset_of__attributes_2() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C, ____attributes_2)); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* get__attributes_2() const { return ____attributes_2; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** get_address_of__attributes_2() { return &____attributes_2; } inline void set__attributes_2(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { ____attributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributes_2), (void*)value); } inline static int32_t get_offset_of__foundAttributeTypes_5() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C, ____foundAttributeTypes_5)); } inline AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* get__foundAttributeTypes_5() const { return ____foundAttributeTypes_5; } inline AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735** get_address_of__foundAttributeTypes_5() { return &____foundAttributeTypes_5; } inline void set__foundAttributeTypes_5(AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* value) { ____foundAttributeTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____foundAttributeTypes_5), (void*)value); } inline static int32_t get_offset_of__index_6() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C, ____index_6)); } inline int32_t get__index_6() const { return ____index_6; } inline int32_t* get_address_of__index_6() { return &____index_6; } inline void set__index_6(int32_t value) { ____index_6 = value; } }; struct AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields { public: // System.ComponentModel.AttributeCollection System.ComponentModel.AttributeCollection::Empty AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ___Empty_0; // System.Collections.Hashtable System.ComponentModel.AttributeCollection::_defaultAttributes Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____defaultAttributes_1; // System.Object System.ComponentModel.AttributeCollection::internalSyncObject RuntimeObject * ___internalSyncObject_3; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields, ___Empty_0)); } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * get_Empty_0() const { return ___Empty_0; } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } inline static int32_t get_offset_of__defaultAttributes_1() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields, ____defaultAttributes_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__defaultAttributes_1() const { return ____defaultAttributes_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__defaultAttributes_1() { return &____defaultAttributes_1; } inline void set__defaultAttributes_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____defaultAttributes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultAttributes_1), (void*)value); } inline static int32_t get_offset_of_internalSyncObject_3() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields, ___internalSyncObject_3)); } inline RuntimeObject * get_internalSyncObject_3() const { return ___internalSyncObject_3; } inline RuntimeObject ** get_address_of_internalSyncObject_3() { return &___internalSyncObject_3; } inline void set_internalSyncObject_3(RuntimeObject * value) { ___internalSyncObject_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalSyncObject_3), (void*)value); } }; // System.Net.Authorization struct Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF : public RuntimeObject { public: // System.String System.Net.Authorization::m_Message String_t* ___m_Message_0; // System.Boolean System.Net.Authorization::m_Complete bool ___m_Complete_1; // System.String System.Net.Authorization::ModuleAuthenticationType String_t* ___ModuleAuthenticationType_2; public: inline static int32_t get_offset_of_m_Message_0() { return static_cast(offsetof(Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF, ___m_Message_0)); } inline String_t* get_m_Message_0() const { return ___m_Message_0; } inline String_t** get_address_of_m_Message_0() { return &___m_Message_0; } inline void set_m_Message_0(String_t* value) { ___m_Message_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Message_0), (void*)value); } inline static int32_t get_offset_of_m_Complete_1() { return static_cast(offsetof(Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF, ___m_Complete_1)); } inline bool get_m_Complete_1() const { return ___m_Complete_1; } inline bool* get_address_of_m_Complete_1() { return &___m_Complete_1; } inline void set_m_Complete_1(bool value) { ___m_Complete_1 = value; } inline static int32_t get_offset_of_ModuleAuthenticationType_2() { return static_cast(offsetof(Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF, ___ModuleAuthenticationType_2)); } inline String_t* get_ModuleAuthenticationType_2() const { return ___ModuleAuthenticationType_2; } inline String_t** get_address_of_ModuleAuthenticationType_2() { return &___ModuleAuthenticationType_2; } inline void set_ModuleAuthenticationType_2(String_t* value) { ___ModuleAuthenticationType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ModuleAuthenticationType_2), (void*)value); } }; // System.Collections.CollectionBase struct CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.CollectionBase::list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB, ___list_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_list_0() const { return ___list_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } }; // System.Configuration.ConfigurationElement struct ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA : public RuntimeObject { public: public: }; // System.Configuration.ConfigurationPropertyCollection struct ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B : public RuntimeObject { public: public: }; // System.Console struct Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07 : public RuntimeObject { public: public: }; struct Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields { public: // System.IO.TextWriter System.Console::stdout TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___stdout_0; // System.IO.TextWriter System.Console::stderr TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___stderr_1; // System.IO.TextReader System.Console::stdin TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___stdin_2; // System.Text.Encoding System.Console::inputEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___inputEncoding_3; // System.Text.Encoding System.Console::outputEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___outputEncoding_4; // System.ConsoleCancelEventHandler System.Console::cancel_event ConsoleCancelEventHandler_tACD32787946439D2453F9D9512471685521C006D * ___cancel_event_5; // System.Console/InternalCancelHandler System.Console::cancel_handler InternalCancelHandler_t7F0E9BBFE542C3B0E62620118961AC10E0DFB000 * ___cancel_handler_6; public: inline static int32_t get_offset_of_stdout_0() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___stdout_0)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_stdout_0() const { return ___stdout_0; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_stdout_0() { return &___stdout_0; } inline void set_stdout_0(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___stdout_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___stdout_0), (void*)value); } inline static int32_t get_offset_of_stderr_1() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___stderr_1)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_stderr_1() const { return ___stderr_1; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_stderr_1() { return &___stderr_1; } inline void set_stderr_1(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___stderr_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___stderr_1), (void*)value); } inline static int32_t get_offset_of_stdin_2() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___stdin_2)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_stdin_2() const { return ___stdin_2; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_stdin_2() { return &___stdin_2; } inline void set_stdin_2(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___stdin_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___stdin_2), (void*)value); } inline static int32_t get_offset_of_inputEncoding_3() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___inputEncoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_inputEncoding_3() const { return ___inputEncoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_inputEncoding_3() { return &___inputEncoding_3; } inline void set_inputEncoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___inputEncoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputEncoding_3), (void*)value); } inline static int32_t get_offset_of_outputEncoding_4() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___outputEncoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_outputEncoding_4() const { return ___outputEncoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_outputEncoding_4() { return &___outputEncoding_4; } inline void set_outputEncoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___outputEncoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___outputEncoding_4), (void*)value); } inline static int32_t get_offset_of_cancel_event_5() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___cancel_event_5)); } inline ConsoleCancelEventHandler_tACD32787946439D2453F9D9512471685521C006D * get_cancel_event_5() const { return ___cancel_event_5; } inline ConsoleCancelEventHandler_tACD32787946439D2453F9D9512471685521C006D ** get_address_of_cancel_event_5() { return &___cancel_event_5; } inline void set_cancel_event_5(ConsoleCancelEventHandler_tACD32787946439D2453F9D9512471685521C006D * value) { ___cancel_event_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cancel_event_5), (void*)value); } inline static int32_t get_offset_of_cancel_handler_6() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___cancel_handler_6)); } inline InternalCancelHandler_t7F0E9BBFE542C3B0E62620118961AC10E0DFB000 * get_cancel_handler_6() const { return ___cancel_handler_6; } inline InternalCancelHandler_t7F0E9BBFE542C3B0E62620118961AC10E0DFB000 ** get_address_of_cancel_handler_6() { return &___cancel_handler_6; } inline void set_cancel_handler_6(InternalCancelHandler_t7F0E9BBFE542C3B0E62620118961AC10E0DFB000 * value) { ___cancel_handler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___cancel_handler_6), (void*)value); } }; // System.Net.CookieParser struct CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5 : public RuntimeObject { public: // System.Net.CookieTokenizer System.Net.CookieParser::m_tokenizer CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * ___m_tokenizer_0; public: inline static int32_t get_offset_of_m_tokenizer_0() { return static_cast(offsetof(CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5, ___m_tokenizer_0)); } inline CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * get_m_tokenizer_0() const { return ___m_tokenizer_0; } inline CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA ** get_address_of_m_tokenizer_0() { return &___m_tokenizer_0; } inline void set_m_tokenizer_0(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * value) { ___m_tokenizer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_tokenizer_0), (void*)value); } }; // System.Diagnostics.CorrelationManager struct CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556 : public RuntimeObject { public: public: }; // System.Net.CredentialCache struct CredentialCache_t0E9E576E138D9DC7D226E5B64D4AEEE0DD39024A : public RuntimeObject { public: public: }; // 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.ComponentModel.CustomTypeDescriptor struct CustomTypeDescriptor_t5EAC3D815ED0A3A3DB9045015F62CF81EA889FAC : public RuntimeObject { public: // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.CustomTypeDescriptor::_parent RuntimeObject* ____parent_0; public: inline static int32_t get_offset_of__parent_0() { return static_cast(offsetof(CustomTypeDescriptor_t5EAC3D815ED0A3A3DB9045015F62CF81EA889FAC, ____parent_0)); } inline RuntimeObject* get__parent_0() const { return ____parent_0; } inline RuntimeObject** get_address_of__parent_0() { return &____parent_0; } inline void set__parent_0(RuntimeObject* value) { ____parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_0), (void*)value); } }; // Mono.Unity.Debug struct Debug_t8D242F476401B8048E288788155D226085058DBE : public RuntimeObject { public: public: }; // System.Net.DefaultCertificatePolicy struct DefaultCertificatePolicy_tD7D2E2AFA9C5648214DC0405BF1A86F234FBFCC5 : public RuntimeObject { public: public: }; // System.Net.Configuration.DefaultProxySectionInternal struct DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE : public RuntimeObject { public: // System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::webProxy RuntimeObject* ___webProxy_0; public: inline static int32_t get_offset_of_webProxy_0() { return static_cast(offsetof(DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE, ___webProxy_0)); } inline RuntimeObject* get_webProxy_0() const { return ___webProxy_0; } inline RuntimeObject** get_address_of_webProxy_0() { return &___webProxy_0; } inline void set_webProxy_0(RuntimeObject* value) { ___webProxy_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___webProxy_0), (void*)value); } }; struct DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_StaticFields { public: // System.Object System.Net.Configuration.DefaultProxySectionInternal::classSyncObject RuntimeObject * ___classSyncObject_1; public: inline static int32_t get_offset_of_classSyncObject_1() { return static_cast(offsetof(DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_StaticFields, ___classSyncObject_1)); } inline RuntimeObject * get_classSyncObject_1() const { return ___classSyncObject_1; } inline RuntimeObject ** get_address_of_classSyncObject_1() { return &___classSyncObject_1; } inline void set_classSyncObject_1(RuntimeObject * value) { ___classSyncObject_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___classSyncObject_1), (void*)value); } }; // System.ComponentModel.Design.DesigntimeLicenseContextSerializer struct DesigntimeLicenseContextSerializer_t0E046308CE697EE0F4D7912744CB45E13266B11F : public RuntimeObject { public: public: }; // System.Diagnostics.DiagnosticsConfigurationHandler struct DiagnosticsConfigurationHandler_t69F37E22D4A4FD977D51999CA94F8DE2BFF2B741 : public RuntimeObject { public: public: }; // System.Configuration.DictionarySectionHandler struct DictionarySectionHandler_t2CBB2A273D91AB10D6C687AFFCBBB3824B6042B4 : public RuntimeObject { public: public: }; // System.Net.DigestClient struct DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D : public RuntimeObject { public: public: }; struct DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_StaticFields { public: // System.Collections.Hashtable System.Net.DigestClient::cache Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___cache_0; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_StaticFields, ___cache_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_cache_0() const { return ___cache_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_0), (void*)value); } }; // System.Net.DigestHeaderParser struct DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 : public RuntimeObject { public: // System.String System.Net.DigestHeaderParser::header String_t* ___header_0; // System.Int32 System.Net.DigestHeaderParser::length int32_t ___length_1; // System.Int32 System.Net.DigestHeaderParser::pos int32_t ___pos_2; // System.String[] System.Net.DigestHeaderParser::values StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values_4; public: inline static int32_t get_offset_of_header_0() { return static_cast(offsetof(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97, ___header_0)); } inline String_t* get_header_0() const { return ___header_0; } inline String_t** get_address_of_header_0() { return &___header_0; } inline void set_header_0(String_t* value) { ___header_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___header_0), (void*)value); } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97, ___length_1)); } inline int32_t get_length_1() const { return ___length_1; } inline int32_t* get_address_of_length_1() { return &___length_1; } inline void set_length_1(int32_t value) { ___length_1 = value; } inline static int32_t get_offset_of_pos_2() { return static_cast(offsetof(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97, ___pos_2)); } inline int32_t get_pos_2() const { return ___pos_2; } inline int32_t* get_address_of_pos_2() { return &___pos_2; } inline void set_pos_2(int32_t value) { ___pos_2 = value; } inline static int32_t get_offset_of_values_4() { return static_cast(offsetof(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97, ___values_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_values_4() const { return ___values_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_values_4() { return &___values_4; } inline void set_values_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___values_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_4), (void*)value); } }; struct DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_StaticFields { public: // System.String[] System.Net.DigestHeaderParser::keywords StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___keywords_3; public: inline static int32_t get_offset_of_keywords_3() { return static_cast(offsetof(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_StaticFields, ___keywords_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_keywords_3() const { return ___keywords_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_keywords_3() { return &___keywords_3; } inline void set_keywords_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___keywords_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___keywords_3), (void*)value); } }; // System.Net.Dns struct Dns_tCB8607B8262F88F28C6ADFA7485EDD669F00E3A0 : public RuntimeObject { public: public: }; // System.DomainNameHelper struct DomainNameHelper_t8273D1DD24E7F17B0A36BEF3B2747F694A01E166 : public RuntimeObject { public: public: }; // System.Net.EmptyWebProxy struct EmptyWebProxy_tBFFA078A103E63530CC4A80AD137D6C8E3A77686 : public RuntimeObject { public: // System.Net.ICredentials System.Net.EmptyWebProxy::m_credentials RuntimeObject* ___m_credentials_0; public: inline static int32_t get_offset_of_m_credentials_0() { return static_cast(offsetof(EmptyWebProxy_tBFFA078A103E63530CC4A80AD137D6C8E3A77686, ___m_credentials_0)); } inline RuntimeObject* get_m_credentials_0() const { return ___m_credentials_0; } inline RuntimeObject** get_address_of_m_credentials_0() { return &___m_credentials_0; } inline void set_m_credentials_0(RuntimeObject* value) { ___m_credentials_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_credentials_0), (void*)value); } }; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_55; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___dataItem_56; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_57; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_58; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_59; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_60; public: inline static int32_t get_offset_of_m_codePage_55() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_55)); } inline int32_t get_m_codePage_55() const { return ___m_codePage_55; } inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; } inline void set_m_codePage_55(int32_t value) { ___m_codePage_55 = value; } inline static int32_t get_offset_of_dataItem_56() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_56)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_56() const { return ___dataItem_56; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_56() { return &___dataItem_56; } inline void set_dataItem_56(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_57)); } inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; } inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; } inline void set_m_deserializedFromEverett_57(bool value) { ___m_deserializedFromEverett_57 = value; } inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_58)); } inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; } inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; } inline void set_m_isReadOnly_58(bool value) { ___m_isReadOnly_58 = value; } inline static int32_t get_offset_of_encoderFallback_59() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_59)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_59() const { return ___encoderFallback_59; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; } inline void set_encoderFallback_59(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value); } inline static int32_t get_offset_of_decoderFallback_60() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_60)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_60() const { return ___decoderFallback_60; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; } inline void set_decoderFallback_60(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (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_61; 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_61() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___s_InternalSyncObject_61)); } inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; } inline void set_s_InternalSyncObject_61(RuntimeObject * value) { ___s_InternalSyncObject_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value); } }; // System.Net.EndPoint struct EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA : public RuntimeObject { public: public: }; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA : public RuntimeObject { public: public: }; struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields, ___Empty_0)); } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * get_Empty_0() const { return ___Empty_0; } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.ComponentModel.EventDescriptorCollection struct EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 : public RuntimeObject { public: // System.ComponentModel.EventDescriptor[] System.ComponentModel.EventDescriptorCollection::events EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* ___events_0; // System.String[] System.ComponentModel.EventDescriptorCollection::namedSort StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___namedSort_1; // System.Collections.IComparer System.ComponentModel.EventDescriptorCollection::comparer RuntimeObject* ___comparer_2; // System.Boolean System.ComponentModel.EventDescriptorCollection::eventsOwned bool ___eventsOwned_3; // System.Boolean System.ComponentModel.EventDescriptorCollection::needSort bool ___needSort_4; // System.Int32 System.ComponentModel.EventDescriptorCollection::eventCount int32_t ___eventCount_5; // System.Boolean System.ComponentModel.EventDescriptorCollection::readOnly bool ___readOnly_6; public: inline static int32_t get_offset_of_events_0() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___events_0)); } inline EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* get_events_0() const { return ___events_0; } inline EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9** get_address_of_events_0() { return &___events_0; } inline void set_events_0(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* value) { ___events_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___events_0), (void*)value); } inline static int32_t get_offset_of_namedSort_1() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___namedSort_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_namedSort_1() const { return ___namedSort_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_namedSort_1() { return &___namedSort_1; } inline void set_namedSort_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___namedSort_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___namedSort_1), (void*)value); } inline static int32_t get_offset_of_comparer_2() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___comparer_2)); } inline RuntimeObject* get_comparer_2() const { return ___comparer_2; } inline RuntimeObject** get_address_of_comparer_2() { return &___comparer_2; } inline void set_comparer_2(RuntimeObject* value) { ___comparer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_2), (void*)value); } inline static int32_t get_offset_of_eventsOwned_3() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___eventsOwned_3)); } inline bool get_eventsOwned_3() const { return ___eventsOwned_3; } inline bool* get_address_of_eventsOwned_3() { return &___eventsOwned_3; } inline void set_eventsOwned_3(bool value) { ___eventsOwned_3 = value; } inline static int32_t get_offset_of_needSort_4() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___needSort_4)); } inline bool get_needSort_4() const { return ___needSort_4; } inline bool* get_address_of_needSort_4() { return &___needSort_4; } inline void set_needSort_4(bool value) { ___needSort_4 = value; } inline static int32_t get_offset_of_eventCount_5() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___eventCount_5)); } inline int32_t get_eventCount_5() const { return ___eventCount_5; } inline int32_t* get_address_of_eventCount_5() { return &___eventCount_5; } inline void set_eventCount_5(int32_t value) { ___eventCount_5 = value; } inline static int32_t get_offset_of_readOnly_6() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___readOnly_6)); } inline bool get_readOnly_6() const { return ___readOnly_6; } inline bool* get_address_of_readOnly_6() { return &___readOnly_6; } inline void set_readOnly_6(bool value) { ___readOnly_6 = value; } }; struct EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_StaticFields { public: // System.ComponentModel.EventDescriptorCollection System.ComponentModel.EventDescriptorCollection::Empty EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * ___Empty_7; public: inline static int32_t get_offset_of_Empty_7() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_StaticFields, ___Empty_7)); } inline EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * get_Empty_7() const { return ___Empty_7; } inline EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 ** get_address_of_Empty_7() { return &___Empty_7; } inline void set_Empty_7(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * value) { ___Empty_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_7), (void*)value); } }; // System.ComponentModel.EventHandlerList struct EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 : public RuntimeObject { public: // System.ComponentModel.EventHandlerList/ListEntry System.ComponentModel.EventHandlerList::head ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * ___head_0; // System.ComponentModel.Component System.ComponentModel.EventHandlerList::parent Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * ___parent_1; public: inline static int32_t get_offset_of_head_0() { return static_cast(offsetof(EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714, ___head_0)); } inline ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * get_head_0() const { return ___head_0; } inline ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * value) { ___head_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___head_0), (void*)value); } inline static int32_t get_offset_of_parent_1() { return static_cast(offsetof(EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714, ___parent_1)); } inline Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * get_parent_1() const { return ___parent_1; } inline Component_t015539CFEAEEBFD7619041FE006475373E0D71DF ** get_address_of_parent_1() { return &___parent_1; } inline void set_parent_1(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * value) { ___parent_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_1), (void*)value); } }; // System.Net.ExceptionHelper struct ExceptionHelper_tE4851EB6FC80CBDD0C1AC41C850BA6C476846825 : public RuntimeObject { public: public: }; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 : public RuntimeObject { public: // System.Text.RegularExpressions.RegexRunner System.Text.RegularExpressions.ExclusiveReference::_ref RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * ____ref_0; // System.Object System.Text.RegularExpressions.ExclusiveReference::_obj RuntimeObject * ____obj_1; // System.Int32 System.Text.RegularExpressions.ExclusiveReference::_locked int32_t ____locked_2; public: inline static int32_t get_offset_of__ref_0() { return static_cast(offsetof(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8, ____ref_0)); } inline RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * get__ref_0() const { return ____ref_0; } inline RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 ** get_address_of__ref_0() { return &____ref_0; } inline void set__ref_0(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * value) { ____ref_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____ref_0), (void*)value); } inline static int32_t get_offset_of__obj_1() { return static_cast(offsetof(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8, ____obj_1)); } inline RuntimeObject * get__obj_1() const { return ____obj_1; } inline RuntimeObject ** get_address_of__obj_1() { return &____obj_1; } inline void set__obj_1(RuntimeObject * value) { ____obj_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____obj_1), (void*)value); } inline static int32_t get_offset_of__locked_2() { return static_cast(offsetof(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8, ____locked_2)); } inline int32_t get__locked_2() const { return ____locked_2; } inline int32_t* get_address_of__locked_2() { return &____locked_2; } inline void set__locked_2(int32_t value) { ____locked_2 = value; } }; // System.Net.FileWebRequestCreator struct FileWebRequestCreator_tE47941AF1FA047136D56DFEA114A93782C5D89ED : public RuntimeObject { public: public: }; // System.Net.FtpAsyncResult struct FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 : public RuntimeObject { public: // System.Net.FtpWebResponse System.Net.FtpAsyncResult::response FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * ___response_0; // System.Threading.ManualResetEvent System.Net.FtpAsyncResult::waitHandle ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___waitHandle_1; // System.Exception System.Net.FtpAsyncResult::exception Exception_t * ___exception_2; // System.AsyncCallback System.Net.FtpAsyncResult::callback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback_3; // System.IO.Stream System.Net.FtpAsyncResult::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_4; // System.Object System.Net.FtpAsyncResult::state RuntimeObject * ___state_5; // System.Boolean System.Net.FtpAsyncResult::completed bool ___completed_6; // System.Boolean System.Net.FtpAsyncResult::synch bool ___synch_7; // System.Object System.Net.FtpAsyncResult::locker RuntimeObject * ___locker_8; public: inline static int32_t get_offset_of_response_0() { return static_cast(offsetof(FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42, ___response_0)); } inline FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * get_response_0() const { return ___response_0; } inline FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 ** get_address_of_response_0() { return &___response_0; } inline void set_response_0(FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * value) { ___response_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___response_0), (void*)value); } inline static int32_t get_offset_of_waitHandle_1() { return static_cast(offsetof(FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42, ___waitHandle_1)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get_waitHandle_1() const { return ___waitHandle_1; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of_waitHandle_1() { return &___waitHandle_1; } inline void set_waitHandle_1(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ___waitHandle_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___waitHandle_1), (void*)value); } inline static int32_t get_offset_of_exception_2() { return static_cast(offsetof(FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42, ___exception_2)); } inline Exception_t * get_exception_2() const { return ___exception_2; } inline Exception_t ** get_address_of_exception_2() { return &___exception_2; } inline void set_exception_2(Exception_t * value) { ___exception_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___exception_2), (void*)value); } inline static int32_t get_offset_of_callback_3() { return static_cast(offsetof(FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42, ___callback_3)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_callback_3() const { return ___callback_3; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_callback_3() { return &___callback_3; } inline void set_callback_3(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___callback_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_3), (void*)value); } inline static int32_t get_offset_of_stream_4() { return static_cast(offsetof(FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42, ___stream_4)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_4() const { return ___stream_4; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_4() { return &___stream_4; } inline void set_stream_4(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_4), (void*)value); } inline static int32_t get_offset_of_state_5() { return static_cast(offsetof(FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42, ___state_5)); } inline RuntimeObject * get_state_5() const { return ___state_5; } inline RuntimeObject ** get_address_of_state_5() { return &___state_5; } inline void set_state_5(RuntimeObject * value) { ___state_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_5), (void*)value); } inline static int32_t get_offset_of_completed_6() { return static_cast(offsetof(FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42, ___completed_6)); } inline bool get_completed_6() const { return ___completed_6; } inline bool* get_address_of_completed_6() { return &___completed_6; } inline void set_completed_6(bool value) { ___completed_6 = value; } inline static int32_t get_offset_of_synch_7() { return static_cast(offsetof(FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42, ___synch_7)); } inline bool get_synch_7() const { return ___synch_7; } inline bool* get_address_of_synch_7() { return &___synch_7; } inline void set_synch_7(bool value) { ___synch_7 = value; } inline static int32_t get_offset_of_locker_8() { return static_cast(offsetof(FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42, ___locker_8)); } inline RuntimeObject * get_locker_8() const { return ___locker_8; } inline RuntimeObject ** get_address_of_locker_8() { return &___locker_8; } inline void set_locker_8(RuntimeObject * value) { ___locker_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___locker_8), (void*)value); } }; // System.Net.FtpRequestCreator struct FtpRequestCreator_tDF5B37F5028D2FCD037F7F817ECD55E5B1BEA102 : public RuntimeObject { public: public: }; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue int32_t ___HashSizeValue_0; // System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___HashValue_1; // System.Int32 System.Security.Cryptography.HashAlgorithm::State int32_t ___State_2; // System.Boolean System.Security.Cryptography.HashAlgorithm::m_bDisposed bool ___m_bDisposed_3; public: inline static int32_t get_offset_of_HashSizeValue_0() { return static_cast(offsetof(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31, ___HashSizeValue_0)); } inline int32_t get_HashSizeValue_0() const { return ___HashSizeValue_0; } inline int32_t* get_address_of_HashSizeValue_0() { return &___HashSizeValue_0; } inline void set_HashSizeValue_0(int32_t value) { ___HashSizeValue_0 = value; } inline static int32_t get_offset_of_HashValue_1() { return static_cast(offsetof(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31, ___HashValue_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_HashValue_1() const { return ___HashValue_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_HashValue_1() { return &___HashValue_1; } inline void set_HashValue_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___HashValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___HashValue_1), (void*)value); } inline static int32_t get_offset_of_State_2() { return static_cast(offsetof(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31, ___State_2)); } inline int32_t get_State_2() const { return ___State_2; } inline int32_t* get_address_of_State_2() { return &___State_2; } inline void set_State_2(int32_t value) { ___State_2 = value; } inline static int32_t get_offset_of_m_bDisposed_3() { return static_cast(offsetof(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31, ___m_bDisposed_3)); } inline bool get_m_bDisposed_3() const { return ___m_bDisposed_3; } inline bool* get_address_of_m_bDisposed_3() { return &___m_bDisposed_3; } inline void set_m_bDisposed_3(bool value) { ___m_bDisposed_3 = value; } }; // System.Net.IPHostEntry struct IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA : public RuntimeObject { public: // System.String System.Net.IPHostEntry::hostName String_t* ___hostName_0; // System.String[] System.Net.IPHostEntry::aliases StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___aliases_1; // System.Net.IPAddress[] System.Net.IPHostEntry::addressList IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ___addressList_2; // System.Boolean System.Net.IPHostEntry::isTrustedHost bool ___isTrustedHost_3; public: inline static int32_t get_offset_of_hostName_0() { return static_cast(offsetof(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA, ___hostName_0)); } inline String_t* get_hostName_0() const { return ___hostName_0; } inline String_t** get_address_of_hostName_0() { return &___hostName_0; } inline void set_hostName_0(String_t* value) { ___hostName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___hostName_0), (void*)value); } inline static int32_t get_offset_of_aliases_1() { return static_cast(offsetof(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA, ___aliases_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_aliases_1() const { return ___aliases_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_aliases_1() { return &___aliases_1; } inline void set_aliases_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___aliases_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___aliases_1), (void*)value); } inline static int32_t get_offset_of_addressList_2() { return static_cast(offsetof(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA, ___addressList_2)); } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* get_addressList_2() const { return ___addressList_2; } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB** get_address_of_addressList_2() { return &___addressList_2; } inline void set_addressList_2(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* value) { ___addressList_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___addressList_2), (void*)value); } inline static int32_t get_offset_of_isTrustedHost_3() { return static_cast(offsetof(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA, ___isTrustedHost_3)); } inline bool get_isTrustedHost_3() const { return ___isTrustedHost_3; } inline bool* get_address_of_isTrustedHost_3() { return &___isTrustedHost_3; } inline void set_isTrustedHost_3(bool value) { ___isTrustedHost_3 = value; } }; // System.Globalization.IdnMapping struct IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C : public RuntimeObject { public: // System.Boolean System.Globalization.IdnMapping::allow_unassigned bool ___allow_unassigned_0; // System.Boolean System.Globalization.IdnMapping::use_std3 bool ___use_std3_1; // System.Globalization.Punycode System.Globalization.IdnMapping::puny Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513 * ___puny_2; public: inline static int32_t get_offset_of_allow_unassigned_0() { return static_cast(offsetof(IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C, ___allow_unassigned_0)); } inline bool get_allow_unassigned_0() const { return ___allow_unassigned_0; } inline bool* get_address_of_allow_unassigned_0() { return &___allow_unassigned_0; } inline void set_allow_unassigned_0(bool value) { ___allow_unassigned_0 = value; } inline static int32_t get_offset_of_use_std3_1() { return static_cast(offsetof(IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C, ___use_std3_1)); } inline bool get_use_std3_1() const { return ___use_std3_1; } inline bool* get_address_of_use_std3_1() { return &___use_std3_1; } inline void set_use_std3_1(bool value) { ___use_std3_1 = value; } inline static int32_t get_offset_of_puny_2() { return static_cast(offsetof(IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C, ___puny_2)); } inline Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513 * get_puny_2() const { return ___puny_2; } inline Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513 ** get_address_of_puny_2() { return &___puny_2; } inline void set_puny_2(Punycode_t4BDEEA3305A31302CBC618070AB085F7E3ABB513 * value) { ___puny_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___puny_2), (void*)value); } }; // System.ComponentModel.Design.Serialization.InstanceDescriptor struct InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 : public RuntimeObject { public: // System.Reflection.MemberInfo System.ComponentModel.Design.Serialization.InstanceDescriptor::member MemberInfo_t * ___member_0; // System.Collections.ICollection System.ComponentModel.Design.Serialization.InstanceDescriptor::arguments RuntimeObject* ___arguments_1; // System.Boolean System.ComponentModel.Design.Serialization.InstanceDescriptor::isComplete bool ___isComplete_2; public: inline static int32_t get_offset_of_member_0() { return static_cast(offsetof(InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81, ___member_0)); } inline MemberInfo_t * get_member_0() const { return ___member_0; } inline MemberInfo_t ** get_address_of_member_0() { return &___member_0; } inline void set_member_0(MemberInfo_t * value) { ___member_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___member_0), (void*)value); } inline static int32_t get_offset_of_arguments_1() { return static_cast(offsetof(InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81, ___arguments_1)); } inline RuntimeObject* get_arguments_1() const { return ___arguments_1; } inline RuntimeObject** get_address_of_arguments_1() { return &___arguments_1; } inline void set_arguments_1(RuntimeObject* value) { ___arguments_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___arguments_1), (void*)value); } inline static int32_t get_offset_of_isComplete_2() { return static_cast(offsetof(InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81, ___isComplete_2)); } inline bool get_isComplete_2() const { return ___isComplete_2; } inline bool* get_address_of_isComplete_2() { return &___isComplete_2; } inline void set_isComplete_2(bool value) { ___isComplete_2 = value; } }; // System.InvariantComparer struct InvariantComparer_tE1CE2D4C00592623FA9BCEBA4990245E775A032E : public RuntimeObject { public: // System.Globalization.CompareInfo System.InvariantComparer::m_compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___m_compareInfo_0; public: inline static int32_t get_offset_of_m_compareInfo_0() { return static_cast(offsetof(InvariantComparer_tE1CE2D4C00592623FA9BCEBA4990245E775A032E, ___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 InvariantComparer_tE1CE2D4C00592623FA9BCEBA4990245E775A032E_StaticFields { public: // System.InvariantComparer System.InvariantComparer::Default InvariantComparer_tE1CE2D4C00592623FA9BCEBA4990245E775A032E * ___Default_1; public: inline static int32_t get_offset_of_Default_1() { return static_cast(offsetof(InvariantComparer_tE1CE2D4C00592623FA9BCEBA4990245E775A032E_StaticFields, ___Default_1)); } inline InvariantComparer_tE1CE2D4C00592623FA9BCEBA4990245E775A032E * get_Default_1() const { return ___Default_1; } inline InvariantComparer_tE1CE2D4C00592623FA9BCEBA4990245E775A032E ** get_address_of_Default_1() { return &___Default_1; } inline void set_Default_1(InvariantComparer_tE1CE2D4C00592623FA9BCEBA4990245E775A032E * value) { ___Default_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_1), (void*)value); } }; // System.Net.LazyAsyncResult struct LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 : public RuntimeObject { public: // System.Object System.Net.LazyAsyncResult::m_AsyncObject RuntimeObject * ___m_AsyncObject_1; // System.Object System.Net.LazyAsyncResult::m_AsyncState RuntimeObject * ___m_AsyncState_2; // System.AsyncCallback System.Net.LazyAsyncResult::m_AsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___m_AsyncCallback_3; // System.Object System.Net.LazyAsyncResult::m_Result RuntimeObject * ___m_Result_4; // System.Int32 System.Net.LazyAsyncResult::m_IntCompleted int32_t ___m_IntCompleted_5; // System.Boolean System.Net.LazyAsyncResult::m_UserEvent bool ___m_UserEvent_6; // System.Object System.Net.LazyAsyncResult::m_Event RuntimeObject * ___m_Event_7; public: inline static int32_t get_offset_of_m_AsyncObject_1() { return static_cast(offsetof(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32, ___m_AsyncObject_1)); } inline RuntimeObject * get_m_AsyncObject_1() const { return ___m_AsyncObject_1; } inline RuntimeObject ** get_address_of_m_AsyncObject_1() { return &___m_AsyncObject_1; } inline void set_m_AsyncObject_1(RuntimeObject * value) { ___m_AsyncObject_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AsyncObject_1), (void*)value); } inline static int32_t get_offset_of_m_AsyncState_2() { return static_cast(offsetof(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32, ___m_AsyncState_2)); } inline RuntimeObject * get_m_AsyncState_2() const { return ___m_AsyncState_2; } inline RuntimeObject ** get_address_of_m_AsyncState_2() { return &___m_AsyncState_2; } inline void set_m_AsyncState_2(RuntimeObject * value) { ___m_AsyncState_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AsyncState_2), (void*)value); } inline static int32_t get_offset_of_m_AsyncCallback_3() { return static_cast(offsetof(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32, ___m_AsyncCallback_3)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_m_AsyncCallback_3() const { return ___m_AsyncCallback_3; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_m_AsyncCallback_3() { return &___m_AsyncCallback_3; } inline void set_m_AsyncCallback_3(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___m_AsyncCallback_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AsyncCallback_3), (void*)value); } inline static int32_t get_offset_of_m_Result_4() { return static_cast(offsetof(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32, ___m_Result_4)); } inline RuntimeObject * get_m_Result_4() const { return ___m_Result_4; } inline RuntimeObject ** get_address_of_m_Result_4() { return &___m_Result_4; } inline void set_m_Result_4(RuntimeObject * value) { ___m_Result_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Result_4), (void*)value); } inline static int32_t get_offset_of_m_IntCompleted_5() { return static_cast(offsetof(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32, ___m_IntCompleted_5)); } inline int32_t get_m_IntCompleted_5() const { return ___m_IntCompleted_5; } inline int32_t* get_address_of_m_IntCompleted_5() { return &___m_IntCompleted_5; } inline void set_m_IntCompleted_5(int32_t value) { ___m_IntCompleted_5 = value; } inline static int32_t get_offset_of_m_UserEvent_6() { return static_cast(offsetof(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32, ___m_UserEvent_6)); } inline bool get_m_UserEvent_6() const { return ___m_UserEvent_6; } inline bool* get_address_of_m_UserEvent_6() { return &___m_UserEvent_6; } inline void set_m_UserEvent_6(bool value) { ___m_UserEvent_6 = value; } inline static int32_t get_offset_of_m_Event_7() { return static_cast(offsetof(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32, ___m_Event_7)); } inline RuntimeObject * get_m_Event_7() const { return ___m_Event_7; } inline RuntimeObject ** get_address_of_m_Event_7() { return &___m_Event_7; } inline void set_m_Event_7(RuntimeObject * value) { ___m_Event_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Event_7), (void*)value); } }; struct LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32_ThreadStaticFields { public: // System.Net.LazyAsyncResult/ThreadContext System.Net.LazyAsyncResult::t_ThreadContext ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * ___t_ThreadContext_0; public: inline static int32_t get_offset_of_t_ThreadContext_0() { return static_cast(offsetof(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32_ThreadStaticFields, ___t_ThreadContext_0)); } inline ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * get_t_ThreadContext_0() const { return ___t_ThreadContext_0; } inline ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 ** get_address_of_t_ThreadContext_0() { return &___t_ThreadContext_0; } inline void set_t_ThreadContext_0(ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * value) { ___t_ThreadContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_ThreadContext_0), (void*)value); } }; // System.ComponentModel.LicenseContext struct LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF : public RuntimeObject { public: public: }; // System.Net.Logging struct Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0 : public RuntimeObject { public: public: }; struct Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields { public: // System.Boolean System.Net.Logging::On bool ___On_0; public: inline static int32_t get_offset_of_On_0() { return static_cast(offsetof(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields, ___On_0)); } inline bool get_On_0() const { return ___On_0; } inline bool* get_address_of_On_0() { return &___On_0; } inline void set_On_0(bool value) { ___On_0 = 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.ComponentModel.MemberDescriptor struct MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F : public RuntimeObject { public: // System.String System.ComponentModel.MemberDescriptor::name String_t* ___name_0; // System.String System.ComponentModel.MemberDescriptor::displayName String_t* ___displayName_1; // System.Int32 System.ComponentModel.MemberDescriptor::nameHash int32_t ___nameHash_2; // System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::attributeCollection AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ___attributeCollection_3; // System.Attribute[] System.ComponentModel.MemberDescriptor::attributes AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes_4; // System.Attribute[] System.ComponentModel.MemberDescriptor::originalAttributes AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___originalAttributes_5; // System.Boolean System.ComponentModel.MemberDescriptor::attributesFiltered bool ___attributesFiltered_6; // System.Boolean System.ComponentModel.MemberDescriptor::attributesFilled bool ___attributesFilled_7; // System.Int32 System.ComponentModel.MemberDescriptor::metadataVersion int32_t ___metadataVersion_8; // System.String System.ComponentModel.MemberDescriptor::category String_t* ___category_9; // System.String System.ComponentModel.MemberDescriptor::description String_t* ___description_10; // System.Object System.ComponentModel.MemberDescriptor::lockCookie RuntimeObject * ___lockCookie_11; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___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_displayName_1() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___displayName_1)); } inline String_t* get_displayName_1() const { return ___displayName_1; } inline String_t** get_address_of_displayName_1() { return &___displayName_1; } inline void set_displayName_1(String_t* value) { ___displayName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___displayName_1), (void*)value); } inline static int32_t get_offset_of_nameHash_2() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___nameHash_2)); } inline int32_t get_nameHash_2() const { return ___nameHash_2; } inline int32_t* get_address_of_nameHash_2() { return &___nameHash_2; } inline void set_nameHash_2(int32_t value) { ___nameHash_2 = value; } inline static int32_t get_offset_of_attributeCollection_3() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributeCollection_3)); } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * get_attributeCollection_3() const { return ___attributeCollection_3; } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C ** get_address_of_attributeCollection_3() { return &___attributeCollection_3; } inline void set_attributeCollection_3(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * value) { ___attributeCollection_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeCollection_3), (void*)value); } inline static int32_t get_offset_of_attributes_4() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributes_4)); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* get_attributes_4() const { return ___attributes_4; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** get_address_of_attributes_4() { return &___attributes_4; } inline void set_attributes_4(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { ___attributes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_4), (void*)value); } inline static int32_t get_offset_of_originalAttributes_5() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___originalAttributes_5)); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* get_originalAttributes_5() const { return ___originalAttributes_5; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** get_address_of_originalAttributes_5() { return &___originalAttributes_5; } inline void set_originalAttributes_5(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { ___originalAttributes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___originalAttributes_5), (void*)value); } inline static int32_t get_offset_of_attributesFiltered_6() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributesFiltered_6)); } inline bool get_attributesFiltered_6() const { return ___attributesFiltered_6; } inline bool* get_address_of_attributesFiltered_6() { return &___attributesFiltered_6; } inline void set_attributesFiltered_6(bool value) { ___attributesFiltered_6 = value; } inline static int32_t get_offset_of_attributesFilled_7() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributesFilled_7)); } inline bool get_attributesFilled_7() const { return ___attributesFilled_7; } inline bool* get_address_of_attributesFilled_7() { return &___attributesFilled_7; } inline void set_attributesFilled_7(bool value) { ___attributesFilled_7 = value; } inline static int32_t get_offset_of_metadataVersion_8() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___metadataVersion_8)); } inline int32_t get_metadataVersion_8() const { return ___metadataVersion_8; } inline int32_t* get_address_of_metadataVersion_8() { return &___metadataVersion_8; } inline void set_metadataVersion_8(int32_t value) { ___metadataVersion_8 = value; } inline static int32_t get_offset_of_category_9() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___category_9)); } inline String_t* get_category_9() const { return ___category_9; } inline String_t** get_address_of_category_9() { return &___category_9; } inline void set_category_9(String_t* value) { ___category_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___category_9), (void*)value); } inline static int32_t get_offset_of_description_10() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___description_10)); } inline String_t* get_description_10() const { return ___description_10; } inline String_t** get_address_of_description_10() { return &___description_10; } inline void set_description_10(String_t* value) { ___description_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___description_10), (void*)value); } inline static int32_t get_offset_of_lockCookie_11() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___lockCookie_11)); } inline RuntimeObject * get_lockCookie_11() const { return ___lockCookie_11; } inline RuntimeObject ** get_address_of_lockCookie_11() { return &___lockCookie_11; } inline void set_lockCookie_11(RuntimeObject * value) { ___lockCookie_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___lockCookie_11), (void*)value); } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 : public RuntimeObject { public: public: }; // System.Collections.Specialized.NameObjectCollectionBase struct NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 : public RuntimeObject { public: // System.Boolean System.Collections.Specialized.NameObjectCollectionBase::_readOnly bool ____readOnly_0; // System.Collections.ArrayList System.Collections.Specialized.NameObjectCollectionBase::_entriesArray ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____entriesArray_1; // System.Collections.IEqualityComparer System.Collections.Specialized.NameObjectCollectionBase::_keyComparer RuntimeObject* ____keyComparer_2; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.NameObjectCollectionBase::_entriesTable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____entriesTable_3; // System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.NameObjectCollectionBase::_nullKeyEntry NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * ____nullKeyEntry_4; // System.Runtime.Serialization.SerializationInfo System.Collections.Specialized.NameObjectCollectionBase::_serializationInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____serializationInfo_5; // System.Int32 System.Collections.Specialized.NameObjectCollectionBase::_version int32_t ____version_6; // System.Object System.Collections.Specialized.NameObjectCollectionBase::_syncRoot RuntimeObject * ____syncRoot_7; public: inline static int32_t get_offset_of__readOnly_0() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____readOnly_0)); } inline bool get__readOnly_0() const { return ____readOnly_0; } inline bool* get_address_of__readOnly_0() { return &____readOnly_0; } inline void set__readOnly_0(bool value) { ____readOnly_0 = value; } inline static int32_t get_offset_of__entriesArray_1() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____entriesArray_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__entriesArray_1() const { return ____entriesArray_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__entriesArray_1() { return &____entriesArray_1; } inline void set__entriesArray_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____entriesArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____entriesArray_1), (void*)value); } inline static int32_t get_offset_of__keyComparer_2() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____keyComparer_2)); } inline RuntimeObject* get__keyComparer_2() const { return ____keyComparer_2; } inline RuntimeObject** get_address_of__keyComparer_2() { return &____keyComparer_2; } inline void set__keyComparer_2(RuntimeObject* value) { ____keyComparer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____keyComparer_2), (void*)value); } inline static int32_t get_offset_of__entriesTable_3() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____entriesTable_3)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__entriesTable_3() const { return ____entriesTable_3; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__entriesTable_3() { return &____entriesTable_3; } inline void set__entriesTable_3(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____entriesTable_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____entriesTable_3), (void*)value); } inline static int32_t get_offset_of__nullKeyEntry_4() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____nullKeyEntry_4)); } inline NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * get__nullKeyEntry_4() const { return ____nullKeyEntry_4; } inline NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 ** get_address_of__nullKeyEntry_4() { return &____nullKeyEntry_4; } inline void set__nullKeyEntry_4(NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * value) { ____nullKeyEntry_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____nullKeyEntry_4), (void*)value); } inline static int32_t get_offset_of__serializationInfo_5() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____serializationInfo_5)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__serializationInfo_5() const { return ____serializationInfo_5; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__serializationInfo_5() { return &____serializationInfo_5; } inline void set__serializationInfo_5(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____serializationInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____serializationInfo_5), (void*)value); } inline static int32_t get_offset_of__version_6() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____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__syncRoot_7() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____syncRoot_7)); } inline RuntimeObject * get__syncRoot_7() const { return ____syncRoot_7; } inline RuntimeObject ** get_address_of__syncRoot_7() { return &____syncRoot_7; } inline void set__syncRoot_7(RuntimeObject * value) { ____syncRoot_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_7), (void*)value); } }; struct NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_StaticFields { public: // System.StringComparer System.Collections.Specialized.NameObjectCollectionBase::defaultComparer StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ___defaultComparer_8; public: inline static int32_t get_offset_of_defaultComparer_8() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_StaticFields, ___defaultComparer_8)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get_defaultComparer_8() const { return ___defaultComparer_8; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of_defaultComparer_8() { return &___defaultComparer_8; } inline void set_defaultComparer_8(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ___defaultComparer_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_8), (void*)value); } }; // System.Net.NetworkCredential struct NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 : public RuntimeObject { public: // System.String System.Net.NetworkCredential::m_domain String_t* ___m_domain_0; // System.String System.Net.NetworkCredential::m_userName String_t* ___m_userName_1; // System.Security.SecureString System.Net.NetworkCredential::m_password SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * ___m_password_2; public: inline static int32_t get_offset_of_m_domain_0() { return static_cast(offsetof(NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686, ___m_domain_0)); } inline String_t* get_m_domain_0() const { return ___m_domain_0; } inline String_t** get_address_of_m_domain_0() { return &___m_domain_0; } inline void set_m_domain_0(String_t* value) { ___m_domain_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_domain_0), (void*)value); } inline static int32_t get_offset_of_m_userName_1() { return static_cast(offsetof(NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686, ___m_userName_1)); } inline String_t* get_m_userName_1() const { return ___m_userName_1; } inline String_t** get_address_of_m_userName_1() { return &___m_userName_1; } inline void set_m_userName_1(String_t* value) { ___m_userName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_userName_1), (void*)value); } inline static int32_t get_offset_of_m_password_2() { return static_cast(offsetof(NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686, ___m_password_2)); } inline SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * get_m_password_2() const { return ___m_password_2; } inline SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 ** get_address_of_m_password_2() { return &___m_password_2; } inline void set_m_password_2(SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * value) { ___m_password_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_password_2), (void*)value); } }; // System.IO.Path struct Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921 : public RuntimeObject { public: public: }; struct Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields { public: // System.Char[] System.IO.Path::InvalidPathChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___InvalidPathChars_0; // System.Char System.IO.Path::AltDirectorySeparatorChar Il2CppChar ___AltDirectorySeparatorChar_1; // System.Char System.IO.Path::DirectorySeparatorChar Il2CppChar ___DirectorySeparatorChar_2; // System.Char System.IO.Path::PathSeparator Il2CppChar ___PathSeparator_3; // System.String System.IO.Path::DirectorySeparatorStr String_t* ___DirectorySeparatorStr_4; // System.Char System.IO.Path::VolumeSeparatorChar Il2CppChar ___VolumeSeparatorChar_5; // System.Char[] System.IO.Path::PathSeparatorChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___PathSeparatorChars_6; // System.Boolean System.IO.Path::dirEqualsVolume bool ___dirEqualsVolume_7; // System.Char[] System.IO.Path::trimEndCharsWindows CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___trimEndCharsWindows_8; // System.Char[] System.IO.Path::trimEndCharsUnix CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___trimEndCharsUnix_9; public: inline static int32_t get_offset_of_InvalidPathChars_0() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___InvalidPathChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_InvalidPathChars_0() const { return ___InvalidPathChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_InvalidPathChars_0() { return &___InvalidPathChars_0; } inline void set_InvalidPathChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___InvalidPathChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidPathChars_0), (void*)value); } inline static int32_t get_offset_of_AltDirectorySeparatorChar_1() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___AltDirectorySeparatorChar_1)); } inline Il2CppChar get_AltDirectorySeparatorChar_1() const { return ___AltDirectorySeparatorChar_1; } inline Il2CppChar* get_address_of_AltDirectorySeparatorChar_1() { return &___AltDirectorySeparatorChar_1; } inline void set_AltDirectorySeparatorChar_1(Il2CppChar value) { ___AltDirectorySeparatorChar_1 = value; } inline static int32_t get_offset_of_DirectorySeparatorChar_2() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___DirectorySeparatorChar_2)); } inline Il2CppChar get_DirectorySeparatorChar_2() const { return ___DirectorySeparatorChar_2; } inline Il2CppChar* get_address_of_DirectorySeparatorChar_2() { return &___DirectorySeparatorChar_2; } inline void set_DirectorySeparatorChar_2(Il2CppChar value) { ___DirectorySeparatorChar_2 = value; } inline static int32_t get_offset_of_PathSeparator_3() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___PathSeparator_3)); } inline Il2CppChar get_PathSeparator_3() const { return ___PathSeparator_3; } inline Il2CppChar* get_address_of_PathSeparator_3() { return &___PathSeparator_3; } inline void set_PathSeparator_3(Il2CppChar value) { ___PathSeparator_3 = value; } inline static int32_t get_offset_of_DirectorySeparatorStr_4() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___DirectorySeparatorStr_4)); } inline String_t* get_DirectorySeparatorStr_4() const { return ___DirectorySeparatorStr_4; } inline String_t** get_address_of_DirectorySeparatorStr_4() { return &___DirectorySeparatorStr_4; } inline void set_DirectorySeparatorStr_4(String_t* value) { ___DirectorySeparatorStr_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DirectorySeparatorStr_4), (void*)value); } inline static int32_t get_offset_of_VolumeSeparatorChar_5() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___VolumeSeparatorChar_5)); } inline Il2CppChar get_VolumeSeparatorChar_5() const { return ___VolumeSeparatorChar_5; } inline Il2CppChar* get_address_of_VolumeSeparatorChar_5() { return &___VolumeSeparatorChar_5; } inline void set_VolumeSeparatorChar_5(Il2CppChar value) { ___VolumeSeparatorChar_5 = value; } inline static int32_t get_offset_of_PathSeparatorChars_6() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___PathSeparatorChars_6)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_PathSeparatorChars_6() const { return ___PathSeparatorChars_6; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_PathSeparatorChars_6() { return &___PathSeparatorChars_6; } inline void set_PathSeparatorChars_6(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___PathSeparatorChars_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___PathSeparatorChars_6), (void*)value); } inline static int32_t get_offset_of_dirEqualsVolume_7() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___dirEqualsVolume_7)); } inline bool get_dirEqualsVolume_7() const { return ___dirEqualsVolume_7; } inline bool* get_address_of_dirEqualsVolume_7() { return &___dirEqualsVolume_7; } inline void set_dirEqualsVolume_7(bool value) { ___dirEqualsVolume_7 = value; } inline static int32_t get_offset_of_trimEndCharsWindows_8() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___trimEndCharsWindows_8)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_trimEndCharsWindows_8() const { return ___trimEndCharsWindows_8; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_trimEndCharsWindows_8() { return &___trimEndCharsWindows_8; } inline void set_trimEndCharsWindows_8(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___trimEndCharsWindows_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___trimEndCharsWindows_8), (void*)value); } inline static int32_t get_offset_of_trimEndCharsUnix_9() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___trimEndCharsUnix_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_trimEndCharsUnix_9() const { return ___trimEndCharsUnix_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_trimEndCharsUnix_9() { return &___trimEndCharsUnix_9; } inline void set_trimEndCharsUnix_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___trimEndCharsUnix_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___trimEndCharsUnix_9), (void*)value); } }; // System.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F : public RuntimeObject { public: // System.Collections.IDictionary System.ComponentModel.PropertyDescriptorCollection::cachedFoundProperties RuntimeObject* ___cachedFoundProperties_1; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::cachedIgnoreCase bool ___cachedIgnoreCase_2; // System.ComponentModel.PropertyDescriptor[] System.ComponentModel.PropertyDescriptorCollection::properties PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ___properties_3; // System.Int32 System.ComponentModel.PropertyDescriptorCollection::propCount int32_t ___propCount_4; // System.String[] System.ComponentModel.PropertyDescriptorCollection::namedSort StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___namedSort_5; // System.Collections.IComparer System.ComponentModel.PropertyDescriptorCollection::comparer RuntimeObject* ___comparer_6; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::propsOwned bool ___propsOwned_7; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::needSort bool ___needSort_8; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::readOnly bool ___readOnly_9; public: inline static int32_t get_offset_of_cachedFoundProperties_1() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___cachedFoundProperties_1)); } inline RuntimeObject* get_cachedFoundProperties_1() const { return ___cachedFoundProperties_1; } inline RuntimeObject** get_address_of_cachedFoundProperties_1() { return &___cachedFoundProperties_1; } inline void set_cachedFoundProperties_1(RuntimeObject* value) { ___cachedFoundProperties_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedFoundProperties_1), (void*)value); } inline static int32_t get_offset_of_cachedIgnoreCase_2() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___cachedIgnoreCase_2)); } inline bool get_cachedIgnoreCase_2() const { return ___cachedIgnoreCase_2; } inline bool* get_address_of_cachedIgnoreCase_2() { return &___cachedIgnoreCase_2; } inline void set_cachedIgnoreCase_2(bool value) { ___cachedIgnoreCase_2 = value; } inline static int32_t get_offset_of_properties_3() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___properties_3)); } inline PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* get_properties_3() const { return ___properties_3; } inline PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75** get_address_of_properties_3() { return &___properties_3; } inline void set_properties_3(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* value) { ___properties_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___properties_3), (void*)value); } inline static int32_t get_offset_of_propCount_4() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___propCount_4)); } inline int32_t get_propCount_4() const { return ___propCount_4; } inline int32_t* get_address_of_propCount_4() { return &___propCount_4; } inline void set_propCount_4(int32_t value) { ___propCount_4 = value; } inline static int32_t get_offset_of_namedSort_5() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___namedSort_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_namedSort_5() const { return ___namedSort_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_namedSort_5() { return &___namedSort_5; } inline void set_namedSort_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___namedSort_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___namedSort_5), (void*)value); } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_propsOwned_7() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___propsOwned_7)); } inline bool get_propsOwned_7() const { return ___propsOwned_7; } inline bool* get_address_of_propsOwned_7() { return &___propsOwned_7; } inline void set_propsOwned_7(bool value) { ___propsOwned_7 = value; } inline static int32_t get_offset_of_needSort_8() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___needSort_8)); } inline bool get_needSort_8() const { return ___needSort_8; } inline bool* get_address_of_needSort_8() { return &___needSort_8; } inline void set_needSort_8(bool value) { ___needSort_8 = value; } inline static int32_t get_offset_of_readOnly_9() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___readOnly_9)); } inline bool get_readOnly_9() const { return ___readOnly_9; } inline bool* get_address_of_readOnly_9() { return &___readOnly_9; } inline void set_readOnly_9(bool value) { ___readOnly_9 = value; } }; struct PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_StaticFields { public: // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptorCollection::Empty PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_StaticFields, ___Empty_0)); } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * get_Empty_0() const { return ___Empty_0; } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 : public RuntimeObject { public: public: }; // System.Text.RegularExpressions.RegexRunner struct RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 : public RuntimeObject { public: // System.Int32 System.Text.RegularExpressions.RegexRunner::runtextbeg int32_t ___runtextbeg_0; // System.Int32 System.Text.RegularExpressions.RegexRunner::runtextend int32_t ___runtextend_1; // System.Int32 System.Text.RegularExpressions.RegexRunner::runtextstart int32_t ___runtextstart_2; // System.String System.Text.RegularExpressions.RegexRunner::runtext String_t* ___runtext_3; // System.Int32 System.Text.RegularExpressions.RegexRunner::runtextpos int32_t ___runtextpos_4; // System.Int32[] System.Text.RegularExpressions.RegexRunner::runtrack Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___runtrack_5; // System.Int32 System.Text.RegularExpressions.RegexRunner::runtrackpos int32_t ___runtrackpos_6; // System.Int32[] System.Text.RegularExpressions.RegexRunner::runstack Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___runstack_7; // System.Int32 System.Text.RegularExpressions.RegexRunner::runstackpos int32_t ___runstackpos_8; // System.Int32[] System.Text.RegularExpressions.RegexRunner::runcrawl Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___runcrawl_9; // System.Int32 System.Text.RegularExpressions.RegexRunner::runcrawlpos int32_t ___runcrawlpos_10; // System.Int32 System.Text.RegularExpressions.RegexRunner::runtrackcount int32_t ___runtrackcount_11; // System.Text.RegularExpressions.Match System.Text.RegularExpressions.RegexRunner::runmatch Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ___runmatch_12; // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.RegexRunner::runregex Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___runregex_13; // System.Int32 System.Text.RegularExpressions.RegexRunner::timeout int32_t ___timeout_14; // System.Boolean System.Text.RegularExpressions.RegexRunner::ignoreTimeout bool ___ignoreTimeout_15; // System.Int32 System.Text.RegularExpressions.RegexRunner::timeoutOccursAt int32_t ___timeoutOccursAt_16; // System.Int32 System.Text.RegularExpressions.RegexRunner::timeoutChecksToSkip int32_t ___timeoutChecksToSkip_18; public: inline static int32_t get_offset_of_runtextbeg_0() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtextbeg_0)); } inline int32_t get_runtextbeg_0() const { return ___runtextbeg_0; } inline int32_t* get_address_of_runtextbeg_0() { return &___runtextbeg_0; } inline void set_runtextbeg_0(int32_t value) { ___runtextbeg_0 = value; } inline static int32_t get_offset_of_runtextend_1() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtextend_1)); } inline int32_t get_runtextend_1() const { return ___runtextend_1; } inline int32_t* get_address_of_runtextend_1() { return &___runtextend_1; } inline void set_runtextend_1(int32_t value) { ___runtextend_1 = value; } inline static int32_t get_offset_of_runtextstart_2() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtextstart_2)); } inline int32_t get_runtextstart_2() const { return ___runtextstart_2; } inline int32_t* get_address_of_runtextstart_2() { return &___runtextstart_2; } inline void set_runtextstart_2(int32_t value) { ___runtextstart_2 = value; } inline static int32_t get_offset_of_runtext_3() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtext_3)); } inline String_t* get_runtext_3() const { return ___runtext_3; } inline String_t** get_address_of_runtext_3() { return &___runtext_3; } inline void set_runtext_3(String_t* value) { ___runtext_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___runtext_3), (void*)value); } inline static int32_t get_offset_of_runtextpos_4() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtextpos_4)); } inline int32_t get_runtextpos_4() const { return ___runtextpos_4; } inline int32_t* get_address_of_runtextpos_4() { return &___runtextpos_4; } inline void set_runtextpos_4(int32_t value) { ___runtextpos_4 = value; } inline static int32_t get_offset_of_runtrack_5() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtrack_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_runtrack_5() const { return ___runtrack_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_runtrack_5() { return &___runtrack_5; } inline void set_runtrack_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___runtrack_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___runtrack_5), (void*)value); } inline static int32_t get_offset_of_runtrackpos_6() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtrackpos_6)); } inline int32_t get_runtrackpos_6() const { return ___runtrackpos_6; } inline int32_t* get_address_of_runtrackpos_6() { return &___runtrackpos_6; } inline void set_runtrackpos_6(int32_t value) { ___runtrackpos_6 = value; } inline static int32_t get_offset_of_runstack_7() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runstack_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_runstack_7() const { return ___runstack_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_runstack_7() { return &___runstack_7; } inline void set_runstack_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___runstack_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___runstack_7), (void*)value); } inline static int32_t get_offset_of_runstackpos_8() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runstackpos_8)); } inline int32_t get_runstackpos_8() const { return ___runstackpos_8; } inline int32_t* get_address_of_runstackpos_8() { return &___runstackpos_8; } inline void set_runstackpos_8(int32_t value) { ___runstackpos_8 = value; } inline static int32_t get_offset_of_runcrawl_9() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runcrawl_9)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_runcrawl_9() const { return ___runcrawl_9; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_runcrawl_9() { return &___runcrawl_9; } inline void set_runcrawl_9(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___runcrawl_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___runcrawl_9), (void*)value); } inline static int32_t get_offset_of_runcrawlpos_10() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runcrawlpos_10)); } inline int32_t get_runcrawlpos_10() const { return ___runcrawlpos_10; } inline int32_t* get_address_of_runcrawlpos_10() { return &___runcrawlpos_10; } inline void set_runcrawlpos_10(int32_t value) { ___runcrawlpos_10 = value; } inline static int32_t get_offset_of_runtrackcount_11() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtrackcount_11)); } inline int32_t get_runtrackcount_11() const { return ___runtrackcount_11; } inline int32_t* get_address_of_runtrackcount_11() { return &___runtrackcount_11; } inline void set_runtrackcount_11(int32_t value) { ___runtrackcount_11 = value; } inline static int32_t get_offset_of_runmatch_12() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runmatch_12)); } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * get_runmatch_12() const { return ___runmatch_12; } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B ** get_address_of_runmatch_12() { return &___runmatch_12; } inline void set_runmatch_12(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * value) { ___runmatch_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___runmatch_12), (void*)value); } inline static int32_t get_offset_of_runregex_13() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runregex_13)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get_runregex_13() const { return ___runregex_13; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of_runregex_13() { return &___runregex_13; } inline void set_runregex_13(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ___runregex_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___runregex_13), (void*)value); } inline static int32_t get_offset_of_timeout_14() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___timeout_14)); } inline int32_t get_timeout_14() const { return ___timeout_14; } inline int32_t* get_address_of_timeout_14() { return &___timeout_14; } inline void set_timeout_14(int32_t value) { ___timeout_14 = value; } inline static int32_t get_offset_of_ignoreTimeout_15() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___ignoreTimeout_15)); } inline bool get_ignoreTimeout_15() const { return ___ignoreTimeout_15; } inline bool* get_address_of_ignoreTimeout_15() { return &___ignoreTimeout_15; } inline void set_ignoreTimeout_15(bool value) { ___ignoreTimeout_15 = value; } inline static int32_t get_offset_of_timeoutOccursAt_16() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___timeoutOccursAt_16)); } inline int32_t get_timeoutOccursAt_16() const { return ___timeoutOccursAt_16; } inline int32_t* get_address_of_timeoutOccursAt_16() { return &___timeoutOccursAt_16; } inline void set_timeoutOccursAt_16(int32_t value) { ___timeoutOccursAt_16 = value; } inline static int32_t get_offset_of_timeoutChecksToSkip_18() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___timeoutChecksToSkip_18)); } inline int32_t get_timeoutChecksToSkip_18() const { return ___timeoutChecksToSkip_18; } inline int32_t* get_address_of_timeoutChecksToSkip_18() { return &___timeoutChecksToSkip_18; } inline void set_timeoutChecksToSkip_18(int32_t value) { ___timeoutChecksToSkip_18 = 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.Net.SocketAddress struct SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 : public RuntimeObject { public: // System.Int32 System.Net.SocketAddress::m_Size int32_t ___m_Size_0; // System.Byte[] System.Net.SocketAddress::m_Buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_Buffer_1; // System.Boolean System.Net.SocketAddress::m_changed bool ___m_changed_2; // System.Int32 System.Net.SocketAddress::m_hash int32_t ___m_hash_3; public: inline static int32_t get_offset_of_m_Size_0() { return static_cast(offsetof(SocketAddress_tE8FA33C91254662406767AF97518C235382742D3, ___m_Size_0)); } inline int32_t get_m_Size_0() const { return ___m_Size_0; } inline int32_t* get_address_of_m_Size_0() { return &___m_Size_0; } inline void set_m_Size_0(int32_t value) { ___m_Size_0 = value; } inline static int32_t get_offset_of_m_Buffer_1() { return static_cast(offsetof(SocketAddress_tE8FA33C91254662406767AF97518C235382742D3, ___m_Buffer_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_Buffer_1() const { return ___m_Buffer_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_Buffer_1() { return &___m_Buffer_1; } inline void set_m_Buffer_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_Buffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Buffer_1), (void*)value); } inline static int32_t get_offset_of_m_changed_2() { return static_cast(offsetof(SocketAddress_tE8FA33C91254662406767AF97518C235382742D3, ___m_changed_2)); } inline bool get_m_changed_2() const { return ___m_changed_2; } inline bool* get_address_of_m_changed_2() { return &___m_changed_2; } inline void set_m_changed_2(bool value) { ___m_changed_2 = value; } inline static int32_t get_offset_of_m_hash_3() { return static_cast(offsetof(SocketAddress_tE8FA33C91254662406767AF97518C235382742D3, ___m_hash_3)); } inline int32_t get_m_hash_3() const { return ___m_hash_3; } inline int32_t* get_address_of_m_hash_3() { return &___m_hash_3; } inline void set_m_hash_3(int32_t value) { ___m_hash_3 = 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; // System.Object System.Collections.Stack::_syncRoot RuntimeObject * ____syncRoot_3; 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; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8, ____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); } }; // 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; } }; // System.ComponentModel.TypeDescriptionProvider struct TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 : public RuntimeObject { public: // System.ComponentModel.TypeDescriptionProvider System.ComponentModel.TypeDescriptionProvider::_parent TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ____parent_0; // System.ComponentModel.TypeDescriptionProvider/EmptyCustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::_emptyDescriptor EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 * ____emptyDescriptor_1; public: inline static int32_t get_offset_of__parent_0() { return static_cast(offsetof(TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0, ____parent_0)); } inline TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * get__parent_0() const { return ____parent_0; } inline TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 ** get_address_of__parent_0() { return &____parent_0; } inline void set__parent_0(TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * value) { ____parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_0), (void*)value); } inline static int32_t get_offset_of__emptyDescriptor_1() { return static_cast(offsetof(TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0, ____emptyDescriptor_1)); } inline EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 * get__emptyDescriptor_1() const { return ____emptyDescriptor_1; } inline EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 ** get_address_of__emptyDescriptor_1() { return &____emptyDescriptor_1; } inline void set__emptyDescriptor_1(EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 * value) { ____emptyDescriptor_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyDescriptor_1), (void*)value); } }; // System.UriBuilder struct UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 : public RuntimeObject { public: // System.Boolean System.UriBuilder::_changed bool ____changed_0; // System.String System.UriBuilder::_fragment String_t* ____fragment_1; // System.String System.UriBuilder::_host String_t* ____host_2; // System.String System.UriBuilder::_password String_t* ____password_3; // System.String System.UriBuilder::_path String_t* ____path_4; // System.Int32 System.UriBuilder::_port int32_t ____port_5; // System.String System.UriBuilder::_query String_t* ____query_6; // System.String System.UriBuilder::_scheme String_t* ____scheme_7; // System.String System.UriBuilder::_schemeDelimiter String_t* ____schemeDelimiter_8; // System.Uri System.UriBuilder::_uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ____uri_9; // System.String System.UriBuilder::_username String_t* ____username_10; public: inline static int32_t get_offset_of__changed_0() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____changed_0)); } inline bool get__changed_0() const { return ____changed_0; } inline bool* get_address_of__changed_0() { return &____changed_0; } inline void set__changed_0(bool value) { ____changed_0 = value; } inline static int32_t get_offset_of__fragment_1() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____fragment_1)); } inline String_t* get__fragment_1() const { return ____fragment_1; } inline String_t** get_address_of__fragment_1() { return &____fragment_1; } inline void set__fragment_1(String_t* value) { ____fragment_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____fragment_1), (void*)value); } inline static int32_t get_offset_of__host_2() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____host_2)); } inline String_t* get__host_2() const { return ____host_2; } inline String_t** get_address_of__host_2() { return &____host_2; } inline void set__host_2(String_t* value) { ____host_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____host_2), (void*)value); } inline static int32_t get_offset_of__password_3() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____password_3)); } inline String_t* get__password_3() const { return ____password_3; } inline String_t** get_address_of__password_3() { return &____password_3; } inline void set__password_3(String_t* value) { ____password_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____password_3), (void*)value); } inline static int32_t get_offset_of__path_4() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____path_4)); } inline String_t* get__path_4() const { return ____path_4; } inline String_t** get_address_of__path_4() { return &____path_4; } inline void set__path_4(String_t* value) { ____path_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____path_4), (void*)value); } inline static int32_t get_offset_of__port_5() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____port_5)); } inline int32_t get__port_5() const { return ____port_5; } inline int32_t* get_address_of__port_5() { return &____port_5; } inline void set__port_5(int32_t value) { ____port_5 = value; } inline static int32_t get_offset_of__query_6() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____query_6)); } inline String_t* get__query_6() const { return ____query_6; } inline String_t** get_address_of__query_6() { return &____query_6; } inline void set__query_6(String_t* value) { ____query_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____query_6), (void*)value); } inline static int32_t get_offset_of__scheme_7() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____scheme_7)); } inline String_t* get__scheme_7() const { return ____scheme_7; } inline String_t** get_address_of__scheme_7() { return &____scheme_7; } inline void set__scheme_7(String_t* value) { ____scheme_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____scheme_7), (void*)value); } inline static int32_t get_offset_of__schemeDelimiter_8() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____schemeDelimiter_8)); } inline String_t* get__schemeDelimiter_8() const { return ____schemeDelimiter_8; } inline String_t** get_address_of__schemeDelimiter_8() { return &____schemeDelimiter_8; } inline void set__schemeDelimiter_8(String_t* value) { ____schemeDelimiter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____schemeDelimiter_8), (void*)value); } inline static int32_t get_offset_of__uri_9() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____uri_9)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get__uri_9() const { return ____uri_9; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of__uri_9() { return &____uri_9; } inline void set__uri_9(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ____uri_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____uri_9), (void*)value); } inline static int32_t get_offset_of__username_10() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____username_10)); } inline String_t* get__username_10() const { return ____username_10; } inline String_t** get_address_of__username_10() { return &____username_10; } inline void set__username_10(String_t* value) { ____username_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____username_10), (void*)value); } }; // System.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 { }; // System.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parentNode_0; public: inline static int32_t get_offset_of_parentNode_0() { return static_cast(offsetof(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1, ___parentNode_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_parentNode_0() const { return ___parentNode_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_parentNode_0() { return &___parentNode_0; } inline void set_parentNode_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___parentNode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parentNode_0), (void*)value); } }; // System.Xml.XmlReader struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 : public RuntimeObject { public: public: }; struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields { public: // System.UInt32 System.Xml.XmlReader::IsTextualNodeBitmap uint32_t ___IsTextualNodeBitmap_0; // System.UInt32 System.Xml.XmlReader::CanReadContentAsBitmap uint32_t ___CanReadContentAsBitmap_1; // System.UInt32 System.Xml.XmlReader::HasValueBitmap uint32_t ___HasValueBitmap_2; public: inline static int32_t get_offset_of_IsTextualNodeBitmap_0() { return static_cast(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___IsTextualNodeBitmap_0)); } inline uint32_t get_IsTextualNodeBitmap_0() const { return ___IsTextualNodeBitmap_0; } inline uint32_t* get_address_of_IsTextualNodeBitmap_0() { return &___IsTextualNodeBitmap_0; } inline void set_IsTextualNodeBitmap_0(uint32_t value) { ___IsTextualNodeBitmap_0 = value; } inline static int32_t get_offset_of_CanReadContentAsBitmap_1() { return static_cast(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___CanReadContentAsBitmap_1)); } inline uint32_t get_CanReadContentAsBitmap_1() const { return ___CanReadContentAsBitmap_1; } inline uint32_t* get_address_of_CanReadContentAsBitmap_1() { return &___CanReadContentAsBitmap_1; } inline void set_CanReadContentAsBitmap_1(uint32_t value) { ___CanReadContentAsBitmap_1 = value; } inline static int32_t get_offset_of_HasValueBitmap_2() { return static_cast(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___HasValueBitmap_2)); } inline uint32_t get_HasValueBitmap_2() const { return ___HasValueBitmap_2; } inline uint32_t* get_address_of_HasValueBitmap_2() { return &___HasValueBitmap_2; } inline void set_HasValueBitmap_2(uint32_t value) { ___HasValueBitmap_2 = value; } }; // System.ComponentModel.CultureInfoConverter/CultureComparer struct CultureComparer_tE4B58101BFBE2F31D2E54ACF2D46ABE038991AC6 : public RuntimeObject { public: // System.ComponentModel.CultureInfoConverter System.ComponentModel.CultureInfoConverter/CultureComparer::converter CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E * ___converter_0; public: inline static int32_t get_offset_of_converter_0() { return static_cast(offsetof(CultureComparer_tE4B58101BFBE2F31D2E54ACF2D46ABE038991AC6, ___converter_0)); } inline CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E * get_converter_0() const { return ___converter_0; } inline CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E ** get_address_of_converter_0() { return &___converter_0; } inline void set_converter_0(CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E * value) { ___converter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___converter_0), (void*)value); } }; // System.ComponentModel.EventHandlerList/ListEntry struct ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 : public RuntimeObject { public: // System.ComponentModel.EventHandlerList/ListEntry System.ComponentModel.EventHandlerList/ListEntry::next ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * ___next_0; // System.Object System.ComponentModel.EventHandlerList/ListEntry::key RuntimeObject * ___key_1; // System.Delegate System.ComponentModel.EventHandlerList/ListEntry::handler Delegate_t * ___handler_2; public: inline static int32_t get_offset_of_next_0() { return static_cast(offsetof(ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3, ___next_0)); } inline ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * get_next_0() const { return ___next_0; } inline ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 ** get_address_of_next_0() { return &___next_0; } inline void set_next_0(ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * value) { ___next_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_0), (void*)value); } inline static int32_t get_offset_of_key_1() { return static_cast(offsetof(ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3, ___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_handler_2() { return static_cast(offsetof(ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3, ___handler_2)); } inline Delegate_t * get_handler_2() const { return ___handler_2; } inline Delegate_t ** get_address_of_handler_2() { return &___handler_2; } inline void set_handler_2(Delegate_t * value) { ___handler_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___handler_2), (void*)value); } }; // System.ComponentModel.TypeConverter/StandardValuesCollection struct StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 : public RuntimeObject { public: // System.Collections.ICollection System.ComponentModel.TypeConverter/StandardValuesCollection::values RuntimeObject* ___values_0; // System.Array System.ComponentModel.TypeConverter/StandardValuesCollection::valueArray RuntimeArray * ___valueArray_1; public: inline static int32_t get_offset_of_values_0() { return static_cast(offsetof(StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1, ___values_0)); } inline RuntimeObject* get_values_0() const { return ___values_0; } inline RuntimeObject** get_address_of_values_0() { return &___values_0; } inline void set_values_0(RuntimeObject* value) { ___values_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_0), (void*)value); } inline static int32_t get_offset_of_valueArray_1() { return static_cast(offsetof(StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1, ___valueArray_1)); } inline RuntimeArray * get_valueArray_1() const { return ___valueArray_1; } inline RuntimeArray ** get_address_of_valueArray_1() { return &___valueArray_1; } inline void set_valueArray_1(RuntimeArray * value) { ___valueArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueArray_1), (void*)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.Collections.Specialized.BitVector32 struct BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 { public: // System.UInt32 System.Collections.Specialized.BitVector32::data uint32_t ___data_0; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968, ___data_0)); } inline uint32_t get_data_0() const { return ___data_0; } inline uint32_t* get_address_of_data_0() { return &___data_0; } inline void set_data_0(uint32_t value) { ___data_0 = 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.ComponentModel.BrowsableAttribute struct BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.BrowsableAttribute::browsable bool ___browsable_3; public: inline static int32_t get_offset_of_browsable_3() { return static_cast(offsetof(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2, ___browsable_3)); } inline bool get_browsable_3() const { return ___browsable_3; } inline bool* get_address_of_browsable_3() { return &___browsable_3; } inline void set_browsable_3(bool value) { ___browsable_3 = value; } }; struct BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields { public: // System.ComponentModel.BrowsableAttribute System.ComponentModel.BrowsableAttribute::Yes BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * ___Yes_0; // System.ComponentModel.BrowsableAttribute System.ComponentModel.BrowsableAttribute::No BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * ___No_1; // System.ComponentModel.BrowsableAttribute System.ComponentModel.BrowsableAttribute::Default BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * ___Default_2; public: inline static int32_t get_offset_of_Yes_0() { return static_cast(offsetof(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields, ___Yes_0)); } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * get_Yes_0() const { return ___Yes_0; } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 ** get_address_of_Yes_0() { return &___Yes_0; } inline void set_Yes_0(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * value) { ___Yes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Yes_0), (void*)value); } inline static int32_t get_offset_of_No_1() { return static_cast(offsetof(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields, ___No_1)); } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * get_No_1() const { return ___No_1; } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 ** get_address_of_No_1() { return &___No_1; } inline void set_No_1(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * value) { ___No_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___No_1), (void*)value); } inline static int32_t get_offset_of_Default_2() { return static_cast(offsetof(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields, ___Default_2)); } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * get_Default_2() const { return ___Default_2; } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 ** get_address_of_Default_2() { return &___Default_2; } inline void set_Default_2(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * value) { ___Default_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_2), (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.ComponentModel.CancelEventArgs struct CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Boolean System.ComponentModel.CancelEventArgs::cancel bool ___cancel_1; public: inline static int32_t get_offset_of_cancel_1() { return static_cast(offsetof(CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67, ___cancel_1)); } inline bool get_cancel_1() const { return ___cancel_1; } inline bool* get_address_of_cancel_1() { return &___cancel_1; } inline void set_cancel_1(bool value) { ___cancel_1 = value; } }; // 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.ComponentModel.Component struct Component_t015539CFEAEEBFD7619041FE006475373E0D71DF : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.ComponentModel.ISite System.ComponentModel.Component::site RuntimeObject* ___site_2; // System.ComponentModel.EventHandlerList System.ComponentModel.Component::events EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * ___events_3; public: inline static int32_t get_offset_of_site_2() { return static_cast(offsetof(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF, ___site_2)); } inline RuntimeObject* get_site_2() const { return ___site_2; } inline RuntimeObject** get_address_of_site_2() { return &___site_2; } inline void set_site_2(RuntimeObject* value) { ___site_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___site_2), (void*)value); } inline static int32_t get_offset_of_events_3() { return static_cast(offsetof(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF, ___events_3)); } inline EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * get_events_3() const { return ___events_3; } inline EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 ** get_address_of_events_3() { return &___events_3; } inline void set_events_3(EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * value) { ___events_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___events_3), (void*)value); } }; struct Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_StaticFields { public: // System.Object System.ComponentModel.Component::EventDisposed RuntimeObject * ___EventDisposed_1; public: inline static int32_t get_offset_of_EventDisposed_1() { return static_cast(offsetof(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_StaticFields, ___EventDisposed_1)); } inline RuntimeObject * get_EventDisposed_1() const { return ___EventDisposed_1; } inline RuntimeObject ** get_address_of_EventDisposed_1() { return &___EventDisposed_1; } inline void set_EventDisposed_1(RuntimeObject * value) { ___EventDisposed_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EventDisposed_1), (void*)value); } }; // System.Configuration.ConfigurationElementCollection struct ConfigurationElementCollection_t09097ED83C909F1481AEF6E4451CF7595AFA403E : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Configuration.ConfigurationSection struct ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.ComponentModel.DataErrorsChangedEventArgs struct DataErrorsChangedEventArgs_tCC43BD1EC80247248306884AEA61D2359D525B94 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.String System.ComponentModel.DataErrorsChangedEventArgs::propertyName String_t* ___propertyName_1; public: inline static int32_t get_offset_of_propertyName_1() { return static_cast(offsetof(DataErrorsChangedEventArgs_tCC43BD1EC80247248306884AEA61D2359D525B94, ___propertyName_1)); } inline String_t* get_propertyName_1() const { return ___propertyName_1; } inline String_t** get_address_of_propertyName_1() { return &___propertyName_1; } inline void set_propertyName_1(String_t* value) { ___propertyName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___propertyName_1), (void*)value); } }; // System.ComponentModel.DataObjectAttribute struct DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.DataObjectAttribute::_isDataObject bool ____isDataObject_3; public: inline static int32_t get_offset_of__isDataObject_3() { return static_cast(offsetof(DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2, ____isDataObject_3)); } inline bool get__isDataObject_3() const { return ____isDataObject_3; } inline bool* get_address_of__isDataObject_3() { return &____isDataObject_3; } inline void set__isDataObject_3(bool value) { ____isDataObject_3 = value; } }; struct DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_StaticFields { public: // System.ComponentModel.DataObjectAttribute System.ComponentModel.DataObjectAttribute::DataObject DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * ___DataObject_0; // System.ComponentModel.DataObjectAttribute System.ComponentModel.DataObjectAttribute::NonDataObject DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * ___NonDataObject_1; // System.ComponentModel.DataObjectAttribute System.ComponentModel.DataObjectAttribute::Default DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * ___Default_2; public: inline static int32_t get_offset_of_DataObject_0() { return static_cast(offsetof(DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_StaticFields, ___DataObject_0)); } inline DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * get_DataObject_0() const { return ___DataObject_0; } inline DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 ** get_address_of_DataObject_0() { return &___DataObject_0; } inline void set_DataObject_0(DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * value) { ___DataObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___DataObject_0), (void*)value); } inline static int32_t get_offset_of_NonDataObject_1() { return static_cast(offsetof(DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_StaticFields, ___NonDataObject_1)); } inline DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * get_NonDataObject_1() const { return ___NonDataObject_1; } inline DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 ** get_address_of_NonDataObject_1() { return &___NonDataObject_1; } inline void set_NonDataObject_1(DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * value) { ___NonDataObject_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___NonDataObject_1), (void*)value); } inline static int32_t get_offset_of_Default_2() { return static_cast(offsetof(DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_StaticFields, ___Default_2)); } inline DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * get_Default_2() const { return ___Default_2; } inline DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 ** get_address_of_Default_2() { return &___Default_2; } inline void set_Default_2(DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * value) { ___Default_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_2), (void*)value); } }; // System.ComponentModel.DataObjectFieldAttribute struct DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.DataObjectFieldAttribute::_primaryKey bool ____primaryKey_0; // System.Boolean System.ComponentModel.DataObjectFieldAttribute::_isIdentity bool ____isIdentity_1; // System.Boolean System.ComponentModel.DataObjectFieldAttribute::_isNullable bool ____isNullable_2; // System.Int32 System.ComponentModel.DataObjectFieldAttribute::_length int32_t ____length_3; public: inline static int32_t get_offset_of__primaryKey_0() { return static_cast(offsetof(DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC, ____primaryKey_0)); } inline bool get__primaryKey_0() const { return ____primaryKey_0; } inline bool* get_address_of__primaryKey_0() { return &____primaryKey_0; } inline void set__primaryKey_0(bool value) { ____primaryKey_0 = value; } inline static int32_t get_offset_of__isIdentity_1() { return static_cast(offsetof(DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC, ____isIdentity_1)); } inline bool get__isIdentity_1() const { return ____isIdentity_1; } inline bool* get_address_of__isIdentity_1() { return &____isIdentity_1; } inline void set__isIdentity_1(bool value) { ____isIdentity_1 = value; } inline static int32_t get_offset_of__isNullable_2() { return static_cast(offsetof(DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC, ____isNullable_2)); } inline bool get__isNullable_2() const { return ____isNullable_2; } inline bool* get_address_of__isNullable_2() { return &____isNullable_2; } inline void set__isNullable_2(bool value) { ____isNullable_2 = value; } inline static int32_t get_offset_of__length_3() { return static_cast(offsetof(DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC, ____length_3)); } inline int32_t get__length_3() const { return ____length_3; } inline int32_t* get_address_of__length_3() { return &____length_3; } inline void set__length_3(int32_t value) { ____length_3 = 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.ComponentModel.DefaultBindingPropertyAttribute struct DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.DefaultBindingPropertyAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F, ___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); } }; struct DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F_StaticFields { public: // System.ComponentModel.DefaultBindingPropertyAttribute System.ComponentModel.DefaultBindingPropertyAttribute::Default DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F * ___Default_1; public: inline static int32_t get_offset_of_Default_1() { return static_cast(offsetof(DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F_StaticFields, ___Default_1)); } inline DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F * get_Default_1() const { return ___Default_1; } inline DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F ** get_address_of_Default_1() { return &___Default_1; } inline void set_Default_1(DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F * value) { ___Default_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_1), (void*)value); } }; // System.ComponentModel.DefaultEventAttribute struct DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.DefaultEventAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A, ___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); } }; struct DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A_StaticFields { public: // System.ComponentModel.DefaultEventAttribute System.ComponentModel.DefaultEventAttribute::Default DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A * ___Default_1; public: inline static int32_t get_offset_of_Default_1() { return static_cast(offsetof(DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A_StaticFields, ___Default_1)); } inline DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A * get_Default_1() const { return ___Default_1; } inline DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A ** get_address_of_Default_1() { return &___Default_1; } inline void set_Default_1(DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A * value) { ___Default_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_1), (void*)value); } }; // System.ComponentModel.DefaultPropertyAttribute struct DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.DefaultPropertyAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54, ___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); } }; struct DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54_StaticFields { public: // System.ComponentModel.DefaultPropertyAttribute System.ComponentModel.DefaultPropertyAttribute::Default DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 * ___Default_1; public: inline static int32_t get_offset_of_Default_1() { return static_cast(offsetof(DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54_StaticFields, ___Default_1)); } inline DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 * get_Default_1() const { return ___Default_1; } inline DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 ** get_address_of_Default_1() { return &___Default_1; } inline void set_Default_1(DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 * value) { ___Default_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_1), (void*)value); } }; // System.Configuration.DefaultSettingValueAttribute struct DefaultSettingValueAttribute_tA85D017148A494293FA232D41ADC741D7283BB10 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.ComponentModel.DefaultValueAttribute struct DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Object System.ComponentModel.DefaultValueAttribute::value RuntimeObject * ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6, ___value_0)); } inline RuntimeObject * get_value_0() const { return ___value_0; } inline RuntimeObject ** get_address_of_value_0() { return &___value_0; } inline void set_value_0(RuntimeObject * value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_0), (void*)value); } }; // System.ComponentModel.DelegatingTypeDescriptionProvider struct DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC : public TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 { public: // System.Type System.ComponentModel.DelegatingTypeDescriptionProvider::_type Type_t * ____type_2; public: inline static int32_t get_offset_of__type_2() { return static_cast(offsetof(DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC, ____type_2)); } inline Type_t * get__type_2() const { return ____type_2; } inline Type_t ** get_address_of__type_2() { return &____type_2; } inline void set__type_2(Type_t * value) { ____type_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____type_2), (void*)value); } }; // System.ComponentModel.DescriptionAttribute struct DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.DescriptionAttribute::description String_t* ___description_1; public: inline static int32_t get_offset_of_description_1() { return static_cast(offsetof(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA, ___description_1)); } inline String_t* get_description_1() const { return ___description_1; } inline String_t** get_address_of_description_1() { return &___description_1; } inline void set_description_1(String_t* value) { ___description_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___description_1), (void*)value); } }; struct DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_StaticFields { public: // System.ComponentModel.DescriptionAttribute System.ComponentModel.DescriptionAttribute::Default DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * ___Default_0; public: inline static int32_t get_offset_of_Default_0() { return static_cast(offsetof(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_StaticFields, ___Default_0)); } inline DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * get_Default_0() const { return ___Default_0; } inline DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA ** get_address_of_Default_0() { return &___Default_0; } inline void set_Default_0(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * value) { ___Default_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_0), (void*)value); } }; // System.ComponentModel.DesignOnlyAttribute struct DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.DesignOnlyAttribute::isDesignOnly bool ___isDesignOnly_0; public: inline static int32_t get_offset_of_isDesignOnly_0() { return static_cast(offsetof(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D, ___isDesignOnly_0)); } inline bool get_isDesignOnly_0() const { return ___isDesignOnly_0; } inline bool* get_address_of_isDesignOnly_0() { return &___isDesignOnly_0; } inline void set_isDesignOnly_0(bool value) { ___isDesignOnly_0 = value; } }; struct DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_StaticFields { public: // System.ComponentModel.DesignOnlyAttribute System.ComponentModel.DesignOnlyAttribute::Yes DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * ___Yes_1; // System.ComponentModel.DesignOnlyAttribute System.ComponentModel.DesignOnlyAttribute::No DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * ___No_2; // System.ComponentModel.DesignOnlyAttribute System.ComponentModel.DesignOnlyAttribute::Default DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * ___Default_3; public: inline static int32_t get_offset_of_Yes_1() { return static_cast(offsetof(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_StaticFields, ___Yes_1)); } inline DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * get_Yes_1() const { return ___Yes_1; } inline DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D ** get_address_of_Yes_1() { return &___Yes_1; } inline void set_Yes_1(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * value) { ___Yes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Yes_1), (void*)value); } inline static int32_t get_offset_of_No_2() { return static_cast(offsetof(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_StaticFields, ___No_2)); } inline DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * get_No_2() const { return ___No_2; } inline DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D ** get_address_of_No_2() { return &___No_2; } inline void set_No_2(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * value) { ___No_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___No_2), (void*)value); } inline static int32_t get_offset_of_Default_3() { return static_cast(offsetof(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_StaticFields, ___Default_3)); } inline DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * get_Default_3() const { return ___Default_3; } inline DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D ** get_address_of_Default_3() { return &___Default_3; } inline void set_Default_3(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * value) { ___Default_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_3), (void*)value); } }; // System.ComponentModel.DesignTimeVisibleAttribute struct DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.DesignTimeVisibleAttribute::visible bool ___visible_0; public: inline static int32_t get_offset_of_visible_0() { return static_cast(offsetof(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A, ___visible_0)); } inline bool get_visible_0() const { return ___visible_0; } inline bool* get_address_of_visible_0() { return &___visible_0; } inline void set_visible_0(bool value) { ___visible_0 = value; } }; struct DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_StaticFields { public: // System.ComponentModel.DesignTimeVisibleAttribute System.ComponentModel.DesignTimeVisibleAttribute::Yes DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * ___Yes_1; // System.ComponentModel.DesignTimeVisibleAttribute System.ComponentModel.DesignTimeVisibleAttribute::No DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * ___No_2; // System.ComponentModel.DesignTimeVisibleAttribute System.ComponentModel.DesignTimeVisibleAttribute::Default DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * ___Default_3; public: inline static int32_t get_offset_of_Yes_1() { return static_cast(offsetof(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_StaticFields, ___Yes_1)); } inline DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * get_Yes_1() const { return ___Yes_1; } inline DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A ** get_address_of_Yes_1() { return &___Yes_1; } inline void set_Yes_1(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * value) { ___Yes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Yes_1), (void*)value); } inline static int32_t get_offset_of_No_2() { return static_cast(offsetof(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_StaticFields, ___No_2)); } inline DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * get_No_2() const { return ___No_2; } inline DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A ** get_address_of_No_2() { return &___No_2; } inline void set_No_2(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * value) { ___No_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___No_2), (void*)value); } inline static int32_t get_offset_of_Default_3() { return static_cast(offsetof(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_StaticFields, ___Default_3)); } inline DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * get_Default_3() const { return ___Default_3; } inline DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A ** get_address_of_Default_3() { return &___Default_3; } inline void set_Default_3(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * value) { ___Default_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_3), (void*)value); } }; // System.ComponentModel.DesignerAttribute struct DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.DesignerAttribute::designerTypeName String_t* ___designerTypeName_0; // System.String System.ComponentModel.DesignerAttribute::designerBaseTypeName String_t* ___designerBaseTypeName_1; // System.String System.ComponentModel.DesignerAttribute::typeId String_t* ___typeId_2; public: inline static int32_t get_offset_of_designerTypeName_0() { return static_cast(offsetof(DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C, ___designerTypeName_0)); } inline String_t* get_designerTypeName_0() const { return ___designerTypeName_0; } inline String_t** get_address_of_designerTypeName_0() { return &___designerTypeName_0; } inline void set_designerTypeName_0(String_t* value) { ___designerTypeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___designerTypeName_0), (void*)value); } inline static int32_t get_offset_of_designerBaseTypeName_1() { return static_cast(offsetof(DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C, ___designerBaseTypeName_1)); } inline String_t* get_designerBaseTypeName_1() const { return ___designerBaseTypeName_1; } inline String_t** get_address_of_designerBaseTypeName_1() { return &___designerBaseTypeName_1; } inline void set_designerBaseTypeName_1(String_t* value) { ___designerBaseTypeName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___designerBaseTypeName_1), (void*)value); } inline static int32_t get_offset_of_typeId_2() { return static_cast(offsetof(DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C, ___typeId_2)); } inline String_t* get_typeId_2() const { return ___typeId_2; } inline String_t** get_address_of_typeId_2() { return &___typeId_2; } inline void set_typeId_2(String_t* value) { ___typeId_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeId_2), (void*)value); } }; // System.ComponentModel.DesignerCategoryAttribute struct DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.DesignerCategoryAttribute::category String_t* ___category_0; // System.String System.ComponentModel.DesignerCategoryAttribute::typeId String_t* ___typeId_1; public: inline static int32_t get_offset_of_category_0() { return static_cast(offsetof(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42, ___category_0)); } inline String_t* get_category_0() const { return ___category_0; } inline String_t** get_address_of_category_0() { return &___category_0; } inline void set_category_0(String_t* value) { ___category_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___category_0), (void*)value); } inline static int32_t get_offset_of_typeId_1() { return static_cast(offsetof(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42, ___typeId_1)); } inline String_t* get_typeId_1() const { return ___typeId_1; } inline String_t** get_address_of_typeId_1() { return &___typeId_1; } inline void set_typeId_1(String_t* value) { ___typeId_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeId_1), (void*)value); } }; struct DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_StaticFields { public: // System.ComponentModel.DesignerCategoryAttribute System.ComponentModel.DesignerCategoryAttribute::Component DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * ___Component_2; // System.ComponentModel.DesignerCategoryAttribute System.ComponentModel.DesignerCategoryAttribute::Default DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * ___Default_3; // System.ComponentModel.DesignerCategoryAttribute System.ComponentModel.DesignerCategoryAttribute::Form DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * ___Form_4; // System.ComponentModel.DesignerCategoryAttribute System.ComponentModel.DesignerCategoryAttribute::Generic DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * ___Generic_5; public: inline static int32_t get_offset_of_Component_2() { return static_cast(offsetof(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_StaticFields, ___Component_2)); } inline DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * get_Component_2() const { return ___Component_2; } inline DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 ** get_address_of_Component_2() { return &___Component_2; } inline void set_Component_2(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * value) { ___Component_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Component_2), (void*)value); } inline static int32_t get_offset_of_Default_3() { return static_cast(offsetof(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_StaticFields, ___Default_3)); } inline DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * get_Default_3() const { return ___Default_3; } inline DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 ** get_address_of_Default_3() { return &___Default_3; } inline void set_Default_3(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * value) { ___Default_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_3), (void*)value); } inline static int32_t get_offset_of_Form_4() { return static_cast(offsetof(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_StaticFields, ___Form_4)); } inline DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * get_Form_4() const { return ___Form_4; } inline DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 ** get_address_of_Form_4() { return &___Form_4; } inline void set_Form_4(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * value) { ___Form_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Form_4), (void*)value); } inline static int32_t get_offset_of_Generic_5() { return static_cast(offsetof(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_StaticFields, ___Generic_5)); } inline DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * get_Generic_5() const { return ___Generic_5; } inline DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 ** get_address_of_Generic_5() { return &___Generic_5; } inline void set_Generic_5(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * value) { ___Generic_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Generic_5), (void*)value); } }; // System.ComponentModel.Design.DesigntimeLicenseContext struct DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A : public LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF { public: // System.Collections.Hashtable System.ComponentModel.Design.DesigntimeLicenseContext::savedLicenseKeys Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___savedLicenseKeys_0; public: inline static int32_t get_offset_of_savedLicenseKeys_0() { return static_cast(offsetof(DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A, ___savedLicenseKeys_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_savedLicenseKeys_0() const { return ___savedLicenseKeys_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_savedLicenseKeys_0() { return &___savedLicenseKeys_0; } inline void set_savedLicenseKeys_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___savedLicenseKeys_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___savedLicenseKeys_0), (void*)value); } }; // System.ComponentModel.DisplayNameAttribute struct DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.DisplayNameAttribute::_displayName String_t* ____displayName_1; public: inline static int32_t get_offset_of__displayName_1() { return static_cast(offsetof(DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85, ____displayName_1)); } inline String_t* get__displayName_1() const { return ____displayName_1; } inline String_t** get_address_of__displayName_1() { return &____displayName_1; } inline void set__displayName_1(String_t* value) { ____displayName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____displayName_1), (void*)value); } }; struct DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_StaticFields { public: // System.ComponentModel.DisplayNameAttribute System.ComponentModel.DisplayNameAttribute::Default DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * ___Default_0; public: inline static int32_t get_offset_of_Default_0() { return static_cast(offsetof(DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_StaticFields, ___Default_0)); } inline DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * get_Default_0() const { return ___Default_0; } inline DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 ** get_address_of_Default_0() { return &___Default_0; } inline void set_Default_0(DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * value) { ___Default_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_0), (void*)value); } }; // 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.ComponentModel.EditorAttribute struct EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.EditorAttribute::baseTypeName String_t* ___baseTypeName_0; // System.String System.ComponentModel.EditorAttribute::typeName String_t* ___typeName_1; // System.String System.ComponentModel.EditorAttribute::typeId String_t* ___typeId_2; public: inline static int32_t get_offset_of_baseTypeName_0() { return static_cast(offsetof(EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9, ___baseTypeName_0)); } inline String_t* get_baseTypeName_0() const { return ___baseTypeName_0; } inline String_t** get_address_of_baseTypeName_0() { return &___baseTypeName_0; } inline void set_baseTypeName_0(String_t* value) { ___baseTypeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseTypeName_0), (void*)value); } inline static int32_t get_offset_of_typeName_1() { return static_cast(offsetof(EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9, ___typeName_1)); } inline String_t* get_typeName_1() const { return ___typeName_1; } inline String_t** get_address_of_typeName_1() { return &___typeName_1; } inline void set_typeName_1(String_t* value) { ___typeName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeName_1), (void*)value); } inline static int32_t get_offset_of_typeId_2() { return static_cast(offsetof(EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9, ___typeId_2)); } inline String_t* get_typeId_2() const { return ___typeId_2; } inline String_t** get_address_of_typeId_2() { return &___typeId_2; } inline void set_typeId_2(String_t* value) { ___typeId_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeId_2), (void*)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.ComponentModel.EventDescriptor struct EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 : public MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F { public: public: }; // System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute struct ExcludeFromCodeCoverageAttribute_tFEDA2165DC4920539BEB2F72C8A78D10BB6F9CA0 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.ComponentModel.ExtenderProvidedPropertyAttribute struct ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.ComponentModel.PropertyDescriptor System.ComponentModel.ExtenderProvidedPropertyAttribute::extenderProperty PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___extenderProperty_0; // System.ComponentModel.IExtenderProvider System.ComponentModel.ExtenderProvidedPropertyAttribute::provider RuntimeObject* ___provider_1; // System.Type System.ComponentModel.ExtenderProvidedPropertyAttribute::receiverType Type_t * ___receiverType_2; public: inline static int32_t get_offset_of_extenderProperty_0() { return static_cast(offsetof(ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4, ___extenderProperty_0)); } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * get_extenderProperty_0() const { return ___extenderProperty_0; } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B ** get_address_of_extenderProperty_0() { return &___extenderProperty_0; } inline void set_extenderProperty_0(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * value) { ___extenderProperty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___extenderProperty_0), (void*)value); } inline static int32_t get_offset_of_provider_1() { return static_cast(offsetof(ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4, ___provider_1)); } inline RuntimeObject* get_provider_1() const { return ___provider_1; } inline RuntimeObject** get_address_of_provider_1() { return &___provider_1; } inline void set_provider_1(RuntimeObject* value) { ___provider_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___provider_1), (void*)value); } inline static int32_t get_offset_of_receiverType_2() { return static_cast(offsetof(ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4, ___receiverType_2)); } inline Type_t * get_receiverType_2() const { return ___receiverType_2; } inline Type_t ** get_address_of_receiverType_2() { return &___receiverType_2; } inline void set_receiverType_2(Type_t * value) { ___receiverType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___receiverType_2), (void*)value); } }; // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; // System.Net.Configuration.FtpCachePolicyElement struct FtpCachePolicyElement_tDBB21B11C32CD63CBB6BB4B70729C0076AD78C77 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Runtime.InteropServices.GCHandle struct GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; // System.Net.IPEndPoint struct IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E : public EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA { public: // System.Net.IPAddress System.Net.IPEndPoint::m_Address IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___m_Address_0; // System.Int32 System.Net.IPEndPoint::m_Port int32_t ___m_Port_1; public: inline static int32_t get_offset_of_m_Address_0() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E, ___m_Address_0)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_m_Address_0() const { return ___m_Address_0; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_m_Address_0() { return &___m_Address_0; } inline void set_m_Address_0(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___m_Address_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Address_0), (void*)value); } inline static int32_t get_offset_of_m_Port_1() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E, ___m_Port_1)); } inline int32_t get_m_Port_1() const { return ___m_Port_1; } inline int32_t* get_address_of_m_Port_1() { return &___m_Port_1; } inline void set_m_Port_1(int32_t value) { ___m_Port_1 = value; } }; struct IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_StaticFields { public: // System.Net.IPEndPoint System.Net.IPEndPoint::Any IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___Any_2; // System.Net.IPEndPoint System.Net.IPEndPoint::IPv6Any IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___IPv6Any_3; public: inline static int32_t get_offset_of_Any_2() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_StaticFields, ___Any_2)); } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * get_Any_2() const { return ___Any_2; } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E ** get_address_of_Any_2() { return &___Any_2; } inline void set_Any_2(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * value) { ___Any_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Any_2), (void*)value); } inline static int32_t get_offset_of_IPv6Any_3() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_StaticFields, ___IPv6Any_3)); } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * get_IPv6Any_3() const { return ___IPv6Any_3; } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E ** get_address_of_IPv6Any_3() { return &___IPv6Any_3; } inline void set_IPv6Any_3(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * value) { ___IPv6Any_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Any_3), (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.Security.Cryptography.MD5 struct MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB : public HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 { public: public: }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.Net.Configuration.ModuleElement struct ModuleElement_t0AF50760F4F234AE35460D569CB83417EEB850C7 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Collections.Specialized.NameValueCollection struct NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D : public NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 { public: // System.String[] System.Collections.Specialized.NameValueCollection::_all StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____all_9; // System.String[] System.Collections.Specialized.NameValueCollection::_allKeys StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____allKeys_10; public: inline static int32_t get_offset_of__all_9() { return static_cast(offsetof(NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D, ____all_9)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__all_9() const { return ____all_9; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__all_9() { return &____all_9; } inline void set__all_9(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____all_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____all_9), (void*)value); } inline static int32_t get_offset_of__allKeys_10() { return static_cast(offsetof(NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D, ____allKeys_10)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__allKeys_10() const { return ____allKeys_10; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__allKeys_10() { return &____allKeys_10; } inline void set__allKeys_10(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____allKeys_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____allKeys_10), (void*)value); } }; // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B : public MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F { public: // System.ComponentModel.TypeConverter System.ComponentModel.PropertyDescriptor::converter TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * ___converter_12; // System.Collections.Hashtable System.ComponentModel.PropertyDescriptor::valueChangedHandlers Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___valueChangedHandlers_13; // System.Object[] System.ComponentModel.PropertyDescriptor::editors ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___editors_14; // System.Type[] System.ComponentModel.PropertyDescriptor::editorTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___editorTypes_15; // System.Int32 System.ComponentModel.PropertyDescriptor::editorCount int32_t ___editorCount_16; public: inline static int32_t get_offset_of_converter_12() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___converter_12)); } inline TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * get_converter_12() const { return ___converter_12; } inline TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 ** get_address_of_converter_12() { return &___converter_12; } inline void set_converter_12(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * value) { ___converter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___converter_12), (void*)value); } inline static int32_t get_offset_of_valueChangedHandlers_13() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___valueChangedHandlers_13)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_valueChangedHandlers_13() const { return ___valueChangedHandlers_13; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_valueChangedHandlers_13() { return &___valueChangedHandlers_13; } inline void set_valueChangedHandlers_13(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___valueChangedHandlers_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueChangedHandlers_13), (void*)value); } inline static int32_t get_offset_of_editors_14() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___editors_14)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_editors_14() const { return ___editors_14; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_editors_14() { return &___editors_14; } inline void set_editors_14(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___editors_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___editors_14), (void*)value); } inline static int32_t get_offset_of_editorTypes_15() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___editorTypes_15)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_editorTypes_15() const { return ___editorTypes_15; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_editorTypes_15() { return &___editorTypes_15; } inline void set_editorTypes_15(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___editorTypes_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___editorTypes_15), (void*)value); } inline static int32_t get_offset_of_editorCount_16() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___editorCount_16)); } inline int32_t get_editorCount_16() const { return ___editorCount_16; } inline int32_t* get_address_of_editorCount_16() { return &___editorCount_16; } inline void set_editorCount_16(int32_t value) { ___editorCount_16 = value; } }; // System.Net.Configuration.ProxyElement struct ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.ComponentModel.ReadOnlyAttribute struct ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.ReadOnlyAttribute::isReadOnly bool ___isReadOnly_0; public: inline static int32_t get_offset_of_isReadOnly_0() { return static_cast(offsetof(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC, ___isReadOnly_0)); } inline bool get_isReadOnly_0() const { return ___isReadOnly_0; } inline bool* get_address_of_isReadOnly_0() { return &___isReadOnly_0; } inline void set_isReadOnly_0(bool value) { ___isReadOnly_0 = value; } }; struct ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_StaticFields { public: // System.ComponentModel.ReadOnlyAttribute System.ComponentModel.ReadOnlyAttribute::Yes ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * ___Yes_1; // System.ComponentModel.ReadOnlyAttribute System.ComponentModel.ReadOnlyAttribute::No ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * ___No_2; // System.ComponentModel.ReadOnlyAttribute System.ComponentModel.ReadOnlyAttribute::Default ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * ___Default_3; public: inline static int32_t get_offset_of_Yes_1() { return static_cast(offsetof(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_StaticFields, ___Yes_1)); } inline ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * get_Yes_1() const { return ___Yes_1; } inline ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC ** get_address_of_Yes_1() { return &___Yes_1; } inline void set_Yes_1(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * value) { ___Yes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Yes_1), (void*)value); } inline static int32_t get_offset_of_No_2() { return static_cast(offsetof(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_StaticFields, ___No_2)); } inline ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * get_No_2() const { return ___No_2; } inline ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC ** get_address_of_No_2() { return &___No_2; } inline void set_No_2(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * value) { ___No_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___No_2), (void*)value); } inline static int32_t get_offset_of_Default_3() { return static_cast(offsetof(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_StaticFields, ___Default_3)); } inline ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * get_Default_3() const { return ___Default_3; } inline ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC ** get_address_of_Default_3() { return &___Default_3; } inline void set_Default_3(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * value) { ___Default_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_3), (void*)value); } }; // System.ComponentModel.Design.RuntimeLicenseContext struct RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A : public LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF { public: // System.Collections.Hashtable System.ComponentModel.Design.RuntimeLicenseContext::savedLicenseKeys Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___savedLicenseKeys_1; public: inline static int32_t get_offset_of_savedLicenseKeys_1() { return static_cast(offsetof(RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A, ___savedLicenseKeys_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_savedLicenseKeys_1() const { return ___savedLicenseKeys_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_savedLicenseKeys_1() { return &___savedLicenseKeys_1; } inline void set_savedLicenseKeys_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___savedLicenseKeys_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___savedLicenseKeys_1), (void*)value); } }; struct RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A_StaticFields { public: // System.Diagnostics.TraceSwitch System.ComponentModel.Design.RuntimeLicenseContext::RuntimeLicenseContextSwitch TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * ___RuntimeLicenseContextSwitch_0; public: inline static int32_t get_offset_of_RuntimeLicenseContextSwitch_0() { return static_cast(offsetof(RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A_StaticFields, ___RuntimeLicenseContextSwitch_0)); } inline TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * get_RuntimeLicenseContextSwitch_0() const { return ___RuntimeLicenseContextSwitch_0; } inline TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D ** get_address_of_RuntimeLicenseContextSwitch_0() { return &___RuntimeLicenseContextSwitch_0; } inline void set_RuntimeLicenseContextSwitch_0(TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * value) { ___RuntimeLicenseContextSwitch_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___RuntimeLicenseContextSwitch_0), (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.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (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.Net.SystemNetworkCredential struct SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F : public NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 { public: public: }; struct SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_StaticFields { public: // System.Net.SystemNetworkCredential System.Net.SystemNetworkCredential::defaultCredential SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F * ___defaultCredential_3; public: inline static int32_t get_offset_of_defaultCredential_3() { return static_cast(offsetof(SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_StaticFields, ___defaultCredential_3)); } inline SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F * get_defaultCredential_3() const { return ___defaultCredential_3; } inline SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F ** get_address_of_defaultCredential_3() { return &___defaultCredential_3; } inline void set_defaultCredential_3(SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F * value) { ___defaultCredential_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultCredential_3), (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.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___CoreNewLine_9; // System.IFormatProvider System.IO.TextWriter::InternalFormatProvider RuntimeObject* ___InternalFormatProvider_10; public: inline static int32_t get_offset_of_CoreNewLine_9() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___CoreNewLine_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_CoreNewLine_9() const { return ___CoreNewLine_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_CoreNewLine_9() { return &___CoreNewLine_9; } inline void set_CoreNewLine_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___CoreNewLine_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CoreNewLine_9), (void*)value); } inline static int32_t get_offset_of_InternalFormatProvider_10() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___InternalFormatProvider_10)); } inline RuntimeObject* get_InternalFormatProvider_10() const { return ___InternalFormatProvider_10; } inline RuntimeObject** get_address_of_InternalFormatProvider_10() { return &___InternalFormatProvider_10; } inline void set_InternalFormatProvider_10(RuntimeObject* value) { ___InternalFormatProvider_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___InternalFormatProvider_10), (void*)value); } }; struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___Null_1; // System.Action`1 System.IO.TextWriter::_WriteCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharDelegate_2; // System.Action`1 System.IO.TextWriter::_WriteStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteStringDelegate_3; // System.Action`1 System.IO.TextWriter::_WriteCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharArrayRangeDelegate_4; // System.Action`1 System.IO.TextWriter::_WriteLineCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharDelegate_5; // System.Action`1 System.IO.TextWriter::_WriteLineStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineStringDelegate_6; // System.Action`1 System.IO.TextWriter::_WriteLineCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharArrayRangeDelegate_7; // System.Action`1 System.IO.TextWriter::_FlushDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____FlushDelegate_8; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ___Null_1)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_Null_1() const { return ___Null_1; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } inline static int32_t get_offset_of__WriteCharDelegate_2() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharDelegate_2)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharDelegate_2() const { return ____WriteCharDelegate_2; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharDelegate_2() { return &____WriteCharDelegate_2; } inline void set__WriteCharDelegate_2(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharDelegate_2), (void*)value); } inline static int32_t get_offset_of__WriteStringDelegate_3() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteStringDelegate_3)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteStringDelegate_3() const { return ____WriteStringDelegate_3; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteStringDelegate_3() { return &____WriteStringDelegate_3; } inline void set__WriteStringDelegate_3(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteStringDelegate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteStringDelegate_3), (void*)value); } inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharArrayRangeDelegate_4)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharArrayRangeDelegate_4() const { return ____WriteCharArrayRangeDelegate_4; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharArrayRangeDelegate_4() { return &____WriteCharArrayRangeDelegate_4; } inline void set__WriteCharArrayRangeDelegate_4(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharArrayRangeDelegate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharArrayRangeDelegate_4), (void*)value); } inline static int32_t get_offset_of__WriteLineCharDelegate_5() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharDelegate_5)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharDelegate_5() const { return ____WriteLineCharDelegate_5; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharDelegate_5() { return &____WriteLineCharDelegate_5; } inline void set__WriteLineCharDelegate_5(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharDelegate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharDelegate_5), (void*)value); } inline static int32_t get_offset_of__WriteLineStringDelegate_6() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineStringDelegate_6)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineStringDelegate_6() const { return ____WriteLineStringDelegate_6; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineStringDelegate_6() { return &____WriteLineStringDelegate_6; } inline void set__WriteLineStringDelegate_6(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineStringDelegate_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineStringDelegate_6), (void*)value); } inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharArrayRangeDelegate_7)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharArrayRangeDelegate_7() const { return ____WriteLineCharArrayRangeDelegate_7; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharArrayRangeDelegate_7() { return &____WriteLineCharArrayRangeDelegate_7; } inline void set__WriteLineCharArrayRangeDelegate_7(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharArrayRangeDelegate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharArrayRangeDelegate_7), (void*)value); } inline static int32_t get_offset_of__FlushDelegate_8() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____FlushDelegate_8)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__FlushDelegate_8() const { return ____FlushDelegate_8; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__FlushDelegate_8() { return &____FlushDelegate_8; } inline void set__FlushDelegate_8(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____FlushDelegate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____FlushDelegate_8), (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.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // System.Net.WebResponse struct WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: public: }; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B : public CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB { public: public: }; // /__StaticArrayInitTypeSize=10 struct __StaticArrayInitTypeSizeU3D10_t4F2D293771BAF0F105C8E15A2B2689BCAD0302BA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D10_t4F2D293771BAF0F105C8E15A2B2689BCAD0302BA__padding[10]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=14 struct __StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF__padding[14]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=9 struct __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71__padding[9]; }; public: }; // System.Nullable`1 struct Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D { public: // T System.Nullable`1::value DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___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_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___value_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_value_0() const { return ___value_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___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; } }; // struct U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields { public: // /__StaticArrayInitTypeSize=14 ::0283A6AF88802AB45989B29549915BEA0F6CD515 __StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF ___0283A6AF88802AB45989B29549915BEA0F6CD515_0; // System.Int64 ::03F4297FCC30D0FD5E420E5D26E7FA711167C7EF int64_t ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; // /__StaticArrayInitTypeSize=9 ::1A39764B112685485A5BA7B2880D878B858C1A7A __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 ___1A39764B112685485A5BA7B2880D878B858C1A7A_2; // /__StaticArrayInitTypeSize=3 ::1A84029C80CB5518379F199F53FF08A7B764F8FD __StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02 ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; // /__StaticArrayInitTypeSize=12 ::3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC __StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; // /__StaticArrayInitTypeSize=10 ::53437C3B2572EDB9B8640C3195DF3BC2729C5EA1 __StaticArrayInitTypeSizeU3D10_t4F2D293771BAF0F105C8E15A2B2689BCAD0302BA ___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5; // /__StaticArrayInitTypeSize=32 ::59F5BD34B6C013DEACC784F69C67E95150033A84 __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F ___59F5BD34B6C013DEACC784F69C67E95150033A84_6; // /__StaticArrayInitTypeSize=6 ::5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C __StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92 ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7; // /__StaticArrayInitTypeSize=9 ::6D49C9D487D7AD3491ECE08732D68A593CC2038D __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8; // /__StaticArrayInitTypeSize=128 ::6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9; // /__StaticArrayInitTypeSize=44 ::8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3 __StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24 ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10; // System.Int64 ::98A44A6F8606AE6F23FE230286C1D6FBCC407226 int64_t ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11; // /__StaticArrayInitTypeSize=32 ::C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536 __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12; // /__StaticArrayInitTypeSize=128 ::CCEEADA43268372341F81AE0C9208C6856441C04 __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B ___CCEEADA43268372341F81AE0C9208C6856441C04_13; // System.Int64 ::E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78 int64_t ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14; // /__StaticArrayInitTypeSize=32 ::EC5842B3154E1AF94500B57220EB9F684BCCC42A __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15; // /__StaticArrayInitTypeSize=256 ::EEAFE8C6E1AB017237567305EE925C976CDB6458 __StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D ___EEAFE8C6E1AB017237567305EE925C976CDB6458_16; public: inline static int32_t get_offset_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___0283A6AF88802AB45989B29549915BEA0F6CD515_0)); } inline __StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF get_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() const { return ___0283A6AF88802AB45989B29549915BEA0F6CD515_0; } inline __StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF * get_address_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return &___0283A6AF88802AB45989B29549915BEA0F6CD515_0; } inline void set_U30283A6AF88802AB45989B29549915BEA0F6CD515_0(__StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF value) { ___0283A6AF88802AB45989B29549915BEA0F6CD515_0 = value; } inline static int32_t get_offset_of_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1)); } inline int64_t get_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() const { return ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; } inline int64_t* get_address_of_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() { return &___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; } inline void set_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1(int64_t value) { ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1 = value; } inline static int32_t get_offset_of_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___1A39764B112685485A5BA7B2880D878B858C1A7A_2)); } inline __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 get_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() const { return ___1A39764B112685485A5BA7B2880D878B858C1A7A_2; } inline __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 * get_address_of_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() { return &___1A39764B112685485A5BA7B2880D878B858C1A7A_2; } inline void set_U31A39764B112685485A5BA7B2880D878B858C1A7A_2(__StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 value) { ___1A39764B112685485A5BA7B2880D878B858C1A7A_2 = value; } inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3)); } inline __StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02 get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; } inline __StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02 * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; } inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3(__StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02 value) { ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3 = value; } inline static int32_t get_offset_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4)); } inline __StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA get_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() const { return ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; } inline __StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA * get_address_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return &___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; } inline void set_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4(__StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA value) { ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4 = value; } inline static int32_t get_offset_of_U353437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5)); } inline __StaticArrayInitTypeSizeU3D10_t4F2D293771BAF0F105C8E15A2B2689BCAD0302BA get_U353437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5() const { return ___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5; } inline __StaticArrayInitTypeSizeU3D10_t4F2D293771BAF0F105C8E15A2B2689BCAD0302BA * get_address_of_U353437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5() { return &___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5; } inline void set_U353437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5(__StaticArrayInitTypeSizeU3D10_t4F2D293771BAF0F105C8E15A2B2689BCAD0302BA value) { ___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5 = value; } inline static int32_t get_offset_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___59F5BD34B6C013DEACC784F69C67E95150033A84_6)); } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F get_U359F5BD34B6C013DEACC784F69C67E95150033A84_6() const { return ___59F5BD34B6C013DEACC784F69C67E95150033A84_6; } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F * get_address_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_6() { return &___59F5BD34B6C013DEACC784F69C67E95150033A84_6; } inline void set_U359F5BD34B6C013DEACC784F69C67E95150033A84_6(__StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F value) { ___59F5BD34B6C013DEACC784F69C67E95150033A84_6 = value; } inline static int32_t get_offset_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7)); } inline __StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92 get_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7() const { return ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7; } inline __StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92 * get_address_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7() { return &___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7; } inline void set_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7(__StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92 value) { ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7 = value; } inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8)); } inline __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_8() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8; } inline __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_8() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8; } inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_8(__StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 value) { ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8 = value; } inline static int32_t get_offset_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9)); } inline __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B get_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9() const { return ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9; } inline __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B * get_address_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9() { return &___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9; } inline void set_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9(__StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B value) { ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9 = value; } inline static int32_t get_offset_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10)); } inline __StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24 get_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10() const { return ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10; } inline __StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24 * get_address_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10() { return &___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10; } inline void set_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10(__StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24 value) { ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10 = value; } inline static int32_t get_offset_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11)); } inline int64_t get_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_11() const { return ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11; } inline int64_t* get_address_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_11() { return &___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11; } inline void set_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_11(int64_t value) { ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11 = value; } inline static int32_t get_offset_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12)); } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F get_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12() const { return ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12; } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F * get_address_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12() { return &___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12; } inline void set_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12(__StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F value) { ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12 = value; } inline static int32_t get_offset_of_CCEEADA43268372341F81AE0C9208C6856441C04_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___CCEEADA43268372341F81AE0C9208C6856441C04_13)); } inline __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B get_CCEEADA43268372341F81AE0C9208C6856441C04_13() const { return ___CCEEADA43268372341F81AE0C9208C6856441C04_13; } inline __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B * get_address_of_CCEEADA43268372341F81AE0C9208C6856441C04_13() { return &___CCEEADA43268372341F81AE0C9208C6856441C04_13; } inline void set_CCEEADA43268372341F81AE0C9208C6856441C04_13(__StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B value) { ___CCEEADA43268372341F81AE0C9208C6856441C04_13 = value; } inline static int32_t get_offset_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14)); } inline int64_t get_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14() const { return ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14; } inline int64_t* get_address_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14() { return &___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14; } inline void set_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14(int64_t value) { ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14 = value; } inline static int32_t get_offset_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15)); } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F get_EC5842B3154E1AF94500B57220EB9F684BCCC42A_15() const { return ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15; } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F * get_address_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_15() { return &___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15; } inline void set_EC5842B3154E1AF94500B57220EB9F684BCCC42A_15(__StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F value) { ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15 = value; } inline static int32_t get_offset_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___EEAFE8C6E1AB017237567305EE925C976CDB6458_16)); } inline __StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D get_EEAFE8C6E1AB017237567305EE925C976CDB6458_16() const { return ___EEAFE8C6E1AB017237567305EE925C976CDB6458_16; } inline __StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D * get_address_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_16() { return &___EEAFE8C6E1AB017237567305EE925C976CDB6458_16; } inline void set_EEAFE8C6E1AB017237567305EE925C976CDB6458_16(__StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D value) { ___EEAFE8C6E1AB017237567305EE925C976CDB6458_16 = value; } }; // System.Net.Sockets.AddressFamily struct AddressFamily_tFCF4C888B95C069AB2D4720EC8C2E19453C28B33 { public: // System.Int32 System.Net.Sockets.AddressFamily::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AddressFamily_tFCF4C888B95C069AB2D4720EC8C2E19453C28B33, ___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.Security.Interface.AlertDescription struct AlertDescription_tEBF01C815EF9A6D9E96170BB420A10BB249BAE8E { public: // System.Byte Mono.Security.Interface.AlertDescription::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AlertDescription_tEBF01C815EF9A6D9E96170BB420A10BB249BAE8E, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = 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.Net.Security.AuthenticatedStream struct AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream System.Net.Security.AuthenticatedStream::_InnerStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____InnerStream_5; // System.Boolean System.Net.Security.AuthenticatedStream::_LeaveStreamOpen bool ____LeaveStreamOpen_6; public: inline static int32_t get_offset_of__InnerStream_5() { return static_cast(offsetof(AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608, ____InnerStream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__InnerStream_5() const { return ____InnerStream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__InnerStream_5() { return &____InnerStream_5; } inline void set__InnerStream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____InnerStream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____InnerStream_5), (void*)value); } inline static int32_t get_offset_of__LeaveStreamOpen_6() { return static_cast(offsetof(AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608, ____LeaveStreamOpen_6)); } inline bool get__LeaveStreamOpen_6() const { return ____LeaveStreamOpen_6; } inline bool* get_address_of__LeaveStreamOpen_6() { return &____LeaveStreamOpen_6; } inline void set__LeaveStreamOpen_6(bool value) { ____LeaveStreamOpen_6 = value; } }; // System.Net.Security.AuthenticationLevel struct AuthenticationLevel_tABDA8290B869DCA69B73080E99B1E3FE6F475165 { public: // System.Int32 System.Net.Security.AuthenticationLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AuthenticationLevel_tABDA8290B869DCA69B73080E99B1E3FE6F475165, ___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.Net.Configuration.BypassElementCollection struct BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91 : public ConfigurationElementCollection_t09097ED83C909F1481AEF6E4451CF7595AFA403E { public: public: }; // System.Net.CloseExState struct CloseExState_t6D050294AF1B984467A6AF9E031A55765FAEE715 { public: // System.Int32 System.Net.CloseExState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CloseExState_t6D050294AF1B984467A6AF9E031A55765FAEE715, ___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.Compression.CompressionMode struct CompressionMode_t8D7FCD23B345281B0B0F6668CDD65C6BA22B1081 { public: // System.Int32 System.IO.Compression.CompressionMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionMode_t8D7FCD23B345281B0B0F6668CDD65C6BA22B1081, ___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.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B : public MethodBase_t { public: public: }; struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields { public: // System.String System.Reflection.ConstructorInfo::ConstructorName String_t* ___ConstructorName_0; // System.String System.Reflection.ConstructorInfo::TypeConstructorName String_t* ___TypeConstructorName_1; public: inline static int32_t get_offset_of_ConstructorName_0() { return static_cast(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___ConstructorName_0)); } inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; } inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; } inline void set_ConstructorName_0(String_t* value) { ___ConstructorName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ConstructorName_0), (void*)value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___TypeConstructorName_1)); } inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; } inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; } inline void set_TypeConstructorName_1(String_t* value) { ___TypeConstructorName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeConstructorName_1), (void*)value); } }; // System.Net.CookieToken struct CookieToken_tBD532A435A4CA3813387EE31B5906C993A3F81DD { public: // System.Int32 System.Net.CookieToken::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CookieToken_tBD532A435A4CA3813387EE31B5906C993A3F81DD, ___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.Net.CookieVariant struct CookieVariant_tD627E5E4655DB30095BE805EB361BBCD7539463E { public: // System.Int32 System.Net.CookieVariant::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CookieVariant_tD627E5E4655DB30095BE805EB361BBCD7539463E, ___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.CultureTypes struct CultureTypes_tB9D04DB701DFFD210578F9FEA92C4AE244039616 { public: // System.Int32 System.Globalization.CultureTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CultureTypes_tB9D04DB701DFFD210578F9FEA92C4AE244039616, ___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.ComponentModel.DataObjectMethodType struct DataObjectMethodType_tFB85A5B332C80D1DD16DA81B9D092D587C0693D9 { public: // System.Int32 System.ComponentModel.DataObjectMethodType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DataObjectMethodType_tFB85A5B332C80D1DD16DA81B9D092D587C0693D9, ___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.DateTimeFormatFlags struct DateTimeFormatFlags_tDB584B32BB07C708469EE8DEF8A903A105B4B4B7 { public: // System.Int32 System.Globalization.DateTimeFormatFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeFormatFlags_tDB584B32BB07C708469EE8DEF8A903A105B4B4B7, ___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.DateTimeOffset struct DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 { public: // System.DateTime System.DateTimeOffset::m_dateTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_dateTime_2; // System.Int16 System.DateTimeOffset::m_offsetMinutes int16_t ___m_offsetMinutes_3; public: inline static int32_t get_offset_of_m_dateTime_2() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5, ___m_dateTime_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_dateTime_2() const { return ___m_dateTime_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_dateTime_2() { return &___m_dateTime_2; } inline void set_m_dateTime_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_dateTime_2 = value; } inline static int32_t get_offset_of_m_offsetMinutes_3() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5, ___m_offsetMinutes_3)); } inline int16_t get_m_offsetMinutes_3() const { return ___m_offsetMinutes_3; } inline int16_t* get_address_of_m_offsetMinutes_3() { return &___m_offsetMinutes_3; } inline void set_m_offsetMinutes_3(int16_t value) { ___m_offsetMinutes_3 = value; } }; struct DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields { public: // System.DateTimeOffset System.DateTimeOffset::MinValue DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___MinValue_0; // System.DateTimeOffset System.DateTimeOffset::MaxValue DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___MaxValue_1; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields, ___MinValue_0)); } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 get_MinValue_0() const { return ___MinValue_0; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields, ___MaxValue_1)); } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 get_MaxValue_1() const { return ___MaxValue_1; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { ___MaxValue_1 = value; } }; // System.Globalization.DateTimeStyles struct DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4 { public: // System.Int32 System.Globalization.DateTimeStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4, ___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.Net.DecompressionMethods struct DecompressionMethods_t76ACF45ED0A6BDCC13358657248D674BCC1015BC { public: // System.Int32 System.Net.DecompressionMethods::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DecompressionMethods_t76ACF45ED0A6BDCC13358657248D674BCC1015BC, ___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.Net.Configuration.DefaultProxySection struct DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20 : public ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 { public: public: }; // System.IO.Compression.DeflateStreamNative struct DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 : public RuntimeObject { public: // System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite System.IO.Compression.DeflateStreamNative::feeder UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * ___feeder_0; // System.IO.Stream System.IO.Compression.DeflateStreamNative::base_stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___base_stream_1; // System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle System.IO.Compression.DeflateStreamNative::z_stream SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * ___z_stream_2; // System.Runtime.InteropServices.GCHandle System.IO.Compression.DeflateStreamNative::data GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___data_3; // System.Boolean System.IO.Compression.DeflateStreamNative::disposed bool ___disposed_4; // System.Byte[] System.IO.Compression.DeflateStreamNative::io_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___io_buffer_5; public: inline static int32_t get_offset_of_feeder_0() { return static_cast(offsetof(DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879, ___feeder_0)); } inline UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * get_feeder_0() const { return ___feeder_0; } inline UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD ** get_address_of_feeder_0() { return &___feeder_0; } inline void set_feeder_0(UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * value) { ___feeder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___feeder_0), (void*)value); } inline static int32_t get_offset_of_base_stream_1() { return static_cast(offsetof(DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879, ___base_stream_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_base_stream_1() const { return ___base_stream_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_base_stream_1() { return &___base_stream_1; } inline void set_base_stream_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___base_stream_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___base_stream_1), (void*)value); } inline static int32_t get_offset_of_z_stream_2() { return static_cast(offsetof(DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879, ___z_stream_2)); } inline SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * get_z_stream_2() const { return ___z_stream_2; } inline SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 ** get_address_of_z_stream_2() { return &___z_stream_2; } inline void set_z_stream_2(SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * value) { ___z_stream_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___z_stream_2), (void*)value); } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879, ___data_3)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_data_3() const { return ___data_3; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_data_3() { return &___data_3; } inline void set_data_3(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___data_3 = value; } inline static int32_t get_offset_of_disposed_4() { return static_cast(offsetof(DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879, ___disposed_4)); } inline bool get_disposed_4() const { return ___disposed_4; } inline bool* get_address_of_disposed_4() { return &___disposed_4; } inline void set_disposed_4(bool value) { ___disposed_4 = value; } inline static int32_t get_offset_of_io_buffer_5() { return static_cast(offsetof(DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879, ___io_buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_io_buffer_5() const { return ___io_buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_io_buffer_5() { return &___io_buffer_5; } inline void set_io_buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___io_buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___io_buffer_5), (void*)value); } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_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.ComponentModel.DesignerSerializationVisibility struct DesignerSerializationVisibility_t155C8CC27DDAE52BCAD80E429E807019DF48E12F { public: // System.Int32 System.ComponentModel.DesignerSerializationVisibility::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DesignerSerializationVisibility_t155C8CC27DDAE52BCAD80E429E807019DF48E12F, ___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.Net.DigestSession struct DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B : public RuntimeObject { public: // System.DateTime System.Net.DigestSession::lastUse DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___lastUse_1; // System.Int32 System.Net.DigestSession::_nc int32_t ____nc_2; // System.Security.Cryptography.HashAlgorithm System.Net.DigestSession::hash HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * ___hash_3; // System.Net.DigestHeaderParser System.Net.DigestSession::parser DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * ___parser_4; // System.String System.Net.DigestSession::_cnonce String_t* ____cnonce_5; public: inline static int32_t get_offset_of_lastUse_1() { return static_cast(offsetof(DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B, ___lastUse_1)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_lastUse_1() const { return ___lastUse_1; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_lastUse_1() { return &___lastUse_1; } inline void set_lastUse_1(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___lastUse_1 = value; } inline static int32_t get_offset_of__nc_2() { return static_cast(offsetof(DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B, ____nc_2)); } inline int32_t get__nc_2() const { return ____nc_2; } inline int32_t* get_address_of__nc_2() { return &____nc_2; } inline void set__nc_2(int32_t value) { ____nc_2 = value; } inline static int32_t get_offset_of_hash_3() { return static_cast(offsetof(DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B, ___hash_3)); } inline HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * get_hash_3() const { return ___hash_3; } inline HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 ** get_address_of_hash_3() { return &___hash_3; } inline void set_hash_3(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * value) { ___hash_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___hash_3), (void*)value); } inline static int32_t get_offset_of_parser_4() { return static_cast(offsetof(DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B, ___parser_4)); } inline DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * get_parser_4() const { return ___parser_4; } inline DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 ** get_address_of_parser_4() { return &___parser_4; } inline void set_parser_4(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * value) { ___parser_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___parser_4), (void*)value); } inline static int32_t get_offset_of__cnonce_5() { return static_cast(offsetof(DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B, ____cnonce_5)); } inline String_t* get__cnonce_5() const { return ____cnonce_5; } inline String_t** get_address_of__cnonce_5() { return &____cnonce_5; } inline void set__cnonce_5(String_t* value) { ____cnonce_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____cnonce_5), (void*)value); } }; struct DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_StaticFields { public: // System.Security.Cryptography.RandomNumberGenerator System.Net.DigestSession::rng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ___rng_0; public: inline static int32_t get_offset_of_rng_0() { return static_cast(offsetof(DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_StaticFields, ___rng_0)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get_rng_0() const { return ___rng_0; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of_rng_0() { return &___rng_0; } inline void set_rng_0(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ___rng_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___rng_0), (void*)value); } }; // System.ComponentModel.DoWorkEventArgs struct DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 : public CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 { public: // System.Object System.ComponentModel.DoWorkEventArgs::result RuntimeObject * ___result_2; // System.Object System.ComponentModel.DoWorkEventArgs::argument RuntimeObject * ___argument_3; public: inline static int32_t get_offset_of_result_2() { return static_cast(offsetof(DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16, ___result_2)); } inline RuntimeObject * get_result_2() const { return ___result_2; } inline RuntimeObject ** get_address_of_result_2() { return &___result_2; } inline void set_result_2(RuntimeObject * value) { ___result_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___result_2), (void*)value); } inline static int32_t get_offset_of_argument_3() { return static_cast(offsetof(DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16, ___argument_3)); } inline RuntimeObject * get_argument_3() const { return ___argument_3; } inline RuntimeObject ** get_address_of_argument_3() { return &___argument_3; } inline void set_argument_3(RuntimeObject * value) { ___argument_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___argument_3), (void*)value); } }; // System.ComponentModel.EditorBrowsableState struct EditorBrowsableState_t5212E3E4B6F8B3190040444A9D6FBCA975F02BA1 { public: // System.Int32 System.ComponentModel.EditorBrowsableState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EditorBrowsableState_t5212E3E4B6F8B3190040444A9D6FBCA975F02BA1, ___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.Net.Security.EncryptionPolicy struct EncryptionPolicy_t9C86C4F4DCBC29D4DFE92BD1A21417DA999EE4F5 { public: // System.Int32 System.Net.Security.EncryptionPolicy::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EncryptionPolicy_t9C86C4F4DCBC29D4DFE92BD1A21417DA999EE4F5, ___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.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.ComponentModel.ExtendedPropertyDescriptor struct ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 : public PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B { public: // System.ComponentModel.ReflectPropertyDescriptor System.ComponentModel.ExtendedPropertyDescriptor::extenderInfo ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * ___extenderInfo_17; // System.ComponentModel.IExtenderProvider System.ComponentModel.ExtendedPropertyDescriptor::provider RuntimeObject* ___provider_18; public: inline static int32_t get_offset_of_extenderInfo_17() { return static_cast(offsetof(ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420, ___extenderInfo_17)); } inline ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * get_extenderInfo_17() const { return ___extenderInfo_17; } inline ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 ** get_address_of_extenderInfo_17() { return &___extenderInfo_17; } inline void set_extenderInfo_17(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * value) { ___extenderInfo_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___extenderInfo_17), (void*)value); } inline static int32_t get_offset_of_provider_18() { return static_cast(offsetof(ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420, ___provider_18)); } inline RuntimeObject* get_provider_18() const { return ___provider_18; } inline RuntimeObject** get_address_of_provider_18() { return &___provider_18; } inline void set_provider_18(RuntimeObject* value) { ___provider_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___provider_18), (void*)value); } }; // 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.FileAttributes struct FileAttributes_t47DBB9A73CF80C7CA21C9AAB8D5336C92D32C1AE { public: // System.Int32 System.IO.FileAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAttributes_t47DBB9A73CF80C7CA21C9AAB8D5336C92D32C1AE, ___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.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.Runtime.Serialization.Formatters.FormatterAssemblyStyle struct FormatterAssemblyStyle_t176037936039C0AEAEDFF283CD0E53E721D4CEF2 { public: // System.Int32 System.Runtime.Serialization.Formatters.FormatterAssemblyStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FormatterAssemblyStyle_t176037936039C0AEAEDFF283CD0E53E721D4CEF2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.Formatters.FormatterTypeStyle struct FormatterTypeStyle_tE84DD5CF7A3D4E07A4881B66CE1AE112677A4E6A { public: // System.Int32 System.Runtime.Serialization.Formatters.FormatterTypeStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FormatterTypeStyle_tE84DD5CF7A3D4E07A4881B66CE1AE112677A4E6A, ___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.Net.FtpDataStream struct FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Net.FtpWebRequest System.Net.FtpDataStream::request FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * ___request_5; // System.IO.Stream System.Net.FtpDataStream::networkStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___networkStream_6; // System.Boolean System.Net.FtpDataStream::disposed bool ___disposed_7; // System.Boolean System.Net.FtpDataStream::isRead bool ___isRead_8; // System.Int32 System.Net.FtpDataStream::totalRead int32_t ___totalRead_9; public: inline static int32_t get_offset_of_request_5() { return static_cast(offsetof(FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0, ___request_5)); } inline FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * get_request_5() const { return ___request_5; } inline FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D ** get_address_of_request_5() { return &___request_5; } inline void set_request_5(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * value) { ___request_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___request_5), (void*)value); } inline static int32_t get_offset_of_networkStream_6() { return static_cast(offsetof(FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0, ___networkStream_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_networkStream_6() const { return ___networkStream_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_networkStream_6() { return &___networkStream_6; } inline void set_networkStream_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___networkStream_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___networkStream_6), (void*)value); } inline static int32_t get_offset_of_disposed_7() { return static_cast(offsetof(FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0, ___disposed_7)); } inline bool get_disposed_7() const { return ___disposed_7; } inline bool* get_address_of_disposed_7() { return &___disposed_7; } inline void set_disposed_7(bool value) { ___disposed_7 = value; } inline static int32_t get_offset_of_isRead_8() { return static_cast(offsetof(FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0, ___isRead_8)); } inline bool get_isRead_8() const { return ___isRead_8; } inline bool* get_address_of_isRead_8() { return &___isRead_8; } inline void set_isRead_8(bool value) { ___isRead_8 = value; } inline static int32_t get_offset_of_totalRead_9() { return static_cast(offsetof(FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0, ___totalRead_9)); } inline int32_t get_totalRead_9() const { return ___totalRead_9; } inline int32_t* get_address_of_totalRead_9() { return &___totalRead_9; } inline void set_totalRead_9(int32_t value) { ___totalRead_9 = value; } }; // System.Net.FtpStatusCode struct FtpStatusCode_t6CE8FABCFD78E194BFEF150C79B3E7A87A0532D0 { public: // System.Int32 System.Net.FtpStatusCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FtpStatusCode_t6CE8FABCFD78E194BFEF150C79B3E7A87A0532D0, ___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_10; // System.Int32 System.Collections.Hashtable::count int32_t ___count_11; // System.Int32 System.Collections.Hashtable::occupancy int32_t ___occupancy_12; // System.Int32 System.Collections.Hashtable::loadsize int32_t ___loadsize_13; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_14; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version int32_t ___version_15; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress bool ___isWriterInProgress_16; // System.Collections.ICollection System.Collections.Hashtable::keys RuntimeObject* ___keys_17; // System.Collections.ICollection System.Collections.Hashtable::values RuntimeObject* ___values_18; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_19; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject * ____syncRoot_20; public: inline static int32_t get_offset_of_buckets_10() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___buckets_10)); } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* get_buckets_10() const { return ___buckets_10; } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190** get_address_of_buckets_10() { return &___buckets_10; } inline void set_buckets_10(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* value) { ___buckets_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value); } inline static int32_t get_offset_of_count_11() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___count_11)); } inline int32_t get_count_11() const { return ___count_11; } inline int32_t* get_address_of_count_11() { return &___count_11; } inline void set_count_11(int32_t value) { ___count_11 = value; } inline static int32_t get_offset_of_occupancy_12() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___occupancy_12)); } inline int32_t get_occupancy_12() const { return ___occupancy_12; } inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; } inline void set_occupancy_12(int32_t value) { ___occupancy_12 = value; } inline static int32_t get_offset_of_loadsize_13() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadsize_13)); } inline int32_t get_loadsize_13() const { return ___loadsize_13; } inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; } inline void set_loadsize_13(int32_t value) { ___loadsize_13 = value; } inline static int32_t get_offset_of_loadFactor_14() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadFactor_14)); } inline float get_loadFactor_14() const { return ___loadFactor_14; } inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; } inline void set_loadFactor_14(float value) { ___loadFactor_14 = value; } inline static int32_t get_offset_of_version_15() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___version_15)); } inline int32_t get_version_15() const { return ___version_15; } inline int32_t* get_address_of_version_15() { return &___version_15; } inline void set_version_15(int32_t value) { ___version_15 = value; } inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___isWriterInProgress_16)); } inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; } inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; } inline void set_isWriterInProgress_16(bool value) { ___isWriterInProgress_16 = value; } inline static int32_t get_offset_of_keys_17() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___keys_17)); } inline RuntimeObject* get_keys_17() const { return ___keys_17; } inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; } inline void set_keys_17(RuntimeObject* value) { ___keys_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value); } inline static int32_t get_offset_of_values_18() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___values_18)); } inline RuntimeObject* get_values_18() const { return ___values_18; } inline RuntimeObject** get_address_of_values_18() { return &___values_18; } inline void set_values_18(RuntimeObject* value) { ___values_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value); } inline static int32_t get_offset_of__keycomparer_19() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____keycomparer_19)); } inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; } inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; } inline void set__keycomparer_19(RuntimeObject* value) { ____keycomparer_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value); } inline static int32_t get_offset_of__syncRoot_20() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____syncRoot_20)); } inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; } inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; } inline void set__syncRoot_20(RuntimeObject * value) { ____syncRoot_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value); } }; // System.ComponentModel.LicenseUsageMode struct LicenseUsageMode_tF9F6F2FD317A7B0BE7BDC632D0485E741FF12AEC { public: // System.Int32 System.ComponentModel.LicenseUsageMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LicenseUsageMode_tF9F6F2FD317A7B0BE7BDC632D0485E741FF12AEC, ___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.Net.Sockets.NetworkStream struct NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Net.Sockets.Socket System.Net.Sockets.NetworkStream::m_StreamSocket Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___m_StreamSocket_5; // System.Boolean System.Net.Sockets.NetworkStream::m_Readable bool ___m_Readable_6; // System.Boolean System.Net.Sockets.NetworkStream::m_Writeable bool ___m_Writeable_7; // System.Boolean System.Net.Sockets.NetworkStream::m_OwnsSocket bool ___m_OwnsSocket_8; // System.Int32 System.Net.Sockets.NetworkStream::m_CloseTimeout int32_t ___m_CloseTimeout_9; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.NetworkStream::m_CleanedUp bool ___m_CleanedUp_10; // System.Int32 System.Net.Sockets.NetworkStream::m_CurrentReadTimeout int32_t ___m_CurrentReadTimeout_11; // System.Int32 System.Net.Sockets.NetworkStream::m_CurrentWriteTimeout int32_t ___m_CurrentWriteTimeout_12; public: inline static int32_t get_offset_of_m_StreamSocket_5() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_StreamSocket_5)); } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * get_m_StreamSocket_5() const { return ___m_StreamSocket_5; } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 ** get_address_of_m_StreamSocket_5() { return &___m_StreamSocket_5; } inline void set_m_StreamSocket_5(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * value) { ___m_StreamSocket_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StreamSocket_5), (void*)value); } inline static int32_t get_offset_of_m_Readable_6() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_Readable_6)); } inline bool get_m_Readable_6() const { return ___m_Readable_6; } inline bool* get_address_of_m_Readable_6() { return &___m_Readable_6; } inline void set_m_Readable_6(bool value) { ___m_Readable_6 = value; } inline static int32_t get_offset_of_m_Writeable_7() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_Writeable_7)); } inline bool get_m_Writeable_7() const { return ___m_Writeable_7; } inline bool* get_address_of_m_Writeable_7() { return &___m_Writeable_7; } inline void set_m_Writeable_7(bool value) { ___m_Writeable_7 = value; } inline static int32_t get_offset_of_m_OwnsSocket_8() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_OwnsSocket_8)); } inline bool get_m_OwnsSocket_8() const { return ___m_OwnsSocket_8; } inline bool* get_address_of_m_OwnsSocket_8() { return &___m_OwnsSocket_8; } inline void set_m_OwnsSocket_8(bool value) { ___m_OwnsSocket_8 = value; } inline static int32_t get_offset_of_m_CloseTimeout_9() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_CloseTimeout_9)); } inline int32_t get_m_CloseTimeout_9() const { return ___m_CloseTimeout_9; } inline int32_t* get_address_of_m_CloseTimeout_9() { return &___m_CloseTimeout_9; } inline void set_m_CloseTimeout_9(int32_t value) { ___m_CloseTimeout_9 = value; } inline static int32_t get_offset_of_m_CleanedUp_10() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_CleanedUp_10)); } inline bool get_m_CleanedUp_10() const { return ___m_CleanedUp_10; } inline bool* get_address_of_m_CleanedUp_10() { return &___m_CleanedUp_10; } inline void set_m_CleanedUp_10(bool value) { ___m_CleanedUp_10 = value; } inline static int32_t get_offset_of_m_CurrentReadTimeout_11() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_CurrentReadTimeout_11)); } inline int32_t get_m_CurrentReadTimeout_11() const { return ___m_CurrentReadTimeout_11; } inline int32_t* get_address_of_m_CurrentReadTimeout_11() { return &___m_CurrentReadTimeout_11; } inline void set_m_CurrentReadTimeout_11(int32_t value) { ___m_CurrentReadTimeout_11 = value; } inline static int32_t get_offset_of_m_CurrentWriteTimeout_12() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_CurrentWriteTimeout_12)); } inline int32_t get_m_CurrentWriteTimeout_12() const { return ___m_CurrentWriteTimeout_12; } inline int32_t* get_address_of_m_CurrentWriteTimeout_12() { return &___m_CurrentWriteTimeout_12; } inline void set_m_CurrentWriteTimeout_12(int32_t value) { ___m_CurrentWriteTimeout_12 = value; } }; // 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.Net.Sockets.ProtocolType struct ProtocolType_t07C7AB65B583B132A2D99BC06BB2A909BDDCE156 { public: // System.Int32 System.Net.Sockets.ProtocolType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProtocolType_t07C7AB65B583B132A2D99BC06BB2A909BDDCE156, ___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.ComponentModel.ReflectPropertyDescriptor struct ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 : public PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B { public: // System.Collections.Specialized.BitVector32 System.ComponentModel.ReflectPropertyDescriptor::state BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 ___state_31; // System.Type System.ComponentModel.ReflectPropertyDescriptor::componentClass Type_t * ___componentClass_32; // System.Type System.ComponentModel.ReflectPropertyDescriptor::type Type_t * ___type_33; // System.Object System.ComponentModel.ReflectPropertyDescriptor::defaultValue RuntimeObject * ___defaultValue_34; // System.Object System.ComponentModel.ReflectPropertyDescriptor::ambientValue RuntimeObject * ___ambientValue_35; // System.Reflection.PropertyInfo System.ComponentModel.ReflectPropertyDescriptor::propInfo PropertyInfo_t * ___propInfo_36; // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::getMethod MethodInfo_t * ___getMethod_37; // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::setMethod MethodInfo_t * ___setMethod_38; // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::shouldSerializeMethod MethodInfo_t * ___shouldSerializeMethod_39; // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::resetMethod MethodInfo_t * ___resetMethod_40; // System.ComponentModel.EventDescriptor System.ComponentModel.ReflectPropertyDescriptor::realChangedEvent EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___realChangedEvent_41; // System.ComponentModel.EventDescriptor System.ComponentModel.ReflectPropertyDescriptor::realIPropChangedEvent EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___realIPropChangedEvent_42; // System.Type System.ComponentModel.ReflectPropertyDescriptor::receiverType Type_t * ___receiverType_43; public: inline static int32_t get_offset_of_state_31() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___state_31)); } inline BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 get_state_31() const { return ___state_31; } inline BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * get_address_of_state_31() { return &___state_31; } inline void set_state_31(BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 value) { ___state_31 = value; } inline static int32_t get_offset_of_componentClass_32() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___componentClass_32)); } inline Type_t * get_componentClass_32() const { return ___componentClass_32; } inline Type_t ** get_address_of_componentClass_32() { return &___componentClass_32; } inline void set_componentClass_32(Type_t * value) { ___componentClass_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___componentClass_32), (void*)value); } inline static int32_t get_offset_of_type_33() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___type_33)); } inline Type_t * get_type_33() const { return ___type_33; } inline Type_t ** get_address_of_type_33() { return &___type_33; } inline void set_type_33(Type_t * value) { ___type_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_33), (void*)value); } inline static int32_t get_offset_of_defaultValue_34() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___defaultValue_34)); } inline RuntimeObject * get_defaultValue_34() const { return ___defaultValue_34; } inline RuntimeObject ** get_address_of_defaultValue_34() { return &___defaultValue_34; } inline void set_defaultValue_34(RuntimeObject * value) { ___defaultValue_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultValue_34), (void*)value); } inline static int32_t get_offset_of_ambientValue_35() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___ambientValue_35)); } inline RuntimeObject * get_ambientValue_35() const { return ___ambientValue_35; } inline RuntimeObject ** get_address_of_ambientValue_35() { return &___ambientValue_35; } inline void set_ambientValue_35(RuntimeObject * value) { ___ambientValue_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___ambientValue_35), (void*)value); } inline static int32_t get_offset_of_propInfo_36() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___propInfo_36)); } inline PropertyInfo_t * get_propInfo_36() const { return ___propInfo_36; } inline PropertyInfo_t ** get_address_of_propInfo_36() { return &___propInfo_36; } inline void set_propInfo_36(PropertyInfo_t * value) { ___propInfo_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___propInfo_36), (void*)value); } inline static int32_t get_offset_of_getMethod_37() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___getMethod_37)); } inline MethodInfo_t * get_getMethod_37() const { return ___getMethod_37; } inline MethodInfo_t ** get_address_of_getMethod_37() { return &___getMethod_37; } inline void set_getMethod_37(MethodInfo_t * value) { ___getMethod_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___getMethod_37), (void*)value); } inline static int32_t get_offset_of_setMethod_38() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___setMethod_38)); } inline MethodInfo_t * get_setMethod_38() const { return ___setMethod_38; } inline MethodInfo_t ** get_address_of_setMethod_38() { return &___setMethod_38; } inline void set_setMethod_38(MethodInfo_t * value) { ___setMethod_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___setMethod_38), (void*)value); } inline static int32_t get_offset_of_shouldSerializeMethod_39() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___shouldSerializeMethod_39)); } inline MethodInfo_t * get_shouldSerializeMethod_39() const { return ___shouldSerializeMethod_39; } inline MethodInfo_t ** get_address_of_shouldSerializeMethod_39() { return &___shouldSerializeMethod_39; } inline void set_shouldSerializeMethod_39(MethodInfo_t * value) { ___shouldSerializeMethod_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___shouldSerializeMethod_39), (void*)value); } inline static int32_t get_offset_of_resetMethod_40() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___resetMethod_40)); } inline MethodInfo_t * get_resetMethod_40() const { return ___resetMethod_40; } inline MethodInfo_t ** get_address_of_resetMethod_40() { return &___resetMethod_40; } inline void set_resetMethod_40(MethodInfo_t * value) { ___resetMethod_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___resetMethod_40), (void*)value); } inline static int32_t get_offset_of_realChangedEvent_41() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___realChangedEvent_41)); } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * get_realChangedEvent_41() const { return ___realChangedEvent_41; } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 ** get_address_of_realChangedEvent_41() { return &___realChangedEvent_41; } inline void set_realChangedEvent_41(EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * value) { ___realChangedEvent_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___realChangedEvent_41), (void*)value); } inline static int32_t get_offset_of_realIPropChangedEvent_42() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___realIPropChangedEvent_42)); } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * get_realIPropChangedEvent_42() const { return ___realIPropChangedEvent_42; } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 ** get_address_of_realIPropChangedEvent_42() { return &___realIPropChangedEvent_42; } inline void set_realIPropChangedEvent_42(EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * value) { ___realIPropChangedEvent_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___realIPropChangedEvent_42), (void*)value); } inline static int32_t get_offset_of_receiverType_43() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___receiverType_43)); } inline Type_t * get_receiverType_43() const { return ___receiverType_43; } inline Type_t ** get_address_of_receiverType_43() { return &___receiverType_43; } inline void set_receiverType_43(Type_t * value) { ___receiverType_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___receiverType_43), (void*)value); } }; struct ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields { public: // System.Type[] System.ComponentModel.ReflectPropertyDescriptor::argsNone TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___argsNone_17; // System.Object System.ComponentModel.ReflectPropertyDescriptor::noValue RuntimeObject * ___noValue_18; // System.Diagnostics.TraceSwitch System.ComponentModel.ReflectPropertyDescriptor::PropDescCreateSwitch TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * ___PropDescCreateSwitch_19; // System.Diagnostics.TraceSwitch System.ComponentModel.ReflectPropertyDescriptor::PropDescUsageSwitch TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * ___PropDescUsageSwitch_20; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitDefaultValueQueried int32_t ___BitDefaultValueQueried_21; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitGetQueried int32_t ___BitGetQueried_22; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitSetQueried int32_t ___BitSetQueried_23; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitShouldSerializeQueried int32_t ___BitShouldSerializeQueried_24; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitResetQueried int32_t ___BitResetQueried_25; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitChangedQueried int32_t ___BitChangedQueried_26; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitIPropChangedQueried int32_t ___BitIPropChangedQueried_27; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitReadOnlyChecked int32_t ___BitReadOnlyChecked_28; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitAmbientValueQueried int32_t ___BitAmbientValueQueried_29; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitSetOnDemand int32_t ___BitSetOnDemand_30; public: inline static int32_t get_offset_of_argsNone_17() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___argsNone_17)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_argsNone_17() const { return ___argsNone_17; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_argsNone_17() { return &___argsNone_17; } inline void set_argsNone_17(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___argsNone_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___argsNone_17), (void*)value); } inline static int32_t get_offset_of_noValue_18() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___noValue_18)); } inline RuntimeObject * get_noValue_18() const { return ___noValue_18; } inline RuntimeObject ** get_address_of_noValue_18() { return &___noValue_18; } inline void set_noValue_18(RuntimeObject * value) { ___noValue_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___noValue_18), (void*)value); } inline static int32_t get_offset_of_PropDescCreateSwitch_19() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___PropDescCreateSwitch_19)); } inline TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * get_PropDescCreateSwitch_19() const { return ___PropDescCreateSwitch_19; } inline TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D ** get_address_of_PropDescCreateSwitch_19() { return &___PropDescCreateSwitch_19; } inline void set_PropDescCreateSwitch_19(TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * value) { ___PropDescCreateSwitch_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___PropDescCreateSwitch_19), (void*)value); } inline static int32_t get_offset_of_PropDescUsageSwitch_20() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___PropDescUsageSwitch_20)); } inline TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * get_PropDescUsageSwitch_20() const { return ___PropDescUsageSwitch_20; } inline TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D ** get_address_of_PropDescUsageSwitch_20() { return &___PropDescUsageSwitch_20; } inline void set_PropDescUsageSwitch_20(TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * value) { ___PropDescUsageSwitch_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___PropDescUsageSwitch_20), (void*)value); } inline static int32_t get_offset_of_BitDefaultValueQueried_21() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitDefaultValueQueried_21)); } inline int32_t get_BitDefaultValueQueried_21() const { return ___BitDefaultValueQueried_21; } inline int32_t* get_address_of_BitDefaultValueQueried_21() { return &___BitDefaultValueQueried_21; } inline void set_BitDefaultValueQueried_21(int32_t value) { ___BitDefaultValueQueried_21 = value; } inline static int32_t get_offset_of_BitGetQueried_22() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitGetQueried_22)); } inline int32_t get_BitGetQueried_22() const { return ___BitGetQueried_22; } inline int32_t* get_address_of_BitGetQueried_22() { return &___BitGetQueried_22; } inline void set_BitGetQueried_22(int32_t value) { ___BitGetQueried_22 = value; } inline static int32_t get_offset_of_BitSetQueried_23() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitSetQueried_23)); } inline int32_t get_BitSetQueried_23() const { return ___BitSetQueried_23; } inline int32_t* get_address_of_BitSetQueried_23() { return &___BitSetQueried_23; } inline void set_BitSetQueried_23(int32_t value) { ___BitSetQueried_23 = value; } inline static int32_t get_offset_of_BitShouldSerializeQueried_24() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitShouldSerializeQueried_24)); } inline int32_t get_BitShouldSerializeQueried_24() const { return ___BitShouldSerializeQueried_24; } inline int32_t* get_address_of_BitShouldSerializeQueried_24() { return &___BitShouldSerializeQueried_24; } inline void set_BitShouldSerializeQueried_24(int32_t value) { ___BitShouldSerializeQueried_24 = value; } inline static int32_t get_offset_of_BitResetQueried_25() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitResetQueried_25)); } inline int32_t get_BitResetQueried_25() const { return ___BitResetQueried_25; } inline int32_t* get_address_of_BitResetQueried_25() { return &___BitResetQueried_25; } inline void set_BitResetQueried_25(int32_t value) { ___BitResetQueried_25 = value; } inline static int32_t get_offset_of_BitChangedQueried_26() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitChangedQueried_26)); } inline int32_t get_BitChangedQueried_26() const { return ___BitChangedQueried_26; } inline int32_t* get_address_of_BitChangedQueried_26() { return &___BitChangedQueried_26; } inline void set_BitChangedQueried_26(int32_t value) { ___BitChangedQueried_26 = value; } inline static int32_t get_offset_of_BitIPropChangedQueried_27() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitIPropChangedQueried_27)); } inline int32_t get_BitIPropChangedQueried_27() const { return ___BitIPropChangedQueried_27; } inline int32_t* get_address_of_BitIPropChangedQueried_27() { return &___BitIPropChangedQueried_27; } inline void set_BitIPropChangedQueried_27(int32_t value) { ___BitIPropChangedQueried_27 = value; } inline static int32_t get_offset_of_BitReadOnlyChecked_28() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitReadOnlyChecked_28)); } inline int32_t get_BitReadOnlyChecked_28() const { return ___BitReadOnlyChecked_28; } inline int32_t* get_address_of_BitReadOnlyChecked_28() { return &___BitReadOnlyChecked_28; } inline void set_BitReadOnlyChecked_28(int32_t value) { ___BitReadOnlyChecked_28 = value; } inline static int32_t get_offset_of_BitAmbientValueQueried_29() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitAmbientValueQueried_29)); } inline int32_t get_BitAmbientValueQueried_29() const { return ___BitAmbientValueQueried_29; } inline int32_t* get_address_of_BitAmbientValueQueried_29() { return &___BitAmbientValueQueried_29; } inline void set_BitAmbientValueQueried_29(int32_t value) { ___BitAmbientValueQueried_29 = value; } inline static int32_t get_offset_of_BitSetOnDemand_30() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitSetOnDemand_30)); } inline int32_t get_BitSetOnDemand_30() const { return ___BitSetOnDemand_30; } inline int32_t* get_address_of_BitSetOnDemand_30() { return &___BitSetOnDemand_30; } inline void set_BitSetOnDemand_30(int32_t value) { ___BitSetOnDemand_30 = value; } }; // System.Net.Cache.RequestCacheLevel struct RequestCacheLevel_t26F97AE5EF38C0C115B2B4DF0DE3B73CA1B2ADF4 { public: // System.Int32 System.Net.Cache.RequestCacheLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RequestCacheLevel_t26F97AE5EF38C0C115B2B4DF0DE3B73CA1B2ADF4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_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.Runtime.InteropServices.SafeHandle struct SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B : public CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 { public: // System.IntPtr System.Runtime.InteropServices.SafeHandle::handle intptr_t ___handle_0; // System.Int32 System.Runtime.InteropServices.SafeHandle::_state int32_t ____state_1; // System.Boolean System.Runtime.InteropServices.SafeHandle::_ownsHandle bool ____ownsHandle_2; // System.Boolean System.Runtime.InteropServices.SafeHandle::_fullyInitialized bool ____fullyInitialized_3; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } inline static int32_t get_offset_of__state_1() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____state_1)); } inline int32_t get__state_1() const { return ____state_1; } inline int32_t* get_address_of__state_1() { return &____state_1; } inline void set__state_1(int32_t value) { ____state_1 = value; } inline static int32_t get_offset_of__ownsHandle_2() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____ownsHandle_2)); } inline bool get__ownsHandle_2() const { return ____ownsHandle_2; } inline bool* get_address_of__ownsHandle_2() { return &____ownsHandle_2; } inline void set__ownsHandle_2(bool value) { ____ownsHandle_2 = value; } inline static int32_t get_offset_of__fullyInitialized_3() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____fullyInitialized_3)); } inline bool get__fullyInitialized_3() const { return ____fullyInitialized_3; } inline bool* get_address_of__fullyInitialized_3() { return &____fullyInitialized_3; } inline void set__fullyInitialized_3(bool value) { ____fullyInitialized_3 = value; } }; // System.IO.SeekOrigin struct SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F, ___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.Net.ServicePoint struct ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 : public RuntimeObject { public: // System.Uri System.Net.ServicePoint::uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri_0; // System.DateTime System.Net.ServicePoint::lastDnsResolve DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___lastDnsResolve_1; // System.Version System.Net.ServicePoint::protocolVersion Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___protocolVersion_2; // System.Net.IPHostEntry System.Net.ServicePoint::host IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * ___host_3; // System.Boolean System.Net.ServicePoint::usesProxy bool ___usesProxy_4; // System.Boolean System.Net.ServicePoint::sendContinue bool ___sendContinue_5; // System.Boolean System.Net.ServicePoint::useConnect bool ___useConnect_6; // System.Object System.Net.ServicePoint::hostE RuntimeObject * ___hostE_7; // System.Boolean System.Net.ServicePoint::useNagle bool ___useNagle_8; // System.Net.BindIPEndPoint System.Net.ServicePoint::endPointCallback BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * ___endPointCallback_9; // System.Boolean System.Net.ServicePoint::tcp_keepalive bool ___tcp_keepalive_10; // System.Int32 System.Net.ServicePoint::tcp_keepalive_time int32_t ___tcp_keepalive_time_11; // System.Int32 System.Net.ServicePoint::tcp_keepalive_interval int32_t ___tcp_keepalive_interval_12; // System.Net.ServicePointScheduler System.Net.ServicePoint::k__BackingField ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * ___U3CSchedulerU3Ek__BackingField_13; // System.Object System.Net.ServicePoint::m_ServerCertificateOrBytes RuntimeObject * ___m_ServerCertificateOrBytes_14; // System.Object System.Net.ServicePoint::m_ClientCertificateOrBytes RuntimeObject * ___m_ClientCertificateOrBytes_15; public: inline static int32_t get_offset_of_uri_0() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___uri_0)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_uri_0() const { return ___uri_0; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_uri_0() { return &___uri_0; } inline void set_uri_0(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___uri_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_0), (void*)value); } inline static int32_t get_offset_of_lastDnsResolve_1() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___lastDnsResolve_1)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_lastDnsResolve_1() const { return ___lastDnsResolve_1; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_lastDnsResolve_1() { return &___lastDnsResolve_1; } inline void set_lastDnsResolve_1(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___lastDnsResolve_1 = value; } inline static int32_t get_offset_of_protocolVersion_2() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___protocolVersion_2)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_protocolVersion_2() const { return ___protocolVersion_2; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_protocolVersion_2() { return &___protocolVersion_2; } inline void set_protocolVersion_2(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___protocolVersion_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___protocolVersion_2), (void*)value); } inline static int32_t get_offset_of_host_3() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___host_3)); } inline IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * get_host_3() const { return ___host_3; } inline IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA ** get_address_of_host_3() { return &___host_3; } inline void set_host_3(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * value) { ___host_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___host_3), (void*)value); } inline static int32_t get_offset_of_usesProxy_4() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___usesProxy_4)); } inline bool get_usesProxy_4() const { return ___usesProxy_4; } inline bool* get_address_of_usesProxy_4() { return &___usesProxy_4; } inline void set_usesProxy_4(bool value) { ___usesProxy_4 = value; } inline static int32_t get_offset_of_sendContinue_5() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___sendContinue_5)); } inline bool get_sendContinue_5() const { return ___sendContinue_5; } inline bool* get_address_of_sendContinue_5() { return &___sendContinue_5; } inline void set_sendContinue_5(bool value) { ___sendContinue_5 = value; } inline static int32_t get_offset_of_useConnect_6() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___useConnect_6)); } inline bool get_useConnect_6() const { return ___useConnect_6; } inline bool* get_address_of_useConnect_6() { return &___useConnect_6; } inline void set_useConnect_6(bool value) { ___useConnect_6 = value; } inline static int32_t get_offset_of_hostE_7() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___hostE_7)); } inline RuntimeObject * get_hostE_7() const { return ___hostE_7; } inline RuntimeObject ** get_address_of_hostE_7() { return &___hostE_7; } inline void set_hostE_7(RuntimeObject * value) { ___hostE_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___hostE_7), (void*)value); } inline static int32_t get_offset_of_useNagle_8() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___useNagle_8)); } inline bool get_useNagle_8() const { return ___useNagle_8; } inline bool* get_address_of_useNagle_8() { return &___useNagle_8; } inline void set_useNagle_8(bool value) { ___useNagle_8 = value; } inline static int32_t get_offset_of_endPointCallback_9() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___endPointCallback_9)); } inline BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * get_endPointCallback_9() const { return ___endPointCallback_9; } inline BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 ** get_address_of_endPointCallback_9() { return &___endPointCallback_9; } inline void set_endPointCallback_9(BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * value) { ___endPointCallback_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___endPointCallback_9), (void*)value); } inline static int32_t get_offset_of_tcp_keepalive_10() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___tcp_keepalive_10)); } inline bool get_tcp_keepalive_10() const { return ___tcp_keepalive_10; } inline bool* get_address_of_tcp_keepalive_10() { return &___tcp_keepalive_10; } inline void set_tcp_keepalive_10(bool value) { ___tcp_keepalive_10 = value; } inline static int32_t get_offset_of_tcp_keepalive_time_11() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___tcp_keepalive_time_11)); } inline int32_t get_tcp_keepalive_time_11() const { return ___tcp_keepalive_time_11; } inline int32_t* get_address_of_tcp_keepalive_time_11() { return &___tcp_keepalive_time_11; } inline void set_tcp_keepalive_time_11(int32_t value) { ___tcp_keepalive_time_11 = value; } inline static int32_t get_offset_of_tcp_keepalive_interval_12() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___tcp_keepalive_interval_12)); } inline int32_t get_tcp_keepalive_interval_12() const { return ___tcp_keepalive_interval_12; } inline int32_t* get_address_of_tcp_keepalive_interval_12() { return &___tcp_keepalive_interval_12; } inline void set_tcp_keepalive_interval_12(int32_t value) { ___tcp_keepalive_interval_12 = value; } inline static int32_t get_offset_of_U3CSchedulerU3Ek__BackingField_13() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___U3CSchedulerU3Ek__BackingField_13)); } inline ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * get_U3CSchedulerU3Ek__BackingField_13() const { return ___U3CSchedulerU3Ek__BackingField_13; } inline ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 ** get_address_of_U3CSchedulerU3Ek__BackingField_13() { return &___U3CSchedulerU3Ek__BackingField_13; } inline void set_U3CSchedulerU3Ek__BackingField_13(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * value) { ___U3CSchedulerU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSchedulerU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_m_ServerCertificateOrBytes_14() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___m_ServerCertificateOrBytes_14)); } inline RuntimeObject * get_m_ServerCertificateOrBytes_14() const { return ___m_ServerCertificateOrBytes_14; } inline RuntimeObject ** get_address_of_m_ServerCertificateOrBytes_14() { return &___m_ServerCertificateOrBytes_14; } inline void set_m_ServerCertificateOrBytes_14(RuntimeObject * value) { ___m_ServerCertificateOrBytes_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ServerCertificateOrBytes_14), (void*)value); } inline static int32_t get_offset_of_m_ClientCertificateOrBytes_15() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___m_ClientCertificateOrBytes_15)); } inline RuntimeObject * get_m_ClientCertificateOrBytes_15() const { return ___m_ClientCertificateOrBytes_15; } inline RuntimeObject ** get_address_of_m_ClientCertificateOrBytes_15() { return &___m_ClientCertificateOrBytes_15; } inline void set_m_ClientCertificateOrBytes_15(RuntimeObject * value) { ___m_ClientCertificateOrBytes_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ClientCertificateOrBytes_15), (void*)value); } }; // System.Net.Sockets.SocketType struct SocketType_t234FBD298C115F92305ABC40D2E592FC535DFF94 { public: // System.Int32 System.Net.Sockets.SocketType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketType_t234FBD298C115F92305ABC40D2E592FC535DFF94, ___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.Security.Authentication.SslProtocols struct SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68 { public: // System.Int32 System.Security.Authentication.SslProtocols::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68, ___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.IO.StreamWriter struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 : public TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 { public: // System.IO.Stream System.IO.StreamWriter::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_12; // System.Text.Encoding System.IO.StreamWriter::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_13; // System.Text.Encoder System.IO.StreamWriter::encoder Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * ___encoder_14; // System.Byte[] System.IO.StreamWriter::byteBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byteBuffer_15; // System.Char[] System.IO.StreamWriter::charBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___charBuffer_16; // System.Int32 System.IO.StreamWriter::charPos int32_t ___charPos_17; // System.Int32 System.IO.StreamWriter::charLen int32_t ___charLen_18; // System.Boolean System.IO.StreamWriter::autoFlush bool ___autoFlush_19; // System.Boolean System.IO.StreamWriter::haveWrittenPreamble bool ___haveWrittenPreamble_20; // System.Boolean System.IO.StreamWriter::closable bool ___closable_21; // System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_asyncWriteTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ____asyncWriteTask_22; public: inline static int32_t get_offset_of_stream_12() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___stream_12)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_12() const { return ___stream_12; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_12() { return &___stream_12; } inline void set_stream_12(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_12), (void*)value); } inline static int32_t get_offset_of_encoding_13() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___encoding_13)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_13() const { return ___encoding_13; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_13() { return &___encoding_13; } inline void set_encoding_13(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_13), (void*)value); } inline static int32_t get_offset_of_encoder_14() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___encoder_14)); } inline Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * get_encoder_14() const { return ___encoder_14; } inline Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A ** get_address_of_encoder_14() { return &___encoder_14; } inline void set_encoder_14(Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * value) { ___encoder_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_14), (void*)value); } inline static int32_t get_offset_of_byteBuffer_15() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___byteBuffer_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_byteBuffer_15() const { return ___byteBuffer_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_byteBuffer_15() { return &___byteBuffer_15; } inline void set_byteBuffer_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___byteBuffer_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_15), (void*)value); } inline static int32_t get_offset_of_charBuffer_16() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___charBuffer_16)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_charBuffer_16() const { return ___charBuffer_16; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_charBuffer_16() { return &___charBuffer_16; } inline void set_charBuffer_16(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___charBuffer_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_16), (void*)value); } inline static int32_t get_offset_of_charPos_17() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___charPos_17)); } inline int32_t get_charPos_17() const { return ___charPos_17; } inline int32_t* get_address_of_charPos_17() { return &___charPos_17; } inline void set_charPos_17(int32_t value) { ___charPos_17 = value; } inline static int32_t get_offset_of_charLen_18() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___charLen_18)); } inline int32_t get_charLen_18() const { return ___charLen_18; } inline int32_t* get_address_of_charLen_18() { return &___charLen_18; } inline void set_charLen_18(int32_t value) { ___charLen_18 = value; } inline static int32_t get_offset_of_autoFlush_19() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___autoFlush_19)); } inline bool get_autoFlush_19() const { return ___autoFlush_19; } inline bool* get_address_of_autoFlush_19() { return &___autoFlush_19; } inline void set_autoFlush_19(bool value) { ___autoFlush_19 = value; } inline static int32_t get_offset_of_haveWrittenPreamble_20() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___haveWrittenPreamble_20)); } inline bool get_haveWrittenPreamble_20() const { return ___haveWrittenPreamble_20; } inline bool* get_address_of_haveWrittenPreamble_20() { return &___haveWrittenPreamble_20; } inline void set_haveWrittenPreamble_20(bool value) { ___haveWrittenPreamble_20 = value; } inline static int32_t get_offset_of_closable_21() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___closable_21)); } inline bool get_closable_21() const { return ___closable_21; } inline bool* get_address_of_closable_21() { return &___closable_21; } inline void set_closable_21(bool value) { ___closable_21 = value; } inline static int32_t get_offset_of__asyncWriteTask_22() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ____asyncWriteTask_22)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get__asyncWriteTask_22() const { return ____asyncWriteTask_22; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of__asyncWriteTask_22() { return &____asyncWriteTask_22; } inline void set__asyncWriteTask_22(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ____asyncWriteTask_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncWriteTask_22), (void*)value); } }; struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields { public: // System.IO.StreamWriter System.IO.StreamWriter::Null StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * ___Null_11; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_UTF8NoBOM Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ____UTF8NoBOM_23; public: inline static int32_t get_offset_of_Null_11() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields, ___Null_11)); } inline StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * get_Null_11() const { return ___Null_11; } inline StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 ** get_address_of_Null_11() { return &___Null_11; } inline void set_Null_11(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * value) { ___Null_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_11), (void*)value); } inline static int32_t get_offset_of__UTF8NoBOM_23() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields, ____UTF8NoBOM_23)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get__UTF8NoBOM_23() const { return ____UTF8NoBOM_23; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of__UTF8NoBOM_23() { return &____UTF8NoBOM_23; } inline void set__UTF8NoBOM_23(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ____UTF8NoBOM_23 = value; Il2CppCodeGenWriteBarrier((void**)(&____UTF8NoBOM_23), (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.StringComparison struct StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // Mono.Security.Interface.TlsProtocols struct TlsProtocols_t14C13F73C25A0E4CF94E13D5B44228F810D32183 { public: // System.Int32 Mono.Security.Interface.TlsProtocols::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TlsProtocols_t14C13F73C25A0E4CF94E13D5B44228F810D32183, ___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.Security.Principal.TokenImpersonationLevel struct TokenImpersonationLevel_t666D9E038A04949CBCDDDBA08E5FD612F3EE4838 { public: // System.Int32 System.Security.Principal.TokenImpersonationLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TokenImpersonationLevel_t666D9E038A04949CBCDDDBA08E5FD612F3EE4838, ___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.TraceOptions struct TraceOptions_tB2F2C5ED0E36C371F5783CC7BB8C923494EC18F4 { public: // System.Int32 System.Diagnostics.TraceOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TraceOptions_tB2F2C5ED0E36C371F5783CC7BB8C923494EC18F4, ___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.ComponentModel.TypeConverter struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 : public RuntimeObject { public: public: }; struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_StaticFields { public: // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.TypeConverter::useCompatibleTypeConversion bool ___useCompatibleTypeConversion_1; public: inline static int32_t get_offset_of_useCompatibleTypeConversion_1() { return static_cast(offsetof(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_StaticFields, ___useCompatibleTypeConversion_1)); } inline bool get_useCompatibleTypeConversion_1() const { return ___useCompatibleTypeConversion_1; } inline bool* get_address_of_useCompatibleTypeConversion_1() { return &___useCompatibleTypeConversion_1; } inline void set_useCompatibleTypeConversion_1(bool value) { ___useCompatibleTypeConversion_1 = value; } }; // System.Runtime.Serialization.Formatters.TypeFilterLevel struct TypeFilterLevel_t7ED94310B4D2D5C697A19E0CE2327A7DC5B39C4D { public: // System.Int32 System.Runtime.Serialization.Formatters.TypeFilterLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeFilterLevel_t7ED94310B4D2D5C697A19E0CE2327A7DC5B39C4D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriFormat struct UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F { public: // System.Int32 System.UriFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriIdnScope struct UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D { public: // System.Int32 System.UriIdnScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriKind struct UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC { public: // System.Int32 System.UriKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC, ___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.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IntPtr System.Threading.WaitHandle::waitHandle intptr_t ___waitHandle_3; // Microsoft.Win32.SafeHandles.SafeWaitHandle modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.WaitHandle::safeWaitHandle SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * ___safeWaitHandle_4; // System.Boolean System.Threading.WaitHandle::hasThreadAffinity bool ___hasThreadAffinity_5; public: inline static int32_t get_offset_of_waitHandle_3() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___waitHandle_3)); } inline intptr_t get_waitHandle_3() const { return ___waitHandle_3; } inline intptr_t* get_address_of_waitHandle_3() { return &___waitHandle_3; } inline void set_waitHandle_3(intptr_t value) { ___waitHandle_3 = value; } inline static int32_t get_offset_of_safeWaitHandle_4() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___safeWaitHandle_4)); } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * get_safeWaitHandle_4() const { return ___safeWaitHandle_4; } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 ** get_address_of_safeWaitHandle_4() { return &___safeWaitHandle_4; } inline void set_safeWaitHandle_4(SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * value) { ___safeWaitHandle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeWaitHandle_4), (void*)value); } inline static int32_t get_offset_of_hasThreadAffinity_5() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___hasThreadAffinity_5)); } inline bool get_hasThreadAffinity_5() const { return ___hasThreadAffinity_5; } inline bool* get_address_of_hasThreadAffinity_5() { return &___hasThreadAffinity_5; } inline void set_hasThreadAffinity_5(bool value) { ___hasThreadAffinity_5 = value; } }; struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_StaticFields { public: // System.IntPtr System.Threading.WaitHandle::InvalidHandle intptr_t ___InvalidHandle_10; public: inline static int32_t get_offset_of_InvalidHandle_10() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_StaticFields, ___InvalidHandle_10)); } inline intptr_t get_InvalidHandle_10() const { return ___InvalidHandle_10; } inline intptr_t* get_address_of_InvalidHandle_10() { return &___InvalidHandle_10; } inline void set_InvalidHandle_10(intptr_t value) { ___InvalidHandle_10 = value; } }; // Native definition for P/Invoke marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_pinvoke : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // Native definition for COM marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_com : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // System.Net.WebExceptionInternalStatus struct WebExceptionInternalStatus_t5A2FD55F96B6C62DE1354CCB0A4B3787597D2F57 { public: // System.Int32 System.Net.WebExceptionInternalStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebExceptionInternalStatus_t5A2FD55F96B6C62DE1354CCB0A4B3787597D2F57, ___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.Net.WebExceptionStatus struct WebExceptionStatus_tF76E8FAA116C43DDF96AF8C8CE2D75C3587F31D9 { public: // System.Int32 System.Net.WebExceptionStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebExceptionStatus_tF76E8FAA116C43DDF96AF8C8CE2D75C3587F31D9, ___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.Net.WebHeaderCollectionType struct WebHeaderCollectionType_t07786FA148E21DD3628FCEA5DAE961CAC9202736 { public: // System.UInt16 System.Net.WebHeaderCollectionType::value__ uint16_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebHeaderCollectionType_t07786FA148E21DD3628FCEA5DAE961CAC9202736, ___value___2)); } inline uint16_t get_value___2() const { return ___value___2; } inline uint16_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint16_t value) { ___value___2 = value; } }; // System.Net.FtpWebRequest/RequestState struct RequestState_t4A97D7507BBB92677FEBA40EF882F80F11A89589 { public: // System.Int32 System.Net.FtpWebRequest/RequestState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RequestState_t4A97D7507BBB92677FEBA40EF882F80F11A89589, ___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.Net.HttpWebRequest/NtlmAuthState struct NtlmAuthState_tB25DC6ECE6512540ECD9B75F3B047DA7E5976535 { public: // System.Int32 System.Net.HttpWebRequest/NtlmAuthState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NtlmAuthState_tB25DC6ECE6512540ECD9B75F3B047DA7E5976535, ___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.Unity.UnityTls/unitytls_error_code struct unitytls_error_code_tC425776568E0A522F720337294FF5226445A9E89 { public: // System.UInt32 Mono.Unity.UnityTls/unitytls_error_code::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(unitytls_error_code_tC425776568E0A522F720337294FF5226445A9E89, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // Mono.Unity.UnityTls/unitytls_x509verify_result struct unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84 { public: // System.UInt32 Mono.Unity.UnityTls/unitytls_x509verify_result::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // System.Uri/Flags struct Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4 { public: // System.UInt64 System.Uri/Flags::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; // System.Nullable`1 struct Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD { public: // T System.Nullable`1::value int32_t ___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_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD, ___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.Remoting.Messaging.AsyncResult struct AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B : public RuntimeObject { public: // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_state RuntimeObject * ___async_state_0; // System.Threading.WaitHandle System.Runtime.Remoting.Messaging.AsyncResult::handle WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ___handle_1; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_delegate RuntimeObject * ___async_delegate_2; // System.IntPtr System.Runtime.Remoting.Messaging.AsyncResult::data intptr_t ___data_3; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::object_data RuntimeObject * ___object_data_4; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::sync_completed bool ___sync_completed_5; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::completed bool ___completed_6; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::endinvoke_called bool ___endinvoke_called_7; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_callback RuntimeObject * ___async_callback_8; // System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::current ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___current_9; // System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::original ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___original_10; // System.Int64 System.Runtime.Remoting.Messaging.AsyncResult::add_time int64_t ___add_time_11; // System.Runtime.Remoting.Messaging.MonoMethodMessage System.Runtime.Remoting.Messaging.AsyncResult::call_message MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * ___call_message_12; // System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.AsyncResult::message_ctrl RuntimeObject* ___message_ctrl_13; // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.AsyncResult::reply_message RuntimeObject* ___reply_message_14; // System.Threading.WaitCallback System.Runtime.Remoting.Messaging.AsyncResult::orig_cb WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___orig_cb_15; public: inline static int32_t get_offset_of_async_state_0() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___async_state_0)); } inline RuntimeObject * get_async_state_0() const { return ___async_state_0; } inline RuntimeObject ** get_address_of_async_state_0() { return &___async_state_0; } inline void set_async_state_0(RuntimeObject * value) { ___async_state_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___async_state_0), (void*)value); } inline static int32_t get_offset_of_handle_1() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___handle_1)); } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * get_handle_1() const { return ___handle_1; } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 ** get_address_of_handle_1() { return &___handle_1; } inline void set_handle_1(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * value) { ___handle_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___handle_1), (void*)value); } inline static int32_t get_offset_of_async_delegate_2() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___async_delegate_2)); } inline RuntimeObject * get_async_delegate_2() const { return ___async_delegate_2; } inline RuntimeObject ** get_address_of_async_delegate_2() { return &___async_delegate_2; } inline void set_async_delegate_2(RuntimeObject * value) { ___async_delegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___async_delegate_2), (void*)value); } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___data_3)); } inline intptr_t get_data_3() const { return ___data_3; } inline intptr_t* get_address_of_data_3() { return &___data_3; } inline void set_data_3(intptr_t value) { ___data_3 = value; } inline static int32_t get_offset_of_object_data_4() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___object_data_4)); } inline RuntimeObject * get_object_data_4() const { return ___object_data_4; } inline RuntimeObject ** get_address_of_object_data_4() { return &___object_data_4; } inline void set_object_data_4(RuntimeObject * value) { ___object_data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___object_data_4), (void*)value); } inline static int32_t get_offset_of_sync_completed_5() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___sync_completed_5)); } inline bool get_sync_completed_5() const { return ___sync_completed_5; } inline bool* get_address_of_sync_completed_5() { return &___sync_completed_5; } inline void set_sync_completed_5(bool value) { ___sync_completed_5 = value; } inline static int32_t get_offset_of_completed_6() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___completed_6)); } inline bool get_completed_6() const { return ___completed_6; } inline bool* get_address_of_completed_6() { return &___completed_6; } inline void set_completed_6(bool value) { ___completed_6 = value; } inline static int32_t get_offset_of_endinvoke_called_7() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___endinvoke_called_7)); } inline bool get_endinvoke_called_7() const { return ___endinvoke_called_7; } inline bool* get_address_of_endinvoke_called_7() { return &___endinvoke_called_7; } inline void set_endinvoke_called_7(bool value) { ___endinvoke_called_7 = value; } inline static int32_t get_offset_of_async_callback_8() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___async_callback_8)); } inline RuntimeObject * get_async_callback_8() const { return ___async_callback_8; } inline RuntimeObject ** get_address_of_async_callback_8() { return &___async_callback_8; } inline void set_async_callback_8(RuntimeObject * value) { ___async_callback_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___async_callback_8), (void*)value); } inline static int32_t get_offset_of_current_9() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___current_9)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_current_9() const { return ___current_9; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_current_9() { return &___current_9; } inline void set_current_9(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___current_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_9), (void*)value); } inline static int32_t get_offset_of_original_10() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___original_10)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_original_10() const { return ___original_10; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_original_10() { return &___original_10; } inline void set_original_10(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___original_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_10), (void*)value); } inline static int32_t get_offset_of_add_time_11() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___add_time_11)); } inline int64_t get_add_time_11() const { return ___add_time_11; } inline int64_t* get_address_of_add_time_11() { return &___add_time_11; } inline void set_add_time_11(int64_t value) { ___add_time_11 = value; } inline static int32_t get_offset_of_call_message_12() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___call_message_12)); } inline MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * get_call_message_12() const { return ___call_message_12; } inline MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC ** get_address_of_call_message_12() { return &___call_message_12; } inline void set_call_message_12(MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * value) { ___call_message_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___call_message_12), (void*)value); } inline static int32_t get_offset_of_message_ctrl_13() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___message_ctrl_13)); } inline RuntimeObject* get_message_ctrl_13() const { return ___message_ctrl_13; } inline RuntimeObject** get_address_of_message_ctrl_13() { return &___message_ctrl_13; } inline void set_message_ctrl_13(RuntimeObject* value) { ___message_ctrl_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___message_ctrl_13), (void*)value); } inline static int32_t get_offset_of_reply_message_14() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___reply_message_14)); } inline RuntimeObject* get_reply_message_14() const { return ___reply_message_14; } inline RuntimeObject** get_address_of_reply_message_14() { return &___reply_message_14; } inline void set_reply_message_14(RuntimeObject* value) { ___reply_message_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___reply_message_14), (void*)value); } inline static int32_t get_offset_of_orig_cb_15() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___orig_cb_15)); } inline WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * get_orig_cb_15() const { return ___orig_cb_15; } inline WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 ** get_address_of_orig_cb_15() { return &___orig_cb_15; } inline void set_orig_cb_15(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * value) { ___orig_cb_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___orig_cb_15), (void*)value); } }; struct AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_StaticFields { public: // System.Threading.ContextCallback System.Runtime.Remoting.Messaging.AsyncResult::ccb ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___ccb_16; public: inline static int32_t get_offset_of_ccb_16() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_StaticFields, ___ccb_16)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_ccb_16() const { return ___ccb_16; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_ccb_16() { return &___ccb_16; } inline void set_ccb_16(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___ccb_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ccb_16), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.Remoting.Messaging.AsyncResult struct AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_marshaled_pinvoke { Il2CppIUnknown* ___async_state_0; WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_pinvoke ___handle_1; Il2CppIUnknown* ___async_delegate_2; intptr_t ___data_3; Il2CppIUnknown* ___object_data_4; int32_t ___sync_completed_5; int32_t ___completed_6; int32_t ___endinvoke_called_7; Il2CppIUnknown* ___async_callback_8; ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___current_9; ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___original_10; int64_t ___add_time_11; MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_marshaled_pinvoke* ___call_message_12; RuntimeObject* ___message_ctrl_13; RuntimeObject* ___reply_message_14; Il2CppMethodPointer ___orig_cb_15; }; // Native definition for COM marshalling of System.Runtime.Remoting.Messaging.AsyncResult struct AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_marshaled_com { Il2CppIUnknown* ___async_state_0; WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_com* ___handle_1; Il2CppIUnknown* ___async_delegate_2; intptr_t ___data_3; Il2CppIUnknown* ___object_data_4; int32_t ___sync_completed_5; int32_t ___completed_6; int32_t ___endinvoke_called_7; Il2CppIUnknown* ___async_callback_8; ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___current_9; ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___original_10; int64_t ___add_time_11; MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_marshaled_com* ___call_message_12; RuntimeObject* ___message_ctrl_13; RuntimeObject* ___reply_message_14; Il2CppMethodPointer ___orig_cb_15; }; // System.ComponentModel.BaseNumberConverter struct BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: public: }; // System.Net.Cookie struct Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 : public RuntimeObject { public: // System.String System.Net.Cookie::m_comment String_t* ___m_comment_4; // System.Uri System.Net.Cookie::m_commentUri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___m_commentUri_5; // System.Net.CookieVariant System.Net.Cookie::m_cookieVariant int32_t ___m_cookieVariant_6; // System.Boolean System.Net.Cookie::m_discard bool ___m_discard_7; // System.String System.Net.Cookie::m_domain String_t* ___m_domain_8; // System.Boolean System.Net.Cookie::m_domain_implicit bool ___m_domain_implicit_9; // System.DateTime System.Net.Cookie::m_expires DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_expires_10; // System.String System.Net.Cookie::m_name String_t* ___m_name_11; // System.String System.Net.Cookie::m_path String_t* ___m_path_12; // System.Boolean System.Net.Cookie::m_path_implicit bool ___m_path_implicit_13; // System.String System.Net.Cookie::m_port String_t* ___m_port_14; // System.Boolean System.Net.Cookie::m_port_implicit bool ___m_port_implicit_15; // System.Int32[] System.Net.Cookie::m_port_list Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___m_port_list_16; // System.Boolean System.Net.Cookie::m_secure bool ___m_secure_17; // System.Boolean System.Net.Cookie::m_httpOnly bool ___m_httpOnly_18; // System.DateTime System.Net.Cookie::m_timeStamp DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_timeStamp_19; // System.String System.Net.Cookie::m_value String_t* ___m_value_20; // System.Int32 System.Net.Cookie::m_version int32_t ___m_version_21; // System.String System.Net.Cookie::m_domainKey String_t* ___m_domainKey_22; // System.Boolean System.Net.Cookie::IsQuotedVersion bool ___IsQuotedVersion_23; // System.Boolean System.Net.Cookie::IsQuotedDomain bool ___IsQuotedDomain_24; public: inline static int32_t get_offset_of_m_comment_4() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_comment_4)); } inline String_t* get_m_comment_4() const { return ___m_comment_4; } inline String_t** get_address_of_m_comment_4() { return &___m_comment_4; } inline void set_m_comment_4(String_t* value) { ___m_comment_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_comment_4), (void*)value); } inline static int32_t get_offset_of_m_commentUri_5() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_commentUri_5)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_m_commentUri_5() const { return ___m_commentUri_5; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_m_commentUri_5() { return &___m_commentUri_5; } inline void set_m_commentUri_5(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___m_commentUri_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_commentUri_5), (void*)value); } inline static int32_t get_offset_of_m_cookieVariant_6() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_cookieVariant_6)); } inline int32_t get_m_cookieVariant_6() const { return ___m_cookieVariant_6; } inline int32_t* get_address_of_m_cookieVariant_6() { return &___m_cookieVariant_6; } inline void set_m_cookieVariant_6(int32_t value) { ___m_cookieVariant_6 = value; } inline static int32_t get_offset_of_m_discard_7() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_discard_7)); } inline bool get_m_discard_7() const { return ___m_discard_7; } inline bool* get_address_of_m_discard_7() { return &___m_discard_7; } inline void set_m_discard_7(bool value) { ___m_discard_7 = value; } inline static int32_t get_offset_of_m_domain_8() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_domain_8)); } inline String_t* get_m_domain_8() const { return ___m_domain_8; } inline String_t** get_address_of_m_domain_8() { return &___m_domain_8; } inline void set_m_domain_8(String_t* value) { ___m_domain_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_domain_8), (void*)value); } inline static int32_t get_offset_of_m_domain_implicit_9() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_domain_implicit_9)); } inline bool get_m_domain_implicit_9() const { return ___m_domain_implicit_9; } inline bool* get_address_of_m_domain_implicit_9() { return &___m_domain_implicit_9; } inline void set_m_domain_implicit_9(bool value) { ___m_domain_implicit_9 = value; } inline static int32_t get_offset_of_m_expires_10() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_expires_10)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_expires_10() const { return ___m_expires_10; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_expires_10() { return &___m_expires_10; } inline void set_m_expires_10(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_expires_10 = value; } inline static int32_t get_offset_of_m_name_11() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_name_11)); } inline String_t* get_m_name_11() const { return ___m_name_11; } inline String_t** get_address_of_m_name_11() { return &___m_name_11; } inline void set_m_name_11(String_t* value) { ___m_name_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_11), (void*)value); } inline static int32_t get_offset_of_m_path_12() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_path_12)); } inline String_t* get_m_path_12() const { return ___m_path_12; } inline String_t** get_address_of_m_path_12() { return &___m_path_12; } inline void set_m_path_12(String_t* value) { ___m_path_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_path_12), (void*)value); } inline static int32_t get_offset_of_m_path_implicit_13() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_path_implicit_13)); } inline bool get_m_path_implicit_13() const { return ___m_path_implicit_13; } inline bool* get_address_of_m_path_implicit_13() { return &___m_path_implicit_13; } inline void set_m_path_implicit_13(bool value) { ___m_path_implicit_13 = value; } inline static int32_t get_offset_of_m_port_14() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_port_14)); } inline String_t* get_m_port_14() const { return ___m_port_14; } inline String_t** get_address_of_m_port_14() { return &___m_port_14; } inline void set_m_port_14(String_t* value) { ___m_port_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_port_14), (void*)value); } inline static int32_t get_offset_of_m_port_implicit_15() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_port_implicit_15)); } inline bool get_m_port_implicit_15() const { return ___m_port_implicit_15; } inline bool* get_address_of_m_port_implicit_15() { return &___m_port_implicit_15; } inline void set_m_port_implicit_15(bool value) { ___m_port_implicit_15 = value; } inline static int32_t get_offset_of_m_port_list_16() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_port_list_16)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_m_port_list_16() const { return ___m_port_list_16; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_m_port_list_16() { return &___m_port_list_16; } inline void set_m_port_list_16(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___m_port_list_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_port_list_16), (void*)value); } inline static int32_t get_offset_of_m_secure_17() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_secure_17)); } inline bool get_m_secure_17() const { return ___m_secure_17; } inline bool* get_address_of_m_secure_17() { return &___m_secure_17; } inline void set_m_secure_17(bool value) { ___m_secure_17 = value; } inline static int32_t get_offset_of_m_httpOnly_18() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_httpOnly_18)); } inline bool get_m_httpOnly_18() const { return ___m_httpOnly_18; } inline bool* get_address_of_m_httpOnly_18() { return &___m_httpOnly_18; } inline void set_m_httpOnly_18(bool value) { ___m_httpOnly_18 = value; } inline static int32_t get_offset_of_m_timeStamp_19() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_timeStamp_19)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_timeStamp_19() const { return ___m_timeStamp_19; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_timeStamp_19() { return &___m_timeStamp_19; } inline void set_m_timeStamp_19(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_timeStamp_19 = value; } inline static int32_t get_offset_of_m_value_20() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_value_20)); } inline String_t* get_m_value_20() const { return ___m_value_20; } inline String_t** get_address_of_m_value_20() { return &___m_value_20; } inline void set_m_value_20(String_t* value) { ___m_value_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_value_20), (void*)value); } inline static int32_t get_offset_of_m_version_21() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_version_21)); } inline int32_t get_m_version_21() const { return ___m_version_21; } inline int32_t* get_address_of_m_version_21() { return &___m_version_21; } inline void set_m_version_21(int32_t value) { ___m_version_21 = value; } inline static int32_t get_offset_of_m_domainKey_22() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_domainKey_22)); } inline String_t* get_m_domainKey_22() const { return ___m_domainKey_22; } inline String_t** get_address_of_m_domainKey_22() { return &___m_domainKey_22; } inline void set_m_domainKey_22(String_t* value) { ___m_domainKey_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_domainKey_22), (void*)value); } inline static int32_t get_offset_of_IsQuotedVersion_23() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___IsQuotedVersion_23)); } inline bool get_IsQuotedVersion_23() const { return ___IsQuotedVersion_23; } inline bool* get_address_of_IsQuotedVersion_23() { return &___IsQuotedVersion_23; } inline void set_IsQuotedVersion_23(bool value) { ___IsQuotedVersion_23 = value; } inline static int32_t get_offset_of_IsQuotedDomain_24() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___IsQuotedDomain_24)); } inline bool get_IsQuotedDomain_24() const { return ___IsQuotedDomain_24; } inline bool* get_address_of_IsQuotedDomain_24() { return &___IsQuotedDomain_24; } inline void set_IsQuotedDomain_24(bool value) { ___IsQuotedDomain_24 = value; } }; struct Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields { public: // System.Char[] System.Net.Cookie::PortSplitDelimiters CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___PortSplitDelimiters_0; // System.Char[] System.Net.Cookie::Reserved2Name CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___Reserved2Name_1; // System.Char[] System.Net.Cookie::Reserved2Value CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___Reserved2Value_2; // System.Net.Comparer System.Net.Cookie::staticComparer Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * ___staticComparer_3; public: inline static int32_t get_offset_of_PortSplitDelimiters_0() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields, ___PortSplitDelimiters_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_PortSplitDelimiters_0() const { return ___PortSplitDelimiters_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_PortSplitDelimiters_0() { return &___PortSplitDelimiters_0; } inline void set_PortSplitDelimiters_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___PortSplitDelimiters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___PortSplitDelimiters_0), (void*)value); } inline static int32_t get_offset_of_Reserved2Name_1() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields, ___Reserved2Name_1)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_Reserved2Name_1() const { return ___Reserved2Name_1; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_Reserved2Name_1() { return &___Reserved2Name_1; } inline void set_Reserved2Name_1(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___Reserved2Name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Reserved2Name_1), (void*)value); } inline static int32_t get_offset_of_Reserved2Value_2() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields, ___Reserved2Value_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_Reserved2Value_2() const { return ___Reserved2Value_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_Reserved2Value_2() { return &___Reserved2Value_2; } inline void set_Reserved2Value_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___Reserved2Value_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Reserved2Value_2), (void*)value); } inline static int32_t get_offset_of_staticComparer_3() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields, ___staticComparer_3)); } inline Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * get_staticComparer_3() const { return ___staticComparer_3; } inline Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F ** get_address_of_staticComparer_3() { return &___staticComparer_3; } inline void set_staticComparer_3(Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * value) { ___staticComparer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___staticComparer_3), (void*)value); } }; // System.Net.CookieTokenizer struct CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA : public RuntimeObject { public: // System.Boolean System.Net.CookieTokenizer::m_eofCookie bool ___m_eofCookie_0; // System.Int32 System.Net.CookieTokenizer::m_index int32_t ___m_index_1; // System.Int32 System.Net.CookieTokenizer::m_length int32_t ___m_length_2; // System.String System.Net.CookieTokenizer::m_name String_t* ___m_name_3; // System.Boolean System.Net.CookieTokenizer::m_quoted bool ___m_quoted_4; // System.Int32 System.Net.CookieTokenizer::m_start int32_t ___m_start_5; // System.Net.CookieToken System.Net.CookieTokenizer::m_token int32_t ___m_token_6; // System.Int32 System.Net.CookieTokenizer::m_tokenLength int32_t ___m_tokenLength_7; // System.String System.Net.CookieTokenizer::m_tokenStream String_t* ___m_tokenStream_8; // System.String System.Net.CookieTokenizer::m_value String_t* ___m_value_9; public: inline static int32_t get_offset_of_m_eofCookie_0() { return static_cast(offsetof(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA, ___m_eofCookie_0)); } inline bool get_m_eofCookie_0() const { return ___m_eofCookie_0; } inline bool* get_address_of_m_eofCookie_0() { return &___m_eofCookie_0; } inline void set_m_eofCookie_0(bool value) { ___m_eofCookie_0 = value; } inline static int32_t get_offset_of_m_index_1() { return static_cast(offsetof(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA, ___m_index_1)); } inline int32_t get_m_index_1() const { return ___m_index_1; } inline int32_t* get_address_of_m_index_1() { return &___m_index_1; } inline void set_m_index_1(int32_t value) { ___m_index_1 = value; } inline static int32_t get_offset_of_m_length_2() { return static_cast(offsetof(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA, ___m_length_2)); } inline int32_t get_m_length_2() const { return ___m_length_2; } inline int32_t* get_address_of_m_length_2() { return &___m_length_2; } inline void set_m_length_2(int32_t value) { ___m_length_2 = value; } inline static int32_t get_offset_of_m_name_3() { return static_cast(offsetof(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA, ___m_name_3)); } inline String_t* get_m_name_3() const { return ___m_name_3; } inline String_t** get_address_of_m_name_3() { return &___m_name_3; } inline void set_m_name_3(String_t* value) { ___m_name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_3), (void*)value); } inline static int32_t get_offset_of_m_quoted_4() { return static_cast(offsetof(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA, ___m_quoted_4)); } inline bool get_m_quoted_4() const { return ___m_quoted_4; } inline bool* get_address_of_m_quoted_4() { return &___m_quoted_4; } inline void set_m_quoted_4(bool value) { ___m_quoted_4 = value; } inline static int32_t get_offset_of_m_start_5() { return static_cast(offsetof(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA, ___m_start_5)); } inline int32_t get_m_start_5() const { return ___m_start_5; } inline int32_t* get_address_of_m_start_5() { return &___m_start_5; } inline void set_m_start_5(int32_t value) { ___m_start_5 = value; } inline static int32_t get_offset_of_m_token_6() { return static_cast(offsetof(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA, ___m_token_6)); } inline int32_t get_m_token_6() const { return ___m_token_6; } inline int32_t* get_address_of_m_token_6() { return &___m_token_6; } inline void set_m_token_6(int32_t value) { ___m_token_6 = value; } inline static int32_t get_offset_of_m_tokenLength_7() { return static_cast(offsetof(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA, ___m_tokenLength_7)); } inline int32_t get_m_tokenLength_7() const { return ___m_tokenLength_7; } inline int32_t* get_address_of_m_tokenLength_7() { return &___m_tokenLength_7; } inline void set_m_tokenLength_7(int32_t value) { ___m_tokenLength_7 = value; } inline static int32_t get_offset_of_m_tokenStream_8() { return static_cast(offsetof(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA, ___m_tokenStream_8)); } inline String_t* get_m_tokenStream_8() const { return ___m_tokenStream_8; } inline String_t** get_address_of_m_tokenStream_8() { return &___m_tokenStream_8; } inline void set_m_tokenStream_8(String_t* value) { ___m_tokenStream_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_tokenStream_8), (void*)value); } inline static int32_t get_offset_of_m_value_9() { return static_cast(offsetof(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA, ___m_value_9)); } inline String_t* get_m_value_9() const { return ___m_value_9; } inline String_t** get_address_of_m_value_9() { return &___m_value_9; } inline void set_m_value_9(String_t* value) { ___m_value_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_value_9), (void*)value); } }; struct CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields { public: // System.Net.CookieTokenizer/RecognizedAttribute[] System.Net.CookieTokenizer::RecognizedAttributes RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* ___RecognizedAttributes_10; // System.Net.CookieTokenizer/RecognizedAttribute[] System.Net.CookieTokenizer::RecognizedServerAttributes RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* ___RecognizedServerAttributes_11; public: inline static int32_t get_offset_of_RecognizedAttributes_10() { return static_cast(offsetof(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields, ___RecognizedAttributes_10)); } inline RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* get_RecognizedAttributes_10() const { return ___RecognizedAttributes_10; } inline RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49** get_address_of_RecognizedAttributes_10() { return &___RecognizedAttributes_10; } inline void set_RecognizedAttributes_10(RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* value) { ___RecognizedAttributes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___RecognizedAttributes_10), (void*)value); } inline static int32_t get_offset_of_RecognizedServerAttributes_11() { return static_cast(offsetof(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields, ___RecognizedServerAttributes_11)); } inline RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* get_RecognizedServerAttributes_11() const { return ___RecognizedServerAttributes_11; } inline RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49** get_address_of_RecognizedServerAttributes_11() { return &___RecognizedServerAttributes_11; } inline void set_RecognizedServerAttributes_11(RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* value) { ___RecognizedServerAttributes_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___RecognizedServerAttributes_11), (void*)value); } }; // System.ComponentModel.CultureInfoConverter struct CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.CultureInfoConverter::values StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * ___values_2; public: inline static int32_t get_offset_of_values_2() { return static_cast(offsetof(CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E, ___values_2)); } inline StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * get_values_2() const { return ___values_2; } inline StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 ** get_address_of_values_2() { return &___values_2; } inline void set_values_2(StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * value) { ___values_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_2), (void*)value); } }; // System.ComponentModel.DataObjectMethodAttribute struct DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.DataObjectMethodAttribute::_isDefault bool ____isDefault_0; // System.ComponentModel.DataObjectMethodType System.ComponentModel.DataObjectMethodAttribute::_methodType int32_t ____methodType_1; public: inline static int32_t get_offset_of__isDefault_0() { return static_cast(offsetof(DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5, ____isDefault_0)); } inline bool get__isDefault_0() const { return ____isDefault_0; } inline bool* get_address_of__isDefault_0() { return &____isDefault_0; } inline void set__isDefault_0(bool value) { ____isDefault_0 = value; } inline static int32_t get_offset_of__methodType_1() { return static_cast(offsetof(DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5, ____methodType_1)); } inline int32_t get__methodType_1() const { return ____methodType_1; } inline int32_t* get_address_of__methodType_1() { return &____methodType_1; } inline void set__methodType_1(int32_t value) { ____methodType_1 = value; } }; // System.ComponentModel.DateTimeConverter struct DateTimeConverter_t49DF440D603EA3B80DF6985DC10DAB78513A9A86 : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: public: }; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 : public RuntimeObject { public: // System.Globalization.CultureData System.Globalization.DateTimeFormatInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_1; // System.String System.Globalization.DateTimeFormatInfo::m_name String_t* ___m_name_2; // System.String System.Globalization.DateTimeFormatInfo::m_langName String_t* ___m_langName_3; // System.Globalization.CompareInfo System.Globalization.DateTimeFormatInfo::m_compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___m_compareInfo_4; // System.Globalization.CultureInfo System.Globalization.DateTimeFormatInfo::m_cultureInfo CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_cultureInfo_5; // System.String System.Globalization.DateTimeFormatInfo::amDesignator String_t* ___amDesignator_6; // System.String System.Globalization.DateTimeFormatInfo::pmDesignator String_t* ___pmDesignator_7; // System.String System.Globalization.DateTimeFormatInfo::dateSeparator String_t* ___dateSeparator_8; // System.String System.Globalization.DateTimeFormatInfo::generalShortTimePattern String_t* ___generalShortTimePattern_9; // System.String System.Globalization.DateTimeFormatInfo::generalLongTimePattern String_t* ___generalLongTimePattern_10; // System.String System.Globalization.DateTimeFormatInfo::timeSeparator String_t* ___timeSeparator_11; // System.String System.Globalization.DateTimeFormatInfo::monthDayPattern String_t* ___monthDayPattern_12; // System.String System.Globalization.DateTimeFormatInfo::dateTimeOffsetPattern String_t* ___dateTimeOffsetPattern_13; // System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_17; // System.Int32 System.Globalization.DateTimeFormatInfo::firstDayOfWeek int32_t ___firstDayOfWeek_18; // System.Int32 System.Globalization.DateTimeFormatInfo::calendarWeekRule int32_t ___calendarWeekRule_19; // System.String System.Globalization.DateTimeFormatInfo::fullDateTimePattern String_t* ___fullDateTimePattern_20; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedDayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___abbreviatedDayNames_21; // System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_superShortDayNames_22; // System.String[] System.Globalization.DateTimeFormatInfo::dayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___dayNames_23; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___abbreviatedMonthNames_24; // System.String[] System.Globalization.DateTimeFormatInfo::monthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___monthNames_25; // System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___genitiveMonthNames_26; // System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_genitiveAbbreviatedMonthNames_27; // System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___leapYearMonthNames_28; // System.String System.Globalization.DateTimeFormatInfo::longDatePattern String_t* ___longDatePattern_29; // System.String System.Globalization.DateTimeFormatInfo::shortDatePattern String_t* ___shortDatePattern_30; // System.String System.Globalization.DateTimeFormatInfo::yearMonthPattern String_t* ___yearMonthPattern_31; // System.String System.Globalization.DateTimeFormatInfo::longTimePattern String_t* ___longTimePattern_32; // System.String System.Globalization.DateTimeFormatInfo::shortTimePattern String_t* ___shortTimePattern_33; // System.String[] System.Globalization.DateTimeFormatInfo::allYearMonthPatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allYearMonthPatterns_34; // System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allShortDatePatterns_35; // System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allLongDatePatterns_36; // System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allShortTimePatterns_37; // System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allLongTimePatterns_38; // System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_eraNames_39; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_abbrevEraNames_40; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_abbrevEnglishEraNames_41; // System.Int32[] System.Globalization.DateTimeFormatInfo::optionalCalendars Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___optionalCalendars_42; // System.Boolean System.Globalization.DateTimeFormatInfo::m_isReadOnly bool ___m_isReadOnly_44; // System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::formatFlags int32_t ___formatFlags_45; // System.Int32 System.Globalization.DateTimeFormatInfo::CultureID int32_t ___CultureID_47; // System.Boolean System.Globalization.DateTimeFormatInfo::m_useUserOverride bool ___m_useUserOverride_48; // System.Boolean System.Globalization.DateTimeFormatInfo::bUseCalendarInfo bool ___bUseCalendarInfo_49; // System.Int32 System.Globalization.DateTimeFormatInfo::nDataItem int32_t ___nDataItem_50; // System.Boolean System.Globalization.DateTimeFormatInfo::m_isDefaultCalendar bool ___m_isDefaultCalendar_51; // System.String[] System.Globalization.DateTimeFormatInfo::m_dateWords StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_dateWords_53; // System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanPositivePattern String_t* ___m_fullTimeSpanPositivePattern_54; // System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanNegativePattern String_t* ___m_fullTimeSpanNegativePattern_55; // System.Globalization.TokenHashValue[] System.Globalization.DateTimeFormatInfo::m_dtfiTokenHash TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* ___m_dtfiTokenHash_57; public: inline static int32_t get_offset_of_m_cultureData_1() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_cultureData_1)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_1() const { return ___m_cultureData_1; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_1() { return &___m_cultureData_1; } inline void set_m_cultureData_1(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_1), (void*)value); } inline static int32_t get_offset_of_m_name_2() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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); } inline static int32_t get_offset_of_m_langName_3() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_langName_3)); } inline String_t* get_m_langName_3() const { return ___m_langName_3; } inline String_t** get_address_of_m_langName_3() { return &___m_langName_3; } inline void set_m_langName_3(String_t* value) { ___m_langName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_langName_3), (void*)value); } inline static int32_t get_offset_of_m_compareInfo_4() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_compareInfo_4)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_m_compareInfo_4() const { return ___m_compareInfo_4; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_m_compareInfo_4() { return &___m_compareInfo_4; } inline void set_m_compareInfo_4(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___m_compareInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_compareInfo_4), (void*)value); } inline static int32_t get_offset_of_m_cultureInfo_5() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_cultureInfo_5)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_cultureInfo_5() const { return ___m_cultureInfo_5; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_cultureInfo_5() { return &___m_cultureInfo_5; } inline void set_m_cultureInfo_5(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_cultureInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureInfo_5), (void*)value); } inline static int32_t get_offset_of_amDesignator_6() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___amDesignator_6)); } inline String_t* get_amDesignator_6() const { return ___amDesignator_6; } inline String_t** get_address_of_amDesignator_6() { return &___amDesignator_6; } inline void set_amDesignator_6(String_t* value) { ___amDesignator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___amDesignator_6), (void*)value); } inline static int32_t get_offset_of_pmDesignator_7() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___pmDesignator_7)); } inline String_t* get_pmDesignator_7() const { return ___pmDesignator_7; } inline String_t** get_address_of_pmDesignator_7() { return &___pmDesignator_7; } inline void set_pmDesignator_7(String_t* value) { ___pmDesignator_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___pmDesignator_7), (void*)value); } inline static int32_t get_offset_of_dateSeparator_8() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___dateSeparator_8)); } inline String_t* get_dateSeparator_8() const { return ___dateSeparator_8; } inline String_t** get_address_of_dateSeparator_8() { return &___dateSeparator_8; } inline void set_dateSeparator_8(String_t* value) { ___dateSeparator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateSeparator_8), (void*)value); } inline static int32_t get_offset_of_generalShortTimePattern_9() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___generalShortTimePattern_9)); } inline String_t* get_generalShortTimePattern_9() const { return ___generalShortTimePattern_9; } inline String_t** get_address_of_generalShortTimePattern_9() { return &___generalShortTimePattern_9; } inline void set_generalShortTimePattern_9(String_t* value) { ___generalShortTimePattern_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalShortTimePattern_9), (void*)value); } inline static int32_t get_offset_of_generalLongTimePattern_10() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___generalLongTimePattern_10)); } inline String_t* get_generalLongTimePattern_10() const { return ___generalLongTimePattern_10; } inline String_t** get_address_of_generalLongTimePattern_10() { return &___generalLongTimePattern_10; } inline void set_generalLongTimePattern_10(String_t* value) { ___generalLongTimePattern_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalLongTimePattern_10), (void*)value); } inline static int32_t get_offset_of_timeSeparator_11() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___timeSeparator_11)); } inline String_t* get_timeSeparator_11() const { return ___timeSeparator_11; } inline String_t** get_address_of_timeSeparator_11() { return &___timeSeparator_11; } inline void set_timeSeparator_11(String_t* value) { ___timeSeparator_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeSeparator_11), (void*)value); } inline static int32_t get_offset_of_monthDayPattern_12() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___monthDayPattern_12)); } inline String_t* get_monthDayPattern_12() const { return ___monthDayPattern_12; } inline String_t** get_address_of_monthDayPattern_12() { return &___monthDayPattern_12; } inline void set_monthDayPattern_12(String_t* value) { ___monthDayPattern_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___monthDayPattern_12), (void*)value); } inline static int32_t get_offset_of_dateTimeOffsetPattern_13() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___dateTimeOffsetPattern_13)); } inline String_t* get_dateTimeOffsetPattern_13() const { return ___dateTimeOffsetPattern_13; } inline String_t** get_address_of_dateTimeOffsetPattern_13() { return &___dateTimeOffsetPattern_13; } inline void set_dateTimeOffsetPattern_13(String_t* value) { ___dateTimeOffsetPattern_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeOffsetPattern_13), (void*)value); } inline static int32_t get_offset_of_calendar_17() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___calendar_17)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_17() const { return ___calendar_17; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_17() { return &___calendar_17; } inline void set_calendar_17(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_17), (void*)value); } inline static int32_t get_offset_of_firstDayOfWeek_18() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___firstDayOfWeek_18)); } inline int32_t get_firstDayOfWeek_18() const { return ___firstDayOfWeek_18; } inline int32_t* get_address_of_firstDayOfWeek_18() { return &___firstDayOfWeek_18; } inline void set_firstDayOfWeek_18(int32_t value) { ___firstDayOfWeek_18 = value; } inline static int32_t get_offset_of_calendarWeekRule_19() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___calendarWeekRule_19)); } inline int32_t get_calendarWeekRule_19() const { return ___calendarWeekRule_19; } inline int32_t* get_address_of_calendarWeekRule_19() { return &___calendarWeekRule_19; } inline void set_calendarWeekRule_19(int32_t value) { ___calendarWeekRule_19 = value; } inline static int32_t get_offset_of_fullDateTimePattern_20() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___fullDateTimePattern_20)); } inline String_t* get_fullDateTimePattern_20() const { return ___fullDateTimePattern_20; } inline String_t** get_address_of_fullDateTimePattern_20() { return &___fullDateTimePattern_20; } inline void set_fullDateTimePattern_20(String_t* value) { ___fullDateTimePattern_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___fullDateTimePattern_20), (void*)value); } inline static int32_t get_offset_of_abbreviatedDayNames_21() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___abbreviatedDayNames_21)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_abbreviatedDayNames_21() const { return ___abbreviatedDayNames_21; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_abbreviatedDayNames_21() { return &___abbreviatedDayNames_21; } inline void set_abbreviatedDayNames_21(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___abbreviatedDayNames_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedDayNames_21), (void*)value); } inline static int32_t get_offset_of_m_superShortDayNames_22() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_superShortDayNames_22)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_superShortDayNames_22() const { return ___m_superShortDayNames_22; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_superShortDayNames_22() { return &___m_superShortDayNames_22; } inline void set_m_superShortDayNames_22(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_superShortDayNames_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_superShortDayNames_22), (void*)value); } inline static int32_t get_offset_of_dayNames_23() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___dayNames_23)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_dayNames_23() const { return ___dayNames_23; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_dayNames_23() { return &___dayNames_23; } inline void set_dayNames_23(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___dayNames_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___dayNames_23), (void*)value); } inline static int32_t get_offset_of_abbreviatedMonthNames_24() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___abbreviatedMonthNames_24)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_abbreviatedMonthNames_24() const { return ___abbreviatedMonthNames_24; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_abbreviatedMonthNames_24() { return &___abbreviatedMonthNames_24; } inline void set_abbreviatedMonthNames_24(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___abbreviatedMonthNames_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedMonthNames_24), (void*)value); } inline static int32_t get_offset_of_monthNames_25() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___monthNames_25)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_monthNames_25() const { return ___monthNames_25; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_monthNames_25() { return &___monthNames_25; } inline void set_monthNames_25(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___monthNames_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___monthNames_25), (void*)value); } inline static int32_t get_offset_of_genitiveMonthNames_26() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___genitiveMonthNames_26)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_genitiveMonthNames_26() const { return ___genitiveMonthNames_26; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_genitiveMonthNames_26() { return &___genitiveMonthNames_26; } inline void set_genitiveMonthNames_26(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___genitiveMonthNames_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___genitiveMonthNames_26), (void*)value); } inline static int32_t get_offset_of_m_genitiveAbbreviatedMonthNames_27() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_genitiveAbbreviatedMonthNames_27)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_genitiveAbbreviatedMonthNames_27() const { return ___m_genitiveAbbreviatedMonthNames_27; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_genitiveAbbreviatedMonthNames_27() { return &___m_genitiveAbbreviatedMonthNames_27; } inline void set_m_genitiveAbbreviatedMonthNames_27(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_genitiveAbbreviatedMonthNames_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_genitiveAbbreviatedMonthNames_27), (void*)value); } inline static int32_t get_offset_of_leapYearMonthNames_28() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___leapYearMonthNames_28)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_leapYearMonthNames_28() const { return ___leapYearMonthNames_28; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_leapYearMonthNames_28() { return &___leapYearMonthNames_28; } inline void set_leapYearMonthNames_28(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___leapYearMonthNames_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___leapYearMonthNames_28), (void*)value); } inline static int32_t get_offset_of_longDatePattern_29() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___longDatePattern_29)); } inline String_t* get_longDatePattern_29() const { return ___longDatePattern_29; } inline String_t** get_address_of_longDatePattern_29() { return &___longDatePattern_29; } inline void set_longDatePattern_29(String_t* value) { ___longDatePattern_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___longDatePattern_29), (void*)value); } inline static int32_t get_offset_of_shortDatePattern_30() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___shortDatePattern_30)); } inline String_t* get_shortDatePattern_30() const { return ___shortDatePattern_30; } inline String_t** get_address_of_shortDatePattern_30() { return &___shortDatePattern_30; } inline void set_shortDatePattern_30(String_t* value) { ___shortDatePattern_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___shortDatePattern_30), (void*)value); } inline static int32_t get_offset_of_yearMonthPattern_31() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___yearMonthPattern_31)); } inline String_t* get_yearMonthPattern_31() const { return ___yearMonthPattern_31; } inline String_t** get_address_of_yearMonthPattern_31() { return &___yearMonthPattern_31; } inline void set_yearMonthPattern_31(String_t* value) { ___yearMonthPattern_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___yearMonthPattern_31), (void*)value); } inline static int32_t get_offset_of_longTimePattern_32() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___longTimePattern_32)); } inline String_t* get_longTimePattern_32() const { return ___longTimePattern_32; } inline String_t** get_address_of_longTimePattern_32() { return &___longTimePattern_32; } inline void set_longTimePattern_32(String_t* value) { ___longTimePattern_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___longTimePattern_32), (void*)value); } inline static int32_t get_offset_of_shortTimePattern_33() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___shortTimePattern_33)); } inline String_t* get_shortTimePattern_33() const { return ___shortTimePattern_33; } inline String_t** get_address_of_shortTimePattern_33() { return &___shortTimePattern_33; } inline void set_shortTimePattern_33(String_t* value) { ___shortTimePattern_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___shortTimePattern_33), (void*)value); } inline static int32_t get_offset_of_allYearMonthPatterns_34() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allYearMonthPatterns_34)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allYearMonthPatterns_34() const { return ___allYearMonthPatterns_34; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allYearMonthPatterns_34() { return &___allYearMonthPatterns_34; } inline void set_allYearMonthPatterns_34(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allYearMonthPatterns_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___allYearMonthPatterns_34), (void*)value); } inline static int32_t get_offset_of_allShortDatePatterns_35() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allShortDatePatterns_35)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allShortDatePatterns_35() const { return ___allShortDatePatterns_35; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allShortDatePatterns_35() { return &___allShortDatePatterns_35; } inline void set_allShortDatePatterns_35(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allShortDatePatterns_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___allShortDatePatterns_35), (void*)value); } inline static int32_t get_offset_of_allLongDatePatterns_36() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allLongDatePatterns_36)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allLongDatePatterns_36() const { return ___allLongDatePatterns_36; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allLongDatePatterns_36() { return &___allLongDatePatterns_36; } inline void set_allLongDatePatterns_36(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allLongDatePatterns_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___allLongDatePatterns_36), (void*)value); } inline static int32_t get_offset_of_allShortTimePatterns_37() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allShortTimePatterns_37)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allShortTimePatterns_37() const { return ___allShortTimePatterns_37; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allShortTimePatterns_37() { return &___allShortTimePatterns_37; } inline void set_allShortTimePatterns_37(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allShortTimePatterns_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___allShortTimePatterns_37), (void*)value); } inline static int32_t get_offset_of_allLongTimePatterns_38() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allLongTimePatterns_38)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allLongTimePatterns_38() const { return ___allLongTimePatterns_38; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allLongTimePatterns_38() { return &___allLongTimePatterns_38; } inline void set_allLongTimePatterns_38(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allLongTimePatterns_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___allLongTimePatterns_38), (void*)value); } inline static int32_t get_offset_of_m_eraNames_39() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_eraNames_39)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_eraNames_39() const { return ___m_eraNames_39; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_eraNames_39() { return &___m_eraNames_39; } inline void set_m_eraNames_39(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_eraNames_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_eraNames_39), (void*)value); } inline static int32_t get_offset_of_m_abbrevEraNames_40() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_abbrevEraNames_40)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_abbrevEraNames_40() const { return ___m_abbrevEraNames_40; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_abbrevEraNames_40() { return &___m_abbrevEraNames_40; } inline void set_m_abbrevEraNames_40(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_abbrevEraNames_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEraNames_40), (void*)value); } inline static int32_t get_offset_of_m_abbrevEnglishEraNames_41() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_abbrevEnglishEraNames_41)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_abbrevEnglishEraNames_41() const { return ___m_abbrevEnglishEraNames_41; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_abbrevEnglishEraNames_41() { return &___m_abbrevEnglishEraNames_41; } inline void set_m_abbrevEnglishEraNames_41(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_abbrevEnglishEraNames_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEnglishEraNames_41), (void*)value); } inline static int32_t get_offset_of_optionalCalendars_42() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___optionalCalendars_42)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_optionalCalendars_42() const { return ___optionalCalendars_42; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_optionalCalendars_42() { return &___optionalCalendars_42; } inline void set_optionalCalendars_42(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___optionalCalendars_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___optionalCalendars_42), (void*)value); } inline static int32_t get_offset_of_m_isReadOnly_44() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_isReadOnly_44)); } inline bool get_m_isReadOnly_44() const { return ___m_isReadOnly_44; } inline bool* get_address_of_m_isReadOnly_44() { return &___m_isReadOnly_44; } inline void set_m_isReadOnly_44(bool value) { ___m_isReadOnly_44 = value; } inline static int32_t get_offset_of_formatFlags_45() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___formatFlags_45)); } inline int32_t get_formatFlags_45() const { return ___formatFlags_45; } inline int32_t* get_address_of_formatFlags_45() { return &___formatFlags_45; } inline void set_formatFlags_45(int32_t value) { ___formatFlags_45 = value; } inline static int32_t get_offset_of_CultureID_47() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___CultureID_47)); } inline int32_t get_CultureID_47() const { return ___CultureID_47; } inline int32_t* get_address_of_CultureID_47() { return &___CultureID_47; } inline void set_CultureID_47(int32_t value) { ___CultureID_47 = value; } inline static int32_t get_offset_of_m_useUserOverride_48() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_useUserOverride_48)); } inline bool get_m_useUserOverride_48() const { return ___m_useUserOverride_48; } inline bool* get_address_of_m_useUserOverride_48() { return &___m_useUserOverride_48; } inline void set_m_useUserOverride_48(bool value) { ___m_useUserOverride_48 = value; } inline static int32_t get_offset_of_bUseCalendarInfo_49() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___bUseCalendarInfo_49)); } inline bool get_bUseCalendarInfo_49() const { return ___bUseCalendarInfo_49; } inline bool* get_address_of_bUseCalendarInfo_49() { return &___bUseCalendarInfo_49; } inline void set_bUseCalendarInfo_49(bool value) { ___bUseCalendarInfo_49 = value; } inline static int32_t get_offset_of_nDataItem_50() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___nDataItem_50)); } inline int32_t get_nDataItem_50() const { return ___nDataItem_50; } inline int32_t* get_address_of_nDataItem_50() { return &___nDataItem_50; } inline void set_nDataItem_50(int32_t value) { ___nDataItem_50 = value; } inline static int32_t get_offset_of_m_isDefaultCalendar_51() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_isDefaultCalendar_51)); } inline bool get_m_isDefaultCalendar_51() const { return ___m_isDefaultCalendar_51; } inline bool* get_address_of_m_isDefaultCalendar_51() { return &___m_isDefaultCalendar_51; } inline void set_m_isDefaultCalendar_51(bool value) { ___m_isDefaultCalendar_51 = value; } inline static int32_t get_offset_of_m_dateWords_53() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_dateWords_53)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_dateWords_53() const { return ___m_dateWords_53; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_dateWords_53() { return &___m_dateWords_53; } inline void set_m_dateWords_53(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_dateWords_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_dateWords_53), (void*)value); } inline static int32_t get_offset_of_m_fullTimeSpanPositivePattern_54() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_fullTimeSpanPositivePattern_54)); } inline String_t* get_m_fullTimeSpanPositivePattern_54() const { return ___m_fullTimeSpanPositivePattern_54; } inline String_t** get_address_of_m_fullTimeSpanPositivePattern_54() { return &___m_fullTimeSpanPositivePattern_54; } inline void set_m_fullTimeSpanPositivePattern_54(String_t* value) { ___m_fullTimeSpanPositivePattern_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanPositivePattern_54), (void*)value); } inline static int32_t get_offset_of_m_fullTimeSpanNegativePattern_55() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_fullTimeSpanNegativePattern_55)); } inline String_t* get_m_fullTimeSpanNegativePattern_55() const { return ___m_fullTimeSpanNegativePattern_55; } inline String_t** get_address_of_m_fullTimeSpanNegativePattern_55() { return &___m_fullTimeSpanNegativePattern_55; } inline void set_m_fullTimeSpanNegativePattern_55(String_t* value) { ___m_fullTimeSpanNegativePattern_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanNegativePattern_55), (void*)value); } inline static int32_t get_offset_of_m_dtfiTokenHash_57() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_dtfiTokenHash_57)); } inline TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* get_m_dtfiTokenHash_57() const { return ___m_dtfiTokenHash_57; } inline TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3** get_address_of_m_dtfiTokenHash_57() { return &___m_dtfiTokenHash_57; } inline void set_m_dtfiTokenHash_57(TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* value) { ___m_dtfiTokenHash_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_dtfiTokenHash_57), (void*)value); } }; struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields { public: // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::invariantInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___invariantInfo_0; // System.Boolean System.Globalization.DateTimeFormatInfo::preferExistingTokens bool ___preferExistingTokens_46; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_calendarNativeNames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___s_calendarNativeNames_52; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_jajpDTFI DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___s_jajpDTFI_82; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_zhtwDTFI DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___s_zhtwDTFI_83; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___invariantInfo_0)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_invariantInfo_0() const { return ___invariantInfo_0; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } inline static int32_t get_offset_of_preferExistingTokens_46() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___preferExistingTokens_46)); } inline bool get_preferExistingTokens_46() const { return ___preferExistingTokens_46; } inline bool* get_address_of_preferExistingTokens_46() { return &___preferExistingTokens_46; } inline void set_preferExistingTokens_46(bool value) { ___preferExistingTokens_46 = value; } inline static int32_t get_offset_of_s_calendarNativeNames_52() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_calendarNativeNames_52)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_s_calendarNativeNames_52() const { return ___s_calendarNativeNames_52; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_s_calendarNativeNames_52() { return &___s_calendarNativeNames_52; } inline void set_s_calendarNativeNames_52(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___s_calendarNativeNames_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_calendarNativeNames_52), (void*)value); } inline static int32_t get_offset_of_s_jajpDTFI_82() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_jajpDTFI_82)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_s_jajpDTFI_82() const { return ___s_jajpDTFI_82; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_s_jajpDTFI_82() { return &___s_jajpDTFI_82; } inline void set_s_jajpDTFI_82(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___s_jajpDTFI_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_jajpDTFI_82), (void*)value); } inline static int32_t get_offset_of_s_zhtwDTFI_83() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_zhtwDTFI_83)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_s_zhtwDTFI_83() const { return ___s_zhtwDTFI_83; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_s_zhtwDTFI_83() { return &___s_zhtwDTFI_83; } inline void set_s_zhtwDTFI_83(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___s_zhtwDTFI_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_zhtwDTFI_83), (void*)value); } }; // System.ComponentModel.DateTimeOffsetConverter struct DateTimeOffsetConverter_t6DA5C7194BD4F53C74514B27932E76403337B05E : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: public: }; // System.IO.Compression.DeflateStream struct DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream System.IO.Compression.DeflateStream::base_stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___base_stream_5; // System.IO.Compression.CompressionMode System.IO.Compression.DeflateStream::mode int32_t ___mode_6; // System.Boolean System.IO.Compression.DeflateStream::leaveOpen bool ___leaveOpen_7; // System.Boolean System.IO.Compression.DeflateStream::disposed bool ___disposed_8; // System.IO.Compression.DeflateStreamNative System.IO.Compression.DeflateStream::native DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * ___native_9; public: inline static int32_t get_offset_of_base_stream_5() { return static_cast(offsetof(DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5, ___base_stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_base_stream_5() const { return ___base_stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_base_stream_5() { return &___base_stream_5; } inline void set_base_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___base_stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___base_stream_5), (void*)value); } inline static int32_t get_offset_of_mode_6() { return static_cast(offsetof(DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5, ___mode_6)); } inline int32_t get_mode_6() const { return ___mode_6; } inline int32_t* get_address_of_mode_6() { return &___mode_6; } inline void set_mode_6(int32_t value) { ___mode_6 = value; } inline static int32_t get_offset_of_leaveOpen_7() { return static_cast(offsetof(DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5, ___leaveOpen_7)); } inline bool get_leaveOpen_7() const { return ___leaveOpen_7; } inline bool* get_address_of_leaveOpen_7() { return &___leaveOpen_7; } inline void set_leaveOpen_7(bool value) { ___leaveOpen_7 = value; } inline static int32_t get_offset_of_disposed_8() { return static_cast(offsetof(DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5, ___disposed_8)); } inline bool get_disposed_8() const { return ___disposed_8; } inline bool* get_address_of_disposed_8() { return &___disposed_8; } inline void set_disposed_8(bool value) { ___disposed_8 = value; } inline static int32_t get_offset_of_native_9() { return static_cast(offsetof(DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5, ___native_9)); } inline DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * get_native_9() const { return ___native_9; } inline DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 ** get_address_of_native_9() { return &___native_9; } inline void set_native_9(DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * value) { ___native_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_9), (void*)value); } }; // System.ComponentModel.DesignerSerializationVisibilityAttribute struct DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.ComponentModel.DesignerSerializationVisibility System.ComponentModel.DesignerSerializationVisibilityAttribute::visibility int32_t ___visibility_4; public: inline static int32_t get_offset_of_visibility_4() { return static_cast(offsetof(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268, ___visibility_4)); } inline int32_t get_visibility_4() const { return ___visibility_4; } inline int32_t* get_address_of_visibility_4() { return &___visibility_4; } inline void set_visibility_4(int32_t value) { ___visibility_4 = value; } }; struct DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_StaticFields { public: // System.ComponentModel.DesignerSerializationVisibilityAttribute System.ComponentModel.DesignerSerializationVisibilityAttribute::Content DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * ___Content_0; // System.ComponentModel.DesignerSerializationVisibilityAttribute System.ComponentModel.DesignerSerializationVisibilityAttribute::Hidden DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * ___Hidden_1; // System.ComponentModel.DesignerSerializationVisibilityAttribute System.ComponentModel.DesignerSerializationVisibilityAttribute::Visible DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * ___Visible_2; // System.ComponentModel.DesignerSerializationVisibilityAttribute System.ComponentModel.DesignerSerializationVisibilityAttribute::Default DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * ___Default_3; public: inline static int32_t get_offset_of_Content_0() { return static_cast(offsetof(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_StaticFields, ___Content_0)); } inline DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * get_Content_0() const { return ___Content_0; } inline DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 ** get_address_of_Content_0() { return &___Content_0; } inline void set_Content_0(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * value) { ___Content_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Content_0), (void*)value); } inline static int32_t get_offset_of_Hidden_1() { return static_cast(offsetof(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_StaticFields, ___Hidden_1)); } inline DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * get_Hidden_1() const { return ___Hidden_1; } inline DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 ** get_address_of_Hidden_1() { return &___Hidden_1; } inline void set_Hidden_1(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * value) { ___Hidden_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Hidden_1), (void*)value); } inline static int32_t get_offset_of_Visible_2() { return static_cast(offsetof(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_StaticFields, ___Visible_2)); } inline DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * get_Visible_2() const { return ___Visible_2; } inline DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 ** get_address_of_Visible_2() { return &___Visible_2; } inline void set_Visible_2(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * value) { ___Visible_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Visible_2), (void*)value); } inline static int32_t get_offset_of_Default_3() { return static_cast(offsetof(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_StaticFields, ___Default_3)); } inline DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * get_Default_3() const { return ___Default_3; } inline DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 ** get_address_of_Default_3() { return &___Default_3; } inline void set_Default_3(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * value) { ___Default_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_3), (void*)value); } }; // System.ComponentModel.EditorBrowsableAttribute struct EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.ComponentModel.EditorBrowsableState System.ComponentModel.EditorBrowsableAttribute::browsableState int32_t ___browsableState_0; public: inline static int32_t get_offset_of_browsableState_0() { return static_cast(offsetof(EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614, ___browsableState_0)); } inline int32_t get_browsableState_0() const { return ___browsableState_0; } inline int32_t* get_address_of_browsableState_0() { return &___browsableState_0; } inline void set_browsableState_0(int32_t value) { ___browsableState_0 = value; } }; // System.ComponentModel.EnumConverter struct EnumConverter_t05433389A0FBB1D1185275588F6A9000BCFB7D78 : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.EnumConverter::values StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * ___values_2; // System.Type System.ComponentModel.EnumConverter::type Type_t * ___type_3; public: inline static int32_t get_offset_of_values_2() { return static_cast(offsetof(EnumConverter_t05433389A0FBB1D1185275588F6A9000BCFB7D78, ___values_2)); } inline StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * get_values_2() const { return ___values_2; } inline StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 ** get_address_of_values_2() { return &___values_2; } inline void set_values_2(StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * value) { ___values_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_2), (void*)value); } inline static int32_t get_offset_of_type_3() { return static_cast(offsetof(EnumConverter_t05433389A0FBB1D1185275588F6A9000BCFB7D78, ___type_3)); } inline Type_t * get_type_3() const { return ___type_3; } inline Type_t ** get_address_of_type_3() { return &___type_3; } inline void set_type_3(Type_t * value) { ___type_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_3), (void*)value); } }; // System.Threading.EventWaitHandle struct EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C : public WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 { public: public: }; // System.ComponentModel.ExpandableObjectConverter struct ExpandableObjectConverter_t9E4B8883C179C271B4EEC95BFE0A105698D3725E : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: public: }; // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_7; // System.String System.IO.FileStream::name String_t* ___name_8; // Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * ___safeHandle_9; // System.Boolean System.IO.FileStream::isExposed bool ___isExposed_10; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_11; // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_12; // System.Boolean System.IO.FileStream::owner bool ___owner_13; // System.Boolean System.IO.FileStream::async bool ___async_14; // System.Boolean System.IO.FileStream::canseek bool ___canseek_15; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_16; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_17; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_18; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_19; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_20; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_21; public: inline static int32_t get_offset_of_buf_7() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_7() const { return ___buf_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_7() { return &___buf_7; } inline void set_buf_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_7), (void*)value); } inline static int32_t get_offset_of_name_8() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___name_8)); } inline String_t* get_name_8() const { return ___name_8; } inline String_t** get_address_of_name_8() { return &___name_8; } inline void set_name_8(String_t* value) { ___name_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_8), (void*)value); } inline static int32_t get_offset_of_safeHandle_9() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___safeHandle_9)); } inline SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * get_safeHandle_9() const { return ___safeHandle_9; } inline SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 ** get_address_of_safeHandle_9() { return &___safeHandle_9; } inline void set_safeHandle_9(SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * value) { ___safeHandle_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_9), (void*)value); } inline static int32_t get_offset_of_isExposed_10() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___isExposed_10)); } inline bool get_isExposed_10() const { return ___isExposed_10; } inline bool* get_address_of_isExposed_10() { return &___isExposed_10; } inline void set_isExposed_10(bool value) { ___isExposed_10 = value; } inline static int32_t get_offset_of_append_startpos_11() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___append_startpos_11)); } inline int64_t get_append_startpos_11() const { return ___append_startpos_11; } inline int64_t* get_address_of_append_startpos_11() { return &___append_startpos_11; } inline void set_append_startpos_11(int64_t value) { ___append_startpos_11 = value; } inline static int32_t get_offset_of_access_12() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___access_12)); } inline int32_t get_access_12() const { return ___access_12; } inline int32_t* get_address_of_access_12() { return &___access_12; } inline void set_access_12(int32_t value) { ___access_12 = value; } inline static int32_t get_offset_of_owner_13() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___owner_13)); } inline bool get_owner_13() const { return ___owner_13; } inline bool* get_address_of_owner_13() { return &___owner_13; } inline void set_owner_13(bool value) { ___owner_13 = value; } inline static int32_t get_offset_of_async_14() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___async_14)); } inline bool get_async_14() const { return ___async_14; } inline bool* get_address_of_async_14() { return &___async_14; } inline void set_async_14(bool value) { ___async_14 = value; } inline static int32_t get_offset_of_canseek_15() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___canseek_15)); } inline bool get_canseek_15() const { return ___canseek_15; } inline bool* get_address_of_canseek_15() { return &___canseek_15; } inline void set_canseek_15(bool value) { ___canseek_15 = value; } inline static int32_t get_offset_of_anonymous_16() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___anonymous_16)); } inline bool get_anonymous_16() const { return ___anonymous_16; } inline bool* get_address_of_anonymous_16() { return &___anonymous_16; } inline void set_anonymous_16(bool value) { ___anonymous_16 = value; } inline static int32_t get_offset_of_buf_dirty_17() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_dirty_17)); } inline bool get_buf_dirty_17() const { return ___buf_dirty_17; } inline bool* get_address_of_buf_dirty_17() { return &___buf_dirty_17; } inline void set_buf_dirty_17(bool value) { ___buf_dirty_17 = value; } inline static int32_t get_offset_of_buf_size_18() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_size_18)); } inline int32_t get_buf_size_18() const { return ___buf_size_18; } inline int32_t* get_address_of_buf_size_18() { return &___buf_size_18; } inline void set_buf_size_18(int32_t value) { ___buf_size_18 = value; } inline static int32_t get_offset_of_buf_length_19() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_length_19)); } inline int32_t get_buf_length_19() const { return ___buf_length_19; } inline int32_t* get_address_of_buf_length_19() { return &___buf_length_19; } inline void set_buf_length_19(int32_t value) { ___buf_length_19 = value; } inline static int32_t get_offset_of_buf_offset_20() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_offset_20)); } inline int32_t get_buf_offset_20() const { return ___buf_offset_20; } inline int32_t* get_address_of_buf_offset_20() { return &___buf_offset_20; } inline void set_buf_offset_20(int32_t value) { ___buf_offset_20 = value; } inline static int32_t get_offset_of_buf_start_21() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_start_21)); } inline int64_t get_buf_start_21() const { return ___buf_start_21; } inline int64_t* get_address_of_buf_start_21() { return &___buf_start_21; } inline void set_buf_start_21(int64_t value) { ___buf_start_21 = value; } }; struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields { public: // System.Byte[] System.IO.FileStream::buf_recycle ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_recycle_5; // System.Object System.IO.FileStream::buf_recycle_lock RuntimeObject * ___buf_recycle_lock_6; public: inline static int32_t get_offset_of_buf_recycle_5() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields, ___buf_recycle_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_recycle_5() const { return ___buf_recycle_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_recycle_5() { return &___buf_recycle_5; } inline void set_buf_recycle_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_recycle_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_5), (void*)value); } inline static int32_t get_offset_of_buf_recycle_lock_6() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields, ___buf_recycle_lock_6)); } inline RuntimeObject * get_buf_recycle_lock_6() const { return ___buf_recycle_lock_6; } inline RuntimeObject ** get_address_of_buf_recycle_lock_6() { return &___buf_recycle_lock_6; } inline void set_buf_recycle_lock_6(RuntimeObject * value) { ___buf_recycle_lock_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_6), (void*)value); } }; // System.Net.FileWebResponse struct FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6 : public WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 { public: // System.Boolean System.Net.FileWebResponse::m_closed bool ___m_closed_1; // System.Int64 System.Net.FileWebResponse::m_contentLength int64_t ___m_contentLength_2; // System.IO.FileAccess System.Net.FileWebResponse::m_fileAccess int32_t ___m_fileAccess_3; // System.Net.WebHeaderCollection System.Net.FileWebResponse::m_headers WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___m_headers_4; // System.IO.Stream System.Net.FileWebResponse::m_stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___m_stream_5; // System.Uri System.Net.FileWebResponse::m_uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___m_uri_6; public: inline static int32_t get_offset_of_m_closed_1() { return static_cast(offsetof(FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6, ___m_closed_1)); } inline bool get_m_closed_1() const { return ___m_closed_1; } inline bool* get_address_of_m_closed_1() { return &___m_closed_1; } inline void set_m_closed_1(bool value) { ___m_closed_1 = value; } inline static int32_t get_offset_of_m_contentLength_2() { return static_cast(offsetof(FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6, ___m_contentLength_2)); } inline int64_t get_m_contentLength_2() const { return ___m_contentLength_2; } inline int64_t* get_address_of_m_contentLength_2() { return &___m_contentLength_2; } inline void set_m_contentLength_2(int64_t value) { ___m_contentLength_2 = value; } inline static int32_t get_offset_of_m_fileAccess_3() { return static_cast(offsetof(FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6, ___m_fileAccess_3)); } inline int32_t get_m_fileAccess_3() const { return ___m_fileAccess_3; } inline int32_t* get_address_of_m_fileAccess_3() { return &___m_fileAccess_3; } inline void set_m_fileAccess_3(int32_t value) { ___m_fileAccess_3 = value; } inline static int32_t get_offset_of_m_headers_4() { return static_cast(offsetof(FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6, ___m_headers_4)); } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * get_m_headers_4() const { return ___m_headers_4; } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 ** get_address_of_m_headers_4() { return &___m_headers_4; } inline void set_m_headers_4(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * value) { ___m_headers_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_headers_4), (void*)value); } inline static int32_t get_offset_of_m_stream_5() { return static_cast(offsetof(FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6, ___m_stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_m_stream_5() const { return ___m_stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_m_stream_5() { return &___m_stream_5; } inline void set_m_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___m_stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stream_5), (void*)value); } inline static int32_t get_offset_of_m_uri_6() { return static_cast(offsetof(FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6, ___m_uri_6)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_m_uri_6() const { return ___m_uri_6; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_m_uri_6() { return &___m_uri_6; } inline void set_m_uri_6(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___m_uri_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_uri_6), (void*)value); } }; // System.Net.FtpStatus struct FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 : public RuntimeObject { public: // System.Net.FtpStatusCode System.Net.FtpStatus::statusCode int32_t ___statusCode_0; // System.String System.Net.FtpStatus::statusDescription String_t* ___statusDescription_1; public: inline static int32_t get_offset_of_statusCode_0() { return static_cast(offsetof(FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837, ___statusCode_0)); } inline int32_t get_statusCode_0() const { return ___statusCode_0; } inline int32_t* get_address_of_statusCode_0() { return &___statusCode_0; } inline void set_statusCode_0(int32_t value) { ___statusCode_0 = value; } inline static int32_t get_offset_of_statusDescription_1() { return static_cast(offsetof(FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837, ___statusDescription_1)); } inline String_t* get_statusDescription_1() const { return ___statusDescription_1; } inline String_t** get_address_of_statusDescription_1() { return &___statusDescription_1; } inline void set_statusDescription_1(String_t* value) { ___statusDescription_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___statusDescription_1), (void*)value); } }; // System.Net.FtpWebResponse struct FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 : public WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 { public: // System.IO.Stream System.Net.FtpWebResponse::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_1; // System.Uri System.Net.FtpWebResponse::uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri_2; // System.Net.FtpStatusCode System.Net.FtpWebResponse::statusCode int32_t ___statusCode_3; // System.DateTime System.Net.FtpWebResponse::lastModified DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___lastModified_4; // System.String System.Net.FtpWebResponse::bannerMessage String_t* ___bannerMessage_5; // System.String System.Net.FtpWebResponse::welcomeMessage String_t* ___welcomeMessage_6; // System.String System.Net.FtpWebResponse::exitMessage String_t* ___exitMessage_7; // System.String System.Net.FtpWebResponse::statusDescription String_t* ___statusDescription_8; // System.String System.Net.FtpWebResponse::method String_t* ___method_9; // System.Boolean System.Net.FtpWebResponse::disposed bool ___disposed_10; // System.Net.FtpWebRequest System.Net.FtpWebResponse::request FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * ___request_11; // System.Int64 System.Net.FtpWebResponse::contentLength int64_t ___contentLength_12; public: inline static int32_t get_offset_of_stream_1() { return static_cast(offsetof(FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49, ___stream_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_1() const { return ___stream_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_1() { return &___stream_1; } inline void set_stream_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_1), (void*)value); } inline static int32_t get_offset_of_uri_2() { return static_cast(offsetof(FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49, ___uri_2)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_uri_2() const { return ___uri_2; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_uri_2() { return &___uri_2; } inline void set_uri_2(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___uri_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_2), (void*)value); } inline static int32_t get_offset_of_statusCode_3() { return static_cast(offsetof(FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49, ___statusCode_3)); } inline int32_t get_statusCode_3() const { return ___statusCode_3; } inline int32_t* get_address_of_statusCode_3() { return &___statusCode_3; } inline void set_statusCode_3(int32_t value) { ___statusCode_3 = value; } inline static int32_t get_offset_of_lastModified_4() { return static_cast(offsetof(FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49, ___lastModified_4)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_lastModified_4() const { return ___lastModified_4; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_lastModified_4() { return &___lastModified_4; } inline void set_lastModified_4(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___lastModified_4 = value; } inline static int32_t get_offset_of_bannerMessage_5() { return static_cast(offsetof(FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49, ___bannerMessage_5)); } inline String_t* get_bannerMessage_5() const { return ___bannerMessage_5; } inline String_t** get_address_of_bannerMessage_5() { return &___bannerMessage_5; } inline void set_bannerMessage_5(String_t* value) { ___bannerMessage_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___bannerMessage_5), (void*)value); } inline static int32_t get_offset_of_welcomeMessage_6() { return static_cast(offsetof(FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49, ___welcomeMessage_6)); } inline String_t* get_welcomeMessage_6() const { return ___welcomeMessage_6; } inline String_t** get_address_of_welcomeMessage_6() { return &___welcomeMessage_6; } inline void set_welcomeMessage_6(String_t* value) { ___welcomeMessage_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___welcomeMessage_6), (void*)value); } inline static int32_t get_offset_of_exitMessage_7() { return static_cast(offsetof(FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49, ___exitMessage_7)); } inline String_t* get_exitMessage_7() const { return ___exitMessage_7; } inline String_t** get_address_of_exitMessage_7() { return &___exitMessage_7; } inline void set_exitMessage_7(String_t* value) { ___exitMessage_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___exitMessage_7), (void*)value); } inline static int32_t get_offset_of_statusDescription_8() { return static_cast(offsetof(FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49, ___statusDescription_8)); } inline String_t* get_statusDescription_8() const { return ___statusDescription_8; } inline String_t** get_address_of_statusDescription_8() { return &___statusDescription_8; } inline void set_statusDescription_8(String_t* value) { ___statusDescription_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___statusDescription_8), (void*)value); } inline static int32_t get_offset_of_method_9() { return static_cast(offsetof(FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49, ___method_9)); } inline String_t* get_method_9() const { return ___method_9; } inline String_t** get_address_of_method_9() { return &___method_9; } inline void set_method_9(String_t* value) { ___method_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_9), (void*)value); } inline static int32_t get_offset_of_disposed_10() { return static_cast(offsetof(FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49, ___disposed_10)); } inline bool get_disposed_10() const { return ___disposed_10; } inline bool* get_address_of_disposed_10() { return &___disposed_10; } inline void set_disposed_10(bool value) { ___disposed_10 = value; } inline static int32_t get_offset_of_request_11() { return static_cast(offsetof(FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49, ___request_11)); } inline FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * get_request_11() const { return ___request_11; } inline FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D ** get_address_of_request_11() { return &___request_11; } inline void set_request_11(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * value) { ___request_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___request_11), (void*)value); } inline static int32_t get_offset_of_contentLength_12() { return static_cast(offsetof(FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49, ___contentLength_12)); } inline int64_t get_contentLength_12() const { return ___contentLength_12; } inline int64_t* get_address_of_contentLength_12() { return &___contentLength_12; } inline void set_contentLength_12(int64_t value) { ___contentLength_12 = value; } }; // System.Net.IPAddress struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE : public RuntimeObject { public: // System.Int64 System.Net.IPAddress::m_Address int64_t ___m_Address_5; // System.String System.Net.IPAddress::m_ToString String_t* ___m_ToString_6; // System.Net.Sockets.AddressFamily System.Net.IPAddress::m_Family int32_t ___m_Family_10; // System.UInt16[] System.Net.IPAddress::m_Numbers UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___m_Numbers_11; // System.Int64 System.Net.IPAddress::m_ScopeId int64_t ___m_ScopeId_12; // System.Int32 System.Net.IPAddress::m_HashCode int32_t ___m_HashCode_13; public: inline static int32_t get_offset_of_m_Address_5() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_Address_5)); } inline int64_t get_m_Address_5() const { return ___m_Address_5; } inline int64_t* get_address_of_m_Address_5() { return &___m_Address_5; } inline void set_m_Address_5(int64_t value) { ___m_Address_5 = value; } inline static int32_t get_offset_of_m_ToString_6() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_ToString_6)); } inline String_t* get_m_ToString_6() const { return ___m_ToString_6; } inline String_t** get_address_of_m_ToString_6() { return &___m_ToString_6; } inline void set_m_ToString_6(String_t* value) { ___m_ToString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ToString_6), (void*)value); } inline static int32_t get_offset_of_m_Family_10() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_Family_10)); } inline int32_t get_m_Family_10() const { return ___m_Family_10; } inline int32_t* get_address_of_m_Family_10() { return &___m_Family_10; } inline void set_m_Family_10(int32_t value) { ___m_Family_10 = value; } inline static int32_t get_offset_of_m_Numbers_11() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_Numbers_11)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get_m_Numbers_11() const { return ___m_Numbers_11; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of_m_Numbers_11() { return &___m_Numbers_11; } inline void set_m_Numbers_11(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ___m_Numbers_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Numbers_11), (void*)value); } inline static int32_t get_offset_of_m_ScopeId_12() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_ScopeId_12)); } inline int64_t get_m_ScopeId_12() const { return ___m_ScopeId_12; } inline int64_t* get_address_of_m_ScopeId_12() { return &___m_ScopeId_12; } inline void set_m_ScopeId_12(int64_t value) { ___m_ScopeId_12 = value; } inline static int32_t get_offset_of_m_HashCode_13() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_HashCode_13)); } inline int32_t get_m_HashCode_13() const { return ___m_HashCode_13; } inline int32_t* get_address_of_m_HashCode_13() { return &___m_HashCode_13; } inline void set_m_HashCode_13(int32_t value) { ___m_HashCode_13 = value; } }; struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields { public: // System.Net.IPAddress System.Net.IPAddress::Any IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___Any_0; // System.Net.IPAddress System.Net.IPAddress::Loopback IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___Loopback_1; // System.Net.IPAddress System.Net.IPAddress::Broadcast IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___Broadcast_2; // System.Net.IPAddress System.Net.IPAddress::None IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___None_3; // System.Net.IPAddress System.Net.IPAddress::IPv6Any IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___IPv6Any_7; // System.Net.IPAddress System.Net.IPAddress::IPv6Loopback IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___IPv6Loopback_8; // System.Net.IPAddress System.Net.IPAddress::IPv6None IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___IPv6None_9; public: inline static int32_t get_offset_of_Any_0() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___Any_0)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_Any_0() const { return ___Any_0; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_Any_0() { return &___Any_0; } inline void set_Any_0(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___Any_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Any_0), (void*)value); } inline static int32_t get_offset_of_Loopback_1() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___Loopback_1)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_Loopback_1() const { return ___Loopback_1; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_Loopback_1() { return &___Loopback_1; } inline void set_Loopback_1(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___Loopback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Loopback_1), (void*)value); } inline static int32_t get_offset_of_Broadcast_2() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___Broadcast_2)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_Broadcast_2() const { return ___Broadcast_2; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_Broadcast_2() { return &___Broadcast_2; } inline void set_Broadcast_2(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___Broadcast_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Broadcast_2), (void*)value); } inline static int32_t get_offset_of_None_3() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___None_3)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_None_3() const { return ___None_3; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_None_3() { return &___None_3; } inline void set_None_3(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___None_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___None_3), (void*)value); } inline static int32_t get_offset_of_IPv6Any_7() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___IPv6Any_7)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_IPv6Any_7() const { return ___IPv6Any_7; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_IPv6Any_7() { return &___IPv6Any_7; } inline void set_IPv6Any_7(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___IPv6Any_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Any_7), (void*)value); } inline static int32_t get_offset_of_IPv6Loopback_8() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___IPv6Loopback_8)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_IPv6Loopback_8() const { return ___IPv6Loopback_8; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_IPv6Loopback_8() { return &___IPv6Loopback_8; } inline void set_IPv6Loopback_8(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___IPv6Loopback_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Loopback_8), (void*)value); } inline static int32_t get_offset_of_IPv6None_9() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___IPv6None_9)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_IPv6None_9() const { return ___IPv6None_9; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_IPv6None_9() { return &___IPv6None_9; } inline void set_IPv6None_9(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___IPv6None_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6None_9), (void*)value); } }; // System.IO.MonoIOStat struct MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 { public: // System.IO.FileAttributes System.IO.MonoIOStat::fileAttributes int32_t ___fileAttributes_0; // System.Int64 System.IO.MonoIOStat::Length int64_t ___Length_1; // System.Int64 System.IO.MonoIOStat::CreationTime int64_t ___CreationTime_2; // System.Int64 System.IO.MonoIOStat::LastAccessTime int64_t ___LastAccessTime_3; // System.Int64 System.IO.MonoIOStat::LastWriteTime int64_t ___LastWriteTime_4; public: inline static int32_t get_offset_of_fileAttributes_0() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___fileAttributes_0)); } inline int32_t get_fileAttributes_0() const { return ___fileAttributes_0; } inline int32_t* get_address_of_fileAttributes_0() { return &___fileAttributes_0; } inline void set_fileAttributes_0(int32_t value) { ___fileAttributes_0 = value; } inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___Length_1)); } inline int64_t get_Length_1() const { return ___Length_1; } inline int64_t* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(int64_t value) { ___Length_1 = value; } inline static int32_t get_offset_of_CreationTime_2() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___CreationTime_2)); } inline int64_t get_CreationTime_2() const { return ___CreationTime_2; } inline int64_t* get_address_of_CreationTime_2() { return &___CreationTime_2; } inline void set_CreationTime_2(int64_t value) { ___CreationTime_2 = value; } inline static int32_t get_offset_of_LastAccessTime_3() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___LastAccessTime_3)); } inline int64_t get_LastAccessTime_3() const { return ___LastAccessTime_3; } inline int64_t* get_address_of_LastAccessTime_3() { return &___LastAccessTime_3; } inline void set_LastAccessTime_3(int64_t value) { ___LastAccessTime_3 = value; } inline static int32_t get_offset_of_LastWriteTime_4() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___LastWriteTime_4)); } inline int64_t get_LastWriteTime_4() const { return ___LastWriteTime_4; } inline int64_t* get_address_of_LastWriteTime_4() { return &___LastWriteTime_4; } inline void set_LastWriteTime_4(int64_t value) { ___LastWriteTime_4 = value; } }; // 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); } }; // Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid struct SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 : public SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B { public: public: }; // System.Net.Sockets.Socket struct Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 : public RuntimeObject { public: // System.Boolean System.Net.Sockets.Socket::is_closed bool ___is_closed_10; // System.Boolean System.Net.Sockets.Socket::is_listening bool ___is_listening_11; // System.Boolean System.Net.Sockets.Socket::useOverlappedIO bool ___useOverlappedIO_12; // System.Int32 System.Net.Sockets.Socket::linger_timeout int32_t ___linger_timeout_13; // System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::addressFamily int32_t ___addressFamily_14; // System.Net.Sockets.SocketType System.Net.Sockets.Socket::socketType int32_t ___socketType_15; // System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::protocolType int32_t ___protocolType_16; // System.Net.Sockets.SafeSocketHandle System.Net.Sockets.Socket::m_Handle SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___m_Handle_17; // System.Net.EndPoint System.Net.Sockets.Socket::seed_endpoint EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___seed_endpoint_18; // System.Threading.SemaphoreSlim System.Net.Sockets.Socket::ReadSem SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ___ReadSem_19; // System.Threading.SemaphoreSlim System.Net.Sockets.Socket::WriteSem SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ___WriteSem_20; // System.Boolean System.Net.Sockets.Socket::is_blocking bool ___is_blocking_21; // System.Boolean System.Net.Sockets.Socket::is_bound bool ___is_bound_22; // System.Boolean System.Net.Sockets.Socket::is_connected bool ___is_connected_23; // System.Int32 System.Net.Sockets.Socket::m_IntCleanedUp int32_t ___m_IntCleanedUp_24; // System.Boolean System.Net.Sockets.Socket::connect_in_progress bool ___connect_in_progress_25; // System.Int32 System.Net.Sockets.Socket::ID int32_t ___ID_26; public: inline static int32_t get_offset_of_is_closed_10() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___is_closed_10)); } inline bool get_is_closed_10() const { return ___is_closed_10; } inline bool* get_address_of_is_closed_10() { return &___is_closed_10; } inline void set_is_closed_10(bool value) { ___is_closed_10 = value; } inline static int32_t get_offset_of_is_listening_11() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___is_listening_11)); } inline bool get_is_listening_11() const { return ___is_listening_11; } inline bool* get_address_of_is_listening_11() { return &___is_listening_11; } inline void set_is_listening_11(bool value) { ___is_listening_11 = value; } inline static int32_t get_offset_of_useOverlappedIO_12() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___useOverlappedIO_12)); } inline bool get_useOverlappedIO_12() const { return ___useOverlappedIO_12; } inline bool* get_address_of_useOverlappedIO_12() { return &___useOverlappedIO_12; } inline void set_useOverlappedIO_12(bool value) { ___useOverlappedIO_12 = value; } inline static int32_t get_offset_of_linger_timeout_13() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___linger_timeout_13)); } inline int32_t get_linger_timeout_13() const { return ___linger_timeout_13; } inline int32_t* get_address_of_linger_timeout_13() { return &___linger_timeout_13; } inline void set_linger_timeout_13(int32_t value) { ___linger_timeout_13 = value; } inline static int32_t get_offset_of_addressFamily_14() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___addressFamily_14)); } inline int32_t get_addressFamily_14() const { return ___addressFamily_14; } inline int32_t* get_address_of_addressFamily_14() { return &___addressFamily_14; } inline void set_addressFamily_14(int32_t value) { ___addressFamily_14 = value; } inline static int32_t get_offset_of_socketType_15() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___socketType_15)); } inline int32_t get_socketType_15() const { return ___socketType_15; } inline int32_t* get_address_of_socketType_15() { return &___socketType_15; } inline void set_socketType_15(int32_t value) { ___socketType_15 = value; } inline static int32_t get_offset_of_protocolType_16() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___protocolType_16)); } inline int32_t get_protocolType_16() const { return ___protocolType_16; } inline int32_t* get_address_of_protocolType_16() { return &___protocolType_16; } inline void set_protocolType_16(int32_t value) { ___protocolType_16 = value; } inline static int32_t get_offset_of_m_Handle_17() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___m_Handle_17)); } inline SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * get_m_Handle_17() const { return ___m_Handle_17; } inline SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 ** get_address_of_m_Handle_17() { return &___m_Handle_17; } inline void set_m_Handle_17(SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * value) { ___m_Handle_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Handle_17), (void*)value); } inline static int32_t get_offset_of_seed_endpoint_18() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___seed_endpoint_18)); } inline EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * get_seed_endpoint_18() const { return ___seed_endpoint_18; } inline EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** get_address_of_seed_endpoint_18() { return &___seed_endpoint_18; } inline void set_seed_endpoint_18(EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * value) { ___seed_endpoint_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_endpoint_18), (void*)value); } inline static int32_t get_offset_of_ReadSem_19() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___ReadSem_19)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get_ReadSem_19() const { return ___ReadSem_19; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of_ReadSem_19() { return &___ReadSem_19; } inline void set_ReadSem_19(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ___ReadSem_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReadSem_19), (void*)value); } inline static int32_t get_offset_of_WriteSem_20() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___WriteSem_20)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get_WriteSem_20() const { return ___WriteSem_20; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of_WriteSem_20() { return &___WriteSem_20; } inline void set_WriteSem_20(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ___WriteSem_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___WriteSem_20), (void*)value); } inline static int32_t get_offset_of_is_blocking_21() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___is_blocking_21)); } inline bool get_is_blocking_21() const { return ___is_blocking_21; } inline bool* get_address_of_is_blocking_21() { return &___is_blocking_21; } inline void set_is_blocking_21(bool value) { ___is_blocking_21 = value; } inline static int32_t get_offset_of_is_bound_22() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___is_bound_22)); } inline bool get_is_bound_22() const { return ___is_bound_22; } inline bool* get_address_of_is_bound_22() { return &___is_bound_22; } inline void set_is_bound_22(bool value) { ___is_bound_22 = value; } inline static int32_t get_offset_of_is_connected_23() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___is_connected_23)); } inline bool get_is_connected_23() const { return ___is_connected_23; } inline bool* get_address_of_is_connected_23() { return &___is_connected_23; } inline void set_is_connected_23(bool value) { ___is_connected_23 = value; } inline static int32_t get_offset_of_m_IntCleanedUp_24() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___m_IntCleanedUp_24)); } inline int32_t get_m_IntCleanedUp_24() const { return ___m_IntCleanedUp_24; } inline int32_t* get_address_of_m_IntCleanedUp_24() { return &___m_IntCleanedUp_24; } inline void set_m_IntCleanedUp_24(int32_t value) { ___m_IntCleanedUp_24 = value; } inline static int32_t get_offset_of_connect_in_progress_25() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___connect_in_progress_25)); } inline bool get_connect_in_progress_25() const { return ___connect_in_progress_25; } inline bool* get_address_of_connect_in_progress_25() { return &___connect_in_progress_25; } inline void set_connect_in_progress_25(bool value) { ___connect_in_progress_25 = value; } inline static int32_t get_offset_of_ID_26() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___ID_26)); } inline int32_t get_ID_26() const { return ___ID_26; } inline int32_t* get_address_of_ID_26() { return &___ID_26; } inline void set_ID_26(int32_t value) { ___ID_26 = value; } }; struct Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields { public: // System.Object System.Net.Sockets.Socket::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_0; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_SupportsIPv4 bool ___s_SupportsIPv4_1; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_SupportsIPv6 bool ___s_SupportsIPv6_2; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_OSSupportsIPv6 bool ___s_OSSupportsIPv6_3; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_Initialized bool ___s_Initialized_4; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_LoggingEnabled bool ___s_LoggingEnabled_5; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_PerfCountersEnabled bool ___s_PerfCountersEnabled_6; // System.AsyncCallback System.Net.Sockets.Socket::AcceptAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___AcceptAsyncCallback_27; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginAcceptCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginAcceptCallback_28; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginAcceptReceiveCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginAcceptReceiveCallback_29; // System.AsyncCallback System.Net.Sockets.Socket::ConnectAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___ConnectAsyncCallback_30; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginConnectCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginConnectCallback_31; // System.AsyncCallback System.Net.Sockets.Socket::DisconnectAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___DisconnectAsyncCallback_32; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginDisconnectCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginDisconnectCallback_33; // System.AsyncCallback System.Net.Sockets.Socket::ReceiveAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___ReceiveAsyncCallback_34; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginReceiveCallback_35; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveGenericCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginReceiveGenericCallback_36; // System.AsyncCallback System.Net.Sockets.Socket::ReceiveFromAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___ReceiveFromAsyncCallback_37; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveFromCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginReceiveFromCallback_38; // System.AsyncCallback System.Net.Sockets.Socket::SendAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___SendAsyncCallback_39; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginSendGenericCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginSendGenericCallback_40; // System.AsyncCallback System.Net.Sockets.Socket::SendToAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___SendToAsyncCallback_41; public: inline static int32_t get_offset_of_s_InternalSyncObject_0() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_InternalSyncObject_0)); } inline RuntimeObject * get_s_InternalSyncObject_0() const { return ___s_InternalSyncObject_0; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_0() { return &___s_InternalSyncObject_0; } inline void set_s_InternalSyncObject_0(RuntimeObject * value) { ___s_InternalSyncObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_0), (void*)value); } inline static int32_t get_offset_of_s_SupportsIPv4_1() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_SupportsIPv4_1)); } inline bool get_s_SupportsIPv4_1() const { return ___s_SupportsIPv4_1; } inline bool* get_address_of_s_SupportsIPv4_1() { return &___s_SupportsIPv4_1; } inline void set_s_SupportsIPv4_1(bool value) { ___s_SupportsIPv4_1 = value; } inline static int32_t get_offset_of_s_SupportsIPv6_2() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_SupportsIPv6_2)); } inline bool get_s_SupportsIPv6_2() const { return ___s_SupportsIPv6_2; } inline bool* get_address_of_s_SupportsIPv6_2() { return &___s_SupportsIPv6_2; } inline void set_s_SupportsIPv6_2(bool value) { ___s_SupportsIPv6_2 = value; } inline static int32_t get_offset_of_s_OSSupportsIPv6_3() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_OSSupportsIPv6_3)); } inline bool get_s_OSSupportsIPv6_3() const { return ___s_OSSupportsIPv6_3; } inline bool* get_address_of_s_OSSupportsIPv6_3() { return &___s_OSSupportsIPv6_3; } inline void set_s_OSSupportsIPv6_3(bool value) { ___s_OSSupportsIPv6_3 = value; } inline static int32_t get_offset_of_s_Initialized_4() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_Initialized_4)); } inline bool get_s_Initialized_4() const { return ___s_Initialized_4; } inline bool* get_address_of_s_Initialized_4() { return &___s_Initialized_4; } inline void set_s_Initialized_4(bool value) { ___s_Initialized_4 = value; } inline static int32_t get_offset_of_s_LoggingEnabled_5() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_LoggingEnabled_5)); } inline bool get_s_LoggingEnabled_5() const { return ___s_LoggingEnabled_5; } inline bool* get_address_of_s_LoggingEnabled_5() { return &___s_LoggingEnabled_5; } inline void set_s_LoggingEnabled_5(bool value) { ___s_LoggingEnabled_5 = value; } inline static int32_t get_offset_of_s_PerfCountersEnabled_6() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_PerfCountersEnabled_6)); } inline bool get_s_PerfCountersEnabled_6() const { return ___s_PerfCountersEnabled_6; } inline bool* get_address_of_s_PerfCountersEnabled_6() { return &___s_PerfCountersEnabled_6; } inline void set_s_PerfCountersEnabled_6(bool value) { ___s_PerfCountersEnabled_6 = value; } inline static int32_t get_offset_of_AcceptAsyncCallback_27() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___AcceptAsyncCallback_27)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_AcceptAsyncCallback_27() const { return ___AcceptAsyncCallback_27; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_AcceptAsyncCallback_27() { return &___AcceptAsyncCallback_27; } inline void set_AcceptAsyncCallback_27(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___AcceptAsyncCallback_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___AcceptAsyncCallback_27), (void*)value); } inline static int32_t get_offset_of_BeginAcceptCallback_28() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginAcceptCallback_28)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginAcceptCallback_28() const { return ___BeginAcceptCallback_28; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginAcceptCallback_28() { return &___BeginAcceptCallback_28; } inline void set_BeginAcceptCallback_28(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginAcceptCallback_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginAcceptCallback_28), (void*)value); } inline static int32_t get_offset_of_BeginAcceptReceiveCallback_29() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginAcceptReceiveCallback_29)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginAcceptReceiveCallback_29() const { return ___BeginAcceptReceiveCallback_29; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginAcceptReceiveCallback_29() { return &___BeginAcceptReceiveCallback_29; } inline void set_BeginAcceptReceiveCallback_29(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginAcceptReceiveCallback_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginAcceptReceiveCallback_29), (void*)value); } inline static int32_t get_offset_of_ConnectAsyncCallback_30() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___ConnectAsyncCallback_30)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_ConnectAsyncCallback_30() const { return ___ConnectAsyncCallback_30; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_ConnectAsyncCallback_30() { return &___ConnectAsyncCallback_30; } inline void set_ConnectAsyncCallback_30(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___ConnectAsyncCallback_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___ConnectAsyncCallback_30), (void*)value); } inline static int32_t get_offset_of_BeginConnectCallback_31() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginConnectCallback_31)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginConnectCallback_31() const { return ___BeginConnectCallback_31; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginConnectCallback_31() { return &___BeginConnectCallback_31; } inline void set_BeginConnectCallback_31(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginConnectCallback_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginConnectCallback_31), (void*)value); } inline static int32_t get_offset_of_DisconnectAsyncCallback_32() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___DisconnectAsyncCallback_32)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_DisconnectAsyncCallback_32() const { return ___DisconnectAsyncCallback_32; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_DisconnectAsyncCallback_32() { return &___DisconnectAsyncCallback_32; } inline void set_DisconnectAsyncCallback_32(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___DisconnectAsyncCallback_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___DisconnectAsyncCallback_32), (void*)value); } inline static int32_t get_offset_of_BeginDisconnectCallback_33() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginDisconnectCallback_33)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginDisconnectCallback_33() const { return ___BeginDisconnectCallback_33; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginDisconnectCallback_33() { return &___BeginDisconnectCallback_33; } inline void set_BeginDisconnectCallback_33(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginDisconnectCallback_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginDisconnectCallback_33), (void*)value); } inline static int32_t get_offset_of_ReceiveAsyncCallback_34() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___ReceiveAsyncCallback_34)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_ReceiveAsyncCallback_34() const { return ___ReceiveAsyncCallback_34; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_ReceiveAsyncCallback_34() { return &___ReceiveAsyncCallback_34; } inline void set_ReceiveAsyncCallback_34(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___ReceiveAsyncCallback_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReceiveAsyncCallback_34), (void*)value); } inline static int32_t get_offset_of_BeginReceiveCallback_35() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginReceiveCallback_35)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginReceiveCallback_35() const { return ___BeginReceiveCallback_35; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginReceiveCallback_35() { return &___BeginReceiveCallback_35; } inline void set_BeginReceiveCallback_35(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginReceiveCallback_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginReceiveCallback_35), (void*)value); } inline static int32_t get_offset_of_BeginReceiveGenericCallback_36() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginReceiveGenericCallback_36)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginReceiveGenericCallback_36() const { return ___BeginReceiveGenericCallback_36; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginReceiveGenericCallback_36() { return &___BeginReceiveGenericCallback_36; } inline void set_BeginReceiveGenericCallback_36(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginReceiveGenericCallback_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginReceiveGenericCallback_36), (void*)value); } inline static int32_t get_offset_of_ReceiveFromAsyncCallback_37() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___ReceiveFromAsyncCallback_37)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_ReceiveFromAsyncCallback_37() const { return ___ReceiveFromAsyncCallback_37; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_ReceiveFromAsyncCallback_37() { return &___ReceiveFromAsyncCallback_37; } inline void set_ReceiveFromAsyncCallback_37(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___ReceiveFromAsyncCallback_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReceiveFromAsyncCallback_37), (void*)value); } inline static int32_t get_offset_of_BeginReceiveFromCallback_38() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginReceiveFromCallback_38)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginReceiveFromCallback_38() const { return ___BeginReceiveFromCallback_38; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginReceiveFromCallback_38() { return &___BeginReceiveFromCallback_38; } inline void set_BeginReceiveFromCallback_38(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginReceiveFromCallback_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginReceiveFromCallback_38), (void*)value); } inline static int32_t get_offset_of_SendAsyncCallback_39() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___SendAsyncCallback_39)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_SendAsyncCallback_39() const { return ___SendAsyncCallback_39; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_SendAsyncCallback_39() { return &___SendAsyncCallback_39; } inline void set_SendAsyncCallback_39(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___SendAsyncCallback_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___SendAsyncCallback_39), (void*)value); } inline static int32_t get_offset_of_BeginSendGenericCallback_40() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginSendGenericCallback_40)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginSendGenericCallback_40() const { return ___BeginSendGenericCallback_40; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginSendGenericCallback_40() { return &___BeginSendGenericCallback_40; } inline void set_BeginSendGenericCallback_40(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginSendGenericCallback_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginSendGenericCallback_40), (void*)value); } inline static int32_t get_offset_of_SendToAsyncCallback_41() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___SendToAsyncCallback_41)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_SendToAsyncCallback_41() const { return ___SendToAsyncCallback_41; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_SendToAsyncCallback_41() { return &___SendToAsyncCallback_41; } inline void set_SendToAsyncCallback_41(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___SendToAsyncCallback_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___SendToAsyncCallback_41), (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: }; // Mono.Security.Interface.TlsException struct TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9 : public Exception_t { public: // Mono.Security.Interface.Alert Mono.Security.Interface.TlsException::alert Alert_t71FA13E7FE64597724FB0EE13B09ACF5EFBF5CD2 * ___alert_17; public: inline static int32_t get_offset_of_alert_17() { return static_cast(offsetof(TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9, ___alert_17)); } inline Alert_t71FA13E7FE64597724FB0EE13B09ACF5EFBF5CD2 * get_alert_17() const { return ___alert_17; } inline Alert_t71FA13E7FE64597724FB0EE13B09ACF5EFBF5CD2 ** get_address_of_alert_17() { return &___alert_17; } inline void set_alert_17(Alert_t71FA13E7FE64597724FB0EE13B09ACF5EFBF5CD2 * value) { ___alert_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___alert_17), (void*)value); } }; // System.Diagnostics.TraceListener struct TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Int32 System.Diagnostics.TraceListener::indentLevel int32_t ___indentLevel_1; // System.Int32 System.Diagnostics.TraceListener::indentSize int32_t ___indentSize_2; // System.Diagnostics.TraceOptions System.Diagnostics.TraceListener::traceOptions int32_t ___traceOptions_3; // System.Boolean System.Diagnostics.TraceListener::needIndent bool ___needIndent_4; // System.String System.Diagnostics.TraceListener::listenerName String_t* ___listenerName_5; // System.Diagnostics.TraceFilter System.Diagnostics.TraceListener::filter TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 * ___filter_6; public: inline static int32_t get_offset_of_indentLevel_1() { return static_cast(offsetof(TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709, ___indentLevel_1)); } inline int32_t get_indentLevel_1() const { return ___indentLevel_1; } inline int32_t* get_address_of_indentLevel_1() { return &___indentLevel_1; } inline void set_indentLevel_1(int32_t value) { ___indentLevel_1 = value; } inline static int32_t get_offset_of_indentSize_2() { return static_cast(offsetof(TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709, ___indentSize_2)); } inline int32_t get_indentSize_2() const { return ___indentSize_2; } inline int32_t* get_address_of_indentSize_2() { return &___indentSize_2; } inline void set_indentSize_2(int32_t value) { ___indentSize_2 = value; } inline static int32_t get_offset_of_traceOptions_3() { return static_cast(offsetof(TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709, ___traceOptions_3)); } inline int32_t get_traceOptions_3() const { return ___traceOptions_3; } inline int32_t* get_address_of_traceOptions_3() { return &___traceOptions_3; } inline void set_traceOptions_3(int32_t value) { ___traceOptions_3 = value; } inline static int32_t get_offset_of_needIndent_4() { return static_cast(offsetof(TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709, ___needIndent_4)); } inline bool get_needIndent_4() const { return ___needIndent_4; } inline bool* get_address_of_needIndent_4() { return &___needIndent_4; } inline void set_needIndent_4(bool value) { ___needIndent_4 = value; } inline static int32_t get_offset_of_listenerName_5() { return static_cast(offsetof(TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709, ___listenerName_5)); } inline String_t* get_listenerName_5() const { return ___listenerName_5; } inline String_t** get_address_of_listenerName_5() { return &___listenerName_5; } inline void set_listenerName_5(String_t* value) { ___listenerName_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___listenerName_5), (void*)value); } inline static int32_t get_offset_of_filter_6() { return static_cast(offsetof(TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709, ___filter_6)); } inline TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 * get_filter_6() const { return ___filter_6; } inline TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 ** get_address_of_filter_6() { return &___filter_6; } inline void set_filter_6(TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 * value) { ___filter_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___filter_6), (void*)value); } }; // 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); } }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; public: inline static int32_t get_offset_of_m_String_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_16)); } inline String_t* get_m_String_16() const { return ___m_String_16; } inline String_t** get_address_of_m_String_16() { return &___m_String_16; } inline void set_m_String_16(String_t* value) { ___m_String_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_17)); } inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; } inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; } inline void set_m_originalUnicodeString_17(String_t* value) { ___m_originalUnicodeString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value); } inline static int32_t get_offset_of_m_Syntax_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_18)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_18() const { return ___m_Syntax_18; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; } inline void set_m_Syntax_18(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_19)); } inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; } inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; } inline void set_m_DnsSafeHost_19(String_t* value) { ___m_DnsSafeHost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value); } inline static int32_t get_offset_of_m_Flags_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_20)); } inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; } inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; } inline void set_m_Flags_20(uint64_t value) { ___m_Flags_20 = value; } inline static int32_t get_offset_of_m_Info_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_21)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_21() const { return ___m_Info_21; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_21() { return &___m_Info_21; } inline void set_m_Info_21(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_22)); } inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; } inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; } inline void set_m_iriParsing_22(bool value) { ___m_iriParsing_22 = value; } }; struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields { public: // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_35; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_23)); } inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; } inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; } inline void set_s_ConfigInitialized_23(bool value) { ___s_ConfigInitialized_23 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_24)); } inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; } inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; } inline void set_s_ConfigInitializing_24(bool value) { ___s_ConfigInitializing_24 = value; } inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_25)); } inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; } inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; } inline void set_s_IdnScope_25(int32_t value) { ___s_IdnScope_25 = value; } inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_26)); } inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; } inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; } inline void set_s_IriParsing_26(bool value) { ___s_IriParsing_26 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_27)); } inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; } inline void set_useDotNetRelativeOrAbsolute_27(bool value) { ___useDotNetRelativeOrAbsolute_27 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_29)); } inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; } inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; } inline void set_IsWindowsFileSystem_29(bool value) { ___IsWindowsFileSystem_29 = value; } inline static int32_t get_offset_of_s_initLock_30() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_30)); } inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; } inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; } inline void set_s_initLock_30(RuntimeObject * value) { ___s_initLock_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_34)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_34() const { return ___HexLowerChars_34; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; } inline void set_HexLowerChars_34(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value); } inline static int32_t get_offset_of__WSchars_35() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_35)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_35() const { return ____WSchars_35; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_35() { return &____WSchars_35; } inline void set__WSchars_35(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value); } }; // System.Net.WebHeaderCollection struct WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 : public NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D { public: // System.String[] System.Net.WebHeaderCollection::m_CommonHeaders StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_CommonHeaders_12; // System.Int32 System.Net.WebHeaderCollection::m_NumCommonHeaders int32_t ___m_NumCommonHeaders_13; // System.Collections.Specialized.NameValueCollection System.Net.WebHeaderCollection::m_InnerCollection NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * ___m_InnerCollection_16; // System.Net.WebHeaderCollectionType System.Net.WebHeaderCollection::m_Type uint16_t ___m_Type_17; public: inline static int32_t get_offset_of_m_CommonHeaders_12() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4, ___m_CommonHeaders_12)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_CommonHeaders_12() const { return ___m_CommonHeaders_12; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_CommonHeaders_12() { return &___m_CommonHeaders_12; } inline void set_m_CommonHeaders_12(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_CommonHeaders_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CommonHeaders_12), (void*)value); } inline static int32_t get_offset_of_m_NumCommonHeaders_13() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4, ___m_NumCommonHeaders_13)); } inline int32_t get_m_NumCommonHeaders_13() const { return ___m_NumCommonHeaders_13; } inline int32_t* get_address_of_m_NumCommonHeaders_13() { return &___m_NumCommonHeaders_13; } inline void set_m_NumCommonHeaders_13(int32_t value) { ___m_NumCommonHeaders_13 = value; } inline static int32_t get_offset_of_m_InnerCollection_16() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4, ___m_InnerCollection_16)); } inline NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * get_m_InnerCollection_16() const { return ___m_InnerCollection_16; } inline NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D ** get_address_of_m_InnerCollection_16() { return &___m_InnerCollection_16; } inline void set_m_InnerCollection_16(NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * value) { ___m_InnerCollection_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InnerCollection_16), (void*)value); } inline static int32_t get_offset_of_m_Type_17() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4, ___m_Type_17)); } inline uint16_t get_m_Type_17() const { return ___m_Type_17; } inline uint16_t* get_address_of_m_Type_17() { return &___m_Type_17; } inline void set_m_Type_17(uint16_t value) { ___m_Type_17 = value; } }; struct WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_StaticFields { public: // System.Net.HeaderInfoTable System.Net.WebHeaderCollection::HInfo HeaderInfoTable_tC14711FD51BE2B331032AB0BAE14E2E2D88E77D4 * ___HInfo_11; // System.String[] System.Net.WebHeaderCollection::s_CommonHeaderNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___s_CommonHeaderNames_14; // System.SByte[] System.Net.WebHeaderCollection::s_CommonHeaderHints SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* ___s_CommonHeaderHints_15; // System.Char[] System.Net.WebHeaderCollection::HttpTrimCharacters CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HttpTrimCharacters_18; // System.Net.WebHeaderCollection/RfcChar[] System.Net.WebHeaderCollection::RfcCharMap RfcCharU5BU5D_t58A49D25CFFD1B17023C3AD1BE05914C4A3FE8D3* ___RfcCharMap_19; public: inline static int32_t get_offset_of_HInfo_11() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_StaticFields, ___HInfo_11)); } inline HeaderInfoTable_tC14711FD51BE2B331032AB0BAE14E2E2D88E77D4 * get_HInfo_11() const { return ___HInfo_11; } inline HeaderInfoTable_tC14711FD51BE2B331032AB0BAE14E2E2D88E77D4 ** get_address_of_HInfo_11() { return &___HInfo_11; } inline void set_HInfo_11(HeaderInfoTable_tC14711FD51BE2B331032AB0BAE14E2E2D88E77D4 * value) { ___HInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___HInfo_11), (void*)value); } inline static int32_t get_offset_of_s_CommonHeaderNames_14() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_StaticFields, ___s_CommonHeaderNames_14)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_s_CommonHeaderNames_14() const { return ___s_CommonHeaderNames_14; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_s_CommonHeaderNames_14() { return &___s_CommonHeaderNames_14; } inline void set_s_CommonHeaderNames_14(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___s_CommonHeaderNames_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_CommonHeaderNames_14), (void*)value); } inline static int32_t get_offset_of_s_CommonHeaderHints_15() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_StaticFields, ___s_CommonHeaderHints_15)); } inline SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* get_s_CommonHeaderHints_15() const { return ___s_CommonHeaderHints_15; } inline SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7** get_address_of_s_CommonHeaderHints_15() { return &___s_CommonHeaderHints_15; } inline void set_s_CommonHeaderHints_15(SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* value) { ___s_CommonHeaderHints_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_CommonHeaderHints_15), (void*)value); } inline static int32_t get_offset_of_HttpTrimCharacters_18() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_StaticFields, ___HttpTrimCharacters_18)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HttpTrimCharacters_18() const { return ___HttpTrimCharacters_18; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HttpTrimCharacters_18() { return &___HttpTrimCharacters_18; } inline void set_HttpTrimCharacters_18(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HttpTrimCharacters_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___HttpTrimCharacters_18), (void*)value); } inline static int32_t get_offset_of_RfcCharMap_19() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_StaticFields, ___RfcCharMap_19)); } inline RfcCharU5BU5D_t58A49D25CFFD1B17023C3AD1BE05914C4A3FE8D3* get_RfcCharMap_19() const { return ___RfcCharMap_19; } inline RfcCharU5BU5D_t58A49D25CFFD1B17023C3AD1BE05914C4A3FE8D3** get_address_of_RfcCharMap_19() { return &___RfcCharMap_19; } inline void set_RfcCharMap_19(RfcCharU5BU5D_t58A49D25CFFD1B17023C3AD1BE05914C4A3FE8D3* value) { ___RfcCharMap_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___RfcCharMap_19), (void*)value); } }; // System.Net.WebRequest struct WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Net.Security.AuthenticationLevel System.Net.WebRequest::m_AuthenticationLevel int32_t ___m_AuthenticationLevel_4; // System.Security.Principal.TokenImpersonationLevel System.Net.WebRequest::m_ImpersonationLevel int32_t ___m_ImpersonationLevel_5; // System.Net.Cache.RequestCachePolicy System.Net.WebRequest::m_CachePolicy RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___m_CachePolicy_6; // System.Net.Cache.RequestCacheProtocol System.Net.WebRequest::m_CacheProtocol RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 * ___m_CacheProtocol_7; // System.Net.Cache.RequestCacheBinding System.Net.WebRequest::m_CacheBinding RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 * ___m_CacheBinding_8; public: inline static int32_t get_offset_of_m_AuthenticationLevel_4() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_AuthenticationLevel_4)); } inline int32_t get_m_AuthenticationLevel_4() const { return ___m_AuthenticationLevel_4; } inline int32_t* get_address_of_m_AuthenticationLevel_4() { return &___m_AuthenticationLevel_4; } inline void set_m_AuthenticationLevel_4(int32_t value) { ___m_AuthenticationLevel_4 = value; } inline static int32_t get_offset_of_m_ImpersonationLevel_5() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_ImpersonationLevel_5)); } inline int32_t get_m_ImpersonationLevel_5() const { return ___m_ImpersonationLevel_5; } inline int32_t* get_address_of_m_ImpersonationLevel_5() { return &___m_ImpersonationLevel_5; } inline void set_m_ImpersonationLevel_5(int32_t value) { ___m_ImpersonationLevel_5 = value; } inline static int32_t get_offset_of_m_CachePolicy_6() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_CachePolicy_6)); } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * get_m_CachePolicy_6() const { return ___m_CachePolicy_6; } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED ** get_address_of_m_CachePolicy_6() { return &___m_CachePolicy_6; } inline void set_m_CachePolicy_6(RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * value) { ___m_CachePolicy_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachePolicy_6), (void*)value); } inline static int32_t get_offset_of_m_CacheProtocol_7() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_CacheProtocol_7)); } inline RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 * get_m_CacheProtocol_7() const { return ___m_CacheProtocol_7; } inline RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 ** get_address_of_m_CacheProtocol_7() { return &___m_CacheProtocol_7; } inline void set_m_CacheProtocol_7(RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 * value) { ___m_CacheProtocol_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CacheProtocol_7), (void*)value); } inline static int32_t get_offset_of_m_CacheBinding_8() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_CacheBinding_8)); } inline RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 * get_m_CacheBinding_8() const { return ___m_CacheBinding_8; } inline RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 ** get_address_of_m_CacheBinding_8() { return &___m_CacheBinding_8; } inline void set_m_CacheBinding_8(RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 * value) { ___m_CacheBinding_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CacheBinding_8), (void*)value); } }; struct WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields { public: // System.Collections.ArrayList modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_PrefixList ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___s_PrefixList_1; // System.Object System.Net.WebRequest::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_2; // System.Net.TimerThread/Queue System.Net.WebRequest::s_DefaultTimerQueue Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB * ___s_DefaultTimerQueue_3; // System.Net.WebRequest/DesignerWebRequestCreate System.Net.WebRequest::webRequestCreate DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A * ___webRequestCreate_9; // System.Net.IWebProxy modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxy RuntimeObject* ___s_DefaultWebProxy_10; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxyInitialized bool ___s_DefaultWebProxyInitialized_11; public: inline static int32_t get_offset_of_s_PrefixList_1() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_PrefixList_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_s_PrefixList_1() const { return ___s_PrefixList_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_s_PrefixList_1() { return &___s_PrefixList_1; } inline void set_s_PrefixList_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___s_PrefixList_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_PrefixList_1), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_2() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_InternalSyncObject_2)); } inline RuntimeObject * get_s_InternalSyncObject_2() const { return ___s_InternalSyncObject_2; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_2() { return &___s_InternalSyncObject_2; } inline void set_s_InternalSyncObject_2(RuntimeObject * value) { ___s_InternalSyncObject_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultTimerQueue_3() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_DefaultTimerQueue_3)); } inline Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB * get_s_DefaultTimerQueue_3() const { return ___s_DefaultTimerQueue_3; } inline Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB ** get_address_of_s_DefaultTimerQueue_3() { return &___s_DefaultTimerQueue_3; } inline void set_s_DefaultTimerQueue_3(Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB * value) { ___s_DefaultTimerQueue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultTimerQueue_3), (void*)value); } inline static int32_t get_offset_of_webRequestCreate_9() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___webRequestCreate_9)); } inline DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A * get_webRequestCreate_9() const { return ___webRequestCreate_9; } inline DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A ** get_address_of_webRequestCreate_9() { return &___webRequestCreate_9; } inline void set_webRequestCreate_9(DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A * value) { ___webRequestCreate_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___webRequestCreate_9), (void*)value); } inline static int32_t get_offset_of_s_DefaultWebProxy_10() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_DefaultWebProxy_10)); } inline RuntimeObject* get_s_DefaultWebProxy_10() const { return ___s_DefaultWebProxy_10; } inline RuntimeObject** get_address_of_s_DefaultWebProxy_10() { return &___s_DefaultWebProxy_10; } inline void set_s_DefaultWebProxy_10(RuntimeObject* value) { ___s_DefaultWebProxy_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultWebProxy_10), (void*)value); } inline static int32_t get_offset_of_s_DefaultWebProxyInitialized_11() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_DefaultWebProxyInitialized_11)); } inline bool get_s_DefaultWebProxyInitialized_11() const { return ___s_DefaultWebProxyInitialized_11; } inline bool* get_address_of_s_DefaultWebProxyInitialized_11() { return &___s_DefaultWebProxyInitialized_11; } inline void set_s_DefaultWebProxyInitialized_11(bool value) { ___s_DefaultWebProxyInitialized_11 = value; } }; // System.Net.CookieTokenizer/RecognizedAttribute struct RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A { public: // System.String System.Net.CookieTokenizer/RecognizedAttribute::m_name String_t* ___m_name_0; // System.Net.CookieToken System.Net.CookieTokenizer/RecognizedAttribute::m_token int32_t ___m_token_1; public: inline static int32_t get_offset_of_m_name_0() { return static_cast(offsetof(RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A, ___m_name_0)); } inline String_t* get_m_name_0() const { return ___m_name_0; } inline String_t** get_address_of_m_name_0() { return &___m_name_0; } inline void set_m_name_0(String_t* value) { ___m_name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_0), (void*)value); } inline static int32_t get_offset_of_m_token_1() { return static_cast(offsetof(RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A, ___m_token_1)); } inline int32_t get_m_token_1() const { return ___m_token_1; } inline int32_t* get_address_of_m_token_1() { return &___m_token_1; } inline void set_m_token_1(int32_t value) { ___m_token_1 = value; } }; // Native definition for P/Invoke marshalling of System.Net.CookieTokenizer/RecognizedAttribute struct RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A_marshaled_pinvoke { char* ___m_name_0; int32_t ___m_token_1; }; // Native definition for COM marshalling of System.Net.CookieTokenizer/RecognizedAttribute struct RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A_marshaled_com { Il2CppChar* ___m_name_0; int32_t ___m_token_1; }; // System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle struct SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 : public SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B { public: public: }; // System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 { public: // System.Net.HttpWebRequest System.Net.HttpWebRequest/AuthorizationState::request HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_0; // System.Boolean System.Net.HttpWebRequest/AuthorizationState::isProxy bool ___isProxy_1; // System.Boolean System.Net.HttpWebRequest/AuthorizationState::isCompleted bool ___isCompleted_2; // System.Net.HttpWebRequest/NtlmAuthState System.Net.HttpWebRequest/AuthorizationState::ntlm_auth_state int32_t ___ntlm_auth_state_3; public: inline static int32_t get_offset_of_request_0() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___request_0)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_request_0() const { return ___request_0; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_request_0() { return &___request_0; } inline void set_request_0(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___request_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___request_0), (void*)value); } inline static int32_t get_offset_of_isProxy_1() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___isProxy_1)); } inline bool get_isProxy_1() const { return ___isProxy_1; } inline bool* get_address_of_isProxy_1() { return &___isProxy_1; } inline void set_isProxy_1(bool value) { ___isProxy_1 = value; } inline static int32_t get_offset_of_isCompleted_2() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___isCompleted_2)); } inline bool get_isCompleted_2() const { return ___isCompleted_2; } inline bool* get_address_of_isCompleted_2() { return &___isCompleted_2; } inline void set_isCompleted_2(bool value) { ___isCompleted_2 = value; } inline static int32_t get_offset_of_ntlm_auth_state_3() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___ntlm_auth_state_3)); } inline int32_t get_ntlm_auth_state_3() const { return ___ntlm_auth_state_3; } inline int32_t* get_address_of_ntlm_auth_state_3() { return &___ntlm_auth_state_3; } inline void set_ntlm_auth_state_3(int32_t value) { ___ntlm_auth_state_3 = value; } }; // Native definition for P/Invoke marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshaled_pinvoke { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; // Native definition for COM marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshaled_com { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; // Mono.Unity.UnityTls/unitytls_errorstate struct unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 { public: // System.UInt32 Mono.Unity.UnityTls/unitytls_errorstate::magic uint32_t ___magic_0; // Mono.Unity.UnityTls/unitytls_error_code Mono.Unity.UnityTls/unitytls_errorstate::code uint32_t ___code_1; // System.UInt64 Mono.Unity.UnityTls/unitytls_errorstate::reserved uint64_t ___reserved_2; public: inline static int32_t get_offset_of_magic_0() { return static_cast(offsetof(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499, ___magic_0)); } inline uint32_t get_magic_0() const { return ___magic_0; } inline uint32_t* get_address_of_magic_0() { return &___magic_0; } inline void set_magic_0(uint32_t value) { ___magic_0 = value; } inline static int32_t get_offset_of_code_1() { return static_cast(offsetof(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499, ___code_1)); } inline uint32_t get_code_1() const { return ___code_1; } inline uint32_t* get_address_of_code_1() { return &___code_1; } inline void set_code_1(uint32_t value) { ___code_1 = value; } inline static int32_t get_offset_of_reserved_2() { return static_cast(offsetof(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499, ___reserved_2)); } inline uint64_t get_reserved_2() const { return ___reserved_2; } inline uint64_t* get_address_of_reserved_2() { return &___reserved_2; } inline void set_reserved_2(uint64_t value) { ___reserved_2 = value; } }; // 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.Runtime.Serialization.Formatters.Binary.BinaryFormatter struct BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 : public RuntimeObject { public: // System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_surrogates RuntimeObject* ___m_surrogates_0; // System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_context StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___m_context_1; // System.Runtime.Serialization.SerializationBinder System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_binder SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * ___m_binder_2; // System.Runtime.Serialization.Formatters.FormatterTypeStyle System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_typeFormat int32_t ___m_typeFormat_3; // System.Runtime.Serialization.Formatters.FormatterAssemblyStyle System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_assemblyFormat int32_t ___m_assemblyFormat_4; // System.Runtime.Serialization.Formatters.TypeFilterLevel System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_securityLevel int32_t ___m_securityLevel_5; // System.Object[] System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_crossAppDomainArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_crossAppDomainArray_6; public: inline static int32_t get_offset_of_m_surrogates_0() { return static_cast(offsetof(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55, ___m_surrogates_0)); } inline RuntimeObject* get_m_surrogates_0() const { return ___m_surrogates_0; } inline RuntimeObject** get_address_of_m_surrogates_0() { return &___m_surrogates_0; } inline void set_m_surrogates_0(RuntimeObject* value) { ___m_surrogates_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_surrogates_0), (void*)value); } inline static int32_t get_offset_of_m_context_1() { return static_cast(offsetof(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55, ___m_context_1)); } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 get_m_context_1() const { return ___m_context_1; } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 * get_address_of_m_context_1() { return &___m_context_1; } inline void set_m_context_1(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 value) { ___m_context_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_context_1))->___m_additionalContext_0), (void*)NULL); } inline static int32_t get_offset_of_m_binder_2() { return static_cast(offsetof(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55, ___m_binder_2)); } inline SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * get_m_binder_2() const { return ___m_binder_2; } inline SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 ** get_address_of_m_binder_2() { return &___m_binder_2; } inline void set_m_binder_2(SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * value) { ___m_binder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_binder_2), (void*)value); } inline static int32_t get_offset_of_m_typeFormat_3() { return static_cast(offsetof(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55, ___m_typeFormat_3)); } inline int32_t get_m_typeFormat_3() const { return ___m_typeFormat_3; } inline int32_t* get_address_of_m_typeFormat_3() { return &___m_typeFormat_3; } inline void set_m_typeFormat_3(int32_t value) { ___m_typeFormat_3 = value; } inline static int32_t get_offset_of_m_assemblyFormat_4() { return static_cast(offsetof(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55, ___m_assemblyFormat_4)); } inline int32_t get_m_assemblyFormat_4() const { return ___m_assemblyFormat_4; } inline int32_t* get_address_of_m_assemblyFormat_4() { return &___m_assemblyFormat_4; } inline void set_m_assemblyFormat_4(int32_t value) { ___m_assemblyFormat_4 = value; } inline static int32_t get_offset_of_m_securityLevel_5() { return static_cast(offsetof(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55, ___m_securityLevel_5)); } inline int32_t get_m_securityLevel_5() const { return ___m_securityLevel_5; } inline int32_t* get_address_of_m_securityLevel_5() { return &___m_securityLevel_5; } inline void set_m_securityLevel_5(int32_t value) { ___m_securityLevel_5 = value; } inline static int32_t get_offset_of_m_crossAppDomainArray_6() { return static_cast(offsetof(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55, ___m_crossAppDomainArray_6)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_crossAppDomainArray_6() const { return ___m_crossAppDomainArray_6; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_crossAppDomainArray_6() { return &___m_crossAppDomainArray_6; } inline void set_m_crossAppDomainArray_6(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_crossAppDomainArray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_crossAppDomainArray_6), (void*)value); } }; struct BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::typeNameCache Dictionary_2_tCAA954C180FE22A5909DC97DB48233904AC1A885 * ___typeNameCache_7; public: inline static int32_t get_offset_of_typeNameCache_7() { return static_cast(offsetof(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55_StaticFields, ___typeNameCache_7)); } inline Dictionary_2_tCAA954C180FE22A5909DC97DB48233904AC1A885 * get_typeNameCache_7() const { return ___typeNameCache_7; } inline Dictionary_2_tCAA954C180FE22A5909DC97DB48233904AC1A885 ** get_address_of_typeNameCache_7() { return &___typeNameCache_7; } inline void set_typeNameCache_7(Dictionary_2_tCAA954C180FE22A5909DC97DB48233904AC1A885 * value) { ___typeNameCache_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeNameCache_7), (void*)value); } }; // System.ComponentModel.DecimalConverter struct DecimalConverter_t3D45BF655409D3D62DEE576E557F17BF295E7F1C : public BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C { public: public: }; // System.Diagnostics.DefaultTraceListener struct DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 : public TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 { public: // System.String System.Diagnostics.DefaultTraceListener::logFileName String_t* ___logFileName_10; public: inline static int32_t get_offset_of_logFileName_10() { return static_cast(offsetof(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468, ___logFileName_10)); } inline String_t* get_logFileName_10() const { return ___logFileName_10; } inline String_t** get_address_of_logFileName_10() { return &___logFileName_10; } inline void set_logFileName_10(String_t* value) { ___logFileName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___logFileName_10), (void*)value); } }; struct DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_StaticFields { public: // System.Boolean System.Diagnostics.DefaultTraceListener::OnWin32 bool ___OnWin32_7; // System.String System.Diagnostics.DefaultTraceListener::MonoTracePrefix String_t* ___MonoTracePrefix_8; // System.String System.Diagnostics.DefaultTraceListener::MonoTraceFile String_t* ___MonoTraceFile_9; public: inline static int32_t get_offset_of_OnWin32_7() { return static_cast(offsetof(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_StaticFields, ___OnWin32_7)); } inline bool get_OnWin32_7() const { return ___OnWin32_7; } inline bool* get_address_of_OnWin32_7() { return &___OnWin32_7; } inline void set_OnWin32_7(bool value) { ___OnWin32_7 = value; } inline static int32_t get_offset_of_MonoTracePrefix_8() { return static_cast(offsetof(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_StaticFields, ___MonoTracePrefix_8)); } inline String_t* get_MonoTracePrefix_8() const { return ___MonoTracePrefix_8; } inline String_t** get_address_of_MonoTracePrefix_8() { return &___MonoTracePrefix_8; } inline void set_MonoTracePrefix_8(String_t* value) { ___MonoTracePrefix_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___MonoTracePrefix_8), (void*)value); } inline static int32_t get_offset_of_MonoTraceFile_9() { return static_cast(offsetof(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_StaticFields, ___MonoTraceFile_9)); } inline String_t* get_MonoTraceFile_9() const { return ___MonoTraceFile_9; } inline String_t** get_address_of_MonoTraceFile_9() { return &___MonoTraceFile_9; } inline void set_MonoTraceFile_9(String_t* value) { ___MonoTraceFile_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___MonoTraceFile_9), (void*)value); } }; // System.ComponentModel.DoWorkEventHandler struct DoWorkEventHandler_t1F393DBD98DDD77BAADD6F58DB83C690560C0B60 : public MulticastDelegate_t { public: public: }; // System.ComponentModel.DoubleConverter struct DoubleConverter_t086E77489968A1C31C6C83DC40033F6B2884A606 : public BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C { public: public: }; // System.Runtime.InteropServices.ExternalException struct ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.IO.FileSystemInfo struct FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.MonoIOStat System.IO.FileSystemInfo::_data MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 ____data_1; // System.Int32 System.IO.FileSystemInfo::_dataInitialised int32_t ____dataInitialised_2; // System.String System.IO.FileSystemInfo::FullPath String_t* ___FullPath_3; // System.String System.IO.FileSystemInfo::OriginalPath String_t* ___OriginalPath_4; // System.String System.IO.FileSystemInfo::_displayPath String_t* ____displayPath_5; public: inline static int32_t get_offset_of__data_1() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ____data_1)); } inline MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 get__data_1() const { return ____data_1; } inline MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 * get_address_of__data_1() { return &____data_1; } inline void set__data_1(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 value) { ____data_1 = value; } inline static int32_t get_offset_of__dataInitialised_2() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ____dataInitialised_2)); } inline int32_t get__dataInitialised_2() const { return ____dataInitialised_2; } inline int32_t* get_address_of__dataInitialised_2() { return &____dataInitialised_2; } inline void set__dataInitialised_2(int32_t value) { ____dataInitialised_2 = value; } inline static int32_t get_offset_of_FullPath_3() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ___FullPath_3)); } inline String_t* get_FullPath_3() const { return ___FullPath_3; } inline String_t** get_address_of_FullPath_3() { return &___FullPath_3; } inline void set_FullPath_3(String_t* value) { ___FullPath_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___FullPath_3), (void*)value); } inline static int32_t get_offset_of_OriginalPath_4() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ___OriginalPath_4)); } inline String_t* get_OriginalPath_4() const { return ___OriginalPath_4; } inline String_t** get_address_of_OriginalPath_4() { return &___OriginalPath_4; } inline void set_OriginalPath_4(String_t* value) { ___OriginalPath_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OriginalPath_4), (void*)value); } inline static int32_t get_offset_of__displayPath_5() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ____displayPath_5)); } inline String_t* get__displayPath_5() const { return ____displayPath_5; } inline String_t** get_address_of__displayPath_5() { return &____displayPath_5; } inline void set__displayPath_5(String_t* value) { ____displayPath_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____displayPath_5), (void*)value); } }; // System.Net.FileWebRequest struct FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE : public WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E { public: // System.String System.Net.FileWebRequest::m_connectionGroupName String_t* ___m_connectionGroupName_14; // System.Int64 System.Net.FileWebRequest::m_contentLength int64_t ___m_contentLength_15; // System.Net.ICredentials System.Net.FileWebRequest::m_credentials RuntimeObject* ___m_credentials_16; // System.IO.FileAccess System.Net.FileWebRequest::m_fileAccess int32_t ___m_fileAccess_17; // System.Net.WebHeaderCollection System.Net.FileWebRequest::m_headers WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___m_headers_18; // System.String System.Net.FileWebRequest::m_method String_t* ___m_method_19; // System.Net.IWebProxy System.Net.FileWebRequest::m_proxy RuntimeObject* ___m_proxy_20; // System.Threading.ManualResetEvent System.Net.FileWebRequest::m_readerEvent ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___m_readerEvent_21; // System.Boolean System.Net.FileWebRequest::m_readPending bool ___m_readPending_22; // System.Net.WebResponse System.Net.FileWebRequest::m_response WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * ___m_response_23; // System.IO.Stream System.Net.FileWebRequest::m_stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___m_stream_24; // System.Boolean System.Net.FileWebRequest::m_syncHint bool ___m_syncHint_25; // System.Int32 System.Net.FileWebRequest::m_timeout int32_t ___m_timeout_26; // System.Uri System.Net.FileWebRequest::m_uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___m_uri_27; // System.Boolean System.Net.FileWebRequest::m_writePending bool ___m_writePending_28; // System.Boolean System.Net.FileWebRequest::m_writing bool ___m_writing_29; // System.Net.LazyAsyncResult System.Net.FileWebRequest::m_WriteAResult LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * ___m_WriteAResult_30; // System.Net.LazyAsyncResult System.Net.FileWebRequest::m_ReadAResult LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * ___m_ReadAResult_31; // System.Int32 System.Net.FileWebRequest::m_Aborted int32_t ___m_Aborted_32; public: inline static int32_t get_offset_of_m_connectionGroupName_14() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE, ___m_connectionGroupName_14)); } inline String_t* get_m_connectionGroupName_14() const { return ___m_connectionGroupName_14; } inline String_t** get_address_of_m_connectionGroupName_14() { return &___m_connectionGroupName_14; } inline void set_m_connectionGroupName_14(String_t* value) { ___m_connectionGroupName_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_connectionGroupName_14), (void*)value); } inline static int32_t get_offset_of_m_contentLength_15() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE, ___m_contentLength_15)); } inline int64_t get_m_contentLength_15() const { return ___m_contentLength_15; } inline int64_t* get_address_of_m_contentLength_15() { return &___m_contentLength_15; } inline void set_m_contentLength_15(int64_t value) { ___m_contentLength_15 = value; } inline static int32_t get_offset_of_m_credentials_16() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE, ___m_credentials_16)); } inline RuntimeObject* get_m_credentials_16() const { return ___m_credentials_16; } inline RuntimeObject** get_address_of_m_credentials_16() { return &___m_credentials_16; } inline void set_m_credentials_16(RuntimeObject* value) { ___m_credentials_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_credentials_16), (void*)value); } inline static int32_t get_offset_of_m_fileAccess_17() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE, ___m_fileAccess_17)); } inline int32_t get_m_fileAccess_17() const { return ___m_fileAccess_17; } inline int32_t* get_address_of_m_fileAccess_17() { return &___m_fileAccess_17; } inline void set_m_fileAccess_17(int32_t value) { ___m_fileAccess_17 = value; } inline static int32_t get_offset_of_m_headers_18() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE, ___m_headers_18)); } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * get_m_headers_18() const { return ___m_headers_18; } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 ** get_address_of_m_headers_18() { return &___m_headers_18; } inline void set_m_headers_18(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * value) { ___m_headers_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_headers_18), (void*)value); } inline static int32_t get_offset_of_m_method_19() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE, ___m_method_19)); } inline String_t* get_m_method_19() const { return ___m_method_19; } inline String_t** get_address_of_m_method_19() { return &___m_method_19; } inline void set_m_method_19(String_t* value) { ___m_method_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_method_19), (void*)value); } inline static int32_t get_offset_of_m_proxy_20() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE, ___m_proxy_20)); } inline RuntimeObject* get_m_proxy_20() const { return ___m_proxy_20; } inline RuntimeObject** get_address_of_m_proxy_20() { return &___m_proxy_20; } inline void set_m_proxy_20(RuntimeObject* value) { ___m_proxy_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_proxy_20), (void*)value); } inline static int32_t get_offset_of_m_readerEvent_21() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE, ___m_readerEvent_21)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get_m_readerEvent_21() const { return ___m_readerEvent_21; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of_m_readerEvent_21() { return &___m_readerEvent_21; } inline void set_m_readerEvent_21(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ___m_readerEvent_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_readerEvent_21), (void*)value); } inline static int32_t get_offset_of_m_readPending_22() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE, ___m_readPending_22)); } inline bool get_m_readPending_22() const { return ___m_readPending_22; } inline bool* get_address_of_m_readPending_22() { return &___m_readPending_22; } inline void set_m_readPending_22(bool value) { ___m_readPending_22 = value; } inline static int32_t get_offset_of_m_response_23() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE, ___m_response_23)); } inline WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * get_m_response_23() const { return ___m_response_23; } inline WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 ** get_address_of_m_response_23() { return &___m_response_23; } inline void set_m_response_23(WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * value) { ___m_response_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_response_23), (void*)value); } inline static int32_t get_offset_of_m_stream_24() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE, ___m_stream_24)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_m_stream_24() const { return ___m_stream_24; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_m_stream_24() { return &___m_stream_24; } inline void set_m_stream_24(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___m_stream_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stream_24), (void*)value); } inline static int32_t get_offset_of_m_syncHint_25() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE, ___m_syncHint_25)); } inline bool get_m_syncHint_25() const { return ___m_syncHint_25; } inline bool* get_address_of_m_syncHint_25() { return &___m_syncHint_25; } inline void set_m_syncHint_25(bool value) { ___m_syncHint_25 = value; } inline static int32_t get_offset_of_m_timeout_26() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE, ___m_timeout_26)); } inline int32_t get_m_timeout_26() const { return ___m_timeout_26; } inline int32_t* get_address_of_m_timeout_26() { return &___m_timeout_26; } inline void set_m_timeout_26(int32_t value) { ___m_timeout_26 = value; } inline static int32_t get_offset_of_m_uri_27() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE, ___m_uri_27)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_m_uri_27() const { return ___m_uri_27; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_m_uri_27() { return &___m_uri_27; } inline void set_m_uri_27(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___m_uri_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_uri_27), (void*)value); } inline static int32_t get_offset_of_m_writePending_28() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE, ___m_writePending_28)); } inline bool get_m_writePending_28() const { return ___m_writePending_28; } inline bool* get_address_of_m_writePending_28() { return &___m_writePending_28; } inline void set_m_writePending_28(bool value) { ___m_writePending_28 = value; } inline static int32_t get_offset_of_m_writing_29() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE, ___m_writing_29)); } inline bool get_m_writing_29() const { return ___m_writing_29; } inline bool* get_address_of_m_writing_29() { return &___m_writing_29; } inline void set_m_writing_29(bool value) { ___m_writing_29 = value; } inline static int32_t get_offset_of_m_WriteAResult_30() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE, ___m_WriteAResult_30)); } inline LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * get_m_WriteAResult_30() const { return ___m_WriteAResult_30; } inline LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 ** get_address_of_m_WriteAResult_30() { return &___m_WriteAResult_30; } inline void set_m_WriteAResult_30(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * value) { ___m_WriteAResult_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WriteAResult_30), (void*)value); } inline static int32_t get_offset_of_m_ReadAResult_31() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE, ___m_ReadAResult_31)); } inline LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * get_m_ReadAResult_31() const { return ___m_ReadAResult_31; } inline LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 ** get_address_of_m_ReadAResult_31() { return &___m_ReadAResult_31; } inline void set_m_ReadAResult_31(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * value) { ___m_ReadAResult_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ReadAResult_31), (void*)value); } inline static int32_t get_offset_of_m_Aborted_32() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE, ___m_Aborted_32)); } inline int32_t get_m_Aborted_32() const { return ___m_Aborted_32; } inline int32_t* get_address_of_m_Aborted_32() { return &___m_Aborted_32; } inline void set_m_Aborted_32(int32_t value) { ___m_Aborted_32 = value; } }; struct FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE_StaticFields { public: // System.Threading.WaitCallback System.Net.FileWebRequest::s_GetRequestStreamCallback WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___s_GetRequestStreamCallback_12; // System.Threading.WaitCallback System.Net.FileWebRequest::s_GetResponseCallback WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___s_GetResponseCallback_13; public: inline static int32_t get_offset_of_s_GetRequestStreamCallback_12() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE_StaticFields, ___s_GetRequestStreamCallback_12)); } inline WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * get_s_GetRequestStreamCallback_12() const { return ___s_GetRequestStreamCallback_12; } inline WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 ** get_address_of_s_GetRequestStreamCallback_12() { return &___s_GetRequestStreamCallback_12; } inline void set_s_GetRequestStreamCallback_12(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * value) { ___s_GetRequestStreamCallback_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_GetRequestStreamCallback_12), (void*)value); } inline static int32_t get_offset_of_s_GetResponseCallback_13() { return static_cast(offsetof(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE_StaticFields, ___s_GetResponseCallback_13)); } inline WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * get_s_GetResponseCallback_13() const { return ___s_GetResponseCallback_13; } inline WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 ** get_address_of_s_GetResponseCallback_13() { return &___s_GetResponseCallback_13; } inline void set_s_GetResponseCallback_13(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * value) { ___s_GetResponseCallback_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_GetResponseCallback_13), (void*)value); } }; // System.Net.FileWebStream struct FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C : public FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 { public: // System.Net.FileWebRequest System.Net.FileWebStream::m_request FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * ___m_request_22; public: inline static int32_t get_offset_of_m_request_22() { return static_cast(offsetof(FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C, ___m_request_22)); } inline FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * get_m_request_22() const { return ___m_request_22; } inline FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE ** get_address_of_m_request_22() { return &___m_request_22; } inline void set_m_request_22(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * value) { ___m_request_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_request_22), (void*)value); } }; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Net.FtpWebRequest struct FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D : public WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E { public: // System.Uri System.Net.FtpWebRequest::requestUri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___requestUri_12; // System.String System.Net.FtpWebRequest::file_name String_t* ___file_name_13; // System.Net.ServicePoint System.Net.FtpWebRequest::servicePoint ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ___servicePoint_14; // System.IO.Stream System.Net.FtpWebRequest::origDataStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___origDataStream_15; // System.IO.Stream System.Net.FtpWebRequest::dataStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___dataStream_16; // System.IO.Stream System.Net.FtpWebRequest::controlStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___controlStream_17; // System.IO.StreamReader System.Net.FtpWebRequest::controlReader StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * ___controlReader_18; // System.Net.NetworkCredential System.Net.FtpWebRequest::credentials NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * ___credentials_19; // System.Net.IPHostEntry System.Net.FtpWebRequest::hostEntry IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * ___hostEntry_20; // System.Net.IPEndPoint System.Net.FtpWebRequest::localEndPoint IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___localEndPoint_21; // System.Net.IPEndPoint System.Net.FtpWebRequest::remoteEndPoint IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___remoteEndPoint_22; // System.Net.IWebProxy System.Net.FtpWebRequest::proxy RuntimeObject* ___proxy_23; // System.Int32 System.Net.FtpWebRequest::timeout int32_t ___timeout_24; // System.Int32 System.Net.FtpWebRequest::rwTimeout int32_t ___rwTimeout_25; // System.Int64 System.Net.FtpWebRequest::offset int64_t ___offset_26; // System.Boolean System.Net.FtpWebRequest::binary bool ___binary_27; // System.Boolean System.Net.FtpWebRequest::enableSsl bool ___enableSsl_28; // System.Boolean System.Net.FtpWebRequest::usePassive bool ___usePassive_29; // System.Boolean System.Net.FtpWebRequest::keepAlive bool ___keepAlive_30; // System.String System.Net.FtpWebRequest::method String_t* ___method_31; // System.String System.Net.FtpWebRequest::renameTo String_t* ___renameTo_32; // System.Object System.Net.FtpWebRequest::locker RuntimeObject * ___locker_33; // System.Net.FtpWebRequest/RequestState System.Net.FtpWebRequest::requestState int32_t ___requestState_34; // System.Net.FtpAsyncResult System.Net.FtpWebRequest::asyncResult FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * ___asyncResult_35; // System.Net.FtpWebResponse System.Net.FtpWebRequest::ftpResponse FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * ___ftpResponse_36; // System.IO.Stream System.Net.FtpWebRequest::requestStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___requestStream_37; // System.String System.Net.FtpWebRequest::initial_path String_t* ___initial_path_38; // System.Text.Encoding System.Net.FtpWebRequest::dataEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___dataEncoding_40; public: inline static int32_t get_offset_of_requestUri_12() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___requestUri_12)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_requestUri_12() const { return ___requestUri_12; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_requestUri_12() { return &___requestUri_12; } inline void set_requestUri_12(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___requestUri_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___requestUri_12), (void*)value); } inline static int32_t get_offset_of_file_name_13() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___file_name_13)); } inline String_t* get_file_name_13() const { return ___file_name_13; } inline String_t** get_address_of_file_name_13() { return &___file_name_13; } inline void set_file_name_13(String_t* value) { ___file_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___file_name_13), (void*)value); } inline static int32_t get_offset_of_servicePoint_14() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___servicePoint_14)); } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * get_servicePoint_14() const { return ___servicePoint_14; } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 ** get_address_of_servicePoint_14() { return &___servicePoint_14; } inline void set_servicePoint_14(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * value) { ___servicePoint_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___servicePoint_14), (void*)value); } inline static int32_t get_offset_of_origDataStream_15() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___origDataStream_15)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_origDataStream_15() const { return ___origDataStream_15; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_origDataStream_15() { return &___origDataStream_15; } inline void set_origDataStream_15(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___origDataStream_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___origDataStream_15), (void*)value); } inline static int32_t get_offset_of_dataStream_16() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___dataStream_16)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_dataStream_16() const { return ___dataStream_16; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_dataStream_16() { return &___dataStream_16; } inline void set_dataStream_16(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___dataStream_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataStream_16), (void*)value); } inline static int32_t get_offset_of_controlStream_17() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___controlStream_17)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_controlStream_17() const { return ___controlStream_17; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_controlStream_17() { return &___controlStream_17; } inline void set_controlStream_17(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___controlStream_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___controlStream_17), (void*)value); } inline static int32_t get_offset_of_controlReader_18() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___controlReader_18)); } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * get_controlReader_18() const { return ___controlReader_18; } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 ** get_address_of_controlReader_18() { return &___controlReader_18; } inline void set_controlReader_18(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * value) { ___controlReader_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___controlReader_18), (void*)value); } inline static int32_t get_offset_of_credentials_19() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___credentials_19)); } inline NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * get_credentials_19() const { return ___credentials_19; } inline NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 ** get_address_of_credentials_19() { return &___credentials_19; } inline void set_credentials_19(NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * value) { ___credentials_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___credentials_19), (void*)value); } inline static int32_t get_offset_of_hostEntry_20() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___hostEntry_20)); } inline IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * get_hostEntry_20() const { return ___hostEntry_20; } inline IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA ** get_address_of_hostEntry_20() { return &___hostEntry_20; } inline void set_hostEntry_20(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * value) { ___hostEntry_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___hostEntry_20), (void*)value); } inline static int32_t get_offset_of_localEndPoint_21() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___localEndPoint_21)); } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * get_localEndPoint_21() const { return ___localEndPoint_21; } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E ** get_address_of_localEndPoint_21() { return &___localEndPoint_21; } inline void set_localEndPoint_21(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * value) { ___localEndPoint_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___localEndPoint_21), (void*)value); } inline static int32_t get_offset_of_remoteEndPoint_22() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___remoteEndPoint_22)); } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * get_remoteEndPoint_22() const { return ___remoteEndPoint_22; } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E ** get_address_of_remoteEndPoint_22() { return &___remoteEndPoint_22; } inline void set_remoteEndPoint_22(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * value) { ___remoteEndPoint_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___remoteEndPoint_22), (void*)value); } inline static int32_t get_offset_of_proxy_23() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___proxy_23)); } inline RuntimeObject* get_proxy_23() const { return ___proxy_23; } inline RuntimeObject** get_address_of_proxy_23() { return &___proxy_23; } inline void set_proxy_23(RuntimeObject* value) { ___proxy_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___proxy_23), (void*)value); } inline static int32_t get_offset_of_timeout_24() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___timeout_24)); } inline int32_t get_timeout_24() const { return ___timeout_24; } inline int32_t* get_address_of_timeout_24() { return &___timeout_24; } inline void set_timeout_24(int32_t value) { ___timeout_24 = value; } inline static int32_t get_offset_of_rwTimeout_25() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___rwTimeout_25)); } inline int32_t get_rwTimeout_25() const { return ___rwTimeout_25; } inline int32_t* get_address_of_rwTimeout_25() { return &___rwTimeout_25; } inline void set_rwTimeout_25(int32_t value) { ___rwTimeout_25 = value; } inline static int32_t get_offset_of_offset_26() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___offset_26)); } inline int64_t get_offset_26() const { return ___offset_26; } inline int64_t* get_address_of_offset_26() { return &___offset_26; } inline void set_offset_26(int64_t value) { ___offset_26 = value; } inline static int32_t get_offset_of_binary_27() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___binary_27)); } inline bool get_binary_27() const { return ___binary_27; } inline bool* get_address_of_binary_27() { return &___binary_27; } inline void set_binary_27(bool value) { ___binary_27 = value; } inline static int32_t get_offset_of_enableSsl_28() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___enableSsl_28)); } inline bool get_enableSsl_28() const { return ___enableSsl_28; } inline bool* get_address_of_enableSsl_28() { return &___enableSsl_28; } inline void set_enableSsl_28(bool value) { ___enableSsl_28 = value; } inline static int32_t get_offset_of_usePassive_29() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___usePassive_29)); } inline bool get_usePassive_29() const { return ___usePassive_29; } inline bool* get_address_of_usePassive_29() { return &___usePassive_29; } inline void set_usePassive_29(bool value) { ___usePassive_29 = value; } inline static int32_t get_offset_of_keepAlive_30() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___keepAlive_30)); } inline bool get_keepAlive_30() const { return ___keepAlive_30; } inline bool* get_address_of_keepAlive_30() { return &___keepAlive_30; } inline void set_keepAlive_30(bool value) { ___keepAlive_30 = value; } inline static int32_t get_offset_of_method_31() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___method_31)); } inline String_t* get_method_31() const { return ___method_31; } inline String_t** get_address_of_method_31() { return &___method_31; } inline void set_method_31(String_t* value) { ___method_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_31), (void*)value); } inline static int32_t get_offset_of_renameTo_32() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___renameTo_32)); } inline String_t* get_renameTo_32() const { return ___renameTo_32; } inline String_t** get_address_of_renameTo_32() { return &___renameTo_32; } inline void set_renameTo_32(String_t* value) { ___renameTo_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___renameTo_32), (void*)value); } inline static int32_t get_offset_of_locker_33() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___locker_33)); } inline RuntimeObject * get_locker_33() const { return ___locker_33; } inline RuntimeObject ** get_address_of_locker_33() { return &___locker_33; } inline void set_locker_33(RuntimeObject * value) { ___locker_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___locker_33), (void*)value); } inline static int32_t get_offset_of_requestState_34() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___requestState_34)); } inline int32_t get_requestState_34() const { return ___requestState_34; } inline int32_t* get_address_of_requestState_34() { return &___requestState_34; } inline void set_requestState_34(int32_t value) { ___requestState_34 = value; } inline static int32_t get_offset_of_asyncResult_35() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___asyncResult_35)); } inline FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * get_asyncResult_35() const { return ___asyncResult_35; } inline FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 ** get_address_of_asyncResult_35() { return &___asyncResult_35; } inline void set_asyncResult_35(FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * value) { ___asyncResult_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncResult_35), (void*)value); } inline static int32_t get_offset_of_ftpResponse_36() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___ftpResponse_36)); } inline FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * get_ftpResponse_36() const { return ___ftpResponse_36; } inline FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 ** get_address_of_ftpResponse_36() { return &___ftpResponse_36; } inline void set_ftpResponse_36(FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * value) { ___ftpResponse_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___ftpResponse_36), (void*)value); } inline static int32_t get_offset_of_requestStream_37() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___requestStream_37)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_requestStream_37() const { return ___requestStream_37; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_requestStream_37() { return &___requestStream_37; } inline void set_requestStream_37(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___requestStream_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___requestStream_37), (void*)value); } inline static int32_t get_offset_of_initial_path_38() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___initial_path_38)); } inline String_t* get_initial_path_38() const { return ___initial_path_38; } inline String_t** get_address_of_initial_path_38() { return &___initial_path_38; } inline void set_initial_path_38(String_t* value) { ___initial_path_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___initial_path_38), (void*)value); } inline static int32_t get_offset_of_dataEncoding_40() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D, ___dataEncoding_40)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_dataEncoding_40() const { return ___dataEncoding_40; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_dataEncoding_40() { return &___dataEncoding_40; } inline void set_dataEncoding_40(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___dataEncoding_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataEncoding_40), (void*)value); } }; struct FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_StaticFields { public: // System.String[] System.Net.FtpWebRequest::supportedCommands StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___supportedCommands_39; public: inline static int32_t get_offset_of_supportedCommands_39() { return static_cast(offsetof(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_StaticFields, ___supportedCommands_39)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_supportedCommands_39() const { return ___supportedCommands_39; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_supportedCommands_39() { return &___supportedCommands_39; } inline void set_supportedCommands_39(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___supportedCommands_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___supportedCommands_39), (void*)value); } }; // System.Net.HttpWebRequest struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A : public WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E { public: // System.Uri System.Net.HttpWebRequest::requestUri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___requestUri_12; // System.Uri System.Net.HttpWebRequest::actualUri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___actualUri_13; // System.Boolean System.Net.HttpWebRequest::hostChanged bool ___hostChanged_14; // System.Boolean System.Net.HttpWebRequest::allowAutoRedirect bool ___allowAutoRedirect_15; // System.Boolean System.Net.HttpWebRequest::allowBuffering bool ___allowBuffering_16; // System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::certificates X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___certificates_17; // System.String System.Net.HttpWebRequest::connectionGroup String_t* ___connectionGroup_18; // System.Boolean System.Net.HttpWebRequest::haveContentLength bool ___haveContentLength_19; // System.Int64 System.Net.HttpWebRequest::contentLength int64_t ___contentLength_20; // System.Net.HttpContinueDelegate System.Net.HttpWebRequest::continueDelegate HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F * ___continueDelegate_21; // System.Net.CookieContainer System.Net.HttpWebRequest::cookieContainer CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * ___cookieContainer_22; // System.Net.ICredentials System.Net.HttpWebRequest::credentials RuntimeObject* ___credentials_23; // System.Boolean System.Net.HttpWebRequest::haveResponse bool ___haveResponse_24; // System.Boolean System.Net.HttpWebRequest::requestSent bool ___requestSent_25; // System.Net.WebHeaderCollection System.Net.HttpWebRequest::webHeaders WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___webHeaders_26; // System.Boolean System.Net.HttpWebRequest::keepAlive bool ___keepAlive_27; // System.Int32 System.Net.HttpWebRequest::maxAutoRedirect int32_t ___maxAutoRedirect_28; // System.String System.Net.HttpWebRequest::mediaType String_t* ___mediaType_29; // System.String System.Net.HttpWebRequest::method String_t* ___method_30; // System.String System.Net.HttpWebRequest::initialMethod String_t* ___initialMethod_31; // System.Boolean System.Net.HttpWebRequest::pipelined bool ___pipelined_32; // System.Boolean System.Net.HttpWebRequest::preAuthenticate bool ___preAuthenticate_33; // System.Boolean System.Net.HttpWebRequest::usedPreAuth bool ___usedPreAuth_34; // System.Version System.Net.HttpWebRequest::version Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___version_35; // System.Boolean System.Net.HttpWebRequest::force_version bool ___force_version_36; // System.Version System.Net.HttpWebRequest::actualVersion Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___actualVersion_37; // System.Net.IWebProxy System.Net.HttpWebRequest::proxy RuntimeObject* ___proxy_38; // System.Boolean System.Net.HttpWebRequest::sendChunked bool ___sendChunked_39; // System.Net.ServicePoint System.Net.HttpWebRequest::servicePoint ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ___servicePoint_40; // System.Int32 System.Net.HttpWebRequest::timeout int32_t ___timeout_41; // System.Net.WebRequestStream System.Net.HttpWebRequest::writeStream WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * ___writeStream_42; // System.Net.HttpWebResponse System.Net.HttpWebRequest::webResponse HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * ___webResponse_43; // System.Net.WebCompletionSource System.Net.HttpWebRequest::responseTask WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * ___responseTask_44; // System.Net.WebOperation System.Net.HttpWebRequest::currentOperation WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___currentOperation_45; // System.Int32 System.Net.HttpWebRequest::aborted int32_t ___aborted_46; // System.Boolean System.Net.HttpWebRequest::gotRequestStream bool ___gotRequestStream_47; // System.Int32 System.Net.HttpWebRequest::redirects int32_t ___redirects_48; // System.Boolean System.Net.HttpWebRequest::expectContinue bool ___expectContinue_49; // System.Boolean System.Net.HttpWebRequest::getResponseCalled bool ___getResponseCalled_50; // System.Object System.Net.HttpWebRequest::locker RuntimeObject * ___locker_51; // System.Boolean System.Net.HttpWebRequest::finished_reading bool ___finished_reading_52; // System.Net.DecompressionMethods System.Net.HttpWebRequest::auto_decomp int32_t ___auto_decomp_53; // System.Int32 System.Net.HttpWebRequest::readWriteTimeout int32_t ___readWriteTimeout_55; // Mono.Security.Interface.MonoTlsProvider System.Net.HttpWebRequest::tlsProvider MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___tlsProvider_56; // Mono.Security.Interface.MonoTlsSettings System.Net.HttpWebRequest::tlsSettings MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___tlsSettings_57; // System.Net.ServerCertValidationCallback System.Net.HttpWebRequest::certValidationCallback ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ___certValidationCallback_58; // System.Net.HttpWebRequest/AuthorizationState System.Net.HttpWebRequest::auth_state AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 ___auth_state_59; // System.Net.HttpWebRequest/AuthorizationState System.Net.HttpWebRequest::proxy_auth_state AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 ___proxy_auth_state_60; // System.String System.Net.HttpWebRequest::host String_t* ___host_61; // System.Func`2 System.Net.HttpWebRequest::ResendContentFactory Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 * ___ResendContentFactory_62; // System.Boolean System.Net.HttpWebRequest::k__BackingField bool ___U3CThrowOnErrorU3Ek__BackingField_63; // System.Boolean System.Net.HttpWebRequest::unsafe_auth_blah bool ___unsafe_auth_blah_64; public: inline static int32_t get_offset_of_requestUri_12() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___requestUri_12)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_requestUri_12() const { return ___requestUri_12; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_requestUri_12() { return &___requestUri_12; } inline void set_requestUri_12(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___requestUri_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___requestUri_12), (void*)value); } inline static int32_t get_offset_of_actualUri_13() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___actualUri_13)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_actualUri_13() const { return ___actualUri_13; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_actualUri_13() { return &___actualUri_13; } inline void set_actualUri_13(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___actualUri_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___actualUri_13), (void*)value); } inline static int32_t get_offset_of_hostChanged_14() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___hostChanged_14)); } inline bool get_hostChanged_14() const { return ___hostChanged_14; } inline bool* get_address_of_hostChanged_14() { return &___hostChanged_14; } inline void set_hostChanged_14(bool value) { ___hostChanged_14 = value; } inline static int32_t get_offset_of_allowAutoRedirect_15() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___allowAutoRedirect_15)); } inline bool get_allowAutoRedirect_15() const { return ___allowAutoRedirect_15; } inline bool* get_address_of_allowAutoRedirect_15() { return &___allowAutoRedirect_15; } inline void set_allowAutoRedirect_15(bool value) { ___allowAutoRedirect_15 = value; } inline static int32_t get_offset_of_allowBuffering_16() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___allowBuffering_16)); } inline bool get_allowBuffering_16() const { return ___allowBuffering_16; } inline bool* get_address_of_allowBuffering_16() { return &___allowBuffering_16; } inline void set_allowBuffering_16(bool value) { ___allowBuffering_16 = value; } inline static int32_t get_offset_of_certificates_17() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___certificates_17)); } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * get_certificates_17() const { return ___certificates_17; } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B ** get_address_of_certificates_17() { return &___certificates_17; } inline void set_certificates_17(X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * value) { ___certificates_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificates_17), (void*)value); } inline static int32_t get_offset_of_connectionGroup_18() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___connectionGroup_18)); } inline String_t* get_connectionGroup_18() const { return ___connectionGroup_18; } inline String_t** get_address_of_connectionGroup_18() { return &___connectionGroup_18; } inline void set_connectionGroup_18(String_t* value) { ___connectionGroup_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___connectionGroup_18), (void*)value); } inline static int32_t get_offset_of_haveContentLength_19() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___haveContentLength_19)); } inline bool get_haveContentLength_19() const { return ___haveContentLength_19; } inline bool* get_address_of_haveContentLength_19() { return &___haveContentLength_19; } inline void set_haveContentLength_19(bool value) { ___haveContentLength_19 = value; } inline static int32_t get_offset_of_contentLength_20() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___contentLength_20)); } inline int64_t get_contentLength_20() const { return ___contentLength_20; } inline int64_t* get_address_of_contentLength_20() { return &___contentLength_20; } inline void set_contentLength_20(int64_t value) { ___contentLength_20 = value; } inline static int32_t get_offset_of_continueDelegate_21() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___continueDelegate_21)); } inline HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F * get_continueDelegate_21() const { return ___continueDelegate_21; } inline HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F ** get_address_of_continueDelegate_21() { return &___continueDelegate_21; } inline void set_continueDelegate_21(HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F * value) { ___continueDelegate_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___continueDelegate_21), (void*)value); } inline static int32_t get_offset_of_cookieContainer_22() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___cookieContainer_22)); } inline CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * get_cookieContainer_22() const { return ___cookieContainer_22; } inline CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 ** get_address_of_cookieContainer_22() { return &___cookieContainer_22; } inline void set_cookieContainer_22(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * value) { ___cookieContainer_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___cookieContainer_22), (void*)value); } inline static int32_t get_offset_of_credentials_23() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___credentials_23)); } inline RuntimeObject* get_credentials_23() const { return ___credentials_23; } inline RuntimeObject** get_address_of_credentials_23() { return &___credentials_23; } inline void set_credentials_23(RuntimeObject* value) { ___credentials_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___credentials_23), (void*)value); } inline static int32_t get_offset_of_haveResponse_24() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___haveResponse_24)); } inline bool get_haveResponse_24() const { return ___haveResponse_24; } inline bool* get_address_of_haveResponse_24() { return &___haveResponse_24; } inline void set_haveResponse_24(bool value) { ___haveResponse_24 = value; } inline static int32_t get_offset_of_requestSent_25() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___requestSent_25)); } inline bool get_requestSent_25() const { return ___requestSent_25; } inline bool* get_address_of_requestSent_25() { return &___requestSent_25; } inline void set_requestSent_25(bool value) { ___requestSent_25 = value; } inline static int32_t get_offset_of_webHeaders_26() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___webHeaders_26)); } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * get_webHeaders_26() const { return ___webHeaders_26; } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 ** get_address_of_webHeaders_26() { return &___webHeaders_26; } inline void set_webHeaders_26(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * value) { ___webHeaders_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___webHeaders_26), (void*)value); } inline static int32_t get_offset_of_keepAlive_27() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___keepAlive_27)); } inline bool get_keepAlive_27() const { return ___keepAlive_27; } inline bool* get_address_of_keepAlive_27() { return &___keepAlive_27; } inline void set_keepAlive_27(bool value) { ___keepAlive_27 = value; } inline static int32_t get_offset_of_maxAutoRedirect_28() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___maxAutoRedirect_28)); } inline int32_t get_maxAutoRedirect_28() const { return ___maxAutoRedirect_28; } inline int32_t* get_address_of_maxAutoRedirect_28() { return &___maxAutoRedirect_28; } inline void set_maxAutoRedirect_28(int32_t value) { ___maxAutoRedirect_28 = value; } inline static int32_t get_offset_of_mediaType_29() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___mediaType_29)); } inline String_t* get_mediaType_29() const { return ___mediaType_29; } inline String_t** get_address_of_mediaType_29() { return &___mediaType_29; } inline void set_mediaType_29(String_t* value) { ___mediaType_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___mediaType_29), (void*)value); } inline static int32_t get_offset_of_method_30() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___method_30)); } inline String_t* get_method_30() const { return ___method_30; } inline String_t** get_address_of_method_30() { return &___method_30; } inline void set_method_30(String_t* value) { ___method_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_30), (void*)value); } inline static int32_t get_offset_of_initialMethod_31() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___initialMethod_31)); } inline String_t* get_initialMethod_31() const { return ___initialMethod_31; } inline String_t** get_address_of_initialMethod_31() { return &___initialMethod_31; } inline void set_initialMethod_31(String_t* value) { ___initialMethod_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___initialMethod_31), (void*)value); } inline static int32_t get_offset_of_pipelined_32() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___pipelined_32)); } inline bool get_pipelined_32() const { return ___pipelined_32; } inline bool* get_address_of_pipelined_32() { return &___pipelined_32; } inline void set_pipelined_32(bool value) { ___pipelined_32 = value; } inline static int32_t get_offset_of_preAuthenticate_33() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___preAuthenticate_33)); } inline bool get_preAuthenticate_33() const { return ___preAuthenticate_33; } inline bool* get_address_of_preAuthenticate_33() { return &___preAuthenticate_33; } inline void set_preAuthenticate_33(bool value) { ___preAuthenticate_33 = value; } inline static int32_t get_offset_of_usedPreAuth_34() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___usedPreAuth_34)); } inline bool get_usedPreAuth_34() const { return ___usedPreAuth_34; } inline bool* get_address_of_usedPreAuth_34() { return &___usedPreAuth_34; } inline void set_usedPreAuth_34(bool value) { ___usedPreAuth_34 = value; } inline static int32_t get_offset_of_version_35() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___version_35)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_version_35() const { return ___version_35; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_version_35() { return &___version_35; } inline void set_version_35(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___version_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_35), (void*)value); } inline static int32_t get_offset_of_force_version_36() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___force_version_36)); } inline bool get_force_version_36() const { return ___force_version_36; } inline bool* get_address_of_force_version_36() { return &___force_version_36; } inline void set_force_version_36(bool value) { ___force_version_36 = value; } inline static int32_t get_offset_of_actualVersion_37() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___actualVersion_37)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_actualVersion_37() const { return ___actualVersion_37; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_actualVersion_37() { return &___actualVersion_37; } inline void set_actualVersion_37(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___actualVersion_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___actualVersion_37), (void*)value); } inline static int32_t get_offset_of_proxy_38() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___proxy_38)); } inline RuntimeObject* get_proxy_38() const { return ___proxy_38; } inline RuntimeObject** get_address_of_proxy_38() { return &___proxy_38; } inline void set_proxy_38(RuntimeObject* value) { ___proxy_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___proxy_38), (void*)value); } inline static int32_t get_offset_of_sendChunked_39() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___sendChunked_39)); } inline bool get_sendChunked_39() const { return ___sendChunked_39; } inline bool* get_address_of_sendChunked_39() { return &___sendChunked_39; } inline void set_sendChunked_39(bool value) { ___sendChunked_39 = value; } inline static int32_t get_offset_of_servicePoint_40() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___servicePoint_40)); } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * get_servicePoint_40() const { return ___servicePoint_40; } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 ** get_address_of_servicePoint_40() { return &___servicePoint_40; } inline void set_servicePoint_40(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * value) { ___servicePoint_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___servicePoint_40), (void*)value); } inline static int32_t get_offset_of_timeout_41() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___timeout_41)); } inline int32_t get_timeout_41() const { return ___timeout_41; } inline int32_t* get_address_of_timeout_41() { return &___timeout_41; } inline void set_timeout_41(int32_t value) { ___timeout_41 = value; } inline static int32_t get_offset_of_writeStream_42() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___writeStream_42)); } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * get_writeStream_42() const { return ___writeStream_42; } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 ** get_address_of_writeStream_42() { return &___writeStream_42; } inline void set_writeStream_42(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * value) { ___writeStream_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___writeStream_42), (void*)value); } inline static int32_t get_offset_of_webResponse_43() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___webResponse_43)); } inline HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * get_webResponse_43() const { return ___webResponse_43; } inline HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB ** get_address_of_webResponse_43() { return &___webResponse_43; } inline void set_webResponse_43(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * value) { ___webResponse_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___webResponse_43), (void*)value); } inline static int32_t get_offset_of_responseTask_44() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___responseTask_44)); } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * get_responseTask_44() const { return ___responseTask_44; } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E ** get_address_of_responseTask_44() { return &___responseTask_44; } inline void set_responseTask_44(WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * value) { ___responseTask_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___responseTask_44), (void*)value); } inline static int32_t get_offset_of_currentOperation_45() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___currentOperation_45)); } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * get_currentOperation_45() const { return ___currentOperation_45; } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 ** get_address_of_currentOperation_45() { return &___currentOperation_45; } inline void set_currentOperation_45(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * value) { ___currentOperation_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentOperation_45), (void*)value); } inline static int32_t get_offset_of_aborted_46() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___aborted_46)); } inline int32_t get_aborted_46() const { return ___aborted_46; } inline int32_t* get_address_of_aborted_46() { return &___aborted_46; } inline void set_aborted_46(int32_t value) { ___aborted_46 = value; } inline static int32_t get_offset_of_gotRequestStream_47() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___gotRequestStream_47)); } inline bool get_gotRequestStream_47() const { return ___gotRequestStream_47; } inline bool* get_address_of_gotRequestStream_47() { return &___gotRequestStream_47; } inline void set_gotRequestStream_47(bool value) { ___gotRequestStream_47 = value; } inline static int32_t get_offset_of_redirects_48() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___redirects_48)); } inline int32_t get_redirects_48() const { return ___redirects_48; } inline int32_t* get_address_of_redirects_48() { return &___redirects_48; } inline void set_redirects_48(int32_t value) { ___redirects_48 = value; } inline static int32_t get_offset_of_expectContinue_49() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___expectContinue_49)); } inline bool get_expectContinue_49() const { return ___expectContinue_49; } inline bool* get_address_of_expectContinue_49() { return &___expectContinue_49; } inline void set_expectContinue_49(bool value) { ___expectContinue_49 = value; } inline static int32_t get_offset_of_getResponseCalled_50() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___getResponseCalled_50)); } inline bool get_getResponseCalled_50() const { return ___getResponseCalled_50; } inline bool* get_address_of_getResponseCalled_50() { return &___getResponseCalled_50; } inline void set_getResponseCalled_50(bool value) { ___getResponseCalled_50 = value; } inline static int32_t get_offset_of_locker_51() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___locker_51)); } inline RuntimeObject * get_locker_51() const { return ___locker_51; } inline RuntimeObject ** get_address_of_locker_51() { return &___locker_51; } inline void set_locker_51(RuntimeObject * value) { ___locker_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___locker_51), (void*)value); } inline static int32_t get_offset_of_finished_reading_52() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___finished_reading_52)); } inline bool get_finished_reading_52() const { return ___finished_reading_52; } inline bool* get_address_of_finished_reading_52() { return &___finished_reading_52; } inline void set_finished_reading_52(bool value) { ___finished_reading_52 = value; } inline static int32_t get_offset_of_auto_decomp_53() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___auto_decomp_53)); } inline int32_t get_auto_decomp_53() const { return ___auto_decomp_53; } inline int32_t* get_address_of_auto_decomp_53() { return &___auto_decomp_53; } inline void set_auto_decomp_53(int32_t value) { ___auto_decomp_53 = value; } inline static int32_t get_offset_of_readWriteTimeout_55() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___readWriteTimeout_55)); } inline int32_t get_readWriteTimeout_55() const { return ___readWriteTimeout_55; } inline int32_t* get_address_of_readWriteTimeout_55() { return &___readWriteTimeout_55; } inline void set_readWriteTimeout_55(int32_t value) { ___readWriteTimeout_55 = value; } inline static int32_t get_offset_of_tlsProvider_56() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___tlsProvider_56)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_tlsProvider_56() const { return ___tlsProvider_56; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_tlsProvider_56() { return &___tlsProvider_56; } inline void set_tlsProvider_56(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___tlsProvider_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___tlsProvider_56), (void*)value); } inline static int32_t get_offset_of_tlsSettings_57() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___tlsSettings_57)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_tlsSettings_57() const { return ___tlsSettings_57; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_tlsSettings_57() { return &___tlsSettings_57; } inline void set_tlsSettings_57(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___tlsSettings_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___tlsSettings_57), (void*)value); } inline static int32_t get_offset_of_certValidationCallback_58() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___certValidationCallback_58)); } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * get_certValidationCallback_58() const { return ___certValidationCallback_58; } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA ** get_address_of_certValidationCallback_58() { return &___certValidationCallback_58; } inline void set_certValidationCallback_58(ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * value) { ___certValidationCallback_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___certValidationCallback_58), (void*)value); } inline static int32_t get_offset_of_auth_state_59() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___auth_state_59)); } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 get_auth_state_59() const { return ___auth_state_59; } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * get_address_of_auth_state_59() { return &___auth_state_59; } inline void set_auth_state_59(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 value) { ___auth_state_59 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___auth_state_59))->___request_0), (void*)NULL); } inline static int32_t get_offset_of_proxy_auth_state_60() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___proxy_auth_state_60)); } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 get_proxy_auth_state_60() const { return ___proxy_auth_state_60; } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * get_address_of_proxy_auth_state_60() { return &___proxy_auth_state_60; } inline void set_proxy_auth_state_60(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 value) { ___proxy_auth_state_60 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___proxy_auth_state_60))->___request_0), (void*)NULL); } inline static int32_t get_offset_of_host_61() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___host_61)); } inline String_t* get_host_61() const { return ___host_61; } inline String_t** get_address_of_host_61() { return &___host_61; } inline void set_host_61(String_t* value) { ___host_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___host_61), (void*)value); } inline static int32_t get_offset_of_ResendContentFactory_62() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___ResendContentFactory_62)); } inline Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 * get_ResendContentFactory_62() const { return ___ResendContentFactory_62; } inline Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 ** get_address_of_ResendContentFactory_62() { return &___ResendContentFactory_62; } inline void set_ResendContentFactory_62(Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 * value) { ___ResendContentFactory_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResendContentFactory_62), (void*)value); } inline static int32_t get_offset_of_U3CThrowOnErrorU3Ek__BackingField_63() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___U3CThrowOnErrorU3Ek__BackingField_63)); } inline bool get_U3CThrowOnErrorU3Ek__BackingField_63() const { return ___U3CThrowOnErrorU3Ek__BackingField_63; } inline bool* get_address_of_U3CThrowOnErrorU3Ek__BackingField_63() { return &___U3CThrowOnErrorU3Ek__BackingField_63; } inline void set_U3CThrowOnErrorU3Ek__BackingField_63(bool value) { ___U3CThrowOnErrorU3Ek__BackingField_63 = value; } inline static int32_t get_offset_of_unsafe_auth_blah_64() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___unsafe_auth_blah_64)); } inline bool get_unsafe_auth_blah_64() const { return ___unsafe_auth_blah_64; } inline bool* get_address_of_unsafe_auth_blah_64() { return &___unsafe_auth_blah_64; } inline void set_unsafe_auth_blah_64(bool value) { ___unsafe_auth_blah_64 = value; } }; struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_StaticFields { public: // System.Int32 System.Net.HttpWebRequest::defaultMaxResponseHeadersLength int32_t ___defaultMaxResponseHeadersLength_54; public: inline static int32_t get_offset_of_defaultMaxResponseHeadersLength_54() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_StaticFields, ___defaultMaxResponseHeadersLength_54)); } inline int32_t get_defaultMaxResponseHeadersLength_54() const { return ___defaultMaxResponseHeadersLength_54; } inline int32_t* get_address_of_defaultMaxResponseHeadersLength_54() { return &___defaultMaxResponseHeadersLength_54; } inline void set_defaultMaxResponseHeadersLength_54(int32_t value) { ___defaultMaxResponseHeadersLength_54 = value; } }; // 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.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA : public EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C { public: public: }; // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 : public RuntimeObject { public: // Mono.Security.Interface.MonoRemoteCertificateValidationCallback Mono.Security.Interface.MonoTlsSettings::k__BackingField MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback Mono.Security.Interface.MonoTlsSettings::k__BackingField MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; // System.Nullable`1 Mono.Security.Interface.MonoTlsSettings::k__BackingField Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D ___U3CCertificateValidationTimeU3Ek__BackingField_2; // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Security.Interface.MonoTlsSettings::k__BackingField X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___U3CTrustAnchorsU3Ek__BackingField_3; // System.Object Mono.Security.Interface.MonoTlsSettings::k__BackingField RuntimeObject * ___U3CUserSettingsU3Ek__BackingField_4; // System.String[] Mono.Security.Interface.MonoTlsSettings::k__BackingField StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___U3CCertificateSearchPathsU3Ek__BackingField_5; // System.Boolean Mono.Security.Interface.MonoTlsSettings::k__BackingField bool ___U3CSendCloseNotifyU3Ek__BackingField_6; // System.Nullable`1 Mono.Security.Interface.MonoTlsSettings::k__BackingField Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD ___U3CEnabledProtocolsU3Ek__BackingField_7; // Mono.Security.Interface.CipherSuiteCode[] Mono.Security.Interface.MonoTlsSettings::k__BackingField CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C* ___U3CEnabledCiphersU3Ek__BackingField_8; // System.Boolean Mono.Security.Interface.MonoTlsSettings::cloned bool ___cloned_9; // System.Boolean Mono.Security.Interface.MonoTlsSettings::checkCertName bool ___checkCertName_10; // System.Boolean Mono.Security.Interface.MonoTlsSettings::checkCertRevocationStatus bool ___checkCertRevocationStatus_11; // System.Nullable`1 Mono.Security.Interface.MonoTlsSettings::useServicePointManagerCallback Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___useServicePointManagerCallback_12; // System.Boolean Mono.Security.Interface.MonoTlsSettings::skipSystemValidators bool ___skipSystemValidators_13; // System.Boolean Mono.Security.Interface.MonoTlsSettings::callbackNeedsChain bool ___callbackNeedsChain_14; // Mono.Security.Interface.ICertificateValidator Mono.Security.Interface.MonoTlsSettings::certificateValidator RuntimeObject* ___certificateValidator_15; public: inline static int32_t get_offset_of_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0)); } inline MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * get_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() const { return ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; } inline MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF ** get_address_of_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() { return &___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; } inline void set_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0(MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * value) { ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1)); } inline MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * get_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() const { return ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; } inline MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A ** get_address_of_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() { return &___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; } inline void set_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1(MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * value) { ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CCertificateValidationTimeU3Ek__BackingField_2() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CCertificateValidationTimeU3Ek__BackingField_2)); } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D get_U3CCertificateValidationTimeU3Ek__BackingField_2() const { return ___U3CCertificateValidationTimeU3Ek__BackingField_2; } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * get_address_of_U3CCertificateValidationTimeU3Ek__BackingField_2() { return &___U3CCertificateValidationTimeU3Ek__BackingField_2; } inline void set_U3CCertificateValidationTimeU3Ek__BackingField_2(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D value) { ___U3CCertificateValidationTimeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CTrustAnchorsU3Ek__BackingField_3() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CTrustAnchorsU3Ek__BackingField_3)); } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * get_U3CTrustAnchorsU3Ek__BackingField_3() const { return ___U3CTrustAnchorsU3Ek__BackingField_3; } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B ** get_address_of_U3CTrustAnchorsU3Ek__BackingField_3() { return &___U3CTrustAnchorsU3Ek__BackingField_3; } inline void set_U3CTrustAnchorsU3Ek__BackingField_3(X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * value) { ___U3CTrustAnchorsU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTrustAnchorsU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CUserSettingsU3Ek__BackingField_4() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CUserSettingsU3Ek__BackingField_4)); } inline RuntimeObject * get_U3CUserSettingsU3Ek__BackingField_4() const { return ___U3CUserSettingsU3Ek__BackingField_4; } inline RuntimeObject ** get_address_of_U3CUserSettingsU3Ek__BackingField_4() { return &___U3CUserSettingsU3Ek__BackingField_4; } inline void set_U3CUserSettingsU3Ek__BackingField_4(RuntimeObject * value) { ___U3CUserSettingsU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUserSettingsU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CCertificateSearchPathsU3Ek__BackingField_5() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CCertificateSearchPathsU3Ek__BackingField_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_U3CCertificateSearchPathsU3Ek__BackingField_5() const { return ___U3CCertificateSearchPathsU3Ek__BackingField_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_U3CCertificateSearchPathsU3Ek__BackingField_5() { return &___U3CCertificateSearchPathsU3Ek__BackingField_5; } inline void set_U3CCertificateSearchPathsU3Ek__BackingField_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___U3CCertificateSearchPathsU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCertificateSearchPathsU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CSendCloseNotifyU3Ek__BackingField_6() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CSendCloseNotifyU3Ek__BackingField_6)); } inline bool get_U3CSendCloseNotifyU3Ek__BackingField_6() const { return ___U3CSendCloseNotifyU3Ek__BackingField_6; } inline bool* get_address_of_U3CSendCloseNotifyU3Ek__BackingField_6() { return &___U3CSendCloseNotifyU3Ek__BackingField_6; } inline void set_U3CSendCloseNotifyU3Ek__BackingField_6(bool value) { ___U3CSendCloseNotifyU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CEnabledProtocolsU3Ek__BackingField_7() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CEnabledProtocolsU3Ek__BackingField_7)); } inline Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD get_U3CEnabledProtocolsU3Ek__BackingField_7() const { return ___U3CEnabledProtocolsU3Ek__BackingField_7; } inline Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD * get_address_of_U3CEnabledProtocolsU3Ek__BackingField_7() { return &___U3CEnabledProtocolsU3Ek__BackingField_7; } inline void set_U3CEnabledProtocolsU3Ek__BackingField_7(Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD value) { ___U3CEnabledProtocolsU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CEnabledCiphersU3Ek__BackingField_8() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CEnabledCiphersU3Ek__BackingField_8)); } inline CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C* get_U3CEnabledCiphersU3Ek__BackingField_8() const { return ___U3CEnabledCiphersU3Ek__BackingField_8; } inline CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C** get_address_of_U3CEnabledCiphersU3Ek__BackingField_8() { return &___U3CEnabledCiphersU3Ek__BackingField_8; } inline void set_U3CEnabledCiphersU3Ek__BackingField_8(CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C* value) { ___U3CEnabledCiphersU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEnabledCiphersU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_cloned_9() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___cloned_9)); } inline bool get_cloned_9() const { return ___cloned_9; } inline bool* get_address_of_cloned_9() { return &___cloned_9; } inline void set_cloned_9(bool value) { ___cloned_9 = value; } inline static int32_t get_offset_of_checkCertName_10() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___checkCertName_10)); } inline bool get_checkCertName_10() const { return ___checkCertName_10; } inline bool* get_address_of_checkCertName_10() { return &___checkCertName_10; } inline void set_checkCertName_10(bool value) { ___checkCertName_10 = value; } inline static int32_t get_offset_of_checkCertRevocationStatus_11() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___checkCertRevocationStatus_11)); } inline bool get_checkCertRevocationStatus_11() const { return ___checkCertRevocationStatus_11; } inline bool* get_address_of_checkCertRevocationStatus_11() { return &___checkCertRevocationStatus_11; } inline void set_checkCertRevocationStatus_11(bool value) { ___checkCertRevocationStatus_11 = value; } inline static int32_t get_offset_of_useServicePointManagerCallback_12() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___useServicePointManagerCallback_12)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_useServicePointManagerCallback_12() const { return ___useServicePointManagerCallback_12; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_useServicePointManagerCallback_12() { return &___useServicePointManagerCallback_12; } inline void set_useServicePointManagerCallback_12(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___useServicePointManagerCallback_12 = value; } inline static int32_t get_offset_of_skipSystemValidators_13() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___skipSystemValidators_13)); } inline bool get_skipSystemValidators_13() const { return ___skipSystemValidators_13; } inline bool* get_address_of_skipSystemValidators_13() { return &___skipSystemValidators_13; } inline void set_skipSystemValidators_13(bool value) { ___skipSystemValidators_13 = value; } inline static int32_t get_offset_of_callbackNeedsChain_14() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___callbackNeedsChain_14)); } inline bool get_callbackNeedsChain_14() const { return ___callbackNeedsChain_14; } inline bool* get_address_of_callbackNeedsChain_14() { return &___callbackNeedsChain_14; } inline void set_callbackNeedsChain_14(bool value) { ___callbackNeedsChain_14 = value; } inline static int32_t get_offset_of_certificateValidator_15() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___certificateValidator_15)); } inline RuntimeObject* get_certificateValidator_15() const { return ___certificateValidator_15; } inline RuntimeObject** get_address_of_certificateValidator_15() { return &___certificateValidator_15; } inline void set_certificateValidator_15(RuntimeObject* value) { ___certificateValidator_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateValidator_15), (void*)value); } }; struct MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_StaticFields { public: // Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::defaultSettings MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___defaultSettings_16; public: inline static int32_t get_offset_of_defaultSettings_16() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_StaticFields, ___defaultSettings_16)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_defaultSettings_16() const { return ___defaultSettings_16; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_defaultSettings_16() { return &___defaultSettings_16; } inline void set_defaultSettings_16(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___defaultSettings_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultSettings_16), (void*)value); } }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 : public SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 { public: public: }; // System.Threading.ThreadStart struct ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 : public MulticastDelegate_t { public: public: }; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 : public MulticastDelegate_t { public: public: }; // System.IO.Compression.DeflateStream/ReadMethod struct ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 : public MulticastDelegate_t { public: public: }; // System.IO.Compression.DeflateStream/WriteMethod struct WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 : public MulticastDelegate_t { public: public: }; // System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite struct UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD : public MulticastDelegate_t { public: public: }; // System.Net.Dns/GetHostAddressesCallback struct GetHostAddressesCallback_t03CF99D5CEDA9D1438FAFDF101E7460232C8D0FC : public MulticastDelegate_t { public: public: }; // System.Net.FtpDataStream/ReadDelegate struct ReadDelegate_t3D70C2E77AF55AADD887F423AA0CAE4FABCC92E6 : public MulticastDelegate_t { public: public: }; // System.Net.FtpDataStream/WriteDelegate struct WriteDelegate_t27DA3BBADBD9FFAC63A9B47C2D61F0219BFE9E0D : public MulticastDelegate_t { public: public: }; // 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); } }; // System.Net.CookieException struct CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 : public FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 { public: public: }; // System.IO.FileInfo struct FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 : public FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246 { public: // System.String System.IO.FileInfo::_name String_t* ____name_6; public: inline static int32_t get_offset_of__name_6() { return static_cast(offsetof(FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9, ____name_6)); } inline String_t* get__name_6() const { return ____name_6; } inline String_t** get_address_of__name_6() { return &____name_6; } inline void set__name_6(String_t* value) { ____name_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_6), (void*)value); } }; // System.ObjectDisposedException struct ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A : public InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB { public: // System.String System.ObjectDisposedException::objectName String_t* ___objectName_17; public: inline static int32_t get_offset_of_objectName_17() { return static_cast(offsetof(ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A, ___objectName_17)); } inline String_t* get_objectName_17() const { return ___objectName_17; } inline String_t** get_address_of_objectName_17() { return &___objectName_17; } inline void set_objectName_17(String_t* value) { ___objectName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (void*)value); } }; // System.Net.ProtocolViolationException struct ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 : public InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB { public: public: }; // System.UriFormatException struct UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D : public FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 { public: public: }; // System.Net.WebException struct WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 : public InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB { public: // System.Net.WebExceptionStatus System.Net.WebException::m_Status int32_t ___m_Status_17; // System.Net.WebResponse System.Net.WebException::m_Response WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * ___m_Response_18; // System.Net.WebExceptionInternalStatus System.Net.WebException::m_InternalStatus int32_t ___m_InternalStatus_19; public: inline static int32_t get_offset_of_m_Status_17() { return static_cast(offsetof(WebException_t824617203133537D3B05BF786C22AECE0E2DBD08, ___m_Status_17)); } inline int32_t get_m_Status_17() const { return ___m_Status_17; } inline int32_t* get_address_of_m_Status_17() { return &___m_Status_17; } inline void set_m_Status_17(int32_t value) { ___m_Status_17 = value; } inline static int32_t get_offset_of_m_Response_18() { return static_cast(offsetof(WebException_t824617203133537D3B05BF786C22AECE0E2DBD08, ___m_Response_18)); } inline WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * get_m_Response_18() const { return ___m_Response_18; } inline WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 ** get_address_of_m_Response_18() { return &___m_Response_18; } inline void set_m_Response_18(WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * value) { ___m_Response_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Response_18), (void*)value); } inline static int32_t get_offset_of_m_InternalStatus_19() { return static_cast(offsetof(WebException_t824617203133537D3B05BF786C22AECE0E2DBD08, ___m_InternalStatus_19)); } inline int32_t get_m_InternalStatus_19() const { return ___m_InternalStatus_19; } inline int32_t* get_address_of_m_InternalStatus_19() { return &___m_InternalStatus_19; } inline void set_m_InternalStatus_19(int32_t value) { ___m_InternalStatus_19 = value; } }; // System.ComponentModel.Win32Exception struct Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 : public ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 { public: // System.Int32 System.ComponentModel.Win32Exception::nativeErrorCode int32_t ___nativeErrorCode_17; public: inline static int32_t get_offset_of_nativeErrorCode_17() { return static_cast(offsetof(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950, ___nativeErrorCode_17)); } inline int32_t get_nativeErrorCode_17() const { return ___nativeErrorCode_17; } inline int32_t* get_address_of_nativeErrorCode_17() { return &___nativeErrorCode_17; } inline void set_nativeErrorCode_17(int32_t value) { ___nativeErrorCode_17 = value; } }; struct Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_StaticFields { public: // System.Boolean System.ComponentModel.Win32Exception::s_ErrorMessagesInitialized bool ___s_ErrorMessagesInitialized_18; // System.Collections.Generic.Dictionary`2 System.ComponentModel.Win32Exception::s_ErrorMessage Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * ___s_ErrorMessage_19; public: inline static int32_t get_offset_of_s_ErrorMessagesInitialized_18() { return static_cast(offsetof(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_StaticFields, ___s_ErrorMessagesInitialized_18)); } inline bool get_s_ErrorMessagesInitialized_18() const { return ___s_ErrorMessagesInitialized_18; } inline bool* get_address_of_s_ErrorMessagesInitialized_18() { return &___s_ErrorMessagesInitialized_18; } inline void set_s_ErrorMessagesInitialized_18(bool value) { ___s_ErrorMessagesInitialized_18 = value; } inline static int32_t get_offset_of_s_ErrorMessage_19() { return static_cast(offsetof(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_StaticFields, ___s_ErrorMessage_19)); } inline Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * get_s_ErrorMessage_19() const { return ___s_ErrorMessage_19; } inline Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB ** get_address_of_s_ErrorMessage_19() { return &___s_ErrorMessage_19; } inline void set_s_ErrorMessage_19(Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * value) { ___s_ErrorMessage_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ErrorMessage_19), (void*)value); } }; // System.Net.Sockets.SocketException struct SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 : public Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 { public: // System.Net.EndPoint System.Net.Sockets.SocketException::m_EndPoint EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___m_EndPoint_20; public: inline static int32_t get_offset_of_m_EndPoint_20() { return static_cast(offsetof(SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88, ___m_EndPoint_20)); } inline EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * get_m_EndPoint_20() const { return ___m_EndPoint_20; } inline EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** get_address_of_m_EndPoint_20() { return &___m_EndPoint_20; } inline void set_m_EndPoint_20(EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * value) { ___m_EndPoint_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_EndPoint_20), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Net.CookieTokenizer/RecognizedAttribute[] struct RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49 : public RuntimeArray { public: ALIGN_FIELD (8) RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A m_Items[1]; public: inline RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A * 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, RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_name_0), (void*)NULL); } inline RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_name_0), (void*)NULL); } }; // 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); } }; // System.Globalization.CultureInfo[] struct CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574 : public RuntimeArray { public: ALIGN_FIELD (8) CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * m_Items[1]; public: inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** 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, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Attribute[] struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4 : public RuntimeArray { public: ALIGN_FIELD (8) Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * m_Items[1]; public: inline Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 ** 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, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.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.ComponentModel.IExtenderProvider[] struct IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738 : 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.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.Net.IPAddress[] struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB : public RuntimeArray { public: ALIGN_FIELD (8) IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * m_Items[1]; public: inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** 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, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Enum[] struct EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199 : public RuntimeArray { public: ALIGN_FIELD (8) Enum_t23B90B40F60E677A8025267341651C94AE079CDA * m_Items[1]; public: inline Enum_t23B90B40F60E677A8025267341651C94AE079CDA * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Enum_t23B90B40F60E677A8025267341651C94AE079CDA ** 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, Enum_t23B90B40F60E677A8025267341651C94AE079CDA * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Enum_t23B90B40F60E677A8025267341651C94AE079CDA * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Enum_t23B90B40F60E677A8025267341651C94AE079CDA ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Enum_t23B90B40F60E677A8025267341651C94AE079CDA * 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; } }; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_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, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_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.ComponentModel.EventDescriptor[] struct EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9 : public RuntimeArray { public: ALIGN_FIELD (8) EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * m_Items[1]; public: inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 ** 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, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Int32 System.Array::IndexOf(!!0[],!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_mBA88963C07F924406E8012B432FC74CD5216B562_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, RuntimeObject * ___value1, 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(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* List_1_ToArray_mC6E0B3CF74090974475F845BF79EC5E66D3A71AC_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m7642F18C7E99436A8B1E165426B537641FB6D2E5_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, RuntimeObject * ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method); // System.Int32 System.Array::BinarySearch(!!0[],!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_TisRuntimeObject_m53E8F5F89D7392AEAAF33B98FFAD9149B43E3411_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, RuntimeObject * ___value1, const RuntimeMethod* method); // !!0[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_gshared (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.FormatException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m782FDB1A7F0BA932C9937FDB8E936D0E4724AA67 (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * __this, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mF8CFF64B9AB9A6B4AD5B33FC72E6EA7F6631FD51 (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m9D50D1A9FC1B72427455B7FFBDB80198D996667F (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882 (Exception_t * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer__ctor_m98A9B2C61BA73183CBF2331766DD011A1432C3D1 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, String_t* ___tokenStream0, const RuntimeMethod* method); // System.Net.CookieToken System.Net.CookieTokenizer::Next(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_Next_m12072A330646362D17E6C7B27DA8E4A615ABFB92 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___first0, bool ___parseResponseCookies1, const RuntimeMethod* method); // System.Void System.Net.Cookie::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie__ctor_m4C7C1E7E0DCE68AC143F44630AEE2D385480DE48 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.String System.Net.CookieTokenizer::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Name_mF8AED0F907B5B6A95C97C31F086AE8B56532ACF3_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::InternalSetName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_InternalSetName_m866D7004C1F40D6F1247918DD747C08F71986B42 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Net.CookieTokenizer::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Value_mB71BD8E33373029251A2C55533A8A4417BDB8767 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Net.CookieToken System.Net.CookieTokenizer::get_Token() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CookieTokenizer_get_Token_m3678150A16ACC3F862659716B984C7FE7F0E3B75_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Comment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Comment_mC73FCBD37723DC9929AE7297AB98CC43F186963A (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Net.CookieParser::CheckQuoted(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieParser_CheckQuoted_mF37A111F2850B5D5C111ED2A5676B260E1DBD1C3 (String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Uri::TryCreate(System.String,System.UriKind,System.Uri&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_TryCreate_m44277635BB8291BC0AADD85B9C9A015C1C21EF92 (String_t* ___uriString0, int32_t ___uriKind1, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** ___result2, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_CommentUri(System.Uri) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cookie_set_CommentUri_m164977759148B2CC340AE701684D1E418D450EBA_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Domain(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Domain_mFAA0D7FAB346C34A3ADF865A6F531A948E4E9DBA (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Net.CookieTokenizer::get_Quoted() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CookieTokenizer_get_Quoted_mE4EAA53491D10D83FF580AEFC172DBBB6DC7846F_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, 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.Boolean System.DateTime::TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_TryParse_m355F24554F4721CBB8055BCD638DFFBCF2CE7641 (String_t* ___s0, RuntimeObject* ___provider1, int32_t ___styles2, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___result3, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Expires(System.DateTime) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cookie_set_Expires_m074F513530A0F9F02E261D6B2A52DA8084AAA618_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.Boolean System.Int32::TryParse(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_m748B8DB1D0C9D25C3D1812D7887411C4AFC1DDC2 (String_t* ___s0, int32_t* ___result1, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Now() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_Now_mCAC695993D6E2C57B900C83BEF3F8B18BC4EBC2C (const RuntimeMethod* method); // System.DateTime System.DateTime::AddSeconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_AddSeconds_mCA0940A7E7C3ED40A86532349B7D4CB3A0F0DEAF (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, double ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Path(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Path_mEA8D095CDCC6D19456E1F24C43F143080EF577E8 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Port(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Port_m8BA5AD268A143AE02AC42EB6457AECA645C2C298 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Version(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Version_m4D43603189124EA1FDE4E8D45D65C60F1EB9B64E (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Discard(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cookie_set_Discard_m885D993D0395C8CE0ADEF8709678E603C9A0CB89_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Secure(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cookie_set_Secure_m2860F0605D2A3759288640E6EC503E26AFA813C6_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_HttpOnly(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cookie_set_HttpOnly_m6A2720FC01374C07DFD197379E821FB860117587_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Net.CookieTokenizer::get_Eof() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieTokenizer_get_Eof_mDEEF8E3D40A0F6E97038CDEBDACCE7C4CC67E950 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method); // System.Boolean System.Net.CookieTokenizer::get_EndOfCookie() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CookieTokenizer_get_EndOfCookie_m06103C00EE1E339F7195F8CDFF676E4545CDFB11_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, 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.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); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2 (String_t* __this, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::set_Quoted(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CookieTokenizer_set_Quoted_m3FD8F96369DFF0E88211CEFBC7F66AAD2E61CEFA_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_Reset_m292F03AAABB5DD022619B002A826D819DDAFEA8E (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method); // System.Net.CookieToken System.Net.CookieTokenizer::FindNext(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_FindNext_m749593D7DD3CAFC934C1630824323BED6623C5A4 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___ignoreComma0, bool ___ignoreEquals1, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::set_EndOfCookie(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CookieTokenizer_set_EndOfCookie_m90BFE375C2F99E8C7423AA41FFD25208E20D21E1_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___value0, const RuntimeMethod* method); // System.String System.Net.CookieTokenizer::Extract() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieTokenizer_Extract_mAA780C8AC3336E5A7BB95BB9D2B060506C39F617 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::set_Name(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CookieTokenizer_set_Name_m2741EB32D6911A008B8B0B00BE99864AB50D774E_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, String_t* ___value0, const RuntimeMethod* method); // System.Net.CookieToken System.Net.CookieTokenizer::TokenFromName(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_TokenFromName_m53898506B8BCDC96FDF41E9B4CA497E432809F62 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___parseResponseCookies0, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::set_Token(System.Net.CookieToken) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CookieTokenizer_set_Token_m72232A5D1B54D1E14DFB2C753E3CCDDFFD56D960_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::set_Value(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CookieTokenizer_set_Value_m811ACB2FB2438F09B232BE4D2B35C2A1593C788D_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Net.CookieTokenizer/RecognizedAttribute::IsEqualTo(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RecognizedAttribute_IsEqualTo_m7270A6CFCCD1C18A58596CE15D786AC83965A073 (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A * __this, String_t* ___value0, const RuntimeMethod* method); // System.Net.CookieToken System.Net.CookieTokenizer/RecognizedAttribute::get_Token() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RecognizedAttribute_get_Token_mDCA97F0F5006FFAE556163EC25296D431BD5AC9B_inline (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A * __this, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer/RecognizedAttribute::.ctor(System.String,System.Net.CookieToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A * __this, String_t* ___name0, int32_t ___token1, const RuntimeMethod* method); // System.Collections.Stack System.Diagnostics.CorrelationManager::GetLogicalOperationStack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * CorrelationManager_GetLogicalOperationStack_m9D2D7E1216161417C56D8234CB45E7B8BB15A849 (CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556 * __this, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.Messaging.CallContext::LogicalGetData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CallContext_LogicalGetData_m631B9BEA78BE94C65E0F8D328CA4C5EE63C17FCA (String_t* ___name0, 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.Runtime.Remoting.Messaging.CallContext::LogicalSetData(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallContext_LogicalSetData_m994D3D838D372F200C7B8331A7B47B9D46D6B93C (String_t* ___name0, RuntimeObject * ___data1, const RuntimeMethod* method); // System.String SR::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462 (String_t* ___name0, 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.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.Boolean System.ComponentModel.TypeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertFrom_m0EDDA8ACFFED3FE88C89F97EC764D625A1CD120D (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertTo_m86E815C6F6AEA1999AF2114ADF977F6E8B8FAF28 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.ComponentModel.CultureInfoConverter/CultureInfoMapper::GetCultureInfoName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfoMapper_GetCultureInfoName_m5016F8DAE452B6CC87BEFEE484D027682FBCE632 (String_t* ___cultureInfoDisplayName0, 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.Globalization.CultureInfo System.Threading.Thread::get_CurrentUICulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * Thread_get_CurrentUICulture_mC935CB78924A5E49E196448247AB1BAE8F87E7D2 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Void System.Threading.Thread::set_CurrentUICulture(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_CurrentUICulture_m44044BC6D80F9BDB18168C0D2CBF35B5CE557864 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___value0, const RuntimeMethod* method); // System.String System.ComponentModel.CultureInfoConverter::get_DefaultCultureString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfoConverter_get_DefaultCultureString_m741BE18A3A4EDC78A4CB29210940C4FBC8BC9C36 (CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E * __this, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m0571D491E0A491EB03A3645B5965511AC0B5DFD7 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, String_t* ___name0, 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.String System.String::ToLower(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m31AAE50F084C9F7ECE9201944F237D2310C79235 (String_t* __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method); // System.Collections.IEnumerator System.ComponentModel.TypeConverter/StandardValuesCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StandardValuesCollection_GetEnumerator_m7A4D62B0B3E7514C6434A23B191FF0A15615B45A (StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * __this, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.String SR::GetString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F (String_t* ___name0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, 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.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFrom_m8FA823F1E9BE68C98E7E062A8BFFA600DA06C153 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, 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.Reflection.ConstructorInfo System.Type::GetConstructor(System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C (Type_t * __this, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types0, const RuntimeMethod* method); // System.Boolean System.Reflection.ConstructorInfo::op_Inequality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Inequality_m14EF5800ABCDCE484FEC9C73ED6D84E8343442CC (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___left0, ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___right1, const RuntimeMethod* method); // System.Void System.ComponentModel.Design.Serialization.InstanceDescriptor::.ctor(System.Reflection.MemberInfo,System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceDescriptor__ctor_m85C5E50209E04E10F4A808758DD4B7DF5A9ECDC4 (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 * __this, MemberInfo_t * ___member0, RuntimeObject* ___arguments1, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertTo_m217CDCD7FC43CECBF0F077DF139FDE0B4D263D47 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method); // System.Globalization.CultureInfo[] System.Globalization.CultureInfo::GetCultures(System.Globalization.CultureTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* CultureInfo_GetCultures_mA8B0B9E30332EEA6FB40720AFF46FDFCE41C1E68 (int32_t ___types0, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) inline int32_t Array_IndexOf_TisCultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_mC4D3C85C615C36EC7247B18F88B1BA44C133494D (CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* ___array0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___value1, const RuntimeMethod* method) { return (( int32_t (*) (CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_mBA88963C07F924406E8012B432FC74CD5216B562_gshared)(___array0, ___value1, 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.Void System.ComponentModel.CultureInfoConverter/CultureComparer::.ctor(System.ComponentModel.CultureInfoConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureComparer__ctor_mD2CC91A9459C8E4999C507DD7DB4EF2B6069C155 (CultureComparer_tE4B58101BFBE2F31D2E54ACF2D46ABE038991AC6 * __this, CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E * ___cultureConverter0, const RuntimeMethod* method); // System.Void System.Array::Sort(System.Array,System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_m9FEF5C0ACA74C23E8B3336E14872E4E6FE89B90D (RuntimeArray * ___array0, RuntimeObject* ___comparer1, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeConverter/StandardValuesCollection::.ctor(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandardValuesCollection__ctor_m249BF4A43C982390DBEC8E92DFDB2C395FC9EEFF (StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * __this, RuntimeObject* ___values0, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, const RuntimeMethod* method); // System.Void System.EventArgs::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571 (EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.DataObjectAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectAttribute__ctor_m65E8A193688F77270538D25B57851FC23DD9F697 (DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * __this, bool ___isDataObject0, 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.Boolean System.ComponentModel.DataObjectAttribute::get_IsDataObject() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataObjectAttribute_get_IsDataObject_m396FC56106502CA86AF4A43F030D6C908A846204_inline (DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * __this, const RuntimeMethod* method); // System.Int32 System.Boolean::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Boolean_GetHashCode_m03AF8B3CECAE9106C44A00E3B33E51CBFC45C411 (bool* __this, const RuntimeMethod* method); // System.Void System.ComponentModel.DataObjectFieldAttribute::.ctor(System.Boolean,System.Boolean,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectFieldAttribute__ctor_mA2582AB3B29C4913879E8F0327E303840BB07EAC (DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * __this, bool ___primaryKey0, bool ___isIdentity1, bool ___isNullable2, int32_t ___length3, const RuntimeMethod* method); // System.Boolean System.ComponentModel.DataObjectFieldAttribute::get_IsIdentity() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataObjectFieldAttribute_get_IsIdentity_m878C8B4E2A4D68F30601EFDEE3EFD7A2BBF7DBFA_inline (DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.DataObjectFieldAttribute::get_IsNullable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataObjectFieldAttribute_get_IsNullable_m8BB5834BE47CCDA7057D627A733661C15EE0103A_inline (DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * __this, const RuntimeMethod* method); // System.Int32 System.ComponentModel.DataObjectFieldAttribute::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DataObjectFieldAttribute_get_Length_m065D71CB83415751BBB6D8C504D99FEF1C495DC7_inline (DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.DataObjectFieldAttribute::get_PrimaryKey() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataObjectFieldAttribute_get_PrimaryKey_m80120B24566A0C2E811AA789C99FC5EEEC5CCED0_inline (DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * __this, const RuntimeMethod* method); // System.Int32 System.Attribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.DataObjectMethodAttribute::.ctor(System.ComponentModel.DataObjectMethodType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectMethodAttribute__ctor_m30205B2D4A506A9E3680FA5395D516A80A1157C8 (DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 * __this, int32_t ___methodType0, bool ___isDefault1, const RuntimeMethod* method); // System.ComponentModel.DataObjectMethodType System.ComponentModel.DataObjectMethodAttribute::get_MethodType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DataObjectMethodAttribute_get_MethodType_m99C8E6482C4A1A93899C5465D80C21C9161480F5_inline (DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.DataObjectMethodAttribute::get_IsDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataObjectMethodAttribute_get_IsDefault_mCB3803BEADB37177707D6F7F5C8B2719758D9FCA_inline (DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 * __this, const RuntimeMethod* method); // System.Int32 System.Int32::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667 (int32_t* __this, const RuntimeMethod* method); // System.DateTime System.DateTime::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_Parse_mBDEC40DF3877C8D787AB12536EAA53C599D94260 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m07957AECB8C66EA047B16511BF560DD9EDA1DA44 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d21, const RuntimeMethod* method); // System.TimeSpan System.DateTime::get_TimeOfDay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 DateTime_get_TimeOfDay_mE6A177963C8D8AA8AA2830239F1C7B3D11AFC645 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Double System.TimeSpan::get_TotalSeconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalSeconds_m28CDC7B9ADFEAFF912CC9B66984090CFE60B9AA4 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.String System.DateTime::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_mE44033D2750D165DED2A17A927381872EF9FC986 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.DateTime::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m36D1DC0C1CA8422A3FA5743B21A5FD29E365E434 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_ShortDatePattern() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_ShortDatePattern_m8FF6BA119B0E7938B0BC11AD34A4904586A5AA2D (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * __this, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_ShortTimePattern() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_ShortTimePattern_m35756865D02C481E4B8C266F8ECE8716B68757C0 (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * __this, 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.Int64 System.DateTime::get_Ticks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Year() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Month() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Month_m46CC2AED3F24A91104919B1F6B5103DD1F8BBAE8 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Day() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Day_m9D698CA2A7D1FBEE7BEC0A982A119239F513CBA8 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Hour() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Hour_m6AC78B553639A108EA00728498FA037E52CC425E (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Minute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Minute_m1BBE1AABAAFE39019ED26585D12E67A1F9D5A4AA (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Second() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Second_m6E1FEADC4E62BCC99846934C0761F0AF67DFE17A (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Millisecond() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Millisecond_m26F99053967782776E91C154604B99D2E1182B38 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.DateTimeOffset System.DateTimeOffset::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 DateTimeOffset_Parse_mEAC1F90F2294A19A5DC107BD74A3C50FBE5D3D56 (String_t* ___input0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method); // System.Boolean System.DateTimeOffset::op_Equality(System.DateTimeOffset,System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_op_Equality_mE1EF6B6E75A2DF8E8AF21A37A42AE73CB03E365E (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___left0, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___right1, const RuntimeMethod* method); // System.TimeSpan System.DateTimeOffset::get_TimeOfDay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 DateTimeOffset_get_TimeOfDay_mE2D46AC96D6C3A0C500A0BDB3F815FE7919662A1 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, const RuntimeMethod* method); // System.String System.DateTimeOffset::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m6F59F045A0B1063335C1BC88DBD80C1868B9E6AF (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method); // System.String System.DateTimeOffset::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m7CF43707B6BF67D9FE0F149B4A3CD0B0778A3046 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, RuntimeObject* ___formatProvider0, 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.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.Int64 System.DateTimeOffset::get_Ticks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeOffset_get_Ticks_m8128C8C64174C391E5B74DB640800EC349B72277 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, const RuntimeMethod* method); // System.Int32 System.DateTimeOffset::get_Year() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Year_mA52F9F6E31770121D811B15E355DCF657687424A (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, const RuntimeMethod* method); // System.Int32 System.DateTimeOffset::get_Month() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Month_m3E82166E89B1EAEE394A67A9AD7D3EBC29A96551 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, const RuntimeMethod* method); // System.Int32 System.DateTimeOffset::get_Day() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Day_m9F753250E8C8CADE533A01E57607BD08C23BA34E (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, const RuntimeMethod* method); // System.Int32 System.DateTimeOffset::get_Hour() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Hour_m7FBAE516B05F350C9629E4654E3DBAD4D22C9FE5 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, const RuntimeMethod* method); // System.Int32 System.DateTimeOffset::get_Minute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Minute_m61ED68D112CC6FB381338DA48D60416C9E0E4E66 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, const RuntimeMethod* method); // System.Int32 System.DateTimeOffset::get_Second() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Second_m3F6CC94068F9E4E367D33F199EFD1907DCC8C6FC (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, const RuntimeMethod* method); // System.Int32 System.DateTimeOffset::get_Millisecond() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Millisecond_m99E899B28FEB635B7E8A319FB203CFBF750188F7 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, const RuntimeMethod* method); // System.TimeSpan System.DateTimeOffset::get_Offset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 DateTimeOffset_get_Offset_mD7CD6BE8256492AAF195B631CE3DCA7B47860065 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __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.Security.Interface.TlsException::.ctor(Mono.Security.Interface.AlertDescription,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsException__ctor_m3A87593B9EED79C7E1E0EDA7618CF0BAC393C2B3 (TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9 * __this, uint8_t ___description0, String_t* ___message1, const RuntimeMethod* method); // System.Void Mono.Unity.Debug::CheckAndThrow(Mono.Unity.UnityTls/unitytls_errorstate,System.String,Mono.Security.Interface.AlertDescription) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_CheckAndThrow_m435D60C930287782DE6E6B75A7BF7749BCA5FCF0 (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 ___errorState0, String_t* ___context1, uint8_t ___defaultAlert2, const RuntimeMethod* method); // Mono.Security.Interface.AlertDescription Mono.Unity.UnityTlsConversions::VerifyResultToAlertDescription(Mono.Unity.UnityTls/unitytls_x509verify_result,Mono.Security.Interface.AlertDescription) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t UnityTlsConversions_VerifyResultToAlertDescription_m78E79C1E3C062E64EB36CFC6280AB67A7EF12089 (uint32_t ___verifyResult0, uint8_t ___defaultAlert1, 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.Boolean System.ComponentModel.BaseNumberConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseNumberConverter_CanConvertTo_m05CFD2E523F23CB74C9CC847024B571201ABA14D (BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C * __this, RuntimeObject* ___context0, Type_t * ___t1, const RuntimeMethod* method); // System.Int32[] System.Decimal::GetBits(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* Decimal_GetBits_mED337813028359E66E5D3A525906EE3E25DAEE90 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d0, const RuntimeMethod* method); // System.Boolean System.Reflection.MemberInfo::op_Inequality(System.Reflection.MemberInfo,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_op_Inequality_m3C69F1834F6F8F947A618FE183AAF1B6B72DA0E2 (MemberInfo_t * ___left0, MemberInfo_t * ___right1, const RuntimeMethod* method); // System.Object System.ComponentModel.BaseNumberConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BaseNumberConverter_ConvertTo_mB4DCE000CB9B5BC5191C7EAA4B7693B07550C12B (BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Convert_ToDecimal_m7D64CC0BBCF4977D49964B1202CBE4919E0A87E4 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Decimal System.Decimal::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_Parse_mE9DEB6C845015FC1C2F1829D5CFC97403DCBC74B (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Decimal System.Decimal::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_Parse_m3F22F6CA7411E7157C35B112051355D7A6F377B8 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.Decimal::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_mAE4B0A4A23F50206FD8B0D4E0D965619963D24EF (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.ComponentModel.BaseNumberConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseNumberConverter__ctor_m18967D5B511402093936893A249438FB94D5BDA3 (BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C * __this, const RuntimeMethod* method); // System.String System.ComponentModel.DefaultBindingPropertyAttribute::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultBindingPropertyAttribute_get_Name_mD9D8EB9B564E485E65CF7CC76A8F878BC1482B7B_inline (DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F * __this, 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.Void System.ComponentModel.DefaultBindingPropertyAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultBindingPropertyAttribute__ctor_m307B6CF546841541704CA325C2C578F61E098000 (DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F * __this, const RuntimeMethod* method); // System.String System.ComponentModel.DefaultEventAttribute::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultEventAttribute_get_Name_m11E61BAB620E1340BDD23F2098AD8A2B212C788F_inline (DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.DefaultEventAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultEventAttribute__ctor_mA045F88D2A5062B94A1EC75281D843826FEA26CD (DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.ComponentModel.DefaultPropertyAttribute::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultPropertyAttribute_get_Name_mDF5CFECE56F9957F683545D2B8C9DE560EF4EA7E_inline (DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.DefaultPropertyAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultPropertyAttribute__ctor_mEBD1AB6A6D4DEC77344B2FBF0DD8AD68BDE605E7 (DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::GetSystemWebProxy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_GetSystemWebProxy_m6652DBF2B79156C7CA67D67FDD2DED92885D5446 (const RuntimeMethod* method); // System.Net.IWebProxy System.Net.WebProxy::CreateDefaultProxy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WebProxy_CreateDefaultProxy_m2CE3F99857BF09FB68723652CAF3C1FC7BE3EAAC (const RuntimeMethod* method); // System.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961 (RuntimeObject ** ___location10, RuntimeObject * ___value1, RuntimeObject * ___comparand2, const RuntimeMethod* method); // System.Object System.Net.Configuration.DefaultProxySectionInternal::get_ClassSyncObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultProxySectionInternal_get_ClassSyncObject_m815EA08EFDE5A23BAC0F0A6CC8009F3FD14C9512 (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.Void System.Net.Configuration.DefaultProxySectionInternal::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultProxySectionInternal__ctor_m77BAE40248B233823172ECA9811985D4410B2684 (DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE * __this, const RuntimeMethod* method); // System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::GetDefaultProxy_UsingOldMonoCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_GetDefaultProxy_UsingOldMonoCode_mD2418B87B349589F5FB54B04FB9624DA982E0506 (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.String System.Environment::GetEnvironmentVariable(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_mBDE19BD883E2D01AEA6DD1667D5E97941558C7A3 (String_t* ___variable0, const RuntimeMethod* method); // System.String System.Diagnostics.DefaultTraceListener::GetPrefix(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultTraceListener_GetPrefix_mDAA6B61717A702326F49F5E3EC2DB7FF1716EC7A (String_t* ___var0, String_t* ___target1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceListener::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceListener__ctor_m8F650E51F60E5FE7CE027E5E4EA0F3778F6458D7 (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Diagnostics.DefaultTraceListener::WriteWindowsDebugString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTraceListener_WriteWindowsDebugString_m98B6F55276EC4614BFBC93883B36DDABC12E801D (String_t* ___message0, const RuntimeMethod* method); // System.Void System.Diagnostics.DefaultTraceListener::WriteMonoTrace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTraceListener_WriteMonoTrace_m659A16E6E3BB32F6C032F5506D3C26A2DE339AEE (DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 * __this, String_t* ___message0, const RuntimeMethod* method); // System.IO.TextWriter System.Console::get_Out() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * Console_get_Out_mDBFC542753165B377A0600E86E51B11AAF17A9C2_inline (const RuntimeMethod* method); // System.IO.TextWriter System.Console::get_Error() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * Console_get_Error_m5AEEF41258FBC9771DABB271B89A0F8ED43DDA5E_inline (const RuntimeMethod* method); // System.Void System.Diagnostics.DefaultTraceListener::WriteLogFile(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTraceListener_WriteLogFile_mCAD99214E3905446651E55E9B81228DE91392241 (DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 * __this, String_t* ___message0, String_t* ___logFile1, const RuntimeMethod* method); // System.Boolean System.Diagnostics.TraceListener::get_NeedIndent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TraceListener_get_NeedIndent_m5FED6C9E18C535F71B7095E07A5E5FD0D0494A42_inline (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.DefaultTraceListener::WritePrefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTraceListener_WritePrefix_mFB5F408E80CB0133D89A245E5F2214E72939C642 (DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 * __this, const RuntimeMethod* method); // System.Boolean System.Diagnostics.Debugger::IsLogging() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Debugger_IsLogging_mB314E259273AA74F5F38A89399C784004A1844C3 (const RuntimeMethod* method); // System.Void System.Diagnostics.Debugger::Log(System.Int32,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debugger_Log_m59EFED1E6A53CDCF53A2AC546C487F6BFEB8402F (int32_t ___level0, String_t* ___category1, String_t* ___message2, const RuntimeMethod* method); // System.Void System.Diagnostics.DefaultTraceListener::WriteDebugString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTraceListener_WriteDebugString_m6B345AFCF2773048776CA83406B93B4A1506DA62 (DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.Diagnostics.DefaultTraceListener::get_LogFileName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultTraceListener_get_LogFileName_m0C130815D958E99C4EEE8F188539987F28FDB9E3_inline (DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 * __this, const RuntimeMethod* method); // System.Void System.IO.FileInfo::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileInfo__ctor_m1F6FEFCA0E66054B8B7BEEE064EE4297ED606EE5 (FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 * __this, String_t* ___fileName0, const RuntimeMethod* method); // System.IO.StreamWriter System.IO.FileInfo::AppendText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * FileInfo_AppendText_m9031FD8292BF8A06E63B5B0EAA2F08B797147EC8 (FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 * __this, const RuntimeMethod* method); // System.IO.StreamWriter System.IO.FileInfo::CreateText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * FileInfo_CreateText_m39BA3F111196DB06CBD4709FD1B2B1CDEE2D6E4A (FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.DefaultTraceListener::WriteImpl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTraceListener_WriteImpl_m60C3CB9FBEAD866DF920C9E8D98A73ED5AB4630D (DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 * __this, String_t* ___message0, 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.Void System.Diagnostics.TraceListener::set_NeedIndent(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TraceListener_set_NeedIndent_m46D33EA09D9B4FF8843B3AFFCF827AA42B9D4C3F_inline (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, bool ___value0, const RuntimeMethod* method); // System.ComponentModel.TypeConverter System.ComponentModel.TypeDescriptor::GetConverter(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * TypeDescriptor_GetConverter_m4A087A264082284312079152F6E572EB7B92BDC3 (Type_t * ___type0, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeConverter::ConvertFromInvariantString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFromInvariantString_mDD1D294DAE6C2E22BA53ABCC342615648686AC4E (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m873DC6E4C57B2EBD29F9277E10C90226813EB515 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___compressedStream0, int32_t ___mode1, bool ___leaveOpen2, bool ___gzip3, const RuntimeMethod* method); // System.Void System.IO.Stream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method); // System.IO.Compression.DeflateStreamNative System.IO.Compression.DeflateStreamNative::Create(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * DeflateStreamNative_Create_m662906BA38D1B49356A933FC42F44910BA8E2435 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___compressedStream0, int32_t ___mode1, bool ___gzip2, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_Dispose_m942B5B44D703AC2F097F4867751E1FD012E0373F (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, bool ___disposing0, const RuntimeMethod* method); // 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); // System.Void System.IntPtr::.ctor(System.Void*) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::ReadZStream(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_ReadZStream_m4FA478DFDCD7AEF06D5639BB9E93039458AD09D8 (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, intptr_t ___buffer0, int32_t ___length1, 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.Void System.ObjectDisposedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880 (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * __this, String_t* ___objectName0, 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.Int32 System.IO.Compression.DeflateStream::ReadInternal(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStream_ReadInternal_m882F12C6F1C86CEC12ABB35706DE0FA840BC20A9 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative::WriteZStream(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_WriteZStream_m4797D6A9B39954397D27C688CE72E29FD6B70B30 (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, 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.Void System.IO.Compression.DeflateStream::WriteInternal(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_WriteInternal_mEFC6DAC36EBF0814AD00CA3C1E20AB3E3291F5BC (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_Flush_m90417733341CD506F9B822D16AD8F47A982D4DAD (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, 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.IO.Compression.DeflateStream/ReadMethod::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadMethod__ctor_m9E125CD129244008A4B30FBEDAD35FE0F7874884 (ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.IO.Compression.DeflateStream/ReadMethod::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadMethod_BeginInvoke_m3C6B6A95855EA84A5D856D60E37CF9E25115DDFA (ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream/WriteMethod::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteMethod__ctor_mB041ECD1CA15A31EC838C55405B70C7F9A7E414A (WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.IO.Compression.DeflateStream/WriteMethod::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WriteMethod_BeginInvoke_mB68902E6DE4121D996B2B2B5C20A22881605ED8D (WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStream/ReadMethod::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadMethod_EndInvoke_m8F734C78672C49C453FEF34A1A0D22D7FD341BD6 (ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream/WriteMethod::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteMethod_EndInvoke_mEA748FCB1B9A59A3E423843AEFC4255F9700772D (WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 * __this, RuntimeObject* ___result0, 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.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedRead(System.IntPtr,System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedRead_m1B817101FEA9D3C28DF3C9192F70557465BDFB25 (intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedWrite(System.IntPtr,System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedWrite_m531442C0133AA29BF262DFD21F81CCBE5EA7E086 (intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative__ctor_mDD9614FFF99E1630D4237A346B5CA77379683416 (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, const RuntimeMethod* method); // System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::Alloc(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 GCHandle_Alloc_m937829FAD1C69F168CF045B9406228AC9F8B9389 (RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedReadOrWrite__ctor_m3F128D04CC7E54A22DF028F4DB63156FE74EC0ED (UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.GCHandle::ToIntPtr(System.Runtime.InteropServices.GCHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GCHandle_ToIntPtr_m017FBB27407865DD17A269CC03518EC518DE5AEA (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___value0, const RuntimeMethod* method); // System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle System.IO.Compression.DeflateStreamNative::CreateZStream(System.IO.Compression.CompressionMode,System.Boolean,System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * DeflateStreamNative_CreateZStream_m91DBA66205EE62B1792D65C3D2F3143ECFE94EFC (int32_t ___compress0, bool ___gzip1, UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * ___feeder2, intptr_t ___data3, const RuntimeMethod* method); // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_Dispose_mFFFB9D0CAE3EEE02F0D3DA250D5E52F0DD51B098 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.InteropServices.GCHandle::get_IsAllocated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GCHandle_get_IsAllocated_mEDA4DAC6AD6D881110E96CAFDAB78C068F5B144D (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.GCHandle::Free() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GCHandle_Free_mB4E9415544FC9F0075C02AB17E270E49AF006025 (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * __this, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::Flush(System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_Flush_mCE2A7F7C24047AD913613983A461C519F9360CFF (SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * ___stream0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative::CheckResult(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_CheckResult_m24E92F1D077921ED0FBBB51B0EE4DB7AF12C1FD7 (int32_t ___result0, String_t* ___where1, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::ReadZStream(System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_ReadZStream_m524F270AEC8BCCE4A2BAF1CCED480F2C08B2C864 (SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * ___stream0, intptr_t ___buffer1, int32_t ___length2, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::WriteZStream(System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_WriteZStream_mC76ECF62EF1209EF7B107B6B085E6371022E42E4 (SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * ___stream0, intptr_t ___buffer1, int32_t ___length2, const RuntimeMethod* method); // System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::FromIntPtr(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 GCHandle_FromIntPtr_m033776D73699CAC85FAE41FD5A52895EFB9E3AB8 (intptr_t ___value0, const RuntimeMethod* method); // System.Object System.Runtime.InteropServices.GCHandle::get_Target() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GCHandle_get_Target_m6C296AD6520ECDAFC9498E9387677F522871F883 (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * __this, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedRead(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedRead_m0CF140A2B3B0B432F263DF55F1259AB47AB4D79F (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_m05D5F5A9F9BA4C1B748AAE7266B3C0E9D9EE2012 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___source0, int32_t ___startIndex1, intptr_t ___destination2, int32_t ___length3, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedWrite(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedWrite_m819B0ADFB837A85E1413F1F4604D9C5BAEC57A37 (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_m057A8067BF7212A361510EA26B24022990A07AC0 (intptr_t ___source0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___destination1, int32_t ___startIndex2, int32_t ___length3, const RuntimeMethod* method); // System.Void* System.IntPtr::ToPointer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline (intptr_t* __this, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeDeflateStreamHandle__ctor_m57DC167E703860B6165522A67657F77A41030BE2 (SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::DangerousAddRef(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, bool* ___success0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::DangerousRelease() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptionProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptionProvider__ctor_m94BF5F0DC2E15A38D66F41186DA570B3AF70D7AF (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, const RuntimeMethod* method); // System.ComponentModel.TypeDescriptionProvider System.ComponentModel.TypeDescriptor::GetProviderRecursive(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * TypeDescriptor_GetProviderRecursive_mC7FC8A73869983191A83E2332B5ABC03A5C6FE4E (Type_t * ___type0, const RuntimeMethod* method); // System.ComponentModel.TypeDescriptionProvider System.ComponentModel.DelegatingTypeDescriptionProvider::get_Provider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * DelegatingTypeDescriptionProvider_get_Provider_m40BE69BAE5E071840B42F65214B83B55EB644DA3 (DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.DescriptionAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptionAttribute__ctor_m88B8CF110270B3759BE4A9D17D6B1A4A17305D9E (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, String_t* ___description0, const RuntimeMethod* method); // System.String System.ComponentModel.DescriptionAttribute::get_DescriptionValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DescriptionAttribute_get_DescriptionValue_mC1DBBA2D084E17E4062C81318C1D5D5295E4C97C_inline (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.DescriptionAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptionAttribute__ctor_m0E146E17D89AF14C7390CA02D1725CA5114E2A40 (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.DesignOnlyAttribute::get_IsDesignOnly() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DesignOnlyAttribute_get_IsDesignOnly_m8900A909ABB73D36A8AB05EFF72559BAE67D0CBB_inline (DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.DesignOnlyAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignOnlyAttribute__ctor_mD0CB5BD81F0864F6F371BB257FDACF4863F60024 (DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * __this, bool ___isDesignOnly0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.DesignTimeVisibleAttribute::get_Visible() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DesignTimeVisibleAttribute_get_Visible_mEDEAE4216F7BBE283BAB2F714D23691E909766B5_inline (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.DesignTimeVisibleAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignTimeVisibleAttribute__ctor_m5FEE8039EADC36835B17FC69C6F9302D98D17B3F (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * __this, bool ___visible0, const RuntimeMethod* method); // System.String System.String::ToUpper(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_m32DE932B585A6584A6703B6603F955F2E4ED8986 (String_t* __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String System.ComponentModel.DesignerCategoryAttribute::get_Category() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DesignerCategoryAttribute_get_Category_m334134194821AB8C5B2D84C9BFE023CD1C232C2D_inline (DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.DesignerCategoryAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerCategoryAttribute__ctor_m60F54A81AA457206EA8336100BF1CB0FC2817EF3 (DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * __this, String_t* ___category0, const RuntimeMethod* method); // System.Void System.ComponentModel.DesignerCategoryAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerCategoryAttribute__ctor_m56E7C4D9708E648D47D4A9EA65AFF2A597039FF4 (DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * __this, const RuntimeMethod* method); // System.ComponentModel.DesignerSerializationVisibility System.ComponentModel.DesignerSerializationVisibilityAttribute::get_Visibility() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DesignerSerializationVisibilityAttribute_get_Visibility_m8BF8E684ABAB85A14343D269EF8EFC493D17F49E_inline (DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.DesignerSerializationVisibilityAttribute::.ctor(System.ComponentModel.DesignerSerializationVisibility) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerSerializationVisibilityAttribute__ctor_mAEEE7613ABFC1F58770FA563450E24976E4CEB49 (DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * __this, int32_t ___visibility0, 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.Void System.ComponentModel.LicenseContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseContext__ctor_m98A9A749F85771531D680568BD7F45DFE2685DED (LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryFormatter__ctor_m63B98FC5BE3E28A871125318FECE87CEA83D9126 (BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * __this, const RuntimeMethod* method); // System.Void System.Net.DigestClient::CheckExpired(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestClient_CheckExpired_m60DB3E4BB6456E9CAFC1B2DC284D2AB3E6B30A93 (int32_t ___count0, const RuntimeMethod* method); // System.DateTime System.DateTime::get_UtcNow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090 (const RuntimeMethod* method); // System.DateTime System.Net.DigestSession::get_LastUse() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DigestSession_get_LastUse_mD8434D7BC1017CED5A88F3F08041B9D20F2C0C83_inline (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method); // System.Boolean System.DateTime::op_LessThan(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_LessThan_m9822D8ADDCCACAA534FE3F98C44C352778B0C3DE (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t21, const RuntimeMethod* method); // System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d21, const RuntimeMethod* method); // System.Int64 System.TimeSpan::get_Ticks() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __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.String System.String::ToLower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m90616B2D8ACC645F389750FAE4F9A75BC5D82454 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.DigestSession::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestSession__ctor_m86705710E06B01D8AB4E67E8678020B8F6D836F6 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method); // System.Boolean System.Net.DigestSession::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestSession_Parse_mA13096948231A1185C90302996A3C38583CF3191 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, String_t* ___challenge0, const RuntimeMethod* method); // System.Uri System.Net.HttpWebRequest::get_Address() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HttpWebRequest_get_Address_m8B4240A8AD46F12716B28F8549750BA30D2E368B_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_Nonce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Nonce_mE32260516AF99A417D41D0901F7633D63238BF87 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method); // System.Collections.Hashtable System.Net.DigestClient::get_Cache() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * DigestClient_get_Cache_mE6DCE129979BA8F483D0398FD531C629C90E91D0 (const RuntimeMethod* method); // System.Net.Authorization System.Net.DigestSession::Authenticate(System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * DigestSession_Authenticate_m642CC2119FACF39B82D56274E4756CD30030C72B (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method); // System.Collections.Hashtable System.Collections.Hashtable::Synchronized(System.Collections.Hashtable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * Hashtable_Synchronized_mCDE8FE9824B27C417C924838DC9D6928C9E954B5 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___table0, const RuntimeMethod* method); // System.Boolean System.Net.DigestHeaderParser::GetKeywordAndValue(System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestHeaderParser_GetKeywordAndValue_mFBE6BBF832C7C3FFF946F9E42BEE3967B870CE84 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, String_t** ___key0, String_t** ___value1, const RuntimeMethod* method); // System.Void System.Net.DigestHeaderParser::SkipWhitespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestHeaderParser_SkipWhitespace_m3E8571723F22D5753DA67A15105049E73E0A691D (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) inline int32_t Array_IndexOf_TisString_t_m2504463609DE799429F0FA05740AC0B0BD9E5441 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___array0, String_t* ___value1, const RuntimeMethod* method) { return (( int32_t (*) (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, String_t*, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_mBA88963C07F924406E8012B432FC74CD5216B562_gshared)(___array0, ___value1, method); } // System.String System.Net.DigestHeaderParser::get_Realm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Realm_m7A6C5539FEEBC93A89DCC2C70B08A690EB8DE78A (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method); // System.String System.Net.DigestHeaderParser::get_Nonce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Nonce_m0B098048A69B904101B59CF9BBFB7917830050F7 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method); // System.String System.Net.DigestHeaderParser::GetKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_GetKey_m811A3CFB648DC4E9B189925DABC9FA23B9AE600F (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mAD7052CB25BA1D60A8F055AA89D09809F61233DB (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * RandomNumberGenerator_Create_m04A5418F8572F0498EE0659633B4C0620CB55721 (const RuntimeMethod* method); // System.String System.Net.DigestHeaderParser::get_Algorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Algorithm_mAF999E60ED2FC710180152356C821E73C020E638 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method); // System.String System.Net.DigestHeaderParser::get_Opaque() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Opaque_mA478D6BB71ED1C541A8538B776E40BFD5E5F303A (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method); // System.String System.Net.DigestHeaderParser::get_QOP() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_QOP_m84DDAC9875B39CCFD50358EB5F5DEB2E984FDCA1 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method); // System.String System.Convert::ToBase64String(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inArray0, 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.Net.DigestHeaderParser::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestHeaderParser__ctor_m2BB85BC3118799109DB82BC9936678FB70EB4645 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, String_t* ___header0, const RuntimeMethod* method); // System.Boolean System.Net.DigestHeaderParser::Parse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestHeaderParser_Parse_m83B7E847A270531897CDB5C36F11C6651F81CEC2 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method); // System.String System.String::ToUpper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_m4BC629F8059C3E0C4E3F7C7E04DB50EBB0C1A05A (String_t* __this, const RuntimeMethod* method); // System.Security.Cryptography.MD5 System.Security.Cryptography.MD5::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB * MD5_Create_mC22D8B0F48E87D36AF16D5D17B8F42071D2069E7 (const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_ASCII() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_ASCII_mD3E8370997347A3F6822BDA50BC0A1DBC0059173 (const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HashAlgorithm_ComputeHash_m54AE40F9CD9E46736384369DBB5739FBCBDF67D9 (HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, 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.String System.Byte::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_mABEF6F24915951FF4A4D87B389D8418B2638178C (uint8_t* __this, String_t* ___format0, 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.String System.Net.DigestSession::get_Realm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Realm_mAEE41831F8979DD3A1A726F97996AD33AB9CB9BA (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_Algorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Algorithm_mB056CE436F92945C17599BACEB82CD26D764F9D2 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method); // System.String System.Net.DigestSession::HashToHexString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HashToHexString_m3856DA5F4C2D59C1C5A9D2C57B53F52FAC75B51E (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, String_t* ___toBeHashed0, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_CNonce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_CNonce_mD1E4C92810555F46DEB48EF812F37BB838A4EB82 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method); // System.String System.Uri::get_PathAndQuery() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_PathAndQuery_m0FFF28F15DF953C5866C2A0DEEA2034ECE6A0F35 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_QOP() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_QOP_mCF3DEC57ED1ACF4A3CC232E5A833ECEB9CA1DD90 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method); // System.String System.Net.DigestSession::HA1(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HA1_m81ACDD59D7D2F05C766EA0D6D7CD8AC79C7DAF70 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, String_t* ___username0, String_t* ___password1, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m5398ED0B6625B75CAF70C63B3CF2CE47D3C1B184 (int32_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.Net.DigestSession::HA2(System.Net.HttpWebRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HA2_mBA5886DE2F02B68737F8527DCFB4512C72D4F798 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___webRequest0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96 (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_UserName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_UserName_mFC41ED3D14796CA2B5C08EB0DE537A2F3EF02473 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_Password() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Password_m5EFE385E59C57168F8B8B43BE10196C4346AAFBB (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __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.Net.DigestSession::Response(System.String,System.String,System.Net.HttpWebRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_Response_mFE30BE7E7C54A8631861FEAA5A88BF672D6D7DD5 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, String_t* ___username0, String_t* ___password1, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___webRequest2, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_Opaque() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Opaque_m2733095B7E5AA77AE4FF0A8A6CB29CFC00D27A98 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __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 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.Void System.Net.Authorization::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Authorization__ctor_m09795C30F4FE3B67923A303F198A8DE21E9E43A1 (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * __this, String_t* ___token0, const RuntimeMethod* method); // System.Void System.ComponentModel.DisplayNameAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayNameAttribute__ctor_m44CB3F48C86138F3E381AF9FE560B959DD73E845 (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, String_t* ___displayName0, const RuntimeMethod* method); // System.String System.ComponentModel.DisplayNameAttribute::get_DisplayNameValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DisplayNameAttribute_get_DisplayNameValue_m8A787A996D7C752C9F79E3724A5A39EAF94A9F48_inline (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.DisplayNameAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayNameAttribute__ctor_m7704A0296C35314F464640AD079794A8D2D5CFA3 (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, const RuntimeMethod* method); // System.Void System.Net.Dns/GetHostAddressesCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetHostAddressesCallback__ctor_m7B6E73428EEFCCDF65BA9E366291951D3715E7DC (GetHostAddressesCallback_t03CF99D5CEDA9D1438FAFDF101E7460232C8D0FC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.Net.Dns/GetHostAddressesCallback::BeginInvoke(System.String,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GetHostAddressesCallback_BeginInvoke_mB9F8928D858E0CDBE262270DC8F742E0BB6A751C (GetHostAddressesCallback_t03CF99D5CEDA9D1438FAFDF101E7460232C8D0FC * __this, String_t* ___hostName0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method); // System.Net.IPAddress[] System.Net.Dns/GetHostAddressesCallback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* GetHostAddressesCallback_EndInvoke_mB88DE29640D32BD7D3EC14317E8A933E07825E56 (GetHostAddressesCallback_t03CF99D5CEDA9D1438FAFDF101E7460232C8D0FC * __this, RuntimeObject* ___result0, 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.Void System.Net.Sockets.SocketException::.ctor(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketException__ctor_m2C4A0F01041E34F5CD85223333FDC23158250E4D (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * __this, int32_t ___error0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.Net.IPHostEntry::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IPHostEntry__ctor_mE110DE1F81AC6E1174418A6EE3C266E60BD06B9A (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, const RuntimeMethod* method); // System.Void System.Net.IPHostEntry::set_HostName(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IPHostEntry_set_HostName_mDAF37AF72EB14AC6C63DE863DAF1C71E7DA2AA21_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.IPHostEntry::set_Aliases(System.String[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IPHostEntry_set_Aliases_mBEA9E40249BEC29743421885964A0A76A9D34BB4_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___value0, const RuntimeMethod* method); // System.Net.IPAddress System.Net.IPAddress::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * IPAddress_Parse_m49C413225AC75DA34D1663559818861CA34C3CB0 (String_t* ___ipString0, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_SupportsIPv6() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_SupportsIPv6_m26553C4F27984C90CFDD3307C799B5EB2CD7F737 (const RuntimeMethod* method); // System.Net.Sockets.AddressFamily System.Net.IPAddress::get_AddressFamily() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * __this, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_SupportsIPv4() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_SupportsIPv4_m67DD850142E442FBE3FF1546CBF469BBF369209F (const RuntimeMethod* method); // System.Void System.Net.Dns::Error_11001(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dns_Error_11001_m4413EE9D94F69A0B12302C4D021F15103A4C0D4A (String_t* ___hostName0, const RuntimeMethod* method); // System.Void System.Net.IPHostEntry::set_AddressList(System.Net.IPAddress[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IPHostEntry_set_AddressList_m5D661027187141E20D78AE4795EA8DABA42BEF38_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ___value0, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::get_FamilyHint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_get_FamilyHint_m69658ED9A2D589A6C3083ADD822FBFFC7308B7D3 (const RuntimeMethod* method); // System.Boolean System.Net.Dns::GetHostByAddr_internal(System.String,System.String&,System.String[]&,System.String[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostByAddr_internal_m1C5730B561811F4E044F0A91AFEBA7EBC5EB914E (String_t* ___addr0, String_t** ___h_name1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** ___h_aliases2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** ___h_addr_list3, int32_t ___hint4, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.Dns::hostent_to_IPHostEntry(System.String,System.String,System.String[],System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_hostent_to_IPHostEntry_m1D42E0B954F083D77C761D1D514F7AB1AA3258FC (String_t* ___originalHostName0, String_t* ___h_name1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___h_aliases2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___h_addrlist3, const RuntimeMethod* method); // System.Boolean System.Net.IPAddress::TryParse(System.String,System.Net.IPAddress&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPAddress_TryParse_m43158BF9D76398954BE04773A6A15898EFE27F3E (String_t* ___ipString0, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** ___address1, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.Net.IPAddress) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_GetHostEntry_m4C094DDA3A6181386C24046D38B614E303919B5A (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___address0, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.Dns::GetHostByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_GetHostByName_m56DD7C1149C9931F93FFA8F2AC502B27ADACF6CE (String_t* ___hostName0, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.Dns::GetHostByAddressFromString(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_GetHostByAddressFromString_mF14387E76D6C863F94F032677DC5EBE249E6ACCA (String_t* ___address0, bool ___parse1, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_GetHostEntry_m251BB12504C0277A9CCD2B33C5C9979CFAB4F6AD (String_t* ___hostNameOrAddress0, const RuntimeMethod* method); // System.Net.IPAddress[] System.Net.IPHostEntry::get_AddressList() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* IPHostEntry_get_AddressList_m466AC33C136531F42A5EDCD3A75E5B392075186F_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, const RuntimeMethod* method); // System.Boolean System.Net.Dns::GetHostByName_internal(System.String,System.String&,System.String[]&,System.String[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostByName_internal_m2FB9C7ECE2D63FCA60EE2271AD0F6B6C171BFD93 (String_t* ___host0, String_t** ___h_name1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** ___h_aliases2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** ___h_addr_list3, int32_t ___hint4, const RuntimeMethod* method); // System.Boolean System.Net.Dns::GetHostName_internal(System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostName_internal_mFE7E55E9069ED7F9ECEE9D8A89942FEE229451CC (String_t** ___h_name0, const RuntimeMethod* method); // System.Void System.ComponentModel.CancelEventArgs::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancelEventArgs__ctor_mA664958ECD1378D6BC282832D48B483F7BD3E369 (CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 * __this, const RuntimeMethod* method); // System.Boolean System.DomainNameHelper::IsASCIILetterOrDigit(System.Char,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsASCIILetterOrDigit_mD6FFEFCECBEDF217C5A8D809F4AA253E1DB660D3 (Il2CppChar ___character0, bool* ___notCanonical1, const RuntimeMethod* method); // System.Boolean System.DomainNameHelper::IsValidDomainLabelCharacter(System.Char,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsValidDomainLabelCharacter_mF7475044482589FC28EA15C6573810309C85FC82 (Il2CppChar ___character0, bool* ___notCanonical1, const RuntimeMethod* method); // System.String System.DomainNameHelper::IdnEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_IdnEquivalent_mEF2BE28789962238A2B054639C82F8F711903CDC (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, String_t** ___bidiStrippedHost4, const RuntimeMethod* method); // System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42 (const RuntimeMethod* method); // System.Boolean System.DomainNameHelper::IsIdnAce(System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsIdnAce_m23563D1578752DE903E530A0FEA2B58574D870EE (Il2CppChar* ___input0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.Globalization.IdnMapping::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IdnMapping__ctor_m07BB985F0F6275028CCF5ACD22BBD443F3B707B0 (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.String System.Globalization.IdnMapping::GetUnicode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IdnMapping_GetUnicode_m71467D660FFB548F812474927F7A8EFA63273C56 (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___ascii0, const RuntimeMethod* method); // System.String System.String::ToLowerInvariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_m070E99F11A6005755BD6579A6CC835694395F79F (String_t* __this, const RuntimeMethod* method); // System.String System.Uri::StripBidiControlCharacter(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_StripBidiControlCharacter_m17F47758CA4DA1A5D21B3D39D00E8364DC2CAF50 (Il2CppChar* ___strToClean0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.String System.Globalization.IdnMapping::GetAscii(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IdnMapping_GetAscii_m5E1B9118404224CB56B9F19EE9F9CF538196DE8C (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * __this, String_t* ___unicode0, const RuntimeMethod* method); // System.Void System.UriFormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriFormatException__ctor_mC9CB29EF00CB33869659306AC3FCA69342FD044F (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * __this, String_t* ___textString0, const RuntimeMethod* method); // System.String System.DomainNameHelper::UnicodeEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_UnicodeEquivalent_m3F187B69AA5313A516F863666C0A29292C8F07A3 (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, bool* ___atLeastOneValidIdn4, const RuntimeMethod* method); // System.Boolean System.DomainNameHelper::IsIdnAce(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsIdnAce_m485D0A1D49F957AE91C55D7B9FBFFFBDAAAA5D2C (String_t* ___input0, int32_t ___index1, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_mDFBC4D4FA3C7A19C293D8BCBDA90E001AF8970E1 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Double System.Double::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_Parse_mD60850592CF629A16EA1ECC6834385E7DDAD239F (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Double System.Double::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_Parse_m281C3FAE601723AC732D26BAFC6D61CEFD2E0F7D (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.Double::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_mFF1DAF2003FC7096C54C5A2685F85082220E330B (double* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.String::ToUpperInvariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpperInvariant_mA1D82B6DA175D228E2BE5A315B4C68AB222FA84E (String_t* __this, const RuntimeMethod* method); // System.Void System.ComponentModel.EditorBrowsableAttribute::.ctor(System.ComponentModel.EditorBrowsableState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EditorBrowsableAttribute__ctor_mC77290C5157BDA154F1D03BD1551223B07A851D4 (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * __this, int32_t ___state0, const RuntimeMethod* method); // System.NotImplementedException System.Net.ExceptionHelper::get_PropertyNotImplementedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * ExceptionHelper_get_PropertyNotImplementedException_mF07BE7024B108DBC45C374F81D0E5875B9D3A516 (const RuntimeMethod* method); // System.NotImplementedException System.Net.ExceptionHelper::get_MethodNotImplementedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * ExceptionHelper_get_MethodNotImplementedException_mFF544B7A15FFA43328707249BA0CC6E980DC662C (const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___separator0, const RuntimeMethod* method); // System.Object System.Enum::Parse(System.Type,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_m42052064519239A11D605CD696EC0FD90A0FB039 (Type_t * ___enumType0, String_t* ___value1, bool ___ignoreCase2, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_mBDCF8D07F1BB34AD1C90BF073FCBB400F2F4770C (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m34E1B531C6DB0FAD6E33F97F3415F16395F23C2C (Type_t * ___enumType0, int64_t ___value1, const RuntimeMethod* method); // System.Type System.Enum::GetUnderlyingType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Enum_GetUnderlyingType_m8BD5EDDA4C9A15C2988B27DD48314AC3C16F7A53 (Type_t * ___enumType0, const RuntimeMethod* method); // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Enum::IsDefined(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enum_IsDefined_m70E955627155998B426145940DE105ECEF213B96 (Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.String System.Enum::Format(System.Type,System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_Format_m0A5687C02E3BA9F0FCD6D6908FC7DCF7DD0262AE (Type_t * ___enumType0, RuntimeObject * ___value1, String_t* ___format2, const RuntimeMethod* method); // System.String System.ComponentModel.TypeConverter::ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToInvariantString_mA5489D18047D939800F91988506DF79563DA6A7C (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_mDA3E2A83228C0493894D40D02963D7B07C7B058E (Type_t * __this, String_t* ___name0, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types1, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method); // System.Reflection.FieldInfo System.Type::GetField(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldInfo_t * Type_GetField_m7E0197C80896690B5F5DBCCE44E3354FFDA13D2C (Type_t * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::op_Inequality(System.Reflection.FieldInfo,System.Reflection.FieldInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_op_Inequality_m5E2B5FF4334B861A92933D078C4B06FA11AA731A (FieldInfo_t * ___left0, FieldInfo_t * ___right1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mDF572F9990BDF8B52A6A49D35011C99CCE240574 (List_1_tF8BA11172F579EE8CEB182C602B06701D4773EF9 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tF8BA11172F579EE8CEB182C602B06701D4773EF9 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Array System.Enum::GetValues(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Enum_GetValues_m8EEC6B32F297FDB2F7375DC8B197E0E1AB8643BD (Type_t * ___enumType0, 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.Object System.Array::GetValue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m6E4274D23FFD6089882CD12B2F2EA615206792E1 (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m0166A145E3EFE07E6F269D17BC587F0DBD181BDC (List_1_tF8BA11172F579EE8CEB182C602B06701D4773EF9 * __this, Enum_t23B90B40F60E677A8025267341651C94AE079CDA * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tF8BA11172F579EE8CEB182C602B06701D4773EF9 *, Enum_t23B90B40F60E677A8025267341651C94AE079CDA *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // !0[] System.Collections.Generic.List`1::ToArray() inline EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199* List_1_ToArray_m3CE0E6319AF845767950E749832068E6DB0BAEDD (List_1_tF8BA11172F579EE8CEB182C602B06701D4773EF9 * __this, const RuntimeMethod* method) { return (( EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199* (*) (List_1_tF8BA11172F579EE8CEB182C602B06701D4773EF9 *, const RuntimeMethod*))List_1_ToArray_mC6E0B3CF74090974475F845BF79EC5E66D3A71AC_gshared)(__this, method); } // System.Object System.Enum::ToObject(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m2A05590A0D581206AAEB48B89187FD175D5F0967 (Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Type System.ComponentModel.TypeDescriptor::GetReflectionType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeDescriptor_GetReflectionType_m849C672877A3FFEA4A20B965B2412D2AFBA982C4 (Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_mDB7BD757FE45E2B062AF39E9E6FE6B825858EE37 (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.BrowsableAttribute::get_Browsable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BrowsableAttribute_get_Browsable_mEAD0188E3748DDB36677CC3F523B001145FE1288_inline (BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * __this, const RuntimeMethod* method); // System.Object System.Enum::Parse(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_m6601224637A9CF40F77358805956C2EE757EAF68 (Type_t * ___enumType0, String_t* ___value1, const RuntimeMethod* method); // System.Void System.ComponentModel.MemberDescriptor::.ctor(System.String,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_m8B12FC75CC9C9A30A68DDBF31B7A58D25FDECD16 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, String_t* ___name0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, const RuntimeMethod* method); // System.Void System.ComponentModel.MemberDescriptor::.ctor(System.ComponentModel.MemberDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_m7B28673B84E74C66147B48DBB8695B4CB5708FF1 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * ___descr0, const RuntimeMethod* method); // System.Void System.ComponentModel.MemberDescriptor::.ctor(System.ComponentModel.MemberDescriptor,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_m1B2998AD8C93C8E5D674E3962D94B0558A3002A0 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * ___oldMemberDescriptor0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___newAttributes1, const RuntimeMethod* method); // System.Void System.ComponentModel.EventDescriptorCollection::.ctor(System.ComponentModel.EventDescriptor[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection__ctor_mEE7FE7AA6CAC9319A27063AB26956F96C28E3B1C (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* ___events0, const RuntimeMethod* method); // System.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m84F1D8D46E48427F4DFAC350A5F1E0D345C68523 (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.EventDescriptorCollection::EnsureEventsOwned() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_EnsureEventsOwned_m275BFA1919DF49C5FA18D0FCB47C78CDF3A78469 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.EventDescriptorCollection::EnsureSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_EnsureSize_m5041F0699FAC394C9F807A8202012C1C54BDF350 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, int32_t ___sizeNeeded0, const RuntimeMethod* method); // System.Int32 System.ComponentModel.EventDescriptorCollection::IndexOf(System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescriptorCollection_IndexOf_m6C9A49D379FCDA86E9FA1377FCFD6FFEE2205E21 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___value0, const RuntimeMethod* method); // System.Int32 System.ComponentModel.EventDescriptorCollection::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t EventDescriptorCollection_get_Count_m602D6E9F08D76206722F9DB69A4AA24D32F2B19D_inline (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, 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.ComponentModel.EventDescriptorCollection::InternalSort(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_InternalSort_m8D706DB35F3EFF5E97FFA51A3601979582097197 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___names0, 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.Boolean System.String::Equals(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5 (String_t* ___a0, String_t* ___b1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0,System.Int32,System.Int32) inline int32_t Array_IndexOf_TisEventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_mA28CB88006EE8651C498928BBDF42B9BAFEEF068 (EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* ___array0, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { return (( int32_t (*) (EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *, int32_t, int32_t, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m7642F18C7E99436A8B1E165426B537641FB6D2E5_gshared)(___array0, ___value1, ___startIndex2, ___count3, method); } // System.Void System.ComponentModel.EventDescriptorCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_RemoveAt_m7FAA18C96F160B455D663E598CC30713134633B8 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Collections.IEnumerator System.Array::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_GetEnumerator_m7BC171F2F69907FD4585E7B4A3A224473BE32964 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.ArraySubsetEnumerator::.ctor(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArraySubsetEnumerator__ctor_m4F482539685609D13D37189E77D1E51CB0A53A28 (ArraySubsetEnumerator_t6D4DAF568672443DE0F929E82C4B92C3662742BF * __this, RuntimeArray * ___array0, int32_t ___count1, const RuntimeMethod* method); // System.Void System.ComponentModel.EventDescriptorCollection::.ctor(System.ComponentModel.EventDescriptor[],System.Int32,System.String[],System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection__ctor_mA283060950688CABFEE10B395F6A2DC53AC11EB3 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* ___events0, int32_t ___eventCount1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___namedSort2, RuntimeObject* ___comparer3, const RuntimeMethod* method); // System.Void System.ComponentModel.EventDescriptorCollection::InternalSort(System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_InternalSort_mEB2E7A62FC0C7C873EAA0409E6B6DE05EC0F76FA (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, RuntimeObject* ___sorter0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m77974C35DD788BA972324A11F57EAD56BE36A035 (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, RuntimeObject* ___c0, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptor::SortDescriptorArray(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_SortDescriptorArray_mC97279DD994FCC49BB8E229B937A7D392A547D7C (RuntimeObject* ___infos0, const RuntimeMethod* method); // System.Collections.IEnumerator System.ComponentModel.EventDescriptorCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EventDescriptorCollection_GetEnumerator_mD69F15AF2B7F5A5D8D93132DC2C2CAFD68A7770A (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, const RuntimeMethod* method); // System.Int32 System.ComponentModel.EventDescriptorCollection::Add(System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescriptorCollection_Add_m4DC172B7FF2C5959D3E288F5730FF29756640262 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___value0, const RuntimeMethod* method); // System.Void System.ComponentModel.EventDescriptorCollection::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_Clear_m7AE15886D01C94814FC2AFD259FCA249E9C553AB (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.EventDescriptorCollection::Contains(System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescriptorCollection_Contains_mA09884B7669552A420DCA637E4323C7D248461D1 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___value0, const RuntimeMethod* method); // System.Void System.ComponentModel.EventDescriptorCollection::Insert(System.Int32,System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_Insert_mAC51D5161DFB72FB6AC57E95A60BFCCDD6AC188A (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, int32_t ___index0, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___value1, const RuntimeMethod* method); // System.Void System.ComponentModel.EventDescriptorCollection::Remove(System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_Remove_m0FC4B76374D0DE16A82C0815615C3FED0DE1D6F9 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___value0, const RuntimeMethod* method); // System.Void System.ComponentModel.EventDescriptorCollection::.ctor(System.ComponentModel.EventDescriptor[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection__ctor_mABAD3AD8CAD090DE1B1335B5C06C4A53959218D4 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* ___events0, bool ___readOnly1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.Component::get_CanRaiseEventsInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_get_CanRaiseEventsInternal_mF1CE3CBC6ECADC117635E96EA0A7316AC8361C12 (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __this, const RuntimeMethod* method); // System.ComponentModel.EventHandlerList/ListEntry System.ComponentModel.EventHandlerList::Find(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * EventHandlerList_Find_m0D055017D24E6BE23466BFC8392A49CE1695499E (EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.ComponentModel.EventHandlerList/ListEntry::.ctor(System.Object,System.Delegate,System.ComponentModel.EventHandlerList/ListEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListEntry__ctor_mC9947ECAED89F5575E2DF404C65C007D7467D0DB (ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * __this, RuntimeObject * ___key0, Delegate_t * ___handler1, ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * ___next2, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method); // System.Void System.ComponentModel.EventHandlerList::AddHandler(System.Object,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandlerList_AddHandler_m0B42959A10FD1FB86A5E0887F39310A0D2925A82 (EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * __this, RuntimeObject * ___key0, Delegate_t * ___value1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4 (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method); // System.String System.Net.NetRes::GetWebStatusString(System.String,System.Net.WebExceptionStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetRes_GetWebStatusString_m0D5F79A08AD2C1F946FB394B0BDAAABF86DFDF50 (String_t* ___Res0, int32_t ___Status1, const RuntimeMethod* method); // System.Void System.Net.WebException::.ctor(System.String,System.Net.WebExceptionStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebException__ctor_m4D8BF7D61087F7AA4018215A6DCF7578AEA4DB08 (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * __this, String_t* ___message0, int32_t ___status1, 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.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Object,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeDescriptor_GetProperties_mCF014E81D54DC1F458B231B0343B037AFE1497C6 (RuntimeObject * ___component0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptor::.ctor(System.ComponentModel.MemberDescriptor,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor__ctor_m36BC932B87A01E4F469A26163A91A22BA19EA545 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * ___descr0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attrs1, const RuntimeMethod* method); // System.ComponentModel.ExtenderProvidedPropertyAttribute System.ComponentModel.ExtenderProvidedPropertyAttribute::Create(System.ComponentModel.PropertyDescriptor,System.Type,System.ComponentModel.IExtenderProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * ExtenderProvidedPropertyAttribute_Create_m7C804CE30E923D8F77E77058D23997CD1C38E723 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___extenderProperty0, Type_t * ___receiverType1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptor System.ComponentModel.ExtenderProvidedPropertyAttribute::get_ExtenderProperty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ExtenderProvidedPropertyAttribute_get_ExtenderProperty_mB14E4C280026B71DA4A7FDD3AEBAAD639F99E3B6_inline (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * __this, const RuntimeMethod* method); // System.ComponentModel.IExtenderProvider System.ComponentModel.ExtenderProvidedPropertyAttribute::get_Provider() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ExtenderProvidedPropertyAttribute_get_Provider_m39FC8BCC39DA714A25E7EA2974B199D8ACC1F584_inline (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.ReflectPropertyDescriptor::ExtenderCanResetValue(System.ComponentModel.IExtenderProvider,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectPropertyDescriptor_ExtenderCanResetValue_m6ECBE1EFDB7E2452B24877F4557653E10867F3F0 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject* ___provider0, RuntimeObject * ___component1, const RuntimeMethod* method); // System.Type System.ComponentModel.ReflectPropertyDescriptor::ExtenderGetType(System.ComponentModel.IExtenderProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectPropertyDescriptor_ExtenderGetType_mE6857444311BA2B6F6F9948B1C6E1014DC56504A (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.ComponentModel.MemberDescriptor::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MemberDescriptor_get_DisplayName_mB3422B834402243FD1748D33C800F0EAA7D2D693 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, const RuntimeMethod* method); // System.ComponentModel.ISite System.ComponentModel.MemberDescriptor::GetSite(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MemberDescriptor_GetSite_m4635FB2CD2B37C40F9A4848DEA1D728664B73C34 (RuntimeObject * ___component0, const RuntimeMethod* method); // System.Object System.ComponentModel.ReflectPropertyDescriptor::ExtenderGetValue(System.ComponentModel.IExtenderProvider,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectPropertyDescriptor_ExtenderGetValue_mA77798327B098AAD9A2A7C3D7480533B4D28ECFD (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject* ___provider0, RuntimeObject * ___component1, const RuntimeMethod* method); // System.Void System.ComponentModel.ReflectPropertyDescriptor::ExtenderResetValue(System.ComponentModel.IExtenderProvider,System.Object,System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_ExtenderResetValue_m779998D7C7CEC431DD13AA36350EA60D6F6AEBAC (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject* ___provider0, RuntimeObject * ___component1, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___notifyDesc2, const RuntimeMethod* method); // System.Void System.ComponentModel.ReflectPropertyDescriptor::ExtenderSetValue(System.ComponentModel.IExtenderProvider,System.Object,System.Object,System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_ExtenderSetValue_m3A2AF4406EE888D4BA9ED1D680DAA4CC975C8BFD (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject* ___provider0, RuntimeObject * ___component1, RuntimeObject * ___value2, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___notifyDesc3, const RuntimeMethod* method); // System.Boolean System.ComponentModel.ReflectPropertyDescriptor::ExtenderShouldSerializeValue(System.ComponentModel.IExtenderProvider,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectPropertyDescriptor_ExtenderShouldSerializeValue_m84CE31E4426D7EFA79F066EFB4F1BD45668EF34C (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject* ___provider0, RuntimeObject * ___component1, const RuntimeMethod* method); // System.Void System.ComponentModel.ExtenderProvidedPropertyAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute__ctor_m99A6750C4619335AAC72E6BE82DD192AC86160E4 (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * __this, const RuntimeMethod* method); // System.Void System.Net.WebRequest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequest__ctor_m3ACCFDB5F433B9BC39C8A0E7A6629AB4DFF67B9A (WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * __this, const RuntimeMethod* method); // System.String System.Uri::get_Scheme() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Void System.Net.WebHeaderCollection::.ctor(System.Net.WebHeaderCollectionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection__ctor_m6D0F9AAA2847C2E88504774B186D7187253FA463 (WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * __this, uint16_t ___type0, const RuntimeMethod* method); // System.Void System.Net.WebRequest::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequest__ctor_m2F0B777F71CBFCF400006179866A234A1335B0E0 (WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m50298DCBCD07D858EE19414052CB02EE4DDD3C2C (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Int64 System.Runtime.Serialization.SerializationInfo::GetInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SerializationInfo_GetInt64_m13BC92A489CE4540FC55BB00D2A3460B0D9A0DEC (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_mB22BBD01CBC189B7A76465CBFF7224F619395D30 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mD0C00DE59B4C6649A6BFA5EBC7D8618B46B967D5 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, int64_t ___value1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m324F3E0B02B746D5F460499F5A25988FD608AD7B (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, bool ___value1, const RuntimeMethod* method); // System.Void System.Net.WebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequest_GetObjectData_m544C55A909B7230FB2C133C9C5D3F6A17FB55777 (WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameValueCollection::set_Item(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_set_Item_m068F8AB7B8D0EDFD8A9DA582E80A20ACF9E8D692 (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Boolean System.Net.ValidationHelper::IsBlankString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValidationHelper_IsBlankString_m36C36F665203B4C29D68521575BA043C79AE6997 (String_t* ___stringValue0, const RuntimeMethod* method); // System.Boolean System.Net.FileWebRequest::get_Aborted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileWebRequest_get_Aborted_m687CEE80919037332B61F2C449D9EBA8A4E7C587 (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, const RuntimeMethod* method); // System.Net.WebException System.Net.ExceptionHelper::get_RequestAbortedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * ExceptionHelper_get_RequestAbortedException_m0106829EEF5B7B93D8B21DAB5C0BCECC39303FC8 (const RuntimeMethod* method); // System.Void System.Net.LazyAsyncResult::.ctor(System.Object,System.Object,System.AsyncCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LazyAsyncResult__ctor_mFDA41A66486C2099F4C4EB69B464BFF0E6E0D8F5 (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, RuntimeObject * ___myObject0, RuntimeObject * ___myState1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___myCallBack2, 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.Object System.Net.LazyAsyncResult::InternalWaitForCompletion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LazyAsyncResult_InternalWaitForCompletion_mCCAD893C368BE34C22A5DC9137356C5784F916E5 (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, const RuntimeMethod* method); // System.String System.Net.NetRes::GetWebStatusString(System.Net.WebExceptionStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetRes_GetWebStatusString_m0F2E19EBF8DC9ADD97B2B1C229F9E527D16A7968 (int32_t ___Status0, const RuntimeMethod* method); // System.Object System.Net.LazyAsyncResult::get_AsyncObject() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * LazyAsyncResult_get_AsyncObject_m8ACB19F0E9711613E0984A2605A7CD3B7ACEE37C_inline (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, const RuntimeMethod* method); // System.String System.Uri::get_LocalPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_mED5287A7F9ADF1CCBAFD77221135A37C133F067E (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Void System.Net.FileWebStream::.ctor(System.Net.FileWebRequest,System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream__ctor_mAC5E31F61865C55A0BCB1EAB7CA5D6EB1E4E9536 (FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C * __this, FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * ___request0, String_t* ___path1, int32_t ___mode2, int32_t ___access3, int32_t ___sharing4, const RuntimeMethod* method); // System.Void System.Net.WebException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebException__ctor_mE0703A9CEA00C199E48C0FAC3174771E9614CEC7 (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Net.LazyAsyncResult::InvokeCallback(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LazyAsyncResult_InvokeCallback_m3AD664A494F2821C00A7E07BCE9B4FD63A2BC369 (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, RuntimeObject * ___result0, const RuntimeMethod* method); // System.Void System.Threading.ManualResetEvent::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEvent__ctor_mF80BD5B0955BDA8CD514F48EBFF48698E5D03850 (ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * __this, bool ___initialState0, const RuntimeMethod* method); // System.Void System.Net.FileWebResponse::.ctor(System.Net.FileWebRequest,System.Uri,System.IO.FileAccess,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse__ctor_m937A38D5CC20434EEC6F27DE580B8F7418FD6B46 (FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6 * __this, FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * ___request0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri1, int32_t ___access2, bool ___asyncHint3, const RuntimeMethod* method); // System.Boolean System.Threading.EventWaitHandle::Set() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38 (EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C * __this, const RuntimeMethod* method); // System.NotSupportedException System.Net.ExceptionHelper::get_PropertyNotSupportedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * ExceptionHelper_get_PropertyNotSupportedException_m7B2F2F80125DE622441A36463496BA759F29D8E2 (const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::Increment(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Increment_mEF7FA106280D9E57DA8A97887389A961B65E47D8 (int32_t* ___location0, const RuntimeMethod* method); // System.Boolean System.Net.LazyAsyncResult::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LazyAsyncResult_get_IsCompleted_mAFE99853AF0218509257AE85FE20144A244393C3 (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, 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.Void System.Net.FileWebRequest::.ctor(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest__ctor_m3BD0B632AAAA9A6314A48EAEA261D6C49A29CC87 (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.Void System.Net.WebResponse::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebResponse__ctor_mDD72EDEB98B8AFA20480EE261E74EAAE10CB63E0 (WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * __this, const RuntimeMethod* method); // System.Void System.Net.FileWebStream::.ctor(System.Net.FileWebRequest,System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream__ctor_m5E2038F8FB3B8C052A66B461A4AEAD763EC72523 (FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C * __this, FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * ___request0, String_t* ___path1, int32_t ___mode2, int32_t ___access3, int32_t ___sharing4, int32_t ___length5, bool ___async6, const RuntimeMethod* method); // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F (const RuntimeMethod* method); // System.String System.Int64::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m1D712B17D4BDBE43D1E12EA52885C5D345C1CFA2 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Void System.Net.WebHeaderCollection::AddInternal(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection_AddInternal_m6B83E38C739FBD15C7F70C6304C786A1C3BA0B04 (WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Void System.Net.WebException::.ctor(System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebException__ctor_m7C17EA99B1FE182295AF99B968D67080AD4E2CCE (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___status2, WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * ___response3, const RuntimeMethod* method); // System.Void System.Net.WebResponse::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebResponse__ctor_m601D6CE25BA0FAA154142B9AA7A5E188409B0D1C (WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method); // System.Void System.Net.WebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebResponse_GetObjectData_mD4CAAA6BABDE03797E98E93985D3096630CDEC10 (WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method); // System.Void System.Net.FileWebResponse::CheckDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse_CheckDisposed_mB68860380D9CE259BCFBE5C8B684CCF095E64B55 (FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6 * __this, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_m3B5FED0863BA31DCF29A27B99FFDCB699626C326 (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_m446168E332C8770748277DC4E83A92DFEFECCCFA (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___bufferSize4, bool ___useAsync5, const RuntimeMethod* method); // System.Void System.Net.FileWebRequest::UnblockReader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_UnblockReader_m71733AFB64CCAE0043F76194EE532B48ADB3E955 (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, const RuntimeMethod* method); // System.Void System.IO.FileStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_Dispose_m609F1A0400D167A118C41ED36AA2930D605C5225 (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_Close_m20EA2E782117C132170FEF59CAD4BC4D20D64E18 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method); // System.Void System.Net.FileWebStream::CheckError() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream_CheckError_m5373399E1C7A5036852A3495F5B3C04640BB0F51 (FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C * __this, const RuntimeMethod* method); // System.Int32 System.IO.FileStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileStream_Read_m04E75E8A4DA8659E9A31A4D443DF4FA11791C53B (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.IO.FileStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_Write_m6B25D6FAC9AD09A282AA3EC1ABDB01AF883BD662 (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.IAsyncResult System.IO.FileStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileStream_BeginRead_mAB4E0FA9481D8A03685B787C3CE2ED9A40281759 (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___numBytes2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___userCallback3, RuntimeObject * ___stateObject4, const RuntimeMethod* method); // System.Int32 System.IO.FileStream::EndRead(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileStream_EndRead_mFECD4C4AA193562043BA85358F9998CD5DA1ED02 (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // System.IAsyncResult System.IO.FileStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileStream_BeginWrite_m931AAC1628D5C909FCBA0930133BC8D45570A37F (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___numBytes2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___userCallback3, RuntimeObject * ___stateObject4, const RuntimeMethod* method); // System.Void System.IO.FileStream::EndWrite(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_EndWrite_mAE9FF1E2083F57C8FFD6691E7EDC8D2EBB554590 (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // System.Boolean System.Net.FtpAsyncResult::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpAsyncResult_get_IsCompleted_m35923D54A98607A66A9BF642F9896A6882C302A3 (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, const RuntimeMethod* method); // System.Threading.WaitHandle System.Net.FtpAsyncResult::get_AsyncWaitHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * FtpAsyncResult_get_AsyncWaitHandle_m677805E3EEAB32D6635372DD255852E8A8F8B7EC (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpAsyncResult::DoCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult_DoCallback_mD10ABEC724AF089326A6DE073CD15D16F0F1CB6C (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Exception,System.Net.FtpWebResponse) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_m6A02429F6D6B55E5F4B89A7C20AF0C754CE7864F (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, bool ___synch0, Exception_t * ___exc1, FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * ___response2, 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.Void System.Net.FtpWebRequest::CheckIfAborted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CheckIfAborted_mBDB00979DE4C68226AB0EE95DB5B2CAB89B707B9 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Void System.Net.ProtocolViolationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtocolViolationException__ctor_mDD18BFEE8140195ECBAD99A4E8079FE063A92D79 (ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::CloseDataConnection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CloseDataConnection_m983F10DAF3E36D46B6D22FBDC494F38D71C3251C (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::SetTransferCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_SetTransferCompleted_mFB703E4DED6BCE1C5DDBEE467409FFCBB5BAF2AF (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Void System.Net.FtpDataStream::CheckDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_CheckDisposed_m30B108103AEB6D930A55C4328585281546B869A5 (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpDataStream/ReadDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadDelegate__ctor_m329175B929058096EED377E9481B5D2F60833112 (ReadDelegate_t3D70C2E77AF55AADD887F423AA0CAE4FABCC92E6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.Net.FtpDataStream/ReadDelegate::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadDelegate_BeginInvoke_m919F02084280D7561EE4FF976032488410075E1B (ReadDelegate_t3D70C2E77AF55AADD887F423AA0CAE4FABCC92E6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method); // System.Int32 System.Net.FtpDataStream/ReadDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadDelegate_EndInvoke_mE4E4C400D1EA0367B36A92BF54132CC320AD888F (ReadDelegate_t3D70C2E77AF55AADD887F423AA0CAE4FABCC92E6 * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Int32 System.Net.FtpWebRequest::get_ReadWriteTimeout() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_ReadWriteTimeout_mD8A07E29A06BF1528C1387284B91C409638CCE8C_inline (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Void System.Net.ProtocolViolationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtocolViolationException__ctor_mBFDA5DBCACD716BB63ED4055B66E6AD41240889E (ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpDataStream/WriteDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteDelegate__ctor_m94C41F25CD71A5A48F3DDB9F015B5DEFD2EC70DC (WriteDelegate_t27DA3BBADBD9FFAC63A9B47C2D61F0219BFE9E0D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.Net.FtpDataStream/WriteDelegate::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WriteDelegate_BeginInvoke_m18055DA255920BB297596E1A9C363D51408EBD5B (WriteDelegate_t27DA3BBADBD9FFAC63A9B47C2D61F0219BFE9E0D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method); // System.Void System.Net.FtpDataStream/WriteDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteDelegate_EndInvoke_mFFB5B203FFB3D088F3BE050D2F8D36C12BDB0442 (WriteDelegate_t27DA3BBADBD9FFAC63A9B47C2D61F0219BFE9E0D * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::.ctor(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest__ctor_m1C444C1A347BC343DFA3743C7091F6C15DB57388 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, 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.Net.IWebProxy System.Net.GlobalProxySelection::get_Select() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GlobalProxySelection_get_Select_mB426350582C09C6940AA328D851F719BBAA5494B (const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83 (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::CheckRequestStarted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CheckRequestStarted_mCE9B6182FC2F9813667EF4BFC4A23BCA56AF1297 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEF0800D4AF607E61714C92A76911B4780C4D0A29 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m789B4E75608A673F2CF5DDFC2E67DA20AF440A34 (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, const RuntimeMethod* method); // System.Exception System.Net.FtpWebRequest::GetMustImplement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FtpWebRequest_GetMustImplement_m80DCA4097BA11ADC9A146EDB6D276535E5D34731 (const RuntimeMethod* method); // System.Int32 System.Array::BinarySearch(!!0[],!!0) inline int32_t Array_BinarySearch_TisString_t_mA20816997A0795FC7288BFCB5D7B9C8DCFA05714 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___array0, String_t* ___value1, const RuntimeMethod* method) { return (( int32_t (*) (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, String_t*, const RuntimeMethod*))Array_BinarySearch_TisRuntimeObject_m53E8F5F89D7392AEAAF33B98FFAD9149B43E3411_gshared)(___array0, ___value1, method); } // System.Net.ServicePoint System.Net.FtpWebRequest::GetServicePoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * FtpWebRequest_GetServicePoint_m25895E7497C1B2D213095675565065B322A8B7C8 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::CheckFinalState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CheckFinalState_m7F691D270960DE823B1950498C04456B9B892C8C (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Net.FtpWebRequest/RequestState System.Net.FtpWebRequest::get_State() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_State_m34CC17F0FC097BC81296D0C7B58CFF5ED713FDB2 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // !!0[] System.Array::Empty() inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* Array_Empty_TisString_t_m87CDA7CB9D8B424E2A15A16ABAB3AD126842F825_inline (const RuntimeMethod* method) { return (( StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // System.Net.FtpStatus System.Net.FtpWebRequest::SendCommand(System.Boolean,System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * FtpWebRequest_SendCommand_mD9F9136FAAB49DEDD7B900CE06C639B09646E8EC (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, bool ___waitResponse0, String_t* ___command1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___parameters2, const RuntimeMethod* method); // System.Boolean System.Net.FtpWebRequest::InFinalState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpWebRequest_InFinalState_m41BB35DD4CAD32D283EC33F91C66CA1BDDFA2752 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::set_State(System.Net.FtpWebRequest/RequestState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_set_State_mE87604293AC52BC8B5CF528FAC99E8E7E3AE917B (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Net.FtpStatusCode,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_m07A7D99473E67AE46FBBE1CB3A7E55ED4994EAF9 (FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * __this, FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * ___request0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri1, String_t* ___method2, int32_t ___statusCode3, String_t* ___statusDescription4, const RuntimeMethod* method); // System.Void System.Net.FtpAsyncResult::.ctor(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult__ctor_m3A32B7EB9F6F9A841943E9316FA7F67E8BD0E9E0 (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method); // System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Net.FtpWebResponse) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_m8B04A37739D6D91D73A864E3129F7CB8964B8264 (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, bool ___synch0, FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * ___response1, const RuntimeMethod* method); // System.Void System.Threading.ThreadStart::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStart__ctor_m360F4EED0AD96A27D6A9612BF79671F26B30411F (ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Threading.Thread::.ctor(System.Threading.ThreadStart) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread__ctor_mF22465F0D0E47C11EF25DB552D1047402750BE90 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * ___start0, const RuntimeMethod* method); // System.Void System.Threading.Thread::set_IsBackground(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_IsBackground_m8CAEC157A236A574FE83FDB22D693AB1681B01B0 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Threading.Thread::Start() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void Thread_Start_m490124B23F5EFD0BB2BED8CA12C77195B9CD9E1B (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Boolean System.Net.FtpAsyncResult::WaitUntilComplete(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpAsyncResult_WaitUntilComplete_mCBBC0A0E1354B6369F5A8DB98D56AE336C2AF70A (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, int32_t ___timeout0, bool ___exitContext1, const RuntimeMethod* method); // System.Boolean System.Net.FtpAsyncResult::get_GotException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpAsyncResult_get_GotException_m81F38546831E32A597F1CD18688142A09E786D95 (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, const RuntimeMethod* method); // System.Exception System.Net.FtpAsyncResult::get_Exception() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * FtpAsyncResult_get_Exception_mAFAB699360901136D28E553DEDFBB70EAE345616_inline (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, const RuntimeMethod* method); // System.Net.FtpWebResponse System.Net.FtpAsyncResult::get_Response() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * FtpAsyncResult_get_Response_mB2B6FAED11B356ADB3F0DEA5411B85C972185BF6_inline (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, const RuntimeMethod* method); // System.Net.ServicePoint System.Net.ServicePointManager::FindServicePoint(System.Uri,System.Net.IWebProxy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ServicePointManager_FindServicePoint_m109F6EB5F2E4E9C818FC341CABC1716C2A460586 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___address0, RuntimeObject* ___proxy1, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.ServicePoint::get_HostEntry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * ServicePoint_get_HostEntry_mC952C74930BB4A989F0214DF0FA34104D9D9C975 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpStatus::.ctor(System.Net.FtpStatusCode,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpStatus__ctor_m7FA2B12F0B125E890DB01AA53CAD512C8D8C4457 (FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * __this, int32_t ___statusCode0, String_t* ___statusDescription1, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::UpdateStatus(System.Net.FtpStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebResponse_UpdateStatus_mCB44582EE8FAF787D8901A8667439272043ECEAE (FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * __this, FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * ___status0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_m20B2A6014E98A042A89C70BF47F3263BADF9333E (FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * __this, FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * ___request0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri1, String_t* ___method2, bool ___keepAlive3, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::ProcessMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_ProcessMethod_m3ACE0BEB493C1DE1DBE1975B2467B45D0E9DD4A3 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Boolean System.Net.ServicePoint::get_UsesProxy() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ServicePoint_get_UsesProxy_mE6CE550E4DFEB85A673160DE35CD67AFA87F35BD_inline (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::SetCompleteWithError(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_SetCompleteWithError_mD1992E2F5231D85AAC7C1F0346B8FFADD2B219B8 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, Exception_t * ___exc0, const RuntimeMethod* method); // System.Boolean System.Net.FtpWebRequest::InProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpWebRequest_InProgress_m1A31F7435BB614C1024607C9AC694593BE1FBC3F (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Net.FtpStatus System.Net.FtpWebRequest::GetResponseStatus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * FtpWebRequest_GetResponseStatus_m28B4249E7FA5115C0A7959B01CFF4CC7B2C70629 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Boolean System.Net.FtpWebResponse::IsFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpWebResponse_IsFinal_m6917993127AC3E42798E1707B7CAE719A096DFA1 (FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * __this, const RuntimeMethod* method); // System.String System.Net.FtpWebRequest::get_DataType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_get_DataType_m5779A12C6E4A4286161DA380F15AE9136B706802 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Net.FtpStatus System.Net.FtpWebRequest::SendCommand(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * FtpWebRequest_SendCommand_m768CD19EFA1C7A5CB76BCFF5AF5C83A8F14C8FB5 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, String_t* ___command0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___parameters1, const RuntimeMethod* method); // System.Net.FtpStatusCode System.Net.FtpStatus::get_StatusCode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline (FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * __this, const RuntimeMethod* method); // System.Exception System.Net.FtpWebRequest::CreateExceptionFromResponse(System.Net.FtpStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * ___status0, const RuntimeMethod* method); // System.String System.Uri::UnescapeDataString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_UnescapeDataString_m52E242703F2842594B2B37D673CDD5465ABCC836 (String_t* ___stringToUnescape0, const RuntimeMethod* method); // System.Void System.UriBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder__ctor_mE159C4677FB22466FE0C4E2389D7A768B8D960E0 (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, const RuntimeMethod* method); // System.Void System.UriBuilder::set_Scheme(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Scheme_m0E10F383F85EC52D7C813EAB32226A8997306D9C (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.UriBuilder::set_Host(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Host_mCDF7CD943974DFF97DCA53EF4CC29C32DC6AD8C8 (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.UriBuilder::set_Path(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Path_mB46E97D72960ADECCDCFA9733228DABEA4A5AB31 (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Uri System.UriBuilder::get_Uri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * UriBuilder_get_Uri_mCC00D0ED823993613F5E62435B85FDADC891C328 (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.Uri,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m0B44AFB01F3FEDE9319BA4556288340D16101F9D (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String System.Net.FtpWebRequest::GetRemoteFolderPath(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_GetRemoteFolderPath_m488F394C61CFDE4C2986674B413F48E4E73E5B27 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, 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.Net.WebRequest System.Net.WebRequest::Create(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * WebRequest_Create_mCBC2128DC3480F06381E2A4BC49A790BE33E6627 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___requestUri0, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::set_Address(System.Uri) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HttpWebRequest_set_Address_mE538AB6AC85692B1BD77E147BB6ECC7E4F5EB51E_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method); // System.Void System.Net.FtpDataStream::.ctor(System.Net.FtpWebRequest,System.IO.Stream,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream__ctor_m12DEF84E5023BF6B70B369BC639AFA7C41EA4B28 (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * ___request0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream1, bool ___isRead2, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::set_Stream(System.IO.Stream) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FtpWebResponse_set_Stream_mF4F189761287CE77596991E70D6341AF4112F283_inline (FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___value0, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::set_StatusCode(System.Net.FtpStatusCode) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FtpWebResponse_set_StatusCode_mB5B7043FE30DA817E1A4956D3D1756230B4D8A01_inline (FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::ResolveHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_ResolveHost_m6DF3C78F9233D976016348AD59D0681D6C2C8B23 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::OpenControlConnection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_OpenControlConnection_mFD7CA02307C29873759DE48F3A9C4D9F267D768C (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::CWDAndSetFileName(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CWDAndSetFileName_mDF800AE48F4B5A2E4318725F9580F94332320818 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::SetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_SetType_mDAC31745ACF9E3AF4DE7898CD3EDC1512BFADF0D (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.UInt32 ::ComputeStringHash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_mF68FD3031E09D93558520520C63240F3EA7D6AC6 (String_t* ___s0, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::DownloadData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_DownloadData_m0F15143F2C40D4F09475AAB4423400B119BB6F44 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::UploadData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_UploadData_m7259C80526175063052EFF4E3385887FD24BB2C9 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::ProcessSimpleMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_ProcessSimpleMethod_m6974AB78251B8069DAE7BB2B251B3AF337136547 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::CloseControlConnection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CloseControlConnection_mAED79812FA541E4A68041C960F19AC1A3F89691F (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.String System.Net.FtpStatus::get_StatusDescription() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* FtpStatus_get_StatusDescription_m92E877F6DF8CC7794B43E239E8F09D827419DAAB_inline (FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * __this, const RuntimeMethod* method); // System.Boolean System.Char::IsDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsDigit_mC19135099993954C820E030363B943034575F504 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Void System.Net.WebException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebException__ctor_mEBC92BF36C0C3C6CC044180748D41AB9AADEEDC9 (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Int64::TryParse(System.String,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_TryParse_m6EA988890D7F9954EA49A7227E60B3C674930650 (String_t* ___s0, int64_t* ___result1, const RuntimeMethod* method); // System.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_ParseExact_mBB8F709AF7361D848FC1A63453CE04837E97C53C (String_t* ___s0, String_t* ___format1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::set_LastModified(System.DateTime) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FtpWebResponse_set_LastModified_mB0788FCB6FBF63C284B2DE63D86AB95CA9C2A3D2_inline (FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::OpenDataConnection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_OpenDataConnection_m7B20A78CE3EA96C9220161E8DB496AFD35DDA3FD (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Void System.Net.FtpAsyncResult::set_Stream(System.IO.Stream) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FtpAsyncResult_set_Stream_m3A5FF8198D8DBE05BFEDE9AFC05D109C5523596C_inline (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___value0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket__ctor_m5A4B335AEC1450ABE31CF1151F3F5A93D9D0280C (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___addressFamily0, int32_t ___socketType1, int32_t ___protocolType2, const RuntimeMethod* method); // System.Int32 System.Uri::get_Port() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m23A08BF55EC1DC7421B99E6E77544DDF5900099C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Void System.Net.IPEndPoint::.ctor(System.Net.IPAddress,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IPEndPoint__ctor_m22783A215BA0B38674F6A6CB6803804268561321 (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * __this, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___address0, int32_t ___port1, const RuntimeMethod* method); // System.Net.ServicePoint System.Net.FtpWebRequest::get_ServicePoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * FtpWebRequest_get_ServicePoint_mF0D53A0F2DBE7ADCA3969E3DEAAA653C7105E823 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Boolean System.Net.ServicePoint::CallEndPointDelegate(System.Net.Sockets.Socket,System.Net.IPEndPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePoint_CallEndPointDelegate_mD2D6A04E2C8D485E4BE66BE8376123108FE76C98 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___sock0, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___remote1, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Close_m24AB78F5DAC1C39BB7FFB30A9620B2B07E01DEEB (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Connect(System.Net.EndPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Connect_mA047E173F3E1082B396D018585E0B0B2D6E8E5A8 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___remoteEP0, const RuntimeMethod* method); // System.Net.EndPoint System.Net.Sockets.Socket::get_LocalEndPoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * Socket_get_LocalEndPoint_m327EB4A6DD9260037F648B5ABA719BB305D40EB0 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream__ctor_mF3FEC9C4DAA15E863B119F17F9EACE740ECD8E2C (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___socket0, const RuntimeMethod* method); // 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); // System.Void System.Net.FtpWebRequest::Authenticate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_Authenticate_m8B6ABFB06A08E8954A1DF5EB6FB71E0D1B6583C9 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_Default_mD23CF53E5DA0AEFBB43AA971685B67EABE5FC7A2 (const RuntimeMethod* method); // System.String System.Net.FtpWebRequest::GetInitialPath(System.Net.FtpStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_GetInitialPath_m515B65C89A04771524FD0C91C3F49F197A7EF3A5 (FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * ___status0, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m9A6011FDF8EBFFD3BCB51FE5BE58BE265116DCBE (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.Net.FtpWebRequest::GetPortV4(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpWebRequest_GetPortV4_mB7FBC61D647FF973967F6E54C3CA1C6F7CF6485A (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, String_t* ___responseString0, const RuntimeMethod* method); // System.Int32 System.Net.FtpWebRequest::GetPortV6(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpWebRequest_GetPortV6_m3FDCB0DA059C440B364B1511E6C1D613DB6949A0 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, String_t* ___responseString0, const RuntimeMethod* method); // System.Net.IPAddress System.Net.IPEndPoint::get_Address() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * IPEndPoint_get_Address_mD98DD9465D2DE39A73DD098B79062DBCE15C2A95_inline (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.Boolean System.Char::IsNumber(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsNumber_mED8F448E3D2E7DC13510FEA77CDE27F79255181A (String_t* ___s0, int32_t ___index1, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m7E97464B79B71BF50422F8E6BE4690F2460C457C (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m80AFBEF2F3857F9D6A67126F4C4D9A9B9CEC5902 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m236522ADF7819E8183B560F3C1C563AA611B7120 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Byte[] System.Net.IPAddress::GetAddressBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* IPAddress_GetAddressBytes_m7ED0924E8259B6D2426B3B570B25EE7CE9B789C7 (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * __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.Text.StringBuilder System.Text.StringBuilder::Append(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497 (StringBuilder_t * __this, uint8_t ___value0, 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.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.Int32::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Net.FtpStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_m2DA5535EC46AB5284A871D9D62A4A44C7884B772 (FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * __this, FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * ___request0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri1, String_t* ___method2, FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * ___status3, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::CloseConnection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CloseConnection_mA7DB077185A10403B796A8D7EFD291A8C93A2754 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_mA5BE1255A707DB3F5F6C6945C8171362322FF02D (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, bool ___synch0, Exception_t * ___exc1, const RuntimeMethod* method); // System.Net.Sockets.Socket System.Net.FtpWebRequest::SetupPassiveConnection(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * FtpWebRequest_SetupPassiveConnection_mC4D5D8A597FFB5F30180071EA765B8EF5D07FEF0 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, String_t* ___statusDescription0, bool ___ipv61, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Bind(System.Net.EndPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Bind_m4DFEFA3F8C6E95586D02BCF311D8A1D5A449B217 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___localEP0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Listen(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Listen_m333EA7692DFF6A3B7BF746237EBBC22C1FBE61C4 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___backlog0, const RuntimeMethod* method); // System.Int32 System.Net.IPEndPoint::get_Port() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t IPEndPoint_get_Port_m442D84417A9E8942514FFBB9714FEE6BD094C6C3_inline (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * __this, const RuntimeMethod* method); // System.String System.Net.FtpWebRequest::FormatAddress(System.Net.IPAddress,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_FormatAddress_m83E90CE7001D035D6FFF11EF4D5E8500C3AD8BCF (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___address0, int32_t ___Port1, const RuntimeMethod* method); // System.String System.Net.FtpWebRequest::FormatAddressV6(System.Net.IPAddress,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_FormatAddressV6_mE9304E2A030CEA6F886D08657C6C8838C7826AFD (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___address0, int32_t ___port1, const RuntimeMethod* method); // System.Net.Sockets.Socket System.Net.FtpWebRequest::InitDataConnection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * FtpWebRequest_InitDataConnection_m2068CAA7681BCAD9538F3CBE1088D09E468CE8B0 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.String System.Int64::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F (int64_t* __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream__ctor_mA1CC20301CE577D0D971E02452956141D21E2F48 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___socket0, bool ___ownsSocket1, const RuntimeMethod* method); // System.Boolean System.Net.FtpWebRequest::get_EnableSsl() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool FtpWebRequest_get_EnableSsl_mE152050AA05D37F098A49DC93F24328A9A7938E3_inline (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method); // System.Boolean System.Net.FtpWebRequest::ChangeToSSLSocket(System.IO.Stream&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpWebRequest_ChangeToSSLSocket_m526EA69D8361F7433202311EFCD46FAD083935CF (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** ___stream0, const RuntimeMethod* method); // System.Net.Sockets.Socket System.Net.Sockets.Socket::Accept() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * Socket_Accept_m376D8FD43D18B427EBED5419F80E79D1ADDF9BE2 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_Domain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Domain_mE4AA75C44CA2189FC66B95235C17CCE6ACFEDCBC (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C (String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::set_BannerMessage(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FtpWebResponse_set_BannerMessage_m513F3C3FE4DDA1E230EEF5CA92A03F54C20E58D7_inline (FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::InitiateSecureConnection(System.IO.Stream&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_InitiateSecureConnection_m57457E1939952FE6914D2DEEF96E165650AC6848 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** ___stream0, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::set_WelcomeMessage(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FtpWebResponse_set_WelcomeMessage_m61B251B52C2311B4C7AA1E25B8456D2CC813CD5C_inline (FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * __this, String_t* ___value0, 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 Locale::GetText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E (String_t* ___msg0, const RuntimeMethod* method); // System.Net.FtpStatus System.Net.FtpWebRequest::ServiceNotAvailable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * FtpWebRequest_ServiceNotAvailable_m0BB7AD7D9949D2E8C2B796F4A451222A6097A1DF (const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mEA750A0572C706249CDD826681741B7DD733381E (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::GetProviderInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MonoTlsProviderFactory_GetProviderInternal_m7D960EA29363DFCCFF13D821CFB91F0BAC2A7587 (const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::CopyDefaultSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * MonoTlsSettings_CopyDefaultSettings_mCAE63D35A1593ACEBFBEAB9C94A27493501CA537 (const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49 (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, bool ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, bool, const RuntimeMethod*))Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_gshared)(__this, ___value0, method); } // System.Void Mono.Security.Interface.MonoTlsSettings::set_UseServicePointManagerCallback(System.Nullable`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MonoTlsSettings_set_UseServicePointManagerCallback_m824D204EDA7D9819914E41351ABC95B05B204720_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___value0, const RuntimeMethod* method); // System.String System.Uri::get_Host() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_MonoPosixHelper_INTERNAL IL2CPP_EXTERN_C void* CDECL CreateZStream(int32_t, int32_t, Il2CppMethodPointer, intptr_t); #endif #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_MonoPosixHelper_INTERNAL IL2CPP_EXTERN_C int32_t CDECL CloseZStream(intptr_t); #endif #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_MonoPosixHelper_INTERNAL IL2CPP_EXTERN_C int32_t CDECL Flush(void*); #endif #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_MonoPosixHelper_INTERNAL IL2CPP_EXTERN_C int32_t CDECL ReadZStream(void*, intptr_t, int32_t); #endif #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_MonoPosixHelper_INTERNAL IL2CPP_EXTERN_C int32_t CDECL WriteZStream(void*, intptr_t, int32_t); #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.CookieException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_m5E53613191A7B09E274C5250669847B30A2AEA0D (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * __this, const RuntimeMethod* method) { { FormatException__ctor_m782FDB1A7F0BA932C9937FDB8E936D0E4724AA67(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566 (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_m97F899360A85CF3DDDF2CA25EE08A956450DF7B4 (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___inner1; FormatException__ctor_mF8CFF64B9AB9A6B4AD5B33FC72E6EA7F6631FD51(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_m617F1512B36DE1EA3650DE76353F8A386F788327 (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; FormatException__ctor_m9D50D1A9FC1B72427455B7FFBDB80198D996667F(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieException::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException_System_Runtime_Serialization_ISerializable_GetObjectData_mA95ECBFCDBBE4D5881077E40D1DD3CDEDC9E07CD (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException_GetObjectData_mF1CE13806E7D8D065C369D5149DD63197257D599 (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882(__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.Net.CookieParser::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieParser__ctor_m82AD28E0C4668A35ECE2B6707D6B81B7B7D27334 (CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5 * __this, String_t* ___cookieString0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___cookieString0; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_1 = (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA *)il2cpp_codegen_object_new(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var); CookieTokenizer__ctor_m98A9B2C61BA73183CBF2331766DD011A1432C3D1(L_1, L_0, /*hidden argument*/NULL); __this->set_m_tokenizer_0(L_1); return; } } // System.Net.Cookie System.Net.CookieParser::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * CookieParser_Get_mAD866F9D6B48D9F5D8B12DC5B23D0C90204AAC78 (CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; bool V_4 = false; bool V_5 = false; bool V_6 = false; bool V_7 = false; bool V_8 = false; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_12 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_13; memset((&V_13), 0, sizeof(V_13)); int32_t V_14 = 0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_15; memset((&V_15), 0, sizeof(V_15)); int32_t V_16 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)NULL; V_1 = (bool)0; V_2 = (bool)0; V_3 = (bool)0; V_4 = (bool)0; V_5 = (bool)0; V_6 = (bool)0; V_7 = (bool)0; V_8 = (bool)0; V_9 = (bool)0; } IL_001a: { CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_0 = __this->get_m_tokenizer_0(); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_1 = V_0; NullCheck(L_0); int32_t L_2; L_2 = CookieTokenizer_Next_m12072A330646362D17E6C7B27DA8E4A615ABFB92(L_0, (bool)((((RuntimeObject*)(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0), (bool)1, /*hidden argument*/NULL); V_10 = L_2; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_3 = V_0; if (L_3) { goto IL_0074; } } { int32_t L_4 = V_10; if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_0039; } } { int32_t L_5 = V_10; if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_0074; } } IL_0039: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_6 = (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)il2cpp_codegen_object_new(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); Cookie__ctor_m4C7C1E7E0DCE68AC143F44630AEE2D385480DE48(L_6, /*hidden argument*/NULL); V_0 = L_6; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_7 = V_0; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_8 = __this->get_m_tokenizer_0(); NullCheck(L_8); String_t* L_9; L_9 = CookieTokenizer_get_Name_mF8AED0F907B5B6A95C97C31F086AE8B56532ACF3_inline(L_8, /*hidden argument*/NULL); NullCheck(L_7); bool L_10; L_10 = Cookie_InternalSetName_m866D7004C1F40D6F1247918DD747C08F71986B42(L_7, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_005e; } } { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_11 = V_0; String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_11); bool L_13; L_13 = Cookie_InternalSetName_m866D7004C1F40D6F1247918DD747C08F71986B42(L_11, L_12, /*hidden argument*/NULL); } IL_005e: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_14 = V_0; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_15 = __this->get_m_tokenizer_0(); NullCheck(L_15); String_t* L_16; L_16 = CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline(L_15, /*hidden argument*/NULL); NullCheck(L_14); Cookie_set_Value_mB71BD8E33373029251A2C55533A8A4417BDB8767(L_14, L_16, /*hidden argument*/NULL); goto IL_02f4; } IL_0074: { int32_t L_17 = V_10; if ((((int32_t)L_17) == ((int32_t)1))) { goto IL_0086; } } { int32_t L_18 = V_10; if ((((int32_t)L_18) == ((int32_t)2))) { goto IL_028e; } } { goto IL_02f4; } IL_0086: { CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_19 = __this->get_m_tokenizer_0(); NullCheck(L_19); int32_t L_20; L_20 = CookieTokenizer_get_Token_m3678150A16ACC3F862659716B984C7FE7F0E3B75_inline(L_19, /*hidden argument*/NULL); V_11 = L_20; int32_t L_21 = V_11; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)7))) { case 0: { goto IL_00d5; } case 1: { goto IL_00f3; } case 2: { goto IL_02f4; } case 3: { goto IL_02f4; } case 4: { goto IL_0125; } case 5: { goto IL_0159; } case 6: { goto IL_01a0; } case 7: { goto IL_01f0; } case 8: { goto IL_0210; } case 9: { goto IL_02f4; } case 10: { goto IL_02f4; } case 11: { goto IL_02f4; } case 12: { goto IL_0242; } } } { goto IL_02f4; } IL_00d5: { bool L_22 = V_1; if (L_22) { goto IL_02f4; } } { V_1 = (bool)1; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_23 = V_0; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_24 = __this->get_m_tokenizer_0(); NullCheck(L_24); String_t* L_25; L_25 = CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline(L_24, /*hidden argument*/NULL); NullCheck(L_23); Cookie_set_Comment_mC73FCBD37723DC9929AE7297AB98CC43F186963A(L_23, L_25, /*hidden argument*/NULL); goto IL_02f4; } IL_00f3: { bool L_26 = V_2; if (L_26) { goto IL_02f4; } } { V_2 = (bool)1; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_27 = __this->get_m_tokenizer_0(); NullCheck(L_27); String_t* L_28; L_28 = CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline(L_27, /*hidden argument*/NULL); String_t* L_29; L_29 = CookieParser_CheckQuoted_mF37A111F2850B5D5C111ED2A5676B260E1DBD1C3(L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_30; L_30 = Uri_TryCreate_m44277635BB8291BC0AADD85B9C9A015C1C21EF92(L_29, 1, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 **)(&V_12), /*hidden argument*/NULL); if (!L_30) { goto IL_02f4; } } { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_31 = V_0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_32 = V_12; NullCheck(L_31); Cookie_set_CommentUri_m164977759148B2CC340AE701684D1E418D450EBA_inline(L_31, L_32, /*hidden argument*/NULL); goto IL_02f4; } IL_0125: { bool L_33 = V_3; if (L_33) { goto IL_02f4; } } { V_3 = (bool)1; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_34 = V_0; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_35 = __this->get_m_tokenizer_0(); NullCheck(L_35); String_t* L_36; L_36 = CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline(L_35, /*hidden argument*/NULL); String_t* L_37; L_37 = CookieParser_CheckQuoted_mF37A111F2850B5D5C111ED2A5676B260E1DBD1C3(L_36, /*hidden argument*/NULL); NullCheck(L_34); Cookie_set_Domain_mFAA0D7FAB346C34A3ADF865A6F531A948E4E9DBA(L_34, L_37, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_38 = V_0; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_39 = __this->get_m_tokenizer_0(); NullCheck(L_39); bool L_40; L_40 = CookieTokenizer_get_Quoted_mE4EAA53491D10D83FF580AEFC172DBBB6DC7846F_inline(L_39, /*hidden argument*/NULL); NullCheck(L_38); L_38->set_IsQuotedDomain_24(L_40); goto IL_02f4; } IL_0159: { bool L_41 = V_4; if (L_41) { goto IL_02f4; } } { V_4 = (bool)1; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_42 = __this->get_m_tokenizer_0(); NullCheck(L_42); String_t* L_43; L_43 = CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline(L_42, /*hidden argument*/NULL); String_t* L_44; L_44 = CookieParser_CheckQuoted_mF37A111F2850B5D5C111ED2A5676B260E1DBD1C3(L_43, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_45; L_45 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_46; L_46 = DateTime_TryParse_m355F24554F4721CBB8055BCD638DFFBCF2CE7641(L_44, L_45, 7, (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_13), /*hidden argument*/NULL); if (!L_46) { goto IL_018f; } } { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_47 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_48 = V_13; NullCheck(L_47); Cookie_set_Expires_m074F513530A0F9F02E261D6B2A52DA8084AAA618_inline(L_47, L_48, /*hidden argument*/NULL); goto IL_02f4; } IL_018f: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_49 = V_0; String_t* L_50 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_49); bool L_51; L_51 = Cookie_InternalSetName_m866D7004C1F40D6F1247918DD747C08F71986B42(L_49, L_50, /*hidden argument*/NULL); goto IL_02f4; } IL_01a0: { bool L_52 = V_4; if (L_52) { goto IL_02f4; } } { V_4 = (bool)1; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_53 = __this->get_m_tokenizer_0(); NullCheck(L_53); String_t* L_54; L_54 = CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline(L_53, /*hidden argument*/NULL); String_t* L_55; L_55 = CookieParser_CheckQuoted_mF37A111F2850B5D5C111ED2A5676B260E1DBD1C3(L_54, /*hidden argument*/NULL); bool L_56; L_56 = Int32_TryParse_m748B8DB1D0C9D25C3D1812D7887411C4AFC1DDC2(L_55, (int32_t*)(&V_14), /*hidden argument*/NULL); if (!L_56) { goto IL_01df; } } { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_57 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_58; L_58 = DateTime_get_Now_mCAC695993D6E2C57B900C83BEF3F8B18BC4EBC2C(/*hidden argument*/NULL); V_15 = L_58; int32_t L_59 = V_14; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_60; L_60 = DateTime_AddSeconds_mCA0940A7E7C3ED40A86532349B7D4CB3A0F0DEAF((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_15), ((double)((double)L_59)), /*hidden argument*/NULL); NullCheck(L_57); Cookie_set_Expires_m074F513530A0F9F02E261D6B2A52DA8084AAA618_inline(L_57, L_60, /*hidden argument*/NULL); goto IL_02f4; } IL_01df: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_61 = V_0; String_t* L_62 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_61); bool L_63; L_63 = Cookie_InternalSetName_m866D7004C1F40D6F1247918DD747C08F71986B42(L_61, L_62, /*hidden argument*/NULL); goto IL_02f4; } IL_01f0: { bool L_64 = V_5; if (L_64) { goto IL_02f4; } } { V_5 = (bool)1; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_65 = V_0; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_66 = __this->get_m_tokenizer_0(); NullCheck(L_66); String_t* L_67; L_67 = CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline(L_66, /*hidden argument*/NULL); NullCheck(L_65); Cookie_set_Path_mEA8D095CDCC6D19456E1F24C43F143080EF577E8(L_65, L_67, /*hidden argument*/NULL); goto IL_02f4; } IL_0210: { bool L_68 = V_6; if (L_68) { goto IL_02f4; } } { V_6 = (bool)1; } IL_021a: try {// begin try (depth: 1) Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_69 = V_0; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_70 = __this->get_m_tokenizer_0(); NullCheck(L_70); String_t* L_71; L_71 = CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline(L_70, /*hidden argument*/NULL); NullCheck(L_69); Cookie_set_Port_m8BA5AD268A143AE02AC42EB6457AECA645C2C298(L_69, L_71, /*hidden argument*/NULL); goto IL_02f4; }// 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_0230; } throw e; } CATCH_0230: {// begin catch(System.Object) Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_72 = V_0; String_t* L_73 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); NullCheck(L_72); bool L_74; L_74 = Cookie_InternalSetName_m866D7004C1F40D6F1247918DD747C08F71986B42(L_72, L_73, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_02f4; }// end catch (depth: 1) IL_0242: { bool L_75 = V_7; if (L_75) { goto IL_02f4; } } { V_7 = (bool)1; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_76 = __this->get_m_tokenizer_0(); NullCheck(L_76); String_t* L_77; L_77 = CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline(L_76, /*hidden argument*/NULL); String_t* L_78; L_78 = CookieParser_CheckQuoted_mF37A111F2850B5D5C111ED2A5676B260E1DBD1C3(L_77, /*hidden argument*/NULL); bool L_79; L_79 = Int32_TryParse_m748B8DB1D0C9D25C3D1812D7887411C4AFC1DDC2(L_78, (int32_t*)(&V_16), /*hidden argument*/NULL); if (!L_79) { goto IL_0280; } } { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_80 = V_0; int32_t L_81 = V_16; NullCheck(L_80); Cookie_set_Version_m4D43603189124EA1FDE4E8D45D65C60F1EB9B64E(L_80, L_81, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_82 = V_0; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_83 = __this->get_m_tokenizer_0(); NullCheck(L_83); bool L_84; L_84 = CookieTokenizer_get_Quoted_mE4EAA53491D10D83FF580AEFC172DBBB6DC7846F_inline(L_83, /*hidden argument*/NULL); NullCheck(L_82); L_82->set_IsQuotedVersion_23(L_84); goto IL_02f4; } IL_0280: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_85 = V_0; String_t* L_86 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_85); bool L_87; L_87 = Cookie_InternalSetName_m866D7004C1F40D6F1247918DD747C08F71986B42(L_85, L_86, /*hidden argument*/NULL); goto IL_02f4; } IL_028e: { CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_88 = __this->get_m_tokenizer_0(); NullCheck(L_88); int32_t L_89; L_89 = CookieTokenizer_get_Token_m3678150A16ACC3F862659716B984C7FE7F0E3B75_inline(L_88, /*hidden argument*/NULL); V_11 = L_89; int32_t L_90 = V_11; if ((((int32_t)L_90) == ((int32_t)((int32_t)10)))) { goto IL_02b9; } } { int32_t L_91 = V_11; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_91, (int32_t)((int32_t)15)))) { case 0: { goto IL_02e2; } case 1: { goto IL_02c9; } case 2: { goto IL_02d9; } } } { goto IL_02f4; } IL_02b9: { bool L_92 = V_9; if (L_92) { goto IL_02f4; } } { V_9 = (bool)1; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_93 = V_0; NullCheck(L_93); Cookie_set_Discard_m885D993D0395C8CE0ADEF8709678E603C9A0CB89_inline(L_93, (bool)1, /*hidden argument*/NULL); goto IL_02f4; } IL_02c9: { bool L_94 = V_8; if (L_94) { goto IL_02f4; } } { V_8 = (bool)1; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_95 = V_0; NullCheck(L_95); Cookie_set_Secure_m2860F0605D2A3759288640E6EC503E26AFA813C6_inline(L_95, (bool)1, /*hidden argument*/NULL); goto IL_02f4; } IL_02d9: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_96 = V_0; NullCheck(L_96); Cookie_set_HttpOnly_m6A2720FC01374C07DFD197379E821FB860117587_inline(L_96, (bool)1, /*hidden argument*/NULL); goto IL_02f4; } IL_02e2: { bool L_97 = V_6; if (L_97) { goto IL_02f4; } } { V_6 = (bool)1; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_98 = V_0; String_t* L_99 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_98); Cookie_set_Port_m8BA5AD268A143AE02AC42EB6457AECA645C2C298(L_98, L_99, /*hidden argument*/NULL); } IL_02f4: { CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_100 = __this->get_m_tokenizer_0(); NullCheck(L_100); bool L_101; L_101 = CookieTokenizer_get_Eof_mDEEF8E3D40A0F6E97038CDEBDACCE7C4CC67E950(L_100, /*hidden argument*/NULL); if (L_101) { goto IL_0311; } } { CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_102 = __this->get_m_tokenizer_0(); NullCheck(L_102); bool L_103; L_103 = CookieTokenizer_get_EndOfCookie_m06103C00EE1E339F7195F8CDFF676E4545CDFB11_inline(L_102, /*hidden argument*/NULL); if (!L_103) { goto IL_001a; } } IL_0311: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_104 = V_0; return L_104; } } // System.String System.Net.CookieParser::CheckQuoted(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieParser_CheckQuoted_mF37A111F2850B5D5C111ED2A5676B260E1DBD1C3 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)2))) { goto IL_0026; } } { String_t* L_2 = ___value0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)34))))) { goto IL_0026; } } { String_t* L_4 = ___value0; String_t* L_5 = ___value0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); NullCheck(L_4); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)((int32_t)34)))) { goto IL_0028; } } IL_0026: { String_t* L_8 = ___value0; return L_8; } IL_0028: { String_t* L_9 = ___value0; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) == ((int32_t)2))) { goto IL_0041; } } { String_t* L_11 = ___value0; String_t* L_12 = ___value0; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_14; L_14 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_11, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)2)), /*hidden argument*/NULL); return L_14; } IL_0041: { String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_15; } } #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.Net.CookieTokenizer::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer__ctor_m98A9B2C61BA73183CBF2331766DD011A1432C3D1 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, String_t* ___tokenStream0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___tokenStream0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); __this->set_m_length_2(L_1); String_t* L_2 = ___tokenStream0; __this->set_m_tokenStream_8(L_2); return; } } // System.Boolean System.Net.CookieTokenizer::get_EndOfCookie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieTokenizer_get_EndOfCookie_m06103C00EE1E339F7195F8CDFF676E4545CDFB11 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_eofCookie_0(); return L_0; } } // System.Void System.Net.CookieTokenizer::set_EndOfCookie(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_set_EndOfCookie_m90BFE375C2F99E8C7423AA41FFD25208E20D21E1 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_eofCookie_0(L_0); return; } } // System.Boolean System.Net.CookieTokenizer::get_Eof() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieTokenizer_get_Eof_mDEEF8E3D40A0F6E97038CDEBDACCE7C4CC67E950 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_index_1(); int32_t L_1 = __this->get_m_length_2(); return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.String System.Net.CookieTokenizer::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Name_mF8AED0F907B5B6A95C97C31F086AE8B56532ACF3 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_3(); return L_0; } } // System.Void System.Net.CookieTokenizer::set_Name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_set_Name_m2741EB32D6911A008B8B0B00BE99864AB50D774E (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_name_3(L_0); return; } } // System.Boolean System.Net.CookieTokenizer::get_Quoted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieTokenizer_get_Quoted_mE4EAA53491D10D83FF580AEFC172DBBB6DC7846F (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_quoted_4(); return L_0; } } // System.Void System.Net.CookieTokenizer::set_Quoted(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_set_Quoted_m3FD8F96369DFF0E88211CEFBC7F66AAD2E61CEFA (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_quoted_4(L_0); return; } } // System.Net.CookieToken System.Net.CookieTokenizer::get_Token() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_get_Token_m3678150A16ACC3F862659716B984C7FE7F0E3B75 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_token_6(); return L_0; } } // System.Void System.Net.CookieTokenizer::set_Token(System.Net.CookieToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_set_Token_m72232A5D1B54D1E14DFB2C753E3CCDDFFD56D960 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_token_6(L_0); return; } } // System.String System.Net.CookieTokenizer::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_value_9(); return L_0; } } // System.Void System.Net.CookieTokenizer::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_set_Value_m811ACB2FB2438F09B232BE4D2B35C2A1593C788D (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_value_9(L_0); return; } } // System.String System.Net.CookieTokenizer::Extract() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieTokenizer_Extract_mAA780C8AC3336E5A7BB95BB9D2B060506C39F617 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_0; int32_t L_1 = __this->get_m_tokenLength_7(); if (!L_1) { goto IL_0035; } } { String_t* L_2 = __this->get_m_tokenStream_8(); int32_t L_3 = __this->get_m_start_5(); int32_t L_4 = __this->get_m_tokenLength_7(); NullCheck(L_2); String_t* L_5; L_5 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_2, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; bool L_6; L_6 = CookieTokenizer_get_Quoted_mE4EAA53491D10D83FF580AEFC172DBBB6DC7846F_inline(__this, /*hidden argument*/NULL); if (L_6) { goto IL_0035; } } { String_t* L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_7, /*hidden argument*/NULL); V_0 = L_8; } IL_0035: { String_t* L_9 = V_0; return L_9; } } // System.Net.CookieToken System.Net.CookieTokenizer::FindNext(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_FindNext_m749593D7DD3CAFC934C1630824323BED6623C5A4 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___ignoreComma0, bool ___ignoreEquals1, 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; int32_t V_1 = 0; bool V_2 = false; Il2CppChar V_3 = 0x0; Il2CppChar V_4 = 0x0; { __this->set_m_tokenLength_7(0); int32_t L_0 = __this->get_m_index_1(); __this->set_m_start_5(L_0); goto IL_0031; } IL_0015: { int32_t L_1 = __this->get_m_index_1(); __this->set_m_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))); int32_t L_2 = __this->get_m_start_5(); __this->set_m_start_5(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); } IL_0031: { int32_t L_3 = __this->get_m_index_1(); int32_t L_4 = __this->get_m_length_2(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0057; } } { String_t* L_5 = __this->get_m_tokenStream_8(); int32_t L_6 = __this->get_m_index_1(); NullCheck(L_5); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_8; L_8 = Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0015; } } IL_0057: { V_0 = 5; V_1 = 1; bool L_9; L_9 = CookieTokenizer_get_Eof_mDEEF8E3D40A0F6E97038CDEBDACCE7C4CC67E950(__this, /*hidden argument*/NULL); if (L_9) { goto IL_01f4; } } { String_t* L_10 = __this->get_m_tokenStream_8(); int32_t L_11 = __this->get_m_index_1(); NullCheck(L_10); Il2CppChar L_12; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, L_11, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)34))))) { goto IL_015a; } } { CookieTokenizer_set_Quoted_m3FD8F96369DFF0E88211CEFBC7F66AAD2E61CEFA_inline(__this, (bool)1, /*hidden argument*/NULL); int32_t L_13 = __this->get_m_index_1(); __this->set_m_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); V_2 = (bool)0; goto IL_00cd; } IL_0097: { String_t* L_14 = __this->get_m_tokenStream_8(); int32_t L_15 = __this->get_m_index_1(); NullCheck(L_14); Il2CppChar L_16; L_16 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, L_15, /*hidden argument*/NULL); V_3 = L_16; bool L_17 = V_2; if (L_17) { goto IL_00b1; } } { Il2CppChar L_18 = V_3; if ((((int32_t)L_18) == ((int32_t)((int32_t)34)))) { goto IL_00db; } } IL_00b1: { bool L_19 = V_2; if (!L_19) { goto IL_00b8; } } { V_2 = (bool)0; goto IL_00bf; } IL_00b8: { Il2CppChar L_20 = V_3; if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)92))))) { goto IL_00bf; } } { V_2 = (bool)1; } IL_00bf: { int32_t L_21 = __this->get_m_index_1(); __this->set_m_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1))); } IL_00cd: { int32_t L_22 = __this->get_m_index_1(); int32_t L_23 = __this->get_m_length_2(); if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_0097; } } IL_00db: { int32_t L_24 = __this->get_m_index_1(); int32_t L_25 = __this->get_m_length_2(); if ((((int32_t)L_24) >= ((int32_t)L_25))) { goto IL_00f7; } } { int32_t L_26 = __this->get_m_index_1(); __this->set_m_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1))); } IL_00f7: { int32_t L_27 = __this->get_m_index_1(); int32_t L_28 = __this->get_m_start_5(); __this->set_m_tokenLength_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28))); V_1 = 0; ___ignoreComma0 = (bool)0; goto IL_015a; } IL_0111: { String_t* L_29 = __this->get_m_tokenStream_8(); int32_t L_30 = __this->get_m_index_1(); NullCheck(L_29); Il2CppChar L_31; L_31 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_29, L_30, /*hidden argument*/NULL); if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)44))))) { goto IL_013e; } } { int32_t L_32 = __this->get_m_index_1(); __this->set_m_start_5(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))); __this->set_m_tokenLength_7((-1)); ___ignoreComma0 = (bool)0; } IL_013e: { int32_t L_33 = __this->get_m_index_1(); __this->set_m_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))); int32_t L_34 = __this->get_m_tokenLength_7(); int32_t L_35 = V_1; __this->set_m_tokenLength_7(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))); } IL_015a: { int32_t L_36 = __this->get_m_index_1(); int32_t L_37 = __this->get_m_length_2(); if ((((int32_t)L_36) >= ((int32_t)L_37))) { goto IL_01b3; } } { String_t* L_38 = __this->get_m_tokenStream_8(); int32_t L_39 = __this->get_m_index_1(); NullCheck(L_38); Il2CppChar L_40; L_40 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_38, L_39, /*hidden argument*/NULL); if ((((int32_t)L_40) == ((int32_t)((int32_t)59)))) { goto IL_01b3; } } { bool L_41 = ___ignoreEquals1; if (L_41) { goto IL_0195; } } { String_t* L_42 = __this->get_m_tokenStream_8(); int32_t L_43 = __this->get_m_index_1(); NullCheck(L_42); Il2CppChar L_44; L_44 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_42, L_43, /*hidden argument*/NULL); if ((((int32_t)L_44) == ((int32_t)((int32_t)61)))) { goto IL_01b3; } } IL_0195: { bool L_45 = ___ignoreComma0; if (L_45) { goto IL_0111; } } { String_t* L_46 = __this->get_m_tokenStream_8(); int32_t L_47 = __this->get_m_index_1(); NullCheck(L_46); Il2CppChar L_48; L_48 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_46, L_47, /*hidden argument*/NULL); if ((!(((uint32_t)L_48) == ((uint32_t)((int32_t)44))))) { goto IL_0111; } } IL_01b3: { bool L_49; L_49 = CookieTokenizer_get_Eof_mDEEF8E3D40A0F6E97038CDEBDACCE7C4CC67E950(__this, /*hidden argument*/NULL); if (L_49) { goto IL_01f4; } } { String_t* L_50 = __this->get_m_tokenStream_8(); int32_t L_51 = __this->get_m_index_1(); NullCheck(L_50); Il2CppChar L_52; L_52 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_50, L_51, /*hidden argument*/NULL); V_4 = L_52; Il2CppChar L_53 = V_4; if ((((int32_t)L_53) == ((int32_t)((int32_t)59)))) { goto IL_01dc; } } { Il2CppChar L_54 = V_4; if ((((int32_t)L_54) == ((int32_t)((int32_t)61)))) { goto IL_01e0; } } { goto IL_01e4; } IL_01dc: { V_0 = 3; goto IL_01e6; } IL_01e0: { V_0 = 6; goto IL_01e6; } IL_01e4: { V_0 = 4; } IL_01e6: { int32_t L_55 = __this->get_m_index_1(); __this->set_m_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1))); } IL_01f4: { int32_t L_56 = V_0; return L_56; } } // System.Net.CookieToken System.Net.CookieTokenizer::Next(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_Next_m12072A330646362D17E6C7B27DA8E4A615ABFB92 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___first0, bool ___parseResponseCookies1, const RuntimeMethod* method) { int32_t V_0 = 0; String_t* V_1 = NULL; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * G_B13_0 = NULL; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * G_B12_0 = NULL; int32_t G_B14_0 = 0; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * G_B14_1 = NULL; { CookieTokenizer_Reset_m292F03AAABB5DD022619B002A826D819DDAFEA8E(__this, /*hidden argument*/NULL); int32_t L_0; L_0 = CookieTokenizer_FindNext_m749593D7DD3CAFC934C1630824323BED6623C5A4(__this, (bool)0, (bool)0, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((!(((uint32_t)L_1) == ((uint32_t)4)))) { goto IL_001a; } } { CookieTokenizer_set_EndOfCookie_m90BFE375C2F99E8C7423AA41FFD25208E20D21E1_inline(__this, (bool)1, /*hidden argument*/NULL); } IL_001a: { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_0022; } } { int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)4)))) { goto IL_0049; } } IL_0022: { String_t* L_4; L_4 = CookieTokenizer_Extract_mAA780C8AC3336E5A7BB95BB9D2B060506C39F617(__this, /*hidden argument*/NULL); String_t* L_5 = L_4; V_1 = L_5; CookieTokenizer_set_Name_m2741EB32D6911A008B8B0B00BE99864AB50D774E_inline(__this, L_5, /*hidden argument*/NULL); String_t* L_6 = V_1; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0047; } } { bool L_8 = ___parseResponseCookies1; int32_t L_9; L_9 = CookieTokenizer_TokenFromName_m53898506B8BCDC96FDF41E9B4CA497E432809F62(__this, L_8, /*hidden argument*/NULL); CookieTokenizer_set_Token_m72232A5D1B54D1E14DFB2C753E3CCDDFFD56D960_inline(__this, L_9, /*hidden argument*/NULL); return (int32_t)(2); } IL_0047: { int32_t L_10 = V_0; return L_10; } IL_0049: { String_t* L_11; L_11 = CookieTokenizer_Extract_mAA780C8AC3336E5A7BB95BB9D2B060506C39F617(__this, /*hidden argument*/NULL); CookieTokenizer_set_Name_m2741EB32D6911A008B8B0B00BE99864AB50D774E_inline(__this, L_11, /*hidden argument*/NULL); bool L_12 = ___first0; if (!L_12) { goto IL_0062; } } { CookieTokenizer_set_Token_m72232A5D1B54D1E14DFB2C753E3CCDDFFD56D960_inline(__this, ((int32_t)9), /*hidden argument*/NULL); goto IL_006f; } IL_0062: { bool L_13 = ___parseResponseCookies1; int32_t L_14; L_14 = CookieTokenizer_TokenFromName_m53898506B8BCDC96FDF41E9B4CA497E432809F62(__this, L_13, /*hidden argument*/NULL); CookieTokenizer_set_Token_m72232A5D1B54D1E14DFB2C753E3CCDDFFD56D960_inline(__this, L_14, /*hidden argument*/NULL); } IL_006f: { int32_t L_15 = V_0; if ((!(((uint32_t)L_15) == ((uint32_t)6)))) { goto IL_00a4; } } { bool L_16 = ___first0; G_B12_0 = __this; if (L_16) { G_B13_0 = __this; goto IL_0083; } } { int32_t L_17; L_17 = CookieTokenizer_get_Token_m3678150A16ACC3F862659716B984C7FE7F0E3B75_inline(__this, /*hidden argument*/NULL); G_B14_0 = ((((int32_t)L_17) == ((int32_t)((int32_t)12)))? 1 : 0); G_B14_1 = G_B12_0; goto IL_0084; } IL_0083: { G_B14_0 = 0; G_B14_1 = G_B13_0; } IL_0084: { NullCheck(G_B14_1); int32_t L_18; L_18 = CookieTokenizer_FindNext_m749593D7DD3CAFC934C1630824323BED6623C5A4(G_B14_1, (bool)G_B14_0, (bool)1, /*hidden argument*/NULL); V_0 = L_18; int32_t L_19 = V_0; if ((!(((uint32_t)L_19) == ((uint32_t)4)))) { goto IL_0096; } } { CookieTokenizer_set_EndOfCookie_m90BFE375C2F99E8C7423AA41FFD25208E20D21E1_inline(__this, (bool)1, /*hidden argument*/NULL); } IL_0096: { String_t* L_20; L_20 = CookieTokenizer_Extract_mAA780C8AC3336E5A7BB95BB9D2B060506C39F617(__this, /*hidden argument*/NULL); CookieTokenizer_set_Value_m811ACB2FB2438F09B232BE4D2B35C2A1593C788D_inline(__this, L_20, /*hidden argument*/NULL); return (int32_t)(1); } IL_00a4: { return (int32_t)(2); } } // System.Void System.Net.CookieTokenizer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_Reset_m292F03AAABB5DD022619B002A826D819DDAFEA8E (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_m_eofCookie_0((bool)0); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_name_3(L_0); __this->set_m_quoted_4((bool)0); int32_t L_1 = __this->get_m_index_1(); __this->set_m_start_5(L_1); __this->set_m_token_6(0); __this->set_m_tokenLength_7(0); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_value_9(L_2); return; } } // System.Net.CookieToken System.Net.CookieTokenizer::TokenFromName(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_TokenFromName_m53898506B8BCDC96FDF41E9B4CA497E432809F62 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___parseResponseCookies0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = ___parseResponseCookies0; if (L_0) { goto IL_0040; } } { V_0 = 0; goto IL_0034; } IL_0007: { IL2CPP_RUNTIME_CLASS_INIT(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_1 = ((CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var))->get_RecognizedServerAttributes_11(); int32_t L_2 = V_0; NullCheck(L_1); String_t* L_3; L_3 = CookieTokenizer_get_Name_mF8AED0F907B5B6A95C97C31F086AE8B56532ACF3_inline(__this, /*hidden argument*/NULL); bool L_4; L_4 = RecognizedAttribute_IsEqualTo_m7270A6CFCCD1C18A58596CE15D786AC83965A073((RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A *)((L_1)->GetAddressAt(static_cast(L_2))), L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_5 = ((CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var))->get_RecognizedServerAttributes_11(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7; L_7 = RecognizedAttribute_get_Token_mDCA97F0F5006FFAE556163EC25296D431BD5AC9B_inline((RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A *)((L_5)->GetAddressAt(static_cast(L_6))), /*hidden argument*/NULL); return L_7; } IL_0030: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0034: { int32_t L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_10 = ((CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var))->get_RecognizedServerAttributes_11(); NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_0007; } } { goto IL_007b; } IL_0040: { V_1 = 0; goto IL_0071; } IL_0044: { IL2CPP_RUNTIME_CLASS_INIT(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_11 = ((CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var))->get_RecognizedAttributes_10(); int32_t L_12 = V_1; NullCheck(L_11); String_t* L_13; L_13 = CookieTokenizer_get_Name_mF8AED0F907B5B6A95C97C31F086AE8B56532ACF3_inline(__this, /*hidden argument*/NULL); bool L_14; L_14 = RecognizedAttribute_IsEqualTo_m7270A6CFCCD1C18A58596CE15D786AC83965A073((RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A *)((L_11)->GetAddressAt(static_cast(L_12))), L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_006d; } } { IL2CPP_RUNTIME_CLASS_INIT(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_15 = ((CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var))->get_RecognizedAttributes_10(); int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17; L_17 = RecognizedAttribute_get_Token_mDCA97F0F5006FFAE556163EC25296D431BD5AC9B_inline((RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A *)((L_15)->GetAddressAt(static_cast(L_16))), /*hidden argument*/NULL); return L_17; } IL_006d: { int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0071: { int32_t L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_20 = ((CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var))->get_RecognizedAttributes_10(); NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0044; } } IL_007b: { return (int32_t)(((int32_t)18)); } } // System.Void System.Net.CookieTokenizer::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer__cctor_mE6B5D3A4D94B94F397B8FF66722E4B9000C69F9C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C128E69E6792DFCDC320A8A4CCF22516623A383); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F65BEA83D91EF5467097A153A76FFE6F7093CB0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15C67A8A8A9F318E46444E449D08CD0953E3916D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A0A3CA99318DA5D044663BE79A6F30B963858AF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FF37A1EA8CCB473458EE51C4ACAF57C9AE7EA72); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67CA14AF410430EB82EB6D789234A71A1F71CF43); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral78AA3FEC7FABE5D2D85E79B3553AC8122C40BF04); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C5B2C0D17D684D4380087821D68BB021A77AA5D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DA4EAD3AB3488B6B991EC70F2E6B411921C0761); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral976B982483DE4EA230E37374BE827A2DFB54B608); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABAF37018E1F5AB9652A5C3B02A63AB17FEB688D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC314CFCCFC2227C58A275C19171300597A034F25); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE366688218C4FC506EA8269E62224B37209508EB); s_Il2CppMethodInitialized = true; } { RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_0 = (RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49*)(RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49*)SZArrayNew(RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11)); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_1 = L_0; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_2; memset((&L_2), 0, sizeof(L_2)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_2), _stringLiteralE366688218C4FC506EA8269E62224B37209508EB, ((int32_t)14), /*hidden argument*/NULL); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_2); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_3 = L_1; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_4; memset((&L_4), 0, sizeof(L_4)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_4), _stringLiteral976B982483DE4EA230E37374BE827A2DFB54B608, ((int32_t)13), /*hidden argument*/NULL); NullCheck(L_3); (L_3)->SetAt(static_cast(1), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_4); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_5 = L_3; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_6; memset((&L_6), 0, sizeof(L_6)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_6), _stringLiteral7C5B2C0D17D684D4380087821D68BB021A77AA5D, ((int32_t)12), /*hidden argument*/NULL); NullCheck(L_5); (L_5)->SetAt(static_cast(2), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_6); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_7 = L_5; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_8; memset((&L_8), 0, sizeof(L_8)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_8), _stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1, ((int32_t)19), /*hidden argument*/NULL); NullCheck(L_7); (L_7)->SetAt(static_cast(3), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_8); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_9 = L_7; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_10; memset((&L_10), 0, sizeof(L_10)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_10), _stringLiteral1A0A3CA99318DA5D044663BE79A6F30B963858AF, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_9); (L_9)->SetAt(static_cast(4), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_10); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_11 = L_9; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_12; memset((&L_12), 0, sizeof(L_12)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_12), _stringLiteralABAF37018E1F5AB9652A5C3B02A63AB17FEB688D, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_11); (L_11)->SetAt(static_cast(5), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_12); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_13 = L_11; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_14; memset((&L_14), 0, sizeof(L_14)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_14), _stringLiteral15C67A8A8A9F318E46444E449D08CD0953E3916D, ((int32_t)10), /*hidden argument*/NULL); NullCheck(L_13); (L_13)->SetAt(static_cast(6), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_14); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_15 = L_13; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_16; memset((&L_16), 0, sizeof(L_16)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_16), _stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F, ((int32_t)15), /*hidden argument*/NULL); NullCheck(L_15); (L_15)->SetAt(static_cast(7), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_16); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_17 = L_15; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_18; memset((&L_18), 0, sizeof(L_18)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_18), _stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F, 7, /*hidden argument*/NULL); NullCheck(L_17); (L_17)->SetAt(static_cast(8), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_18); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_19 = L_17; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_20; memset((&L_20), 0, sizeof(L_20)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_20), _stringLiteral78AA3FEC7FABE5D2D85E79B3553AC8122C40BF04, 8, /*hidden argument*/NULL); NullCheck(L_19); (L_19)->SetAt(static_cast(((int32_t)9)), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_20); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_21 = L_19; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_22; memset((&L_22), 0, sizeof(L_22)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_22), _stringLiteral0F65BEA83D91EF5467097A153A76FFE6F7093CB0, ((int32_t)17), /*hidden argument*/NULL); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)10)), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_22); ((CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var))->set_RecognizedAttributes_10(L_21); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_23 = (RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49*)(RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49*)SZArrayNew(RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49_il2cpp_TypeInfo_var, (uint32_t)5); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_24 = L_23; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_25; memset((&L_25), 0, sizeof(L_25)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_25), _stringLiteral67CA14AF410430EB82EB6D789234A71A1F71CF43, ((int32_t)14), /*hidden argument*/NULL); NullCheck(L_24); (L_24)->SetAt(static_cast(0), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_25); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_26 = L_24; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_27; memset((&L_27), 0, sizeof(L_27)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_27), _stringLiteral0C128E69E6792DFCDC320A8A4CCF22516623A383, ((int32_t)19), /*hidden argument*/NULL); NullCheck(L_26); (L_26)->SetAt(static_cast(1), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_27); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_28 = L_26; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_29; memset((&L_29), 0, sizeof(L_29)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_29), _stringLiteral8DA4EAD3AB3488B6B991EC70F2E6B411921C0761, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_28); (L_28)->SetAt(static_cast(2), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_29); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_30 = L_28; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_31; memset((&L_31), 0, sizeof(L_31)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_31), _stringLiteralC314CFCCFC2227C58A275C19171300597A034F25, ((int32_t)15), /*hidden argument*/NULL); NullCheck(L_30); (L_30)->SetAt(static_cast(3), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_31); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_32 = L_30; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_33; memset((&L_33), 0, sizeof(L_33)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_33), _stringLiteral2FF37A1EA8CCB473458EE51C4ACAF57C9AE7EA72, ((int32_t)17), /*hidden argument*/NULL); NullCheck(L_32); (L_32)->SetAt(static_cast(4), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_33); ((CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var))->set_RecognizedServerAttributes_11(L_32); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.CorrelationManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CorrelationManager__ctor_m8F4952622DB9361028C8519A58830BBACA34448C (CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Collections.Stack System.Diagnostics.CorrelationManager::get_LogicalOperationStack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * CorrelationManager_get_LogicalOperationStack_m7CEDA5E0884FD67B064E6CA64A7FF1A71F495BCC (CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556 * __this, const RuntimeMethod* method) { { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_0; L_0 = CorrelationManager_GetLogicalOperationStack_m9D2D7E1216161417C56D8234CB45E7B8BB15A849(__this, /*hidden argument*/NULL); return L_0; } } // System.Collections.Stack System.Diagnostics.CorrelationManager::GetLogicalOperationStack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * CorrelationManager_GetLogicalOperationStack_m9D2D7E1216161417C56D8234CB45E7B8BB15A849 (CorrelationManager_t151ECC977F6FDFE6B0034C4558A52FB1311A1556 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC0AE54A01C792DCE93B57B1CDF98768767DF23EB); s_Il2CppMethodInitialized = true; } Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * V_0 = NULL; { RuntimeObject * L_0; L_0 = CallContext_LogicalGetData_m631B9BEA78BE94C65E0F8D328CA4C5EE63C17FCA(_stringLiteralC0AE54A01C792DCE93B57B1CDF98768767DF23EB, /*hidden argument*/NULL); V_0 = ((Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 *)IsInstClass((RuntimeObject*)L_0, Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8_il2cpp_TypeInfo_var)); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_1 = V_0; if (L_1) { goto IL_0024; } } { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_2 = (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 *)il2cpp_codegen_object_new(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8_il2cpp_TypeInfo_var); Stack__ctor_m7B7EA279423863156F25A04362D9FE6C89FAFE70(L_2, /*hidden argument*/NULL); V_0 = L_2; Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_3 = V_0; CallContext_LogicalSetData_m994D3D838D372F200C7B8331A7B47B9D46D6B93C(_stringLiteralC0AE54A01C792DCE93B57B1CDF98768767DF23EB, L_3, /*hidden argument*/NULL); } IL_0024: { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_4 = V_0; return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ICredentials System.Net.CredentialCache::get_DefaultCredentials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CredentialCache_get_DefaultCredentials_m04BE43C08715BE89006B3E298A7706E7C05D05AA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_il2cpp_TypeInfo_var); SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F * L_0 = ((SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_StaticFields*)il2cpp_codegen_static_fields_for(SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_il2cpp_TypeInfo_var))->get_defaultCredential_3(); 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.String System.ComponentModel.CultureInfoConverter::get_DefaultCultureString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfoConverter_get_DefaultCultureString_m741BE18A3A4EDC78A4CB29210940C4FBC8BC9C36 (CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97D1540BF1B4DEE115A900710D7D567E814478C0); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(_stringLiteral97D1540BF1B4DEE115A900710D7D567E814478C0, /*hidden argument*/NULL); return L_0; } } // System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfoConverter_GetCultureName_mB853BC000F07B0173F9D436903453999C1431231 (CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method) { { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___culture0; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_0); return L_1; } } // System.Boolean System.ComponentModel.CultureInfoConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfoConverter_CanConvertFrom_m78EC1CDC850731D78025DBAF8B5B73C04C6EB076 (CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___context0; Type_t * L_5 = ___sourceType1; bool L_6; L_6 = TypeConverter_CanConvertFrom_m0EDDA8ACFFED3FE88C89F97EC764D625A1CD120D(__this, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean System.ComponentModel.CultureInfoConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfoConverter_CanConvertTo_m169A323AD7A82C08B91F9B9E26FB8A6072018A9A (CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___context0; Type_t * L_5 = ___destinationType1; bool L_6; L_6 = TypeConverter_CanConvertTo_m86E815C6F6AEA1999AF2114ADF977F6E8B8FAF28(__this, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Object System.ComponentModel.CultureInfoConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CultureInfoConverter_ConvertFrom_mB70277FBD76377E15680D75F690E5D278B5ECE99 (CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, 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*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_1 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_2 = NULL; RuntimeObject* V_3 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_4 = NULL; RuntimeObject* V_5 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___value2; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_0158; } } { RuntimeObject * L_1 = ___value2; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_3; L_3 = VirtualFuncInvoker1< String_t*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(16 /* System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo) */, __this, L_2); NullCheck(L_3); bool L_4; L_4 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_3, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_4) { goto IL_0035; } } { RuntimeObject * L_5 = ___value2; String_t* L_6; L_6 = CultureInfoMapper_GetCultureInfoName_m5016F8DAE452B6CC87BEFEE484D027682FBCE632(((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_6; } IL_0035: { V_1 = (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)NULL; Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_7; L_7 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); NullCheck(L_7); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = Thread_get_CurrentUICulture_mC935CB78924A5E49E196448247AB1BAE8F87E7D2(L_7, /*hidden argument*/NULL); V_2 = L_8; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_9 = ___culture1; if (!L_9) { goto IL_005d; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11; L_11 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); NullCheck(L_10); bool L_12; L_12 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_10, L_11); if (!L_12) { goto IL_005d; } } { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_13; L_13 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_14 = ___culture1; NullCheck(L_13); Thread_set_CurrentUICulture_m44044BC6D80F9BDB18168C0D2CBF35B5CE557864(L_13, L_14, /*hidden argument*/NULL); } IL_005d: { } IL_005e: try {// begin try (depth: 1) { String_t* L_15 = V_0; if (!L_15) { goto IL_0078; } } IL_0061: { String_t* L_16 = V_0; NullCheck(L_16); int32_t L_17; L_17 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0078; } } IL_0069: { String_t* L_18 = V_0; String_t* L_19; L_19 = CultureInfoConverter_get_DefaultCultureString_m741BE18A3A4EDC78A4CB29210940C4FBC8BC9C36(__this, /*hidden argument*/NULL); int32_t L_20; L_20 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_18, L_19, 4, /*hidden argument*/NULL); if (L_20) { goto IL_007e; } } IL_0078: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_21; L_21 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); V_1 = L_21; } IL_007e: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_22 = V_1; if (L_22) { goto IL_00bf; } } IL_0081: { RuntimeObject* L_23 = ___context0; StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_24; L_24 = VirtualFuncInvoker1< StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 *, RuntimeObject* >::Invoke(12 /* System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.TypeConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) */, __this, L_23); NullCheck(L_24); RuntimeObject* L_25; L_25 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_24); V_3 = L_25; goto IL_00b7; } IL_0090: { RuntimeObject* L_26 = V_3; NullCheck(L_26); RuntimeObject * L_27; L_27 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_26); V_4 = ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)CastclassClass((RuntimeObject*)L_27, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var)); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_28 = V_4; if (!L_28) { goto IL_00b7; } } IL_00a1: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_29 = V_4; String_t* L_30; L_30 = VirtualFuncInvoker1< String_t*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(16 /* System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo) */, __this, L_29); String_t* L_31 = V_0; int32_t L_32; L_32 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_30, L_31, 4, /*hidden argument*/NULL); if (L_32) { goto IL_00b7; } } IL_00b2: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_33 = V_4; V_1 = L_33; goto IL_00bf; } IL_00b7: { RuntimeObject* L_34 = V_3; NullCheck(L_34); bool L_35; L_35 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_34); if (L_35) { goto IL_0090; } } IL_00bf: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_36 = V_1; if (L_36) { goto IL_00ce; } } IL_00c2: try {// begin try (depth: 2) String_t* L_37 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_38 = (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)il2cpp_codegen_object_new(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo__ctor_m0571D491E0A491EB03A3645B5965511AC0B5DFD7(L_38, L_37, /*hidden argument*/NULL); V_1 = L_38; goto IL_00ce; }// end try (depth: 2) 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_00cb; } throw e; } CATCH_00cb: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00ce; }// end catch (depth: 2) IL_00ce: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_39 = V_1; if (L_39) { goto IL_0126; } } IL_00d1: { String_t* L_40 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_41; L_41 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); NullCheck(L_40); String_t* L_42; L_42 = String_ToLower_m31AAE50F084C9F7ECE9201944F237D2310C79235(L_40, L_41, /*hidden argument*/NULL); V_0 = L_42; StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_43 = __this->get_values_2(); NullCheck(L_43); RuntimeObject* L_44; L_44 = StandardValuesCollection_GetEnumerator_m7A4D62B0B3E7514C6434A23B191FF0A15615B45A(L_43, /*hidden argument*/NULL); V_5 = L_44; goto IL_011d; } IL_00ec: { RuntimeObject* L_45 = V_5; NullCheck(L_45); RuntimeObject * L_46; L_46 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_45); V_6 = ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)CastclassClass((RuntimeObject*)L_46, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var)); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_47 = V_6; if (!L_47) { goto IL_011d; } } IL_00fe: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_48 = V_6; String_t* L_49; L_49 = VirtualFuncInvoker1< String_t*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(16 /* System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo) */, __this, L_48); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_50; L_50 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); NullCheck(L_49); String_t* L_51; L_51 = String_ToLower_m31AAE50F084C9F7ECE9201944F237D2310C79235(L_49, L_50, /*hidden argument*/NULL); String_t* L_52 = V_0; NullCheck(L_51); bool L_53; L_53 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_51, L_52, /*hidden argument*/NULL); if (!L_53) { goto IL_011d; } } IL_0118: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_54 = V_6; V_1 = L_54; IL2CPP_LEAVE(0x134, FINALLY_0128); } IL_011d: { RuntimeObject* L_55 = V_5; NullCheck(L_55); bool L_56; L_56 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_55); if (L_56) { goto IL_00ec; } } IL_0126: { IL2CPP_LEAVE(0x134, FINALLY_0128); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0128; } FINALLY_0128: {// begin finally (depth: 1) Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_57; L_57 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_58 = V_2; NullCheck(L_57); Thread_set_CurrentUICulture_m44044BC6D80F9BDB18168C0D2CBF35B5CE557864(L_57, L_58, /*hidden argument*/NULL); IL2CPP_END_FINALLY(296) }// end finally (depth: 1) IL2CPP_CLEANUP(296) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x134, IL_0134) } IL_0134: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_59 = V_1; if (L_59) { goto IL_0156; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_60 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_61 = L_60; RuntimeObject * L_62 = ___value2; NullCheck(L_61); ArrayElementTypeCheck (L_61, ((String_t*)CastclassSealed((RuntimeObject*)L_62, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))); (L_61)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)CastclassSealed((RuntimeObject*)L_62, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))); String_t* L_63; L_63 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA6F9AB0C2DF86EDD7D27572A9069BF898C1F5075)), L_61, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_64 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_64, L_63, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_64, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfoConverter_ConvertFrom_mB70277FBD76377E15680D75F690E5D278B5ECE99_RuntimeMethod_var))); } IL_0156: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_65 = V_1; return L_65; } IL_0158: { RuntimeObject* L_66 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_67 = ___culture1; RuntimeObject * L_68 = ___value2; RuntimeObject * L_69; L_69 = TypeConverter_ConvertFrom_m8FA823F1E9BE68C98E7E062A8BFFA600DA06C153(__this, L_66, L_67, L_68, /*hidden argument*/NULL); return L_69; } } // System.Object System.ComponentModel.CultureInfoConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CultureInfoConverter_ConvertTo_mE6B48365B106D878D7CAEC32F662C0F61F2F92DD (CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_1 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_2 = NULL; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Type_t * L_0 = ___destinationType3; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0015; } } { 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_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfoConverter_ConvertTo_mE6B48365B106D878D7CAEC32F662C0F61F2F92DD_RuntimeMethod_var))); } IL_0015: { Type_t * L_3 = ___destinationType3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0080; } } { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_7; L_7 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); NullCheck(L_7); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = Thread_get_CurrentUICulture_mC935CB78924A5E49E196448247AB1BAE8F87E7D2(L_7, /*hidden argument*/NULL); V_1 = L_8; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_9 = ___culture1; if (!L_9) { goto IL_004e; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11; L_11 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); NullCheck(L_10); bool L_12; L_12 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_10, L_11); if (!L_12) { goto IL_004e; } } { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_13; L_13 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_14 = ___culture1; NullCheck(L_13); Thread_set_CurrentUICulture_m44044BC6D80F9BDB18168C0D2CBF35B5CE557864(L_13, L_14, /*hidden argument*/NULL); } IL_004e: { } IL_004f: try {// begin try (depth: 1) { RuntimeObject * L_15 = ___value2; if (!L_15) { goto IL_005a; } } IL_0052: { RuntimeObject * L_16 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_17; L_17 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); if ((!(((RuntimeObject*)(RuntimeObject *)L_16) == ((RuntimeObject*)(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)L_17)))) { goto IL_0063; } } IL_005a: { String_t* L_18; L_18 = CultureInfoConverter_get_DefaultCultureString_m741BE18A3A4EDC78A4CB29210940C4FBC8BC9C36(__this, /*hidden argument*/NULL); V_0 = L_18; IL2CPP_LEAVE(0x7E, FINALLY_0072); } IL_0063: { RuntimeObject * L_19 = ___value2; String_t* L_20; L_20 = VirtualFuncInvoker1< String_t*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(16 /* System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo) */, __this, ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)CastclassClass((RuntimeObject*)L_19, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); V_0 = L_20; IL2CPP_LEAVE(0x7E, FINALLY_0072); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0072; } FINALLY_0072: {// begin finally (depth: 1) Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_21; L_21 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_22 = V_1; NullCheck(L_21); Thread_set_CurrentUICulture_m44044BC6D80F9BDB18168C0D2CBF35B5CE557864(L_21, L_22, /*hidden argument*/NULL); IL2CPP_END_FINALLY(114) }// end finally (depth: 1) IL2CPP_CLEANUP(114) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7E, IL_007e) } IL_007e: { String_t* L_23 = V_0; return L_23; } IL_0080: { Type_t * L_24 = ___destinationType3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_25 = { reinterpret_cast (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_26; L_26 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_25, /*hidden argument*/NULL); bool L_27; L_27 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_24, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00e4; } } { RuntimeObject * L_28 = ___value2; if (!((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)IsInstClass((RuntimeObject*)L_28, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))) { goto IL_00e4; } } { RuntimeObject * L_29 = ___value2; V_2 = ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)CastclassClass((RuntimeObject*)L_29, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_30 = { reinterpret_cast (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_31; L_31 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_30, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_32 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_33 = L_32; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_34 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_35; L_35 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_34, /*hidden argument*/NULL); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_35); (L_33)->SetAt(static_cast(0), (Type_t *)L_35); NullCheck(L_31); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_36; L_36 = Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C(L_31, L_33, /*hidden argument*/NULL); V_3 = L_36; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_37 = V_3; IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var); bool L_38; L_38 = ConstructorInfo_op_Inequality_m14EF5800ABCDCE484FEC9C73ED6D84E8343442CC(L_37, (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)NULL, /*hidden argument*/NULL); if (!L_38) { goto IL_00e4; } } { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_39 = V_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_40 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_41 = L_40; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_42 = V_2; NullCheck(L_42); String_t* L_43; L_43 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_42); NullCheck(L_41); ArrayElementTypeCheck (L_41, L_43); (L_41)->SetAt(static_cast(0), (RuntimeObject *)L_43); InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 * L_44 = (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 *)il2cpp_codegen_object_new(InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m85C5E50209E04E10F4A808758DD4B7DF5A9ECDC4(L_44, L_39, (RuntimeObject*)(RuntimeObject*)L_41, /*hidden argument*/NULL); return L_44; } IL_00e4: { RuntimeObject* L_45 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_46 = ___culture1; RuntimeObject * L_47 = ___value2; Type_t * L_48 = ___destinationType3; RuntimeObject * L_49; L_49 = TypeConverter_ConvertTo_m217CDCD7FC43CECBF0F077DF139FDE0B4D263D47(__this, L_45, L_46, L_47, L_48, /*hidden argument*/NULL); return L_49; } } // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.CultureInfoConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * CultureInfoConverter_GetStandardValues_m24B03A1192915D76915903448E83EEF677DBF58F (CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisCultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_mC4D3C85C615C36EC7247B18F88B1BA44C133494D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureComparer_tE4B58101BFBE2F31D2E54ACF2D46ABE038991AC6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* V_0 = NULL; int32_t V_1 = 0; CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* V_2 = NULL; { StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_0 = __this->get_values_2(); if (L_0) { goto IL_0068; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_1; L_1 = CultureInfo_GetCultures_mA8B0B9E30332EEA6FB40720AFF46FDFCE41C1E68(3, /*hidden argument*/NULL); V_0 = L_1; CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_2 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_3; L_3 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int32_t L_4; L_4 = Array_IndexOf_TisCultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_mC4D3C85C615C36EC7247B18F88B1BA44C133494D(L_2, L_3, /*hidden argument*/Array_IndexOf_TisCultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_mC4D3C85C615C36EC7247B18F88B1BA44C133494D_RuntimeMethod_var); V_1 = L_4; int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_002e; } } { CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_6); ArrayElementTypeCheck (L_6, NULL); (L_6)->SetAt(static_cast(L_7), (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)NULL); CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_8 = V_0; NullCheck(L_8); CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_9 = (CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574*)(CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574*)SZArrayNew(CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))); V_2 = L_9; goto IL_0039; } IL_002e: { CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_10 = V_0; NullCheck(L_10); CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_11 = (CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574*)(CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574*)SZArrayNew(CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))), (int32_t)1))); V_2 = L_11; } IL_0039: { CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_12 = V_0; CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_13 = V_2; CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_14 = V_0; NullCheck(L_14); Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803((RuntimeArray *)(RuntimeArray *)L_12, (RuntimeArray *)(RuntimeArray *)L_13, ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))), /*hidden argument*/NULL); CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_15 = V_2; CultureComparer_tE4B58101BFBE2F31D2E54ACF2D46ABE038991AC6 * L_16 = (CultureComparer_tE4B58101BFBE2F31D2E54ACF2D46ABE038991AC6 *)il2cpp_codegen_object_new(CultureComparer_tE4B58101BFBE2F31D2E54ACF2D46ABE038991AC6_il2cpp_TypeInfo_var); CultureComparer__ctor_mD2CC91A9459C8E4999C507DD7DB4EF2B6069C155(L_16, __this, /*hidden argument*/NULL); Array_Sort_m9FEF5C0ACA74C23E8B3336E14872E4E6FE89B90D((RuntimeArray *)(RuntimeArray *)L_15, L_16, /*hidden argument*/NULL); CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_17 = V_2; NullCheck(L_17); int32_t L_18 = 0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_19 = (L_17)->GetAt(static_cast(L_18)); if (L_19) { goto IL_005c; } } { CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_20 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_21; L_21 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(0), (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)L_21); } IL_005c: { CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_22 = V_2; StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_23 = (StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 *)il2cpp_codegen_object_new(StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1_il2cpp_TypeInfo_var); StandardValuesCollection__ctor_m249BF4A43C982390DBEC8E92DFDB2C395FC9EEFF(L_23, (RuntimeObject*)(RuntimeObject*)L_22, /*hidden argument*/NULL); __this->set_values_2(L_23); } IL_0068: { StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_24 = __this->get_values_2(); return L_24; } } // System.Boolean System.ComponentModel.CultureInfoConverter::GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfoConverter_GetStandardValuesExclusive_m2C7D97D93F9924B1C1CE2FDB49B18F329E07FABA (CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.ComponentModel.CultureInfoConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfoConverter_GetStandardValuesSupported_m7821B6A7C48EFB6F6AE50C9763B016B9E3505CF1 (CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.ComponentModel.CultureInfoConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfoConverter__ctor_mA776D71F38C3D8BEF065F98E4BEC4EFF6091D35B (CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C(__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.ComponentModel.CustomTypeDescriptor::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomTypeDescriptor__ctor_m1DCE29EF7D06FD452FAE0254EE4FDC38A79A343A (CustomTypeDescriptor_t5EAC3D815ED0A3A3DB9045015F62CF81EA889FAC * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.CustomTypeDescriptor::.ctor(System.ComponentModel.ICustomTypeDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomTypeDescriptor__ctor_m83CFDC2A68D4C72A3B5C0A79AEAF41486AAAB7DF (CustomTypeDescriptor_t5EAC3D815ED0A3A3DB9045015F62CF81EA889FAC * __this, RuntimeObject* ___parent0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___parent0; __this->set__parent_0(L_0); return; } } // System.ComponentModel.AttributeCollection System.ComponentModel.CustomTypeDescriptor::GetAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * CustomTypeDescriptor_GetAttributes_mF6AAEA12996C7FC6730B134DFE853034230A8E27 (CustomTypeDescriptor_t5EAC3D815ED0A3A3DB9045015F62CF81EA889FAC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__parent_0(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = __this->get__parent_0(); NullCheck(L_1); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_2; L_2 = InterfaceFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(0 /* System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor::GetAttributes() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_1); return L_2; } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_3 = ((AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var))->get_Empty_0(); return L_3; } } // System.String System.ComponentModel.CustomTypeDescriptor::GetClassName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CustomTypeDescriptor_GetClassName_m46372435D28B5A3935B9D9546E821EC01F9A9F87 (CustomTypeDescriptor_t5EAC3D815ED0A3A3DB9045015F62CF81EA889FAC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__parent_0(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = __this->get__parent_0(); NullCheck(L_1); String_t* L_2; L_2 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.ComponentModel.ICustomTypeDescriptor::GetClassName() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_1); return L_2; } IL_0014: { return (String_t*)NULL; } } // System.String System.ComponentModel.CustomTypeDescriptor::GetComponentName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CustomTypeDescriptor_GetComponentName_m6F08085B5EB31A8FDB3B6E84598E2CDE6B2BCEC3 (CustomTypeDescriptor_t5EAC3D815ED0A3A3DB9045015F62CF81EA889FAC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__parent_0(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = __this->get__parent_0(); NullCheck(L_1); String_t* L_2; L_2 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.ComponentModel.ICustomTypeDescriptor::GetComponentName() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_1); return L_2; } IL_0014: { return (String_t*)NULL; } } // System.ComponentModel.TypeConverter System.ComponentModel.CustomTypeDescriptor::GetConverter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * CustomTypeDescriptor_GetConverter_mF7F9DAFAAD7758546376D9E241C1293B7567F810 (CustomTypeDescriptor_t5EAC3D815ED0A3A3DB9045015F62CF81EA889FAC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__parent_0(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = __this->get__parent_0(); NullCheck(L_1); TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_2; L_2 = InterfaceFuncInvoker0< TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * >::Invoke(3 /* System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor::GetConverter() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_1); return L_2; } IL_0014: { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_3 = (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 *)il2cpp_codegen_object_new(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C(L_3, /*hidden argument*/NULL); return L_3; } } // System.ComponentModel.EventDescriptor System.ComponentModel.CustomTypeDescriptor::GetDefaultEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * CustomTypeDescriptor_GetDefaultEvent_mA7EE82EAE1205DBC6359010FC7FEF8EC0FED6ACA (CustomTypeDescriptor_t5EAC3D815ED0A3A3DB9045015F62CF81EA889FAC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__parent_0(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = __this->get__parent_0(); NullCheck(L_1); EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_2; L_2 = InterfaceFuncInvoker0< EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * >::Invoke(4 /* System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor::GetDefaultEvent() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_1); return L_2; } IL_0014: { return (EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)NULL; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.CustomTypeDescriptor::GetDefaultProperty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * CustomTypeDescriptor_GetDefaultProperty_mA7B0DC1C39AEC45E1CC6BE66AB8C6607B6158CA7 (CustomTypeDescriptor_t5EAC3D815ED0A3A3DB9045015F62CF81EA889FAC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__parent_0(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = __this->get__parent_0(); NullCheck(L_1); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_2; L_2 = InterfaceFuncInvoker0< PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * >::Invoke(5 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor::GetDefaultProperty() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_1); return L_2; } IL_0014: { return (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)NULL; } } // System.Object System.ComponentModel.CustomTypeDescriptor::GetEditor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CustomTypeDescriptor_GetEditor_m76AC65D6C274F88551981F21FB3A613D9E95B72E (CustomTypeDescriptor_t5EAC3D815ED0A3A3DB9045015F62CF81EA889FAC * __this, Type_t * ___editorBaseType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__parent_0(); if (!L_0) { goto IL_0015; } } { RuntimeObject* L_1 = __this->get__parent_0(); Type_t * L_2 = ___editorBaseType0; NullCheck(L_1); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(6 /* System.Object System.ComponentModel.ICustomTypeDescriptor::GetEditor(System.Type) */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_1, L_2); return L_3; } IL_0015: { return NULL; } } // System.ComponentModel.EventDescriptorCollection System.ComponentModel.CustomTypeDescriptor::GetEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * CustomTypeDescriptor_GetEvents_mD8E9C53085FDC9A452D40AAB4AC92E361B8E5972 (CustomTypeDescriptor_t5EAC3D815ED0A3A3DB9045015F62CF81EA889FAC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__parent_0(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = __this->get__parent_0(); NullCheck(L_1); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_2; L_2 = InterfaceFuncInvoker0< EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * >::Invoke(7 /* System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetEvents() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_1); return L_2; } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_3 = ((EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_StaticFields*)il2cpp_codegen_static_fields_for(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var))->get_Empty_7(); return L_3; } } // System.ComponentModel.EventDescriptorCollection System.ComponentModel.CustomTypeDescriptor::GetEvents(System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * CustomTypeDescriptor_GetEvents_m30C0DE4DB107F175C460C773CAB232570C47ADE7 (CustomTypeDescriptor_t5EAC3D815ED0A3A3DB9045015F62CF81EA889FAC * __this, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__parent_0(); if (!L_0) { goto IL_0015; } } { RuntimeObject* L_1 = __this->get__parent_0(); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_2 = ___attributes0; NullCheck(L_1); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_3; L_3 = InterfaceFuncInvoker1< EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(8 /* System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetEvents(System.Attribute[]) */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_1, L_2); return L_3; } IL_0015: { IL2CPP_RUNTIME_CLASS_INIT(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_4 = ((EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_StaticFields*)il2cpp_codegen_static_fields_for(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var))->get_Empty_7(); return L_4; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.CustomTypeDescriptor::GetProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * CustomTypeDescriptor_GetProperties_m4CB2550483EF4D26E740FD803FD1D7CBDAE529E6 (CustomTypeDescriptor_t5EAC3D815ED0A3A3DB9045015F62CF81EA889FAC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__parent_0(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = __this->get__parent_0(); NullCheck(L_1); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_2; L_2 = InterfaceFuncInvoker0< PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * >::Invoke(9 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_1); return L_2; } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_3 = ((PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_StaticFields*)il2cpp_codegen_static_fields_for(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var))->get_Empty_0(); return L_3; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.CustomTypeDescriptor::GetProperties(System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * CustomTypeDescriptor_GetProperties_mAF60EE9AC464C9683CA5D7065428DA14C94D40D0 (CustomTypeDescriptor_t5EAC3D815ED0A3A3DB9045015F62CF81EA889FAC * __this, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__parent_0(); if (!L_0) { goto IL_0015; } } { RuntimeObject* L_1 = __this->get__parent_0(); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_2 = ___attributes0; NullCheck(L_1); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_3; L_3 = InterfaceFuncInvoker1< PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(10 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties(System.Attribute[]) */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_1, L_2); return L_3; } IL_0015: { IL2CPP_RUNTIME_CLASS_INIT(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_4 = ((PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_StaticFields*)il2cpp_codegen_static_fields_for(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var))->get_Empty_0(); return L_4; } } // System.Object System.ComponentModel.CustomTypeDescriptor::GetPropertyOwner(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CustomTypeDescriptor_GetPropertyOwner_m45E3C70C3401487E5417C8808690E3859A55B51E (CustomTypeDescriptor_t5EAC3D815ED0A3A3DB9045015F62CF81EA889FAC * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___pd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__parent_0(); if (!L_0) { goto IL_0015; } } { RuntimeObject* L_1 = __this->get__parent_0(); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_2 = ___pd0; NullCheck(L_1); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject *, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * >::Invoke(11 /* System.Object System.ComponentModel.ICustomTypeDescriptor::GetPropertyOwner(System.ComponentModel.PropertyDescriptor) */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_1, L_2); return L_3; } IL_0015: { return NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DataErrorsChangedEventArgs::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataErrorsChangedEventArgs__ctor_m58FA46B571DC393A5EF56F48979891533248A2AD (DataErrorsChangedEventArgs_tCC43BD1EC80247248306884AEA61D2359D525B94 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571(__this, /*hidden argument*/NULL); String_t* L_0 = ___propertyName0; __this->set_propertyName_1(L_0); return; } } // System.String System.ComponentModel.DataErrorsChangedEventArgs::get_PropertyName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DataErrorsChangedEventArgs_get_PropertyName_m7F31EFF8DDCC0F1C34F48DC0BD5214CDF0B02800 (DataErrorsChangedEventArgs_tCC43BD1EC80247248306884AEA61D2359D525B94 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_propertyName_1(); 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.ComponentModel.DataObjectAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectAttribute__ctor_m93FDAB4A73EB9AE34AC73F455F09505B961F26A4 (DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * __this, const RuntimeMethod* method) { { DataObjectAttribute__ctor_m65E8A193688F77270538D25B57851FC23DD9F697(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.DataObjectAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectAttribute__ctor_m65E8A193688F77270538D25B57851FC23DD9F697 (DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * __this, bool ___isDataObject0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); bool L_0 = ___isDataObject0; __this->set__isDataObject_3(L_0); return; } } // System.Boolean System.ComponentModel.DataObjectAttribute::get_IsDataObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataObjectAttribute_get_IsDataObject_m396FC56106502CA86AF4A43F030D6C908A846204 (DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isDataObject_3(); return L_0; } } // System.Boolean System.ComponentModel.DataObjectAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataObjectAttribute_Equals_mB93AA6399C5DC6054C1DA00AF9D6C1B56AB44CC3 (DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 *)IsInstSealed((RuntimeObject*)L_1, DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_il2cpp_TypeInfo_var)); DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * L_2 = V_0; if (!L_2) { goto IL_001f; } } { DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = DataObjectAttribute_get_IsDataObject_m396FC56106502CA86AF4A43F030D6C908A846204_inline(L_3, /*hidden argument*/NULL); bool L_5; L_5 = DataObjectAttribute_get_IsDataObject_m396FC56106502CA86AF4A43F030D6C908A846204_inline(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001f: { return (bool)0; } } // System.Int32 System.ComponentModel.DataObjectAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DataObjectAttribute_GetHashCode_m8CB47C5D0A61E2D5A709852A36EF1437F4F37AC6 (DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * __this, const RuntimeMethod* method) { { bool* L_0 = __this->get_address_of__isDataObject_3(); int32_t L_1; L_1 = Boolean_GetHashCode_m03AF8B3CECAE9106C44A00E3B33E51CBFC45C411((bool*)L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.ComponentModel.DataObjectAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataObjectAttribute_IsDefaultAttribute_m06F1F2C2102BB35365F183EE52EE22DF6903EA17 (DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_il2cpp_TypeInfo_var); DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * L_0 = ((DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_StaticFields*)il2cpp_codegen_static_fields_for(DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_il2cpp_TypeInfo_var))->get_Default_2(); bool L_1; L_1 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_0); return L_1; } } // System.Void System.ComponentModel.DataObjectAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectAttribute__cctor_m30B468C47D20C0F58FDA62C3C582D94BDE3E4B8D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * L_0 = (DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 *)il2cpp_codegen_object_new(DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_il2cpp_TypeInfo_var); DataObjectAttribute__ctor_m65E8A193688F77270538D25B57851FC23DD9F697(L_0, (bool)1, /*hidden argument*/NULL); ((DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_StaticFields*)il2cpp_codegen_static_fields_for(DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_il2cpp_TypeInfo_var))->set_DataObject_0(L_0); DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * L_1 = (DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 *)il2cpp_codegen_object_new(DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_il2cpp_TypeInfo_var); DataObjectAttribute__ctor_m65E8A193688F77270538D25B57851FC23DD9F697(L_1, (bool)0, /*hidden argument*/NULL); ((DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_StaticFields*)il2cpp_codegen_static_fields_for(DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_il2cpp_TypeInfo_var))->set_NonDataObject_1(L_1); DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * L_2 = ((DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_StaticFields*)il2cpp_codegen_static_fields_for(DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_il2cpp_TypeInfo_var))->get_NonDataObject_1(); ((DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_StaticFields*)il2cpp_codegen_static_fields_for(DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2_il2cpp_TypeInfo_var))->set_Default_2(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DataObjectFieldAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectFieldAttribute__ctor_mB19BCF64212E1E732EB514A628ACB1F85D4D9305 (DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * __this, bool ___primaryKey0, const RuntimeMethod* method) { { bool L_0 = ___primaryKey0; DataObjectFieldAttribute__ctor_mA2582AB3B29C4913879E8F0327E303840BB07EAC(__this, L_0, (bool)0, (bool)0, (-1), /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.DataObjectFieldAttribute::.ctor(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectFieldAttribute__ctor_m39E3907F64C7ED582E9FB2DB1ACE3E27193AC8F9 (DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * __this, bool ___primaryKey0, bool ___isIdentity1, const RuntimeMethod* method) { { bool L_0 = ___primaryKey0; bool L_1 = ___isIdentity1; DataObjectFieldAttribute__ctor_mA2582AB3B29C4913879E8F0327E303840BB07EAC(__this, L_0, L_1, (bool)0, (-1), /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.DataObjectFieldAttribute::.ctor(System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectFieldAttribute__ctor_m8182F69CAA9F3B075A8321ED3159A0A35F694693 (DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * __this, bool ___primaryKey0, bool ___isIdentity1, bool ___isNullable2, const RuntimeMethod* method) { { bool L_0 = ___primaryKey0; bool L_1 = ___isIdentity1; bool L_2 = ___isNullable2; DataObjectFieldAttribute__ctor_mA2582AB3B29C4913879E8F0327E303840BB07EAC(__this, L_0, L_1, L_2, (-1), /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.DataObjectFieldAttribute::.ctor(System.Boolean,System.Boolean,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectFieldAttribute__ctor_mA2582AB3B29C4913879E8F0327E303840BB07EAC (DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * __this, bool ___primaryKey0, bool ___isIdentity1, bool ___isNullable2, int32_t ___length3, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); bool L_0 = ___primaryKey0; __this->set__primaryKey_0(L_0); bool L_1 = ___isIdentity1; __this->set__isIdentity_1(L_1); bool L_2 = ___isNullable2; __this->set__isNullable_2(L_2); int32_t L_3 = ___length3; __this->set__length_3(L_3); return; } } // System.Boolean System.ComponentModel.DataObjectFieldAttribute::get_IsIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataObjectFieldAttribute_get_IsIdentity_m878C8B4E2A4D68F30601EFDEE3EFD7A2BBF7DBFA (DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isIdentity_1(); return L_0; } } // System.Boolean System.ComponentModel.DataObjectFieldAttribute::get_IsNullable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataObjectFieldAttribute_get_IsNullable_m8BB5834BE47CCDA7057D627A733661C15EE0103A (DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isNullable_2(); return L_0; } } // System.Int32 System.ComponentModel.DataObjectFieldAttribute::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DataObjectFieldAttribute_get_Length_m065D71CB83415751BBB6D8C504D99FEF1C495DC7 (DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__length_3(); return L_0; } } // System.Boolean System.ComponentModel.DataObjectFieldAttribute::get_PrimaryKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataObjectFieldAttribute_get_PrimaryKey_m80120B24566A0C2E811AA789C99FC5EEEC5CCED0 (DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__primaryKey_0(); return L_0; } } // System.Boolean System.ComponentModel.DataObjectFieldAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataObjectFieldAttribute_Equals_mAAC0D83416EFC3B7705559CB580AE2BF6DB63A2A (DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC *)IsInstSealed((RuntimeObject*)L_1, DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC_il2cpp_TypeInfo_var)); DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * L_2 = V_0; if (!L_2) { goto IL_0049; } } { DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = DataObjectFieldAttribute_get_IsIdentity_m878C8B4E2A4D68F30601EFDEE3EFD7A2BBF7DBFA_inline(L_3, /*hidden argument*/NULL); bool L_5; L_5 = DataObjectFieldAttribute_get_IsIdentity_m878C8B4E2A4D68F30601EFDEE3EFD7A2BBF7DBFA_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0049; } } { DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = DataObjectFieldAttribute_get_IsNullable_m8BB5834BE47CCDA7057D627A733661C15EE0103A_inline(L_6, /*hidden argument*/NULL); bool L_8; L_8 = DataObjectFieldAttribute_get_IsNullable_m8BB5834BE47CCDA7057D627A733661C15EE0103A_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_0049; } } { DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * L_9 = V_0; NullCheck(L_9); int32_t L_10; L_10 = DataObjectFieldAttribute_get_Length_m065D71CB83415751BBB6D8C504D99FEF1C495DC7_inline(L_9, /*hidden argument*/NULL); int32_t L_11; L_11 = DataObjectFieldAttribute_get_Length_m065D71CB83415751BBB6D8C504D99FEF1C495DC7_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0049; } } { DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * L_12 = V_0; NullCheck(L_12); bool L_13; L_13 = DataObjectFieldAttribute_get_PrimaryKey_m80120B24566A0C2E811AA789C99FC5EEEC5CCED0_inline(L_12, /*hidden argument*/NULL); bool L_14; L_14 = DataObjectFieldAttribute_get_PrimaryKey_m80120B24566A0C2E811AA789C99FC5EEEC5CCED0_inline(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_13) == ((int32_t)L_14))? 1 : 0); } IL_0049: { return (bool)0; } } // System.Int32 System.ComponentModel.DataObjectFieldAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DataObjectFieldAttribute_GetHashCode_m8ABFA008CD16FE4BA23E554C9EB1BB2DDC3F7D8A (DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); 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.ComponentModel.DataObjectMethodAttribute::.ctor(System.ComponentModel.DataObjectMethodType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectMethodAttribute__ctor_m4FEE0E800E11C11560A88FBE6AFF73131F9B2444 (DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 * __this, int32_t ___methodType0, const RuntimeMethod* method) { { int32_t L_0 = ___methodType0; DataObjectMethodAttribute__ctor_m30205B2D4A506A9E3680FA5395D516A80A1157C8(__this, L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.DataObjectMethodAttribute::.ctor(System.ComponentModel.DataObjectMethodType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataObjectMethodAttribute__ctor_m30205B2D4A506A9E3680FA5395D516A80A1157C8 (DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 * __this, int32_t ___methodType0, bool ___isDefault1, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); int32_t L_0 = ___methodType0; __this->set__methodType_1(L_0); bool L_1 = ___isDefault1; __this->set__isDefault_0(L_1); return; } } // System.Boolean System.ComponentModel.DataObjectMethodAttribute::get_IsDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataObjectMethodAttribute_get_IsDefault_mCB3803BEADB37177707D6F7F5C8B2719758D9FCA (DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isDefault_0(); return L_0; } } // System.ComponentModel.DataObjectMethodType System.ComponentModel.DataObjectMethodAttribute::get_MethodType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DataObjectMethodAttribute_get_MethodType_m99C8E6482C4A1A93899C5465D80C21C9161480F5 (DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__methodType_1(); return L_0; } } // System.Boolean System.ComponentModel.DataObjectMethodAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataObjectMethodAttribute_Equals_mD8A318ACD751815F349D17D02ECEE8AFA378CDB5 (DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 *)IsInstSealed((RuntimeObject*)L_1, DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5_il2cpp_TypeInfo_var)); DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 * L_2 = V_0; if (!L_2) { goto IL_002d; } } { DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = DataObjectMethodAttribute_get_MethodType_m99C8E6482C4A1A93899C5465D80C21C9161480F5_inline(L_3, /*hidden argument*/NULL); int32_t L_5; L_5 = DataObjectMethodAttribute_get_MethodType_m99C8E6482C4A1A93899C5465D80C21C9161480F5_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_002d; } } { DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 * L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = DataObjectMethodAttribute_get_IsDefault_mCB3803BEADB37177707D6F7F5C8B2719758D9FCA_inline(L_6, /*hidden argument*/NULL); bool L_8; L_8 = DataObjectMethodAttribute_get_IsDefault_mCB3803BEADB37177707D6F7F5C8B2719758D9FCA_inline(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0); } IL_002d: { return (bool)0; } } // System.Int32 System.ComponentModel.DataObjectMethodAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DataObjectMethodAttribute_GetHashCode_mF4B7EECBD55B5CF9ECF4C50FE9A06CED367DBFC0 (DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__methodType_1(); V_0 = L_0; int32_t L_1; L_1 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(&V_0), /*hidden argument*/NULL); bool* L_2 = __this->get_address_of__isDefault_0(); int32_t L_3; L_3 = Boolean_GetHashCode_m03AF8B3CECAE9106C44A00E3B33E51CBFC45C411((bool*)L_2, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_1^(int32_t)L_3)); } } // System.Boolean System.ComponentModel.DataObjectMethodAttribute::Match(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataObjectMethodAttribute_Match_m8C3AC9D44414CF3E645ED690F050A2473A404FEF (DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 *)IsInstSealed((RuntimeObject*)L_1, DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5_il2cpp_TypeInfo_var)); DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 * L_2 = V_0; if (!L_2) { goto IL_001f; } } { DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = DataObjectMethodAttribute_get_MethodType_m99C8E6482C4A1A93899C5465D80C21C9161480F5_inline(L_3, /*hidden argument*/NULL); int32_t L_5; L_5 = DataObjectMethodAttribute_get_MethodType_m99C8E6482C4A1A93899C5465D80C21C9161480F5_inline(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001f: { return (bool)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.Boolean System.ComponentModel.DateTimeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeConverter_CanConvertFrom_mAFE19C5563E5E2F7EAB0F0F95AC4C39EDC072255 (DateTimeConverter_t49DF440D603EA3B80DF6985DC10DAB78513A9A86 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___context0; Type_t * L_5 = ___sourceType1; bool L_6; L_6 = TypeConverter_CanConvertFrom_m0EDDA8ACFFED3FE88C89F97EC764D625A1CD120D(__this, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean System.ComponentModel.DateTimeConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeConverter_CanConvertTo_m2FE5AE4B37BCECA9FF03DA0386950D1600192943 (DateTimeConverter_t49DF440D603EA3B80DF6985DC10DAB78513A9A86 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___context0; Type_t * L_5 = ___destinationType1; bool L_6; L_6 = TypeConverter_CanConvertTo_m86E815C6F6AEA1999AF2114ADF977F6E8B8FAF28(__this, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Object System.ComponentModel.DateTimeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DateTimeConverter_ConvertFrom_m8954208C1E7086D762936C55120A2A60213F5FA0 (DateTimeConverter_t49DF440D603EA3B80DF6985DC10DAB78513A9A86 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_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; } String_t* V_0 = NULL; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * V_1 = NULL; RuntimeObject * V_2 = NULL; FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___value2; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_0090; } } { RuntimeObject * L_1 = ___value2; NullCheck(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))); String_t* L_2; L_2 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6 = L_5; RuntimeObject * L_7 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_6); return L_7; } IL_002a: { } IL_002b: try {// begin try (depth: 1) { V_1 = (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 *)NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8 = ___culture1; if (!L_8) { goto IL_0046; } } IL_0030: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_9 = ___culture1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_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); NullCheck(L_9); RuntimeObject * L_12; L_12 = VirtualFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(19 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_9, L_11); V_1 = ((DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 *)CastclassSealed((RuntimeObject*)L_12, DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var)); } IL_0046: { DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_13 = V_1; if (!L_13) { goto IL_0058; } } IL_0049: { String_t* L_14 = V_0; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_15 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_16; L_16 = DateTime_Parse_mBDEC40DF3877C8D787AB12536EAA53C599D94260(L_14, L_15, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_17 = L_16; RuntimeObject * L_18 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_17); V_2 = L_18; goto IL_009a; } IL_0058: { String_t* L_19 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_20 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_21; L_21 = DateTime_Parse_mBDEC40DF3877C8D787AB12536EAA53C599D94260(L_19, L_20, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_22 = L_21; RuntimeObject * L_23 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_22); V_2 = L_23; goto IL_009a; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0067; } throw e; } CATCH_0067: {// begin catch(System.FormatException) V_3 = ((FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)IL2CPP_GET_ACTIVE_EXCEPTION(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_24 = (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_25 = L_24; RuntimeObject * L_26 = ___value2; NullCheck(L_25); ArrayElementTypeCheck (L_25, ((String_t*)CastclassSealed((RuntimeObject*)L_26, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))); (L_25)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)CastclassSealed((RuntimeObject*)L_26, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = L_25; NullCheck(L_27); ArrayElementTypeCheck (L_27, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA))); (L_27)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA))); String_t* L_28; L_28 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D)), L_27, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_29 = V_3; FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_30 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mF8CFF64B9AB9A6B4AD5B33FC72E6EA7F6631FD51(L_30, L_28, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeConverter_ConvertFrom_m8954208C1E7086D762936C55120A2A60213F5FA0_RuntimeMethod_var))); }// end catch (depth: 1) IL_0090: { RuntimeObject* L_31 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_32 = ___culture1; RuntimeObject * L_33 = ___value2; RuntimeObject * L_34; L_34 = TypeConverter_ConvertFrom_m8FA823F1E9BE68C98E7E062A8BFFA600DA06C153(__this, L_31, L_32, L_33, /*hidden argument*/NULL); return L_34; } IL_009a: { RuntimeObject * L_35 = V_2; return L_35; } } // System.Object System.ComponentModel.DateTimeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DateTimeConverter_ConvertTo_m0836B475230BB4965CB38858B4B24713F977E9E2 (DateTimeConverter_t49DF440D603EA3B80DF6985DC10DAB78513A9A86 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * V_1 = NULL; String_t* V_2 = NULL; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_3; memset((&V_3), 0, sizeof(V_3)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_4; memset((&V_4), 0, sizeof(V_4)); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * V_5 = NULL; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * V_6 = NULL; { Type_t * L_0 = ___destinationType3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_00de; } } { RuntimeObject * L_4 = ___value2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))) { goto IL_00de; } } { RuntimeObject * L_5 = ___value2; V_0 = ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_5, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_7 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); bool L_8; L_8 = DateTime_op_Equality_m07957AECB8C66EA047B16511BF560DD9EDA1DA44(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_003b; } } { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_9; } IL_003b: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10 = ___culture1; if (L_10) { goto IL_0045; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11; L_11 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); ___culture1 = L_11; } IL_0045: { V_1 = (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 *)NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12 = ___culture1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_13 = { reinterpret_cast (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14; L_14 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_13, /*hidden argument*/NULL); NullCheck(L_12); RuntimeObject * L_15; L_15 = VirtualFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(19 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_12, L_14); V_1 = ((DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 *)CastclassSealed((RuntimeObject*)L_15, DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var)); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_16 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_17; L_17 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); if ((!(((RuntimeObject*)(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)L_16) == ((RuntimeObject*)(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)L_17)))) { goto IL_0096; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_18; L_18 = DateTime_get_TimeOfDay_mE6A177963C8D8AA8AA2830239F1C7B3D11AFC645((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); V_3 = L_18; double L_19; L_19 = TimeSpan_get_TotalSeconds_m28CDC7B9ADFEAFF912CC9B66984090CFE60B9AA4((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_3), /*hidden argument*/NULL); if ((!(((double)L_19) == ((double)(0.0))))) { goto IL_008d; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_20 = ___culture1; String_t* L_21; L_21 = DateTime_ToString_mE44033D2750D165DED2A17A927381872EF9FC986((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), _stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E, L_20, /*hidden argument*/NULL); return L_21; } IL_008d: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_22 = ___culture1; String_t* L_23; L_23 = DateTime_ToString_m36D1DC0C1CA8422A3FA5743B21A5FD29E365E434((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), L_22, /*hidden argument*/NULL); return L_23; } IL_0096: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_24; L_24 = DateTime_get_TimeOfDay_mE6A177963C8D8AA8AA2830239F1C7B3D11AFC645((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); V_3 = L_24; double L_25; L_25 = TimeSpan_get_TotalSeconds_m28CDC7B9ADFEAFF912CC9B66984090CFE60B9AA4((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_3), /*hidden argument*/NULL); if ((!(((double)L_25) == ((double)(0.0))))) { goto IL_00b9; } } { DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_26 = V_1; NullCheck(L_26); String_t* L_27; L_27 = DateTimeFormatInfo_get_ShortDatePattern_m8FF6BA119B0E7938B0BC11AD34A4904586A5AA2D(L_26, /*hidden argument*/NULL); V_2 = L_27; goto IL_00d0; } IL_00b9: { DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_28 = V_1; NullCheck(L_28); String_t* L_29; L_29 = DateTimeFormatInfo_get_ShortDatePattern_m8FF6BA119B0E7938B0BC11AD34A4904586A5AA2D(L_28, /*hidden argument*/NULL); DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_30 = V_1; NullCheck(L_30); String_t* L_31; L_31 = DateTimeFormatInfo_get_ShortTimePattern_m35756865D02C481E4B8C266F8ECE8716B68757C0(L_30, /*hidden argument*/NULL); String_t* L_32; L_32 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_29, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_31, /*hidden argument*/NULL); V_2 = L_32; } IL_00d0: { String_t* L_33 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_34; L_34 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_35; L_35 = DateTime_ToString_mE44033D2750D165DED2A17A927381872EF9FC986((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), L_33, L_34, /*hidden argument*/NULL); return L_35; } IL_00de: { Type_t * L_36 = ___destinationType3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_37 = { reinterpret_cast (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_38; L_38 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_37, /*hidden argument*/NULL); bool L_39; L_39 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_36, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_024e; } } { RuntimeObject * L_40 = ___value2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_40, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))) { goto IL_024e; } } { RuntimeObject * L_41 = ___value2; V_4 = ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_41, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); int64_t L_42; L_42 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_4), /*hidden argument*/NULL); if (L_42) { goto IL_015b; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_43 = { reinterpret_cast (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_44; L_44 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_43, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_45 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_46 = L_45; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_47 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_48; L_48 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_47, /*hidden argument*/NULL); NullCheck(L_46); ArrayElementTypeCheck (L_46, L_48); (L_46)->SetAt(static_cast(0), (Type_t *)L_48); NullCheck(L_44); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_49; L_49 = Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C(L_44, L_46, /*hidden argument*/NULL); V_6 = L_49; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_50 = V_6; IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var); bool L_51; L_51 = ConstructorInfo_op_Inequality_m14EF5800ABCDCE484FEC9C73ED6D84E8343442CC(L_50, (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)NULL, /*hidden argument*/NULL); if (!L_51) { goto IL_015b; } } { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_52 = V_6; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_53 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_54 = L_53; int64_t L_55; L_55 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_4), /*hidden argument*/NULL); int64_t L_56 = L_55; RuntimeObject * L_57 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_56); NullCheck(L_54); ArrayElementTypeCheck (L_54, L_57); (L_54)->SetAt(static_cast(0), (RuntimeObject *)L_57); InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 * L_58 = (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 *)il2cpp_codegen_object_new(InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m85C5E50209E04E10F4A808758DD4B7DF5A9ECDC4(L_58, L_52, (RuntimeObject*)(RuntimeObject*)L_54, /*hidden argument*/NULL); return L_58; } IL_015b: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_59 = { reinterpret_cast (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_60; L_60 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_59, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_61 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)7); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_62 = L_61; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_63 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_64; L_64 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_63, /*hidden argument*/NULL); NullCheck(L_62); ArrayElementTypeCheck (L_62, L_64); (L_62)->SetAt(static_cast(0), (Type_t *)L_64); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_65 = L_62; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_66 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_67; L_67 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_66, /*hidden argument*/NULL); NullCheck(L_65); ArrayElementTypeCheck (L_65, L_67); (L_65)->SetAt(static_cast(1), (Type_t *)L_67); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_68 = L_65; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_69 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_70; L_70 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_69, /*hidden argument*/NULL); NullCheck(L_68); ArrayElementTypeCheck (L_68, L_70); (L_68)->SetAt(static_cast(2), (Type_t *)L_70); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_71 = L_68; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_72 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_73; L_73 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_72, /*hidden argument*/NULL); NullCheck(L_71); ArrayElementTypeCheck (L_71, L_73); (L_71)->SetAt(static_cast(3), (Type_t *)L_73); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_74 = L_71; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_75 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_76; L_76 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_75, /*hidden argument*/NULL); NullCheck(L_74); ArrayElementTypeCheck (L_74, L_76); (L_74)->SetAt(static_cast(4), (Type_t *)L_76); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_77 = L_74; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_78 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_79; L_79 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_78, /*hidden argument*/NULL); NullCheck(L_77); ArrayElementTypeCheck (L_77, L_79); (L_77)->SetAt(static_cast(5), (Type_t *)L_79); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_80 = L_77; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_81 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_82; L_82 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_81, /*hidden argument*/NULL); NullCheck(L_80); ArrayElementTypeCheck (L_80, L_82); (L_80)->SetAt(static_cast(6), (Type_t *)L_82); NullCheck(L_60); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_83; L_83 = Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C(L_60, L_80, /*hidden argument*/NULL); V_5 = L_83; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_84 = V_5; IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var); bool L_85; L_85 = ConstructorInfo_op_Inequality_m14EF5800ABCDCE484FEC9C73ED6D84E8343442CC(L_84, (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)NULL, /*hidden argument*/NULL); if (!L_85) { goto IL_024e; } } { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_86 = V_5; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_87 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)7); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_88 = L_87; int32_t L_89; L_89 = DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_4), /*hidden argument*/NULL); int32_t L_90 = L_89; RuntimeObject * L_91 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_90); NullCheck(L_88); ArrayElementTypeCheck (L_88, L_91); (L_88)->SetAt(static_cast(0), (RuntimeObject *)L_91); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_92 = L_88; int32_t L_93; L_93 = DateTime_get_Month_m46CC2AED3F24A91104919B1F6B5103DD1F8BBAE8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_4), /*hidden argument*/NULL); int32_t L_94 = L_93; RuntimeObject * L_95 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_94); NullCheck(L_92); ArrayElementTypeCheck (L_92, L_95); (L_92)->SetAt(static_cast(1), (RuntimeObject *)L_95); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_96 = L_92; int32_t L_97; L_97 = DateTime_get_Day_m9D698CA2A7D1FBEE7BEC0A982A119239F513CBA8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_4), /*hidden argument*/NULL); int32_t L_98 = L_97; RuntimeObject * L_99 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_98); NullCheck(L_96); ArrayElementTypeCheck (L_96, L_99); (L_96)->SetAt(static_cast(2), (RuntimeObject *)L_99); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_100 = L_96; int32_t L_101; L_101 = DateTime_get_Hour_m6AC78B553639A108EA00728498FA037E52CC425E((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_4), /*hidden argument*/NULL); int32_t L_102 = L_101; RuntimeObject * L_103 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_102); NullCheck(L_100); ArrayElementTypeCheck (L_100, L_103); (L_100)->SetAt(static_cast(3), (RuntimeObject *)L_103); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_104 = L_100; int32_t L_105; L_105 = DateTime_get_Minute_m1BBE1AABAAFE39019ED26585D12E67A1F9D5A4AA((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_4), /*hidden argument*/NULL); int32_t L_106 = L_105; RuntimeObject * L_107 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_106); NullCheck(L_104); ArrayElementTypeCheck (L_104, L_107); (L_104)->SetAt(static_cast(4), (RuntimeObject *)L_107); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_108 = L_104; int32_t L_109; L_109 = DateTime_get_Second_m6E1FEADC4E62BCC99846934C0761F0AF67DFE17A((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_4), /*hidden argument*/NULL); int32_t L_110 = L_109; RuntimeObject * L_111 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_110); NullCheck(L_108); ArrayElementTypeCheck (L_108, L_111); (L_108)->SetAt(static_cast(5), (RuntimeObject *)L_111); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_112 = L_108; int32_t L_113; L_113 = DateTime_get_Millisecond_m26F99053967782776E91C154604B99D2E1182B38((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_4), /*hidden argument*/NULL); int32_t L_114 = L_113; RuntimeObject * L_115 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_114); NullCheck(L_112); ArrayElementTypeCheck (L_112, L_115); (L_112)->SetAt(static_cast(6), (RuntimeObject *)L_115); InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 * L_116 = (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 *)il2cpp_codegen_object_new(InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m85C5E50209E04E10F4A808758DD4B7DF5A9ECDC4(L_116, L_86, (RuntimeObject*)(RuntimeObject*)L_112, /*hidden argument*/NULL); return L_116; } IL_024e: { RuntimeObject* L_117 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_118 = ___culture1; RuntimeObject * L_119 = ___value2; Type_t * L_120 = ___destinationType3; RuntimeObject * L_121; L_121 = TypeConverter_ConvertTo_m217CDCD7FC43CECBF0F077DF139FDE0B4D263D47(__this, L_117, L_118, L_119, L_120, /*hidden argument*/NULL); return L_121; } } // System.Void System.ComponentModel.DateTimeConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeConverter__ctor_mA4BED2725B0FA7324F76F56633B5E12F1D1810E7 (DateTimeConverter_t49DF440D603EA3B80DF6985DC10DAB78513A9A86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C(__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.Boolean System.ComponentModel.DateTimeOffsetConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffsetConverter_CanConvertFrom_m949AC9C19BAD605B0C96F3F1C82259AA44037FD9 (DateTimeOffsetConverter_t6DA5C7194BD4F53C74514B27932E76403337B05E * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___context0; Type_t * L_5 = ___sourceType1; bool L_6; L_6 = TypeConverter_CanConvertFrom_m0EDDA8ACFFED3FE88C89F97EC764D625A1CD120D(__this, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean System.ComponentModel.DateTimeOffsetConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffsetConverter_CanConvertTo_mB553A419789AE2665AE4F769C8466A51C756B004 (DateTimeOffsetConverter_t6DA5C7194BD4F53C74514B27932E76403337B05E * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___context0; Type_t * L_5 = ___destinationType1; bool L_6; L_6 = TypeConverter_CanConvertTo_m86E815C6F6AEA1999AF2114ADF977F6E8B8FAF28(__this, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Object System.ComponentModel.DateTimeOffsetConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DateTimeOffsetConverter_ConvertFrom_m8EFA26A39A63D77796435FB281E882DE393B4A89 (DateTimeOffsetConverter_t6DA5C7194BD4F53C74514B27932E76403337B05E * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_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; } String_t* V_0 = NULL; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * V_1 = NULL; RuntimeObject * V_2 = NULL; FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___value2; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_0090; } } { RuntimeObject * L_1 = ___value2; NullCheck(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))); String_t* L_2; L_2 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_5 = ((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))->get_MinValue_0(); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_6 = L_5; RuntimeObject * L_7 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_6); return L_7; } IL_002a: { } IL_002b: try {// begin try (depth: 1) { V_1 = (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 *)NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8 = ___culture1; if (!L_8) { goto IL_0046; } } IL_0030: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_9 = ___culture1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_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); NullCheck(L_9); RuntimeObject * L_12; L_12 = VirtualFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(19 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_9, L_11); V_1 = ((DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 *)CastclassSealed((RuntimeObject*)L_12, DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var)); } IL_0046: { DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_13 = V_1; if (!L_13) { goto IL_0058; } } IL_0049: { String_t* L_14 = V_0; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_15 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_16; L_16 = DateTimeOffset_Parse_mEAC1F90F2294A19A5DC107BD74A3C50FBE5D3D56(L_14, L_15, /*hidden argument*/NULL); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_17 = L_16; RuntimeObject * L_18 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_17); V_2 = L_18; goto IL_009a; } IL_0058: { String_t* L_19 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_20 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_21; L_21 = DateTimeOffset_Parse_mEAC1F90F2294A19A5DC107BD74A3C50FBE5D3D56(L_19, L_20, /*hidden argument*/NULL); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_22 = L_21; RuntimeObject * L_23 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_22); V_2 = L_23; goto IL_009a; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0067; } throw e; } CATCH_0067: {// begin catch(System.FormatException) V_3 = ((FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)IL2CPP_GET_ACTIVE_EXCEPTION(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_24 = (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_25 = L_24; RuntimeObject * L_26 = ___value2; NullCheck(L_25); ArrayElementTypeCheck (L_25, ((String_t*)CastclassSealed((RuntimeObject*)L_26, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))); (L_25)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)CastclassSealed((RuntimeObject*)L_26, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = L_25; NullCheck(L_27); ArrayElementTypeCheck (L_27, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral11FD2EF9BA651049A2864C7E2D89C93F249C0898))); (L_27)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral11FD2EF9BA651049A2864C7E2D89C93F249C0898))); String_t* L_28; L_28 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D)), L_27, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_29 = V_3; FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_30 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mF8CFF64B9AB9A6B4AD5B33FC72E6EA7F6631FD51(L_30, L_28, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeOffsetConverter_ConvertFrom_m8EFA26A39A63D77796435FB281E882DE393B4A89_RuntimeMethod_var))); }// end catch (depth: 1) IL_0090: { RuntimeObject* L_31 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_32 = ___culture1; RuntimeObject * L_33 = ___value2; RuntimeObject * L_34; L_34 = TypeConverter_ConvertFrom_m8FA823F1E9BE68C98E7E062A8BFFA600DA06C153(__this, L_31, L_32, L_33, /*hidden argument*/NULL); return L_34; } IL_009a: { RuntimeObject * L_35 = V_2; return L_35; } } // System.Object System.ComponentModel.DateTimeOffsetConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DateTimeOffsetConverter_ConvertTo_m5223E8FDBEA144D5B40F96FCD1D3405562BB14F8 (DateTimeOffsetConverter_t6DA5C7194BD4F53C74514B27932E76403337B05E * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral245C581F22FACB13167A7469B960289230699AE1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral684A14C4CF87A4E1369E91731863BD2B50CBEC35); s_Il2CppMethodInitialized = true; } DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 V_0; memset((&V_0), 0, sizeof(V_0)); DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * V_1 = NULL; String_t* V_2 = NULL; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_3; memset((&V_3), 0, sizeof(V_3)); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 V_4; memset((&V_4), 0, sizeof(V_4)); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * V_5 = NULL; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * V_6 = NULL; { Type_t * L_0 = ___destinationType3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_00ed; } } { RuntimeObject * L_4 = ___value2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))) { goto IL_00ed; } } { RuntimeObject * L_5 = ___value2; V_0 = ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_5, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_7 = ((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))->get_MinValue_0(); bool L_8; L_8 = DateTimeOffset_op_Equality_mE1EF6B6E75A2DF8E8AF21A37A42AE73CB03E365E(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_003b; } } { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_9; } IL_003b: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10 = ___culture1; if (L_10) { goto IL_0045; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11; L_11 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); ___culture1 = L_11; } IL_0045: { V_1 = (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 *)NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12 = ___culture1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_13 = { reinterpret_cast (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14; L_14 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_13, /*hidden argument*/NULL); NullCheck(L_12); RuntimeObject * L_15; L_15 = VirtualFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(19 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_12, L_14); V_1 = ((DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 *)CastclassSealed((RuntimeObject*)L_15, DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var)); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_16 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_17; L_17 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); if ((!(((RuntimeObject*)(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)L_16) == ((RuntimeObject*)(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)L_17)))) { goto IL_0096; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_18; L_18 = DateTimeOffset_get_TimeOfDay_mE2D46AC96D6C3A0C500A0BDB3F815FE7919662A1((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_0), /*hidden argument*/NULL); V_3 = L_18; double L_19; L_19 = TimeSpan_get_TotalSeconds_m28CDC7B9ADFEAFF912CC9B66984090CFE60B9AA4((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_3), /*hidden argument*/NULL); if ((!(((double)L_19) == ((double)(0.0))))) { goto IL_008d; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_20 = ___culture1; String_t* L_21; L_21 = DateTimeOffset_ToString_m6F59F045A0B1063335C1BC88DBD80C1868B9E6AF((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_0), _stringLiteral684A14C4CF87A4E1369E91731863BD2B50CBEC35, L_20, /*hidden argument*/NULL); return L_21; } IL_008d: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_22 = ___culture1; String_t* L_23; L_23 = DateTimeOffset_ToString_m7CF43707B6BF67D9FE0F149B4A3CD0B0778A3046((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_0), L_22, /*hidden argument*/NULL); return L_23; } IL_0096: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_24; L_24 = DateTimeOffset_get_TimeOfDay_mE2D46AC96D6C3A0C500A0BDB3F815FE7919662A1((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_0), /*hidden argument*/NULL); V_3 = L_24; double L_25; L_25 = TimeSpan_get_TotalSeconds_m28CDC7B9ADFEAFF912CC9B66984090CFE60B9AA4((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_3), /*hidden argument*/NULL); if ((!(((double)L_25) == ((double)(0.0))))) { goto IL_00c3; } } { DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_26 = V_1; NullCheck(L_26); String_t* L_27; L_27 = DateTimeFormatInfo_get_ShortDatePattern_m8FF6BA119B0E7938B0BC11AD34A4904586A5AA2D(L_26, /*hidden argument*/NULL); String_t* L_28; L_28 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_27, _stringLiteral245C581F22FACB13167A7469B960289230699AE1, /*hidden argument*/NULL); V_2 = L_28; goto IL_00df; } IL_00c3: { DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_29 = V_1; NullCheck(L_29); String_t* L_30; L_30 = DateTimeFormatInfo_get_ShortDatePattern_m8FF6BA119B0E7938B0BC11AD34A4904586A5AA2D(L_29, /*hidden argument*/NULL); DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_31 = V_1; NullCheck(L_31); String_t* L_32; L_32 = DateTimeFormatInfo_get_ShortTimePattern_m35756865D02C481E4B8C266F8ECE8716B68757C0(L_31, /*hidden argument*/NULL); String_t* L_33; L_33 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(L_30, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_32, _stringLiteral245C581F22FACB13167A7469B960289230699AE1, /*hidden argument*/NULL); V_2 = L_33; } IL_00df: { String_t* L_34 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_35; L_35 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_36; L_36 = DateTimeOffset_ToString_m6F59F045A0B1063335C1BC88DBD80C1868B9E6AF((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_0), L_34, L_35, /*hidden argument*/NULL); return L_36; } IL_00ed: { Type_t * L_37 = ___destinationType3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_38 = { reinterpret_cast (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_39; L_39 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_38, /*hidden argument*/NULL); bool L_40; L_40 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_37, L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_027c; } } { RuntimeObject * L_41 = ___value2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_41, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))) { goto IL_027c; } } { RuntimeObject * L_42 = ___value2; V_4 = ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_42, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); int64_t L_43; L_43 = DateTimeOffset_get_Ticks_m8128C8C64174C391E5B74DB640800EC349B72277((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_4), /*hidden argument*/NULL); if (L_43) { goto IL_016a; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_44 = { reinterpret_cast (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_45; L_45 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_44, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_46 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_47 = L_46; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_48 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_49; L_49 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_48, /*hidden argument*/NULL); NullCheck(L_47); ArrayElementTypeCheck (L_47, L_49); (L_47)->SetAt(static_cast(0), (Type_t *)L_49); NullCheck(L_45); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_50; L_50 = Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C(L_45, L_47, /*hidden argument*/NULL); V_6 = L_50; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_51 = V_6; IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var); bool L_52; L_52 = ConstructorInfo_op_Inequality_m14EF5800ABCDCE484FEC9C73ED6D84E8343442CC(L_51, (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)NULL, /*hidden argument*/NULL); if (!L_52) { goto IL_016a; } } { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_53 = V_6; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_54 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_55 = L_54; int64_t L_56; L_56 = DateTimeOffset_get_Ticks_m8128C8C64174C391E5B74DB640800EC349B72277((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_4), /*hidden argument*/NULL); int64_t L_57 = L_56; RuntimeObject * L_58 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_57); NullCheck(L_55); ArrayElementTypeCheck (L_55, L_58); (L_55)->SetAt(static_cast(0), (RuntimeObject *)L_58); InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 * L_59 = (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 *)il2cpp_codegen_object_new(InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m85C5E50209E04E10F4A808758DD4B7DF5A9ECDC4(L_59, L_53, (RuntimeObject*)(RuntimeObject*)L_55, /*hidden argument*/NULL); return L_59; } IL_016a: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_60 = { reinterpret_cast (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_61; L_61 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_60, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_62 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)8); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_63 = L_62; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_64 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_65; L_65 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_64, /*hidden argument*/NULL); NullCheck(L_63); ArrayElementTypeCheck (L_63, L_65); (L_63)->SetAt(static_cast(0), (Type_t *)L_65); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_66 = L_63; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_67 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_68; L_68 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_67, /*hidden argument*/NULL); NullCheck(L_66); ArrayElementTypeCheck (L_66, L_68); (L_66)->SetAt(static_cast(1), (Type_t *)L_68); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_69 = L_66; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_70 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_71; L_71 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_70, /*hidden argument*/NULL); NullCheck(L_69); ArrayElementTypeCheck (L_69, L_71); (L_69)->SetAt(static_cast(2), (Type_t *)L_71); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_72 = L_69; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_73 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_74; L_74 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_73, /*hidden argument*/NULL); NullCheck(L_72); ArrayElementTypeCheck (L_72, L_74); (L_72)->SetAt(static_cast(3), (Type_t *)L_74); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_75 = L_72; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_76 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_77; L_77 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_76, /*hidden argument*/NULL); NullCheck(L_75); ArrayElementTypeCheck (L_75, L_77); (L_75)->SetAt(static_cast(4), (Type_t *)L_77); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_78 = L_75; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_79 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_80; L_80 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_79, /*hidden argument*/NULL); NullCheck(L_78); ArrayElementTypeCheck (L_78, L_80); (L_78)->SetAt(static_cast(5), (Type_t *)L_80); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_81 = L_78; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_82 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_83; L_83 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_82, /*hidden argument*/NULL); NullCheck(L_81); ArrayElementTypeCheck (L_81, L_83); (L_81)->SetAt(static_cast(6), (Type_t *)L_83); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_84 = L_81; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_85 = { reinterpret_cast (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var) }; Type_t * L_86; L_86 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_85, /*hidden argument*/NULL); NullCheck(L_84); ArrayElementTypeCheck (L_84, L_86); (L_84)->SetAt(static_cast(7), (Type_t *)L_86); NullCheck(L_61); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_87; L_87 = Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C(L_61, L_84, /*hidden argument*/NULL); V_5 = L_87; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_88 = V_5; IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var); bool L_89; L_89 = ConstructorInfo_op_Inequality_m14EF5800ABCDCE484FEC9C73ED6D84E8343442CC(L_88, (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)NULL, /*hidden argument*/NULL); if (!L_89) { goto IL_027c; } } { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_90 = V_5; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_91 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)8); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_92 = L_91; int32_t L_93; L_93 = DateTimeOffset_get_Year_mA52F9F6E31770121D811B15E355DCF657687424A((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_4), /*hidden argument*/NULL); int32_t L_94 = L_93; RuntimeObject * L_95 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_94); NullCheck(L_92); ArrayElementTypeCheck (L_92, L_95); (L_92)->SetAt(static_cast(0), (RuntimeObject *)L_95); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_96 = L_92; int32_t L_97; L_97 = DateTimeOffset_get_Month_m3E82166E89B1EAEE394A67A9AD7D3EBC29A96551((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_4), /*hidden argument*/NULL); int32_t L_98 = L_97; RuntimeObject * L_99 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_98); NullCheck(L_96); ArrayElementTypeCheck (L_96, L_99); (L_96)->SetAt(static_cast(1), (RuntimeObject *)L_99); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_100 = L_96; int32_t L_101; L_101 = DateTimeOffset_get_Day_m9F753250E8C8CADE533A01E57607BD08C23BA34E((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_4), /*hidden argument*/NULL); int32_t L_102 = L_101; RuntimeObject * L_103 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_102); NullCheck(L_100); ArrayElementTypeCheck (L_100, L_103); (L_100)->SetAt(static_cast(2), (RuntimeObject *)L_103); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_104 = L_100; int32_t L_105; L_105 = DateTimeOffset_get_Hour_m7FBAE516B05F350C9629E4654E3DBAD4D22C9FE5((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_4), /*hidden argument*/NULL); int32_t L_106 = L_105; RuntimeObject * L_107 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_106); NullCheck(L_104); ArrayElementTypeCheck (L_104, L_107); (L_104)->SetAt(static_cast(3), (RuntimeObject *)L_107); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_108 = L_104; int32_t L_109; L_109 = DateTimeOffset_get_Minute_m61ED68D112CC6FB381338DA48D60416C9E0E4E66((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_4), /*hidden argument*/NULL); int32_t L_110 = L_109; RuntimeObject * L_111 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_110); NullCheck(L_108); ArrayElementTypeCheck (L_108, L_111); (L_108)->SetAt(static_cast(4), (RuntimeObject *)L_111); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_112 = L_108; int32_t L_113; L_113 = DateTimeOffset_get_Second_m3F6CC94068F9E4E367D33F199EFD1907DCC8C6FC((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_4), /*hidden argument*/NULL); int32_t L_114 = L_113; RuntimeObject * L_115 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_114); NullCheck(L_112); ArrayElementTypeCheck (L_112, L_115); (L_112)->SetAt(static_cast(5), (RuntimeObject *)L_115); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_116 = L_112; int32_t L_117; L_117 = DateTimeOffset_get_Millisecond_m99E899B28FEB635B7E8A319FB203CFBF750188F7((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_4), /*hidden argument*/NULL); int32_t L_118 = L_117; RuntimeObject * L_119 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_118); NullCheck(L_116); ArrayElementTypeCheck (L_116, L_119); (L_116)->SetAt(static_cast(6), (RuntimeObject *)L_119); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_120 = L_116; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_121; L_121 = DateTimeOffset_get_Offset_mD7CD6BE8256492AAF195B631CE3DCA7B47860065((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_4), /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_122 = L_121; RuntimeObject * L_123 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_122); NullCheck(L_120); ArrayElementTypeCheck (L_120, L_123); (L_120)->SetAt(static_cast(7), (RuntimeObject *)L_123); InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 * L_124 = (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 *)il2cpp_codegen_object_new(InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m85C5E50209E04E10F4A808758DD4B7DF5A9ECDC4(L_124, L_90, (RuntimeObject*)(RuntimeObject*)L_120, /*hidden argument*/NULL); return L_124; } IL_027c: { RuntimeObject* L_125 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_126 = ___culture1; RuntimeObject * L_127 = ___value2; Type_t * L_128 = ___destinationType3; RuntimeObject * L_129; L_129 = TypeConverter_ConvertTo_m217CDCD7FC43CECBF0F077DF139FDE0B4D263D47(__this, L_125, L_126, L_127, L_128, /*hidden argument*/NULL); return L_129; } } // System.Void System.ComponentModel.DateTimeOffsetConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffsetConverter__ctor_mD5BF318BB70C14FEFC3F2A84A2A338270E028743 (DateTimeOffsetConverter_t6DA5C7194BD4F53C74514B27932E76403337B05E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C(__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 Mono.Unity.Debug::CheckAndThrow(Mono.Unity.UnityTls/unitytls_errorstate,System.String,Mono.Security.Interface.AlertDescription) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_CheckAndThrow_m435D60C930287782DE6E6B75A7BF7749BCA5FCF0 (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 ___errorState0, String_t* ___context1, uint8_t ___defaultAlert2, const RuntimeMethod* method) { String_t* V_0 = NULL; { unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_0 = ___errorState0; uint32_t L_1 = L_0.get_code_1(); if (L_1) { goto IL_0009; } } { return; } IL_0009: { String_t* L_2 = ___context1; unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_3 = ___errorState0; uint32_t L_4 = L_3.get_code_1(); uint32_t L_5 = L_4; RuntimeObject * L_6 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&unitytls_error_code_tC425776568E0A522F720337294FF5226445A9E89_il2cpp_TypeInfo_var)), &L_5); String_t* L_7; L_7 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5DD947811BAB9B7A838C495330E7196D53D30F9F)), L_2, L_6, /*hidden argument*/NULL); V_0 = L_7; uint8_t L_8 = ___defaultAlert2; String_t* L_9 = V_0; TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9 * L_10 = (TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9_il2cpp_TypeInfo_var))); TlsException__ctor_m3A87593B9EED79C7E1E0EDA7618CF0BAC393C2B3(L_10, L_8, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_CheckAndThrow_m435D60C930287782DE6E6B75A7BF7749BCA5FCF0_RuntimeMethod_var))); } } // System.Void Mono.Unity.Debug::CheckAndThrow(Mono.Unity.UnityTls/unitytls_errorstate,Mono.Unity.UnityTls/unitytls_x509verify_result,System.String,Mono.Security.Interface.AlertDescription) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_CheckAndThrow_mF1F5231EFB280A3B60200791E077F0B9416CC272 (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 ___errorState0, uint32_t ___verifyResult1, String_t* ___context2, uint8_t ___defaultAlert3, const RuntimeMethod* method) { String_t* V_0 = NULL; { uint32_t L_0 = ___verifyResult1; if (L_0) { goto IL_000c; } } { unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_1 = ___errorState0; String_t* L_2 = ___context2; uint8_t L_3 = ___defaultAlert3; Debug_CheckAndThrow_m435D60C930287782DE6E6B75A7BF7749BCA5FCF0(L_1, L_2, L_3, /*hidden argument*/NULL); return; } IL_000c: { uint32_t L_4 = ___verifyResult1; uint8_t L_5 = ___defaultAlert3; uint8_t L_6; L_6 = UnityTlsConversions_VerifyResultToAlertDescription_m78E79C1E3C062E64EB36CFC6280AB67A7EF12089(L_4, L_5, /*hidden argument*/NULL); String_t* L_7 = ___context2; unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_8 = ___errorState0; uint32_t L_9 = L_8.get_code_1(); uint32_t L_10 = L_9; RuntimeObject * L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&unitytls_error_code_tC425776568E0A522F720337294FF5226445A9E89_il2cpp_TypeInfo_var)), &L_10); uint32_t L_12 = ___verifyResult1; uint32_t L_13 = L_12; RuntimeObject * L_14 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var)), &L_13); String_t* L_15; L_15 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA101A7F7136CB2500108D59D8CC97297A1A72750)), L_7, L_11, L_14, /*hidden argument*/NULL); V_0 = L_15; String_t* L_16 = V_0; TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9 * L_17 = (TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9_il2cpp_TypeInfo_var))); TlsException__ctor_m3A87593B9EED79C7E1E0EDA7618CF0BAC393C2B3(L_17, L_6, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_CheckAndThrow_mF1F5231EFB280A3B60200791E077F0B9416CC272_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.Boolean System.ComponentModel.DecimalConverter::get_AllowHex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecimalConverter_get_AllowHex_mC066566B389F7C9E66D3BE0300F8468133BEE314 (DecimalConverter_t3D45BF655409D3D62DEE576E557F17BF295E7F1C * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Type System.ComponentModel.DecimalConverter::get_TargetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * DecimalConverter_get_TargetType_m0B00B9B84C7BF779744C1899D25E8C28D3F155C7 (DecimalConverter_t3D45BF655409D3D62DEE576E557F17BF295E7F1C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.ComponentModel.DecimalConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecimalConverter_CanConvertTo_mD5FE12D00A39827FC54C54EC81E2BFE3CA44DFD4 (DecimalConverter_t3D45BF655409D3D62DEE576E557F17BF295E7F1C * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___context0; Type_t * L_5 = ___destinationType1; bool L_6; L_6 = BaseNumberConverter_CanConvertTo_m05CFD2E523F23CB74C9CC847024B571201ABA14D(__this, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Object System.ComponentModel.DecimalConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DecimalConverter_ConvertTo_m7154F6AB9F8E3156D1539A4DB9B1C5D5DB03C160 (DecimalConverter_t3D45BF655409D3D62DEE576E557F17BF295E7F1C * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; MemberInfo_t * V_1 = NULL; { Type_t * L_0 = ___destinationType3; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0015; } } { 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_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DecimalConverter_ConvertTo_m7154F6AB9F8E3156D1539A4DB9B1C5D5DB03C160_RuntimeMethod_var))); } IL_0015: { Type_t * L_3 = ___destinationType3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_007b; } } { RuntimeObject * L_7 = ___value2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_7, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))) { goto IL_007b; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = L_8; RuntimeObject * L_10 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11; L_11 = Decimal_GetBits_mED337813028359E66E5D3A525906EE3E25DAEE90(((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(0), (RuntimeObject *)L_11); V_0 = L_9; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13; L_13 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_12, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_14 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_15 = L_14; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_16 = { reinterpret_cast (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_0_0_0_var) }; Type_t * L_17; L_17 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_16, /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_17); (L_15)->SetAt(static_cast(0), (Type_t *)L_17); NullCheck(L_13); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_18; L_18 = Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C(L_13, L_15, /*hidden argument*/NULL); V_1 = L_18; MemberInfo_t * L_19 = V_1; bool L_20; L_20 = MemberInfo_op_Inequality_m3C69F1834F6F8F947A618FE183AAF1B6B72DA0E2(L_19, (MemberInfo_t *)NULL, /*hidden argument*/NULL); if (!L_20) { goto IL_0079; } } { MemberInfo_t * L_21 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = V_0; InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 * L_23 = (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 *)il2cpp_codegen_object_new(InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m85C5E50209E04E10F4A808758DD4B7DF5A9ECDC4(L_23, L_21, (RuntimeObject*)(RuntimeObject*)L_22, /*hidden argument*/NULL); return L_23; } IL_0079: { return NULL; } IL_007b: { RuntimeObject* L_24 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_25 = ___culture1; RuntimeObject * L_26 = ___value2; Type_t * L_27 = ___destinationType3; RuntimeObject * L_28; L_28 = BaseNumberConverter_ConvertTo_mB4DCE000CB9B5BC5191C7EAA4B7693B07550C12B(__this, L_24, L_25, L_26, L_27, /*hidden argument*/NULL); return L_28; } } // System.Object System.ComponentModel.DecimalConverter::FromString(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DecimalConverter_FromString_mFF72F5A67115CD51A8CE4C747329323DE535E6EF (DecimalConverter_t3D45BF655409D3D62DEE576E557F17BF295E7F1C * __this, String_t* ___value0, int32_t ___radix1, 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*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2; L_2 = Convert_ToDecimal_m7D64CC0BBCF4977D49964B1202CBE4919E0A87E4(L_0, L_1, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3 = L_2; RuntimeObject * L_4 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.DecimalConverter::FromString(System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DecimalConverter_FromString_m5F4E64E048AAB65227792C3437D54526A5E5CBA7 (DecimalConverter_t3D45BF655409D3D62DEE576E557F17BF295E7F1C * __this, String_t* ___value0, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___formatInfo1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1 = ___formatInfo1; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2; L_2 = Decimal_Parse_mE9DEB6C845015FC1C2F1829D5CFC97403DCBC74B(L_0, ((int32_t)167), L_1, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3 = L_2; RuntimeObject * L_4 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.DecimalConverter::FromString(System.String,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DecimalConverter_FromString_m9FDAB4CE1A5DBBA8623A3AC2BBD843CC1FFA9592 (DecimalConverter_t3D45BF655409D3D62DEE576E557F17BF295E7F1C * __this, String_t* ___value0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2; L_2 = Decimal_Parse_m3F22F6CA7411E7157C35B112051355D7A6F377B8(L_0, L_1, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3 = L_2; RuntimeObject * L_4 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.String System.ComponentModel.DecimalConverter::ToString(System.Object,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DecimalConverter_ToString_mD4C02644F6C571A11FB2FD47232A94E4932DFD26 (DecimalConverter_t3D45BF655409D3D62DEE576E557F17BF295E7F1C * __this, RuntimeObject * ___value0, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___formatInfo1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject * L_0 = ___value0; V_0 = ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_0, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1 = ___formatInfo1; String_t* L_2; L_2 = Decimal_ToString_mAE4B0A4A23F50206FD8B0D4E0D965619963D24EF((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)(&V_0), _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.ComponentModel.DecimalConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecimalConverter__ctor_m4E225E243DED7F45B5176296A297D668FBA7FC4C (DecimalConverter_t3D45BF655409D3D62DEE576E557F17BF295E7F1C * __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m18967D5B511402093936893A249438FB94D5BDA3(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DefaultBindingPropertyAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultBindingPropertyAttribute__ctor_m307B6CF546841541704CA325C2C578F61E098000 (DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); __this->set_name_0((String_t*)NULL); return; } } // System.Void System.ComponentModel.DefaultBindingPropertyAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultBindingPropertyAttribute__ctor_mFEF890E9447F126122696DCAB86D60B193E40D5F (DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F * __this, String_t* ___name0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_name_0(L_0); return; } } // System.String System.ComponentModel.DefaultBindingPropertyAttribute::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultBindingPropertyAttribute_get_Name_mD9D8EB9B564E485E65CF7CC76A8F878BC1482B7B (DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } // System.Boolean System.ComponentModel.DefaultBindingPropertyAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultBindingPropertyAttribute_Equals_m1F380C7BFE1604EEAA6506857406F49F8C4B7AEB (DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; V_0 = ((DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F *)IsInstSealed((RuntimeObject*)L_0, DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F_il2cpp_TypeInfo_var)); DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F * L_1 = V_0; if (!L_1) { goto IL_001c; } } { DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F * L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = DefaultBindingPropertyAttribute_get_Name_mD9D8EB9B564E485E65CF7CC76A8F878BC1482B7B_inline(L_2, /*hidden argument*/NULL); String_t* L_4 = __this->get_name_0(); bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_001c: { return (bool)0; } } // System.Int32 System.ComponentModel.DefaultBindingPropertyAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultBindingPropertyAttribute_GetHashCode_m8477B544773F641FEB890A6059E5AD7AA3CCFFE5 (DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.ComponentModel.DefaultBindingPropertyAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultBindingPropertyAttribute__cctor_m7E4B888DD83A150818FF328E05ECD03552043A6F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F * L_0 = (DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F *)il2cpp_codegen_object_new(DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F_il2cpp_TypeInfo_var); DefaultBindingPropertyAttribute__ctor_m307B6CF546841541704CA325C2C578F61E098000(L_0, /*hidden argument*/NULL); ((DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F_StaticFields*)il2cpp_codegen_static_fields_for(DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F_il2cpp_TypeInfo_var))->set_Default_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 #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.ComponentModel.DefaultEventAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultEventAttribute__ctor_mA045F88D2A5062B94A1EC75281D843826FEA26CD (DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A * __this, String_t* ___name0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_name_0(L_0); return; } } // System.String System.ComponentModel.DefaultEventAttribute::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultEventAttribute_get_Name_m11E61BAB620E1340BDD23F2098AD8A2B212C788F (DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } // System.Boolean System.ComponentModel.DefaultEventAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultEventAttribute_Equals_m077B138A0812DE6905B5EA81B102738D26271BFA (DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; V_0 = ((DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A *)IsInstSealed((RuntimeObject*)L_0, DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A_il2cpp_TypeInfo_var)); DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A * L_1 = V_0; if (!L_1) { goto IL_001c; } } { DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A * L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = DefaultEventAttribute_get_Name_m11E61BAB620E1340BDD23F2098AD8A2B212C788F_inline(L_2, /*hidden argument*/NULL); String_t* L_4 = __this->get_name_0(); bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_001c: { return (bool)0; } } // System.Int32 System.ComponentModel.DefaultEventAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultEventAttribute_GetHashCode_mC64256EB07720846B232CC270F2683D244730037 (DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.ComponentModel.DefaultEventAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultEventAttribute__cctor_m72DD52108A6E2B5DAA21E12E6C2A694435006551 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A * L_0 = (DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A *)il2cpp_codegen_object_new(DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A_il2cpp_TypeInfo_var); DefaultEventAttribute__ctor_mA045F88D2A5062B94A1EC75281D843826FEA26CD(L_0, (String_t*)NULL, /*hidden argument*/NULL); ((DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A_StaticFields*)il2cpp_codegen_static_fields_for(DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A_il2cpp_TypeInfo_var))->set_Default_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DefaultPropertyAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultPropertyAttribute__ctor_mEBD1AB6A6D4DEC77344B2FBF0DD8AD68BDE605E7 (DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 * __this, String_t* ___name0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_name_0(L_0); return; } } // System.String System.ComponentModel.DefaultPropertyAttribute::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultPropertyAttribute_get_Name_mDF5CFECE56F9957F683545D2B8C9DE560EF4EA7E (DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } // System.Boolean System.ComponentModel.DefaultPropertyAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultPropertyAttribute_Equals_m777E989ED27C0AF576BA026C482C74DD9467F295 (DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; V_0 = ((DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 *)IsInstSealed((RuntimeObject*)L_0, DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54_il2cpp_TypeInfo_var)); DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 * L_1 = V_0; if (!L_1) { goto IL_001c; } } { DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 * L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = DefaultPropertyAttribute_get_Name_mDF5CFECE56F9957F683545D2B8C9DE560EF4EA7E_inline(L_2, /*hidden argument*/NULL); String_t* L_4 = __this->get_name_0(); bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_001c: { return (bool)0; } } // System.Int32 System.ComponentModel.DefaultPropertyAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultPropertyAttribute_GetHashCode_m8FC07D3C6C6B3DD78CBEF22A1AFB8F909F6B76EC (DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.ComponentModel.DefaultPropertyAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultPropertyAttribute__cctor_m6776A03C097A8727A7D5EEE2A811CC7B11228243 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 * L_0 = (DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 *)il2cpp_codegen_object_new(DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54_il2cpp_TypeInfo_var); DefaultPropertyAttribute__ctor_mEBD1AB6A6D4DEC77344B2FBF0DD8AD68BDE605E7(L_0, (String_t*)NULL, /*hidden argument*/NULL); ((DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54_il2cpp_TypeInfo_var))->set_Default_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.DefaultProxySection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultProxySection__ctor_m63DB700CA7C5B525DEB7B8B524E5836705310AAD (DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultProxySection__ctor_m63DB700CA7C5B525DEB7B8B524E5836705310AAD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DefaultProxySection__ctor_m63DB700CA7C5B525DEB7B8B524E5836705310AAD_RuntimeMethod_var); return; } } // System.Net.Configuration.BypassElementCollection System.Net.Configuration.DefaultProxySection::get_BypassList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91 * DefaultProxySection_get_BypassList_m817732B01A64B1C147CF798C7592A93CCD2AD2C7 (DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultProxySection_get_BypassList_m817732B01A64B1C147CF798C7592A93CCD2AD2C7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DefaultProxySection_get_BypassList_m817732B01A64B1C147CF798C7592A93CCD2AD2C7_RuntimeMethod_var); return (BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91 *)NULL; } } // System.Boolean System.Net.Configuration.DefaultProxySection::get_Enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultProxySection_get_Enabled_m53DE534410F3FFF8EAB6690B320C9753029C417B (DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultProxySection_get_Enabled_m53DE534410F3FFF8EAB6690B320C9753029C417B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(DefaultProxySection_get_Enabled_m53DE534410F3FFF8EAB6690B320C9753029C417B_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.DefaultProxySection::set_Enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultProxySection_set_Enabled_mB150B7CAB5D859C71895324C03810EE3BFB921DC (DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultProxySection_set_Enabled_mB150B7CAB5D859C71895324C03810EE3BFB921DC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DefaultProxySection_set_Enabled_mB150B7CAB5D859C71895324C03810EE3BFB921DC_RuntimeMethod_var); return; } } // System.Net.Configuration.ModuleElement System.Net.Configuration.DefaultProxySection::get_Module() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ModuleElement_t0AF50760F4F234AE35460D569CB83417EEB850C7 * DefaultProxySection_get_Module_mFC9666B2F8C4B6EEFEB93F091178025BEEB0CA68 (DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultProxySection_get_Module_mFC9666B2F8C4B6EEFEB93F091178025BEEB0CA68_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DefaultProxySection_get_Module_mFC9666B2F8C4B6EEFEB93F091178025BEEB0CA68_RuntimeMethod_var); return (ModuleElement_t0AF50760F4F234AE35460D569CB83417EEB850C7 *)NULL; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.DefaultProxySection::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * DefaultProxySection_get_Properties_mFA1686FF919D5732D59AACA13AE5D5249D1701DE (DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultProxySection_get_Properties_mFA1686FF919D5732D59AACA13AE5D5249D1701DE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DefaultProxySection_get_Properties_mFA1686FF919D5732D59AACA13AE5D5249D1701DE_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL; } } // System.Net.Configuration.ProxyElement System.Net.Configuration.DefaultProxySection::get_Proxy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA * DefaultProxySection_get_Proxy_m8A9E22D8F409D7F657493E21E256693F53953699 (DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultProxySection_get_Proxy_m8A9E22D8F409D7F657493E21E256693F53953699_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DefaultProxySection_get_Proxy_m8A9E22D8F409D7F657493E21E256693F53953699_RuntimeMethod_var); return (ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA *)NULL; } } // System.Boolean System.Net.Configuration.DefaultProxySection::get_UseDefaultCredentials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultProxySection_get_UseDefaultCredentials_m112AE8D3F979FD220BF6E436FDC20F59405BD1DE (DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultProxySection_get_UseDefaultCredentials_m112AE8D3F979FD220BF6E436FDC20F59405BD1DE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(DefaultProxySection_get_UseDefaultCredentials_m112AE8D3F979FD220BF6E436FDC20F59405BD1DE_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.DefaultProxySection::set_UseDefaultCredentials(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultProxySection_set_UseDefaultCredentials_m2D4ED813D055240F1DD622F5AD480314792604CF (DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultProxySection_set_UseDefaultCredentials_m2D4ED813D055240F1DD622F5AD480314792604CF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DefaultProxySection_set_UseDefaultCredentials_m2D4ED813D055240F1DD622F5AD480314792604CF_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.DefaultProxySection::PostDeserialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultProxySection_PostDeserialize_m2EC19B5C91BBA1C121258D42DEECE713C8C51BCE (DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultProxySection_PostDeserialize_m2EC19B5C91BBA1C121258D42DEECE713C8C51BCE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DefaultProxySection_PostDeserialize_m2EC19B5C91BBA1C121258D42DEECE713C8C51BCE_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.DefaultProxySection::Reset(System.Configuration.ConfigurationElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultProxySection_Reset_mF0EA313119B553545063DFE5AF317D83D738D6C2 (DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20 * __this, ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * ___parentElement0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultProxySection_Reset_mF0EA313119B553545063DFE5AF317D83D738D6C2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DefaultProxySection_Reset_mF0EA313119B553545063DFE5AF317D83D738D6C2_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.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::GetDefaultProxy_UsingOldMonoCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_GetDefaultProxy_UsingOldMonoCode_mD2418B87B349589F5FB54B04FB9624DA982E0506 (const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = DefaultProxySectionInternal_GetSystemWebProxy_m6652DBF2B79156C7CA67D67FDD2DED92885D5446(/*hidden argument*/NULL); return L_0; } } // System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::GetSystemWebProxy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_GetSystemWebProxy_m6652DBF2B79156C7CA67D67FDD2DED92885D5446 (const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = WebProxy_CreateDefaultProxy_m2CE3F99857BF09FB68723652CAF3C1FC7BE3EAAC(/*hidden argument*/NULL); return L_0; } } // System.Object System.Net.Configuration.DefaultProxySectionInternal::get_ClassSyncObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultProxySectionInternal_get_ClassSyncObject_m815EA08EFDE5A23BAC0F0A6CC8009F3FD14C9512 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = ((DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_il2cpp_TypeInfo_var))->get_classSyncObject_1(); if (L_0) { goto IL_001a; } } { RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_1, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = V_0; RuntimeObject * L_3; L_3 = Interlocked_CompareExchange_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961((RuntimeObject **)(((DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_il2cpp_TypeInfo_var))->get_address_of_classSyncObject_1()), L_2, NULL, /*hidden argument*/NULL); } IL_001a: { RuntimeObject * L_4 = ((DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_il2cpp_TypeInfo_var))->get_classSyncObject_1(); return L_4; } } // System.Net.Configuration.DefaultProxySectionInternal System.Net.Configuration.DefaultProxySectionInternal::GetSection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE * DefaultProxySectionInternal_GetSection_m052D4D21625EB1EE09DDEBC2BAC157E0E0406414 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0; L_0 = DefaultProxySectionInternal_get_ClassSyncObject_m815EA08EFDE5A23BAC0F0A6CC8009F3FD14C9512(/*hidden argument*/NULL); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE * L_2 = (DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE *)il2cpp_codegen_object_new(DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_il2cpp_TypeInfo_var); DefaultProxySectionInternal__ctor_m77BAE40248B233823172ECA9811985D4410B2684(L_2, /*hidden argument*/NULL); DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE * L_3 = L_2; RuntimeObject* L_4; L_4 = DefaultProxySectionInternal_GetDefaultProxy_UsingOldMonoCode_mD2418B87B349589F5FB54B04FB9624DA982E0506(/*hidden argument*/NULL); NullCheck(L_3); L_3->set_webProxy_0(L_4); V_2 = L_3; IL2CPP_LEAVE(0x2D, FINALLY_0023); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0023; } FINALLY_0023: {// begin finally (depth: 1) { bool L_5 = V_1; if (!L_5) { goto IL_002c; } } IL_0026: { RuntimeObject * L_6 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_6, /*hidden argument*/NULL); } IL_002c: { IL2CPP_END_FINALLY(35) } }// end finally (depth: 1) IL2CPP_CLEANUP(35) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2D, IL_002d) } IL_002d: { DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE * L_7 = V_2; return L_7; } } // System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::get_WebProxy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_get_WebProxy_m6FEA6EA17D500A3FA8DF7A36EF6A9B5AD142A439 (DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_webProxy_0(); return L_0; } } // System.Void System.Net.Configuration.DefaultProxySectionInternal::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultProxySectionInternal__ctor_m77BAE40248B233823172ECA9811985D4410B2684 (DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE * __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.Configuration.DefaultSettingValueAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultSettingValueAttribute__ctor_mE8B4FEB65F60B82DC4370956A0550CF1639532EF (DefaultSettingValueAttribute_tA85D017148A494293FA232D41ADC741D7283BB10 * __this, String_t* ___value0, const RuntimeMethod* method) { { return; } } // System.String System.Configuration.DefaultSettingValueAttribute::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultSettingValueAttribute_get_Value_m865AC961819A6BB0444B039321ADDF93E9DD7D3A (DefaultSettingValueAttribute_tA85D017148A494293FA232D41ADC741D7283BB10 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultSettingValueAttribute_get_Value_m865AC961819A6BB0444B039321ADDF93E9DD7D3A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DefaultSettingValueAttribute_get_Value_m865AC961819A6BB0444B039321ADDF93E9DD7D3A_RuntimeMethod_var); return (String_t*)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.DefaultTraceListener::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTraceListener__cctor_m0C221036FBDED9B56D7373D2EF88DAAD7BE10E84 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17E6DBB97A104ECACBB0B930A0D72437CB6B4B7F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral476CCCC63AA726FFF744CD340766137B1FA0F1BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC613E4B4DBABD0A7BFE64262A353DBDD93604E96); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_0 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); ((DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_StaticFields*)il2cpp_codegen_static_fields_for(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var))->set_OnWin32_7((bool)((((int32_t)L_0) == ((int32_t)((int32_t)92)))? 1 : 0)); bool L_1 = ((DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_StaticFields*)il2cpp_codegen_static_fields_for(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var))->get_OnWin32_7(); if (L_1) { goto IL_0086; } } { String_t* L_2; L_2 = Environment_GetEnvironmentVariable_mBDE19BD883E2D01AEA6DD1667D5E97941558C7A3(_stringLiteral476CCCC63AA726FFF744CD340766137B1FA0F1BA, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; if (L_3) { goto IL_0029; } } { V_0 = _stringLiteralC613E4B4DBABD0A7BFE64262A353DBDD93604E96; } IL_0029: { String_t* L_4 = V_0; if (!L_4) { goto IL_0086; } } { V_1 = (String_t*)NULL; V_2 = (String_t*)NULL; String_t* L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_5, _stringLiteralC613E4B4DBABD0A7BFE64262A353DBDD93604E96, /*hidden argument*/NULL); if (!L_6) { goto IL_0051; } } { V_1 = _stringLiteralC613E4B4DBABD0A7BFE64262A353DBDD93604E96; String_t* L_7 = V_0; String_t* L_8; L_8 = DefaultTraceListener_GetPrefix_mDAA6B61717A702326F49F5E3EC2DB7FF1716EC7A(L_7, _stringLiteralC613E4B4DBABD0A7BFE64262A353DBDD93604E96, /*hidden argument*/NULL); V_2 = L_8; goto IL_007a; } IL_0051: { String_t* L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_9, _stringLiteral17E6DBB97A104ECACBB0B930A0D72437CB6B4B7F, /*hidden argument*/NULL); if (!L_10) { goto IL_0072; } } { V_1 = _stringLiteral17E6DBB97A104ECACBB0B930A0D72437CB6B4B7F; String_t* L_11 = V_0; String_t* L_12; L_12 = DefaultTraceListener_GetPrefix_mDAA6B61717A702326F49F5E3EC2DB7FF1716EC7A(L_11, _stringLiteral17E6DBB97A104ECACBB0B930A0D72437CB6B4B7F, /*hidden argument*/NULL); V_2 = L_12; goto IL_007a; } IL_0072: { String_t* L_13 = V_0; V_1 = L_13; V_2 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_007a: { String_t* L_14 = V_1; ((DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_StaticFields*)il2cpp_codegen_static_fields_for(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var))->set_MonoTraceFile_9(L_14); String_t* L_15 = V_2; ((DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_StaticFields*)il2cpp_codegen_static_fields_for(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var))->set_MonoTracePrefix_8(L_15); } IL_0086: { return; } } // System.String System.Diagnostics.DefaultTraceListener::GetPrefix(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultTraceListener_GetPrefix_mDAA6B61717A702326F49F5E3EC2DB7FF1716EC7A (String_t* ___var0, String_t* ___target1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___var0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); String_t* L_2 = ___target1; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)L_3))) { goto IL_001d; } } { String_t* L_4 = ___var0; String_t* L_5 = ___target1; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_7; L_7 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL); return L_7; } IL_001d: { return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } } // System.Void System.Diagnostics.DefaultTraceListener::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTraceListener__ctor_m73581B2824360847BDB8269B8850A4997E7054AB (DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E); s_Il2CppMethodInitialized = true; } { TraceListener__ctor_m8F650E51F60E5FE7CE027E5E4EA0F3778F6458D7(__this, _stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E, /*hidden argument*/NULL); return; } } // System.String System.Diagnostics.DefaultTraceListener::get_LogFileName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultTraceListener_get_LogFileName_m0C130815D958E99C4EEE8F188539987F28FDB9E3 (DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_logFileName_10(); return L_0; } } // System.Void System.Diagnostics.DefaultTraceListener::WriteWindowsDebugString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTraceListener_WriteWindowsDebugString_m98B6F55276EC4614BFBC93883B36DDABC12E801D (String_t* ___message0, const RuntimeMethod* method) { typedef void (*DefaultTraceListener_WriteWindowsDebugString_m98B6F55276EC4614BFBC93883B36DDABC12E801D_ftn) (String_t*); using namespace il2cpp::icalls; ((DefaultTraceListener_WriteWindowsDebugString_m98B6F55276EC4614BFBC93883B36DDABC12E801D_ftn)System::System::Diagnostics::DefaultTraceListener::WriteWindowsDebugString) (___message0); } // System.Void System.Diagnostics.DefaultTraceListener::WriteDebugString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTraceListener_WriteDebugString_m6B345AFCF2773048776CA83406B93B4A1506DA62 (DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 * __this, String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var); bool L_0 = ((DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_StaticFields*)il2cpp_codegen_static_fields_for(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var))->get_OnWin32_7(); if (!L_0) { goto IL_000e; } } { String_t* L_1 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var); DefaultTraceListener_WriteWindowsDebugString_m98B6F55276EC4614BFBC93883B36DDABC12E801D(L_1, /*hidden argument*/NULL); return; } IL_000e: { String_t* L_2 = ___message0; DefaultTraceListener_WriteMonoTrace_m659A16E6E3BB32F6C032F5506D3C26A2DE339AEE(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.DefaultTraceListener::WriteMonoTrace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTraceListener_WriteMonoTrace_m659A16E6E3BB32F6C032F5506D3C26A2DE339AEE (DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 * __this, String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17E6DBB97A104ECACBB0B930A0D72437CB6B4B7F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC613E4B4DBABD0A7BFE64262A353DBDD93604E96); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var); String_t* L_0 = ((DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_StaticFields*)il2cpp_codegen_static_fields_for(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var))->get_MonoTraceFile_9(); V_0 = L_0; String_t* L_1 = V_0; bool L_2; L_2 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_1, _stringLiteralC613E4B4DBABD0A7BFE64262A353DBDD93604E96, /*hidden argument*/NULL); if (L_2) { goto IL_0022; } } { String_t* L_3 = V_0; bool L_4; L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_3, _stringLiteral17E6DBB97A104ECACBB0B930A0D72437CB6B4B7F, /*hidden argument*/NULL); if (L_4) { goto IL_002e; } } { goto IL_003a; } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_5; L_5 = Console_get_Out_mDBFC542753165B377A0600E86E51B11AAF17A9C2_inline(/*hidden argument*/NULL); String_t* L_6 = ___message0; NullCheck(L_5); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_5, L_6); return; } IL_002e: { IL2CPP_RUNTIME_CLASS_INIT(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_7; L_7 = Console_get_Error_m5AEEF41258FBC9771DABB271B89A0F8ED43DDA5E_inline(/*hidden argument*/NULL); String_t* L_8 = ___message0; NullCheck(L_7); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_7, L_8); return; } IL_003a: { String_t* L_9 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var); String_t* L_10 = ((DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_StaticFields*)il2cpp_codegen_static_fields_for(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var))->get_MonoTraceFile_9(); DefaultTraceListener_WriteLogFile_mCAD99214E3905446651E55E9B81228DE91392241(__this, L_9, L_10, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.DefaultTraceListener::WritePrefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTraceListener_WritePrefix_mFB5F408E80CB0133D89A245E5F2214E72939C642 (DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var); bool L_0 = ((DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_StaticFields*)il2cpp_codegen_static_fields_for(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var))->get_OnWin32_7(); if (L_0) { goto IL_0012; } } { IL2CPP_RUNTIME_CLASS_INIT(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var); String_t* L_1 = ((DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_StaticFields*)il2cpp_codegen_static_fields_for(DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468_il2cpp_TypeInfo_var))->get_MonoTracePrefix_8(); DefaultTraceListener_WriteMonoTrace_m659A16E6E3BB32F6C032F5506D3C26A2DE339AEE(__this, L_1, /*hidden argument*/NULL); } IL_0012: { return; } } // System.Void System.Diagnostics.DefaultTraceListener::WriteImpl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTraceListener_WriteImpl_m60C3CB9FBEAD866DF920C9E8D98A73ED5AB4630D (DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 * __this, String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debugger_tB9DDF100D6DE6EA38D21A1801D59BAA57631653A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = TraceListener_get_NeedIndent_m5FED6C9E18C535F71B7095E07A5E5FD0D0494A42_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { VirtualActionInvoker0::Invoke(11 /* System.Void System.Diagnostics.TraceListener::WriteIndent() */, __this); DefaultTraceListener_WritePrefix_mFB5F408E80CB0133D89A245E5F2214E72939C642(__this, /*hidden argument*/NULL); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(Debugger_tB9DDF100D6DE6EA38D21A1801D59BAA57631653A_il2cpp_TypeInfo_var); bool L_1; L_1 = Debugger_IsLogging_mB314E259273AA74F5F38A89399C784004A1844C3(/*hidden argument*/NULL); if (!L_1) { goto IL_0025; } } { String_t* L_2 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(Debugger_tB9DDF100D6DE6EA38D21A1801D59BAA57631653A_il2cpp_TypeInfo_var); Debugger_Log_m59EFED1E6A53CDCF53A2AC546C487F6BFEB8402F(0, (String_t*)NULL, L_2, /*hidden argument*/NULL); goto IL_002c; } IL_0025: { String_t* L_3 = ___message0; DefaultTraceListener_WriteDebugString_m6B345AFCF2773048776CA83406B93B4A1506DA62(__this, L_3, /*hidden argument*/NULL); } IL_002c: { String_t* L_4 = ___message0; String_t* L_5; L_5 = DefaultTraceListener_get_LogFileName_m0C130815D958E99C4EEE8F188539987F28FDB9E3_inline(__this, /*hidden argument*/NULL); DefaultTraceListener_WriteLogFile_mCAD99214E3905446651E55E9B81228DE91392241(__this, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.DefaultTraceListener::WriteLogFile(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTraceListener_WriteLogFile_mCAD99214E3905446651E55E9B81228DE91392241 (DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 * __this, String_t* ___message0, String_t* ___logFile1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 * V_1 = NULL; StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * V_2 = NULL; StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___logFile1; V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_004e; } } { String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_004e; } } { String_t* L_4 = V_0; FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 * L_5 = (FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 *)il2cpp_codegen_object_new(FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9_il2cpp_TypeInfo_var); FileInfo__ctor_m1F6FEFCA0E66054B8B7BEEE064EE4297ED606EE5(L_5, L_4, /*hidden argument*/NULL); V_1 = L_5; V_2 = (StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 *)NULL; } IL_0016: try {// begin try (depth: 1) { FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 * L_6 = V_1; NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.FileSystemInfo::get_Exists() */, L_6); if (!L_7) { goto IL_0027; } } IL_001e: { FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 * L_8 = V_1; NullCheck(L_8); StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_9; L_9 = FileInfo_AppendText_m9031FD8292BF8A06E63B5B0EAA2F08B797147EC8(L_8, /*hidden argument*/NULL); V_2 = L_9; goto IL_002e; } IL_0027: { FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 * L_10 = V_1; NullCheck(L_10); StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_11; L_11 = FileInfo_CreateText_m39BA3F111196DB06CBD4709FD1B2B1CDEE2D6E4A(L_10, /*hidden argument*/NULL); V_2 = L_11; } IL_002e: { goto IL_0033; } }// 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_0030; } throw e; } CATCH_0030: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_004e; }// end catch (depth: 1) IL_0033: { StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_12 = V_2; V_3 = L_12; } IL_0035: try {// begin try (depth: 1) StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_13 = V_2; String_t* L_14 = ___message0; NullCheck(L_13); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_13, L_14); StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_15 = V_2; NullCheck(L_15); VirtualActionInvoker0::Invoke(10 /* System.Void System.IO.TextWriter::Flush() */, L_15); IL2CPP_LEAVE(0x4E, FINALLY_0044); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0044; } FINALLY_0044: {// begin finally (depth: 1) { StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_16 = V_3; if (!L_16) { goto IL_004d; } } IL_0047: { StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_17 = V_3; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_17); } IL_004d: { IL2CPP_END_FINALLY(68) } }// end finally (depth: 1) IL2CPP_CLEANUP(68) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4E, IL_004e) } IL_004e: { return; } } // System.Void System.Diagnostics.DefaultTraceListener::Write(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTraceListener_Write_m4D0AA52729FAE3C26FBC21EED1070D7E28FD8D31 (DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; DefaultTraceListener_WriteImpl_m60C3CB9FBEAD866DF920C9E8D98A73ED5AB4630D(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.DefaultTraceListener::WriteLine(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTraceListener_WriteLine_mB5307EA2EAB50D90A9B4C6EB607A21050B9FB0D0 (DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 * __this, String_t* ___message0, const RuntimeMethod* method) { String_t* V_0 = NULL; { String_t* L_0 = ___message0; String_t* L_1; L_1 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; DefaultTraceListener_WriteImpl_m60C3CB9FBEAD866DF920C9E8D98A73ED5AB4630D(__this, L_3, /*hidden argument*/NULL); TraceListener_set_NeedIndent_m46D33EA09D9B4FF8843B3AFFCF827AA42B9D4C3F_inline(__this, (bool)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.ComponentModel.DefaultValueAttribute::.ctor(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m0B2C7D1F9CAA32FAFBE2778062161A609C087748 (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * __this, Type_t * ___type0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); } IL_0006: try {// begin try (depth: 1) Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_1; L_1 = TypeDescriptor_GetConverter_m4A087A264082284312079152F6E572EB7B92BDC3(L_0, /*hidden argument*/NULL); String_t* L_2 = ___value1; NullCheck(L_1); RuntimeObject * L_3; L_3 = TypeConverter_ConvertFromInvariantString_mDD1D294DAE6C2E22BA53ABCC342615648686AC4E(L_1, L_2, /*hidden argument*/NULL); __this->set_value_0(L_3); 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*)&RuntimeObject_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.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_001d; }// end catch (depth: 1) IL_001d: { return; } } // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m0A59056229BA4A575A7503220DFC7FF5C741A5AF (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * __this, Il2CppChar ___value0, 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; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); Il2CppChar L_0 = ___value0; Il2CppChar L_1 = L_0; RuntimeObject * L_2 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_1); __this->set_value_0(L_2); return; } } // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_mB6F0D656FF6513C451C8DA154BD2DE44646C1281 (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * __this, uint8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); uint8_t L_0 = ___value0; uint8_t L_1 = L_0; RuntimeObject * L_2 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_1); __this->set_value_0(L_2); return; } } // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_mF62EE2A7DD46F4A1D9BFEA7181D2C0AF1B2CEFF4 (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * __this, int16_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); int16_t L_0 = ___value0; int16_t L_1 = L_0; RuntimeObject * L_2 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_1); __this->set_value_0(L_2); return; } } // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_mFBE912122A5582CB90EF8C18B8F26E78D3514FC6 (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); int32_t L_0 = ___value0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); __this->set_value_0(L_2); return; } } // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_mB70D7D1C04E057824279DEF89D555A62AAD1D9B2 (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); int64_t L_0 = ___value0; int64_t L_1 = L_0; RuntimeObject * L_2 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_1); __this->set_value_0(L_2); return; } } // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_mB924600D89D117D85553AE14B0567175A318C420 (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * __this, float ___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; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); float L_0 = ___value0; float L_1 = L_0; RuntimeObject * L_2 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_1); __this->set_value_0(L_2); return; } } // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_mCDE6C20FE692B4650C72960F98F08D4700934168 (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); double L_0 = ___value0; double L_1 = L_0; RuntimeObject * L_2 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_1); __this->set_value_0(L_2); return; } } // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m78FFD0C313E546C33C761F79E544E6FA5ADCB4D0 (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); bool L_0 = ___value0; bool L_1 = L_0; RuntimeObject * L_2 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_1); __this->set_value_0(L_2); return; } } // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m65DBADCDC3A7BBD4AA6871023D36B91FC1772ADF (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * __this, String_t* ___value0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___value0; __this->set_value_0(L_0); return; } } // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_mA4501ED4B6011A422D55EBE09A4AC3A1FAD83C13 (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___value0; __this->set_value_0(L_0); return; } } // System.Object System.ComponentModel.DefaultValueAttribute::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultValueAttribute_get_Value_m5430873D9E44294065E1F6FCDC3B425A0011CCBA (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_value_0(); return L_0; } } // System.Boolean System.ComponentModel.DefaultValueAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultValueAttribute_Equals_mD25A5203F3679D9D6B2216769E933FEA95972B13 (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 *)IsInstClass((RuntimeObject*)L_1, DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_il2cpp_TypeInfo_var)); DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * L_2 = V_0; if (!L_2) { goto IL_0034; } } { RuntimeObject * L_3; L_3 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(7 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, __this); if (!L_3) { goto IL_002a; } } { RuntimeObject * L_4; L_4 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(7 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, __this); DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * L_5 = V_0; NullCheck(L_5); RuntimeObject * L_6; L_6 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(7 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, L_5); NullCheck(L_4); bool L_7; L_7 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_6); return L_7; } IL_002a: { DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * L_8 = V_0; NullCheck(L_8); RuntimeObject * L_9; L_9 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(7 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, L_8); return (bool)((((RuntimeObject*)(RuntimeObject *)L_9) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0034: { return (bool)0; } } // System.Int32 System.ComponentModel.DefaultValueAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultValueAttribute_GetHashCode_mC5D187012FD8EA385F0A5D3946B20C9A8CEEA5D9 (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.ComponentModel.DefaultValueAttribute::SetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute_SetValue_m877E87B6DE2474E932F45C28DCFE5EF4C01C4BEF (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_value_0(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.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m804A770D5C1B40351C22AFC0223DE7018DCC6B74 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___mode1, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; int32_t L_1 = ___mode1; DeflateStream__ctor_m873DC6E4C57B2EBD29F9277E10C90226813EB515(__this, L_0, L_1, (bool)0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m6DC206CE6775867E5D13B901632454B0AAEB9A50 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___mode1, bool ___leaveOpen2, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; int32_t L_1 = ___mode1; bool L_2 = ___leaveOpen2; DeflateStream__ctor_m873DC6E4C57B2EBD29F9277E10C90226813EB515(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_mB1FE9763B287BCA943AEBB3832117BACCE1D4C24 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___mode1, bool ___leaveOpen2, int32_t ___windowsBits3, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; int32_t L_1 = ___mode1; bool L_2 = ___leaveOpen2; DeflateStream__ctor_m873DC6E4C57B2EBD29F9277E10C90226813EB515(__this, L_0, L_1, L_2, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m873DC6E4C57B2EBD29F9277E10C90226813EB515 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___compressedStream0, int32_t ___mode1, bool ___leaveOpen2, bool ___gzip3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___compressedStream0; 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*)&_stringLiteral59BD369CF985844B111CA4447943A285D359441C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream__ctor_m873DC6E4C57B2EBD29F9277E10C90226813EB515_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___mode1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0026; } } { int32_t L_3 = ___mode1; if (!L_3) { goto IL_0026; } } { 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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAF248E82BE9EBA1ADBF067429FAEE5A5B6E05A74)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream__ctor_m873DC6E4C57B2EBD29F9277E10C90226813EB515_RuntimeMethod_var))); } IL_0026: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = ___compressedStream0; __this->set_base_stream_5(L_5); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = ___compressedStream0; int32_t L_7 = ___mode1; bool L_8 = ___gzip3; DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_9; L_9 = DeflateStreamNative_Create_m662906BA38D1B49356A933FC42F44910BA8E2435(L_6, L_7, L_8, /*hidden argument*/NULL); __this->set_native_9(L_9); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_10 = __this->get_native_9(); if (L_10) { goto IL_004f; } } { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_11 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral95B4432B3C3526A7D6F1251C0238760D017B4551)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream__ctor_m873DC6E4C57B2EBD29F9277E10C90226813EB515_RuntimeMethod_var))); } IL_004f: { int32_t L_12 = ___mode1; __this->set_mode_6(L_12); bool L_13 = ___leaveOpen2; __this->set_leaveOpen_7(L_13); return; } } // System.Void System.IO.Compression.DeflateStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_Dispose_m4A7ED370D194BC105F52012FD0DAABB6D6C7C86F (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, bool ___disposing0, const RuntimeMethod* method) { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_0 = NULL; { DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_0 = __this->get_native_9(); bool L_1 = ___disposing0; NullCheck(L_0); DeflateStreamNative_Dispose_m942B5B44D703AC2F097F4867751E1FD012E0373F(L_0, L_1, /*hidden argument*/NULL); bool L_2 = ___disposing0; if (!L_2) { goto IL_003d; } } { bool L_3 = __this->get_disposed_8(); if (L_3) { goto IL_003d; } } { __this->set_disposed_8((bool)1); bool L_4 = __this->get_leaveOpen_7(); if (L_4) { goto IL_003d; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = __this->get_base_stream_5(); V_0 = L_5; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = V_0; if (!L_6) { goto IL_0036; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = V_0; NullCheck(L_7); VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, L_7); } IL_0036: { __this->set_base_stream_5((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL); } IL_003d: { bool L_8 = ___disposing0; Stream_Dispose_mDC5C7A9933446223A84ED106AE3E949E644FB0BE(__this, L_8, /*hidden argument*/NULL); return; } } // System.Int32 System.IO.Compression.DeflateStream::ReadInternal(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStream_ReadInternal_m882F12C6F1C86CEC12ABB35706DE0FA840BC20A9 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { uint8_t* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = ___count2; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___array0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = L_1; V_1 = L_2; if (!L_2) { goto IL_000f; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_1; NullCheck(L_3); if (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))) { goto IL_0014; } } IL_000f: { V_0 = (uint8_t*)((uintptr_t)0); goto IL_001d; } IL_0014: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_1; NullCheck(L_4); V_0 = (uint8_t*)((uintptr_t)((L_4)->GetAddressAt(static_cast(0)))); } IL_001d: { uint8_t* L_5 = V_0; int32_t L_6 = ___offset1; IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline((intptr_t*)(&V_2), (void*)(void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_7 = __this->get_native_9(); intptr_t L_8 = V_2; int32_t L_9 = ___count2; NullCheck(L_7); int32_t L_10; L_10 = DeflateStreamNative_ReadZStream_m4FA478DFDCD7AEF06D5639BB9E93039458AD09D8(L_7, (intptr_t)L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Int32 System.IO.Compression.DeflateStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStream_Read_mB9791E904412D2543C3B4E8AEF25FB834E138910 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_disposed_8(); if (!L_0) { goto IL_0019; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_3 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Read_mB9791E904412D2543C3B4E8AEF25FB834E138910_RuntimeMethod_var))); } IL_0019: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___array0; if (L_4) { goto IL_0027; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16770065DAB8E218EBB0B0BB3BC4FE763DF3C18B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Read_mB9791E904412D2543C3B4E8AEF25FB834E138910_RuntimeMethod_var))); } IL_0027: { bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this); if (L_6) { goto IL_003a; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_7 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral547999BA16094C3536189EA1CC631B96EFC47117)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Read_mB9791E904412D2543C3B4E8AEF25FB834E138910_RuntimeMethod_var))); } IL_003a: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___array0; NullCheck(L_8); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))); int32_t L_9 = ___offset1; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_0046; } } { int32_t L_10 = ___count2; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0051; } } IL_0046: { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C850BA1FC7F3581DBA2DD6DDF642D5C34A8C120)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Read_mB9791E904412D2543C3B4E8AEF25FB834E138910_RuntimeMethod_var))); } IL_0051: { int32_t L_12 = ___offset1; int32_t L_13 = V_0; if ((((int32_t)L_12) <= ((int32_t)L_13))) { goto IL_0060; } } { 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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFC82027EEEA4BFAD4FE7FBFDD886E7D82ADBEA69)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Read_mB9791E904412D2543C3B4E8AEF25FB834E138910_RuntimeMethod_var))); } IL_0060: { int32_t L_15 = ___offset1; int32_t L_16 = ___count2; int32_t L_17 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16))) <= ((int32_t)L_17))) { goto IL_0071; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_18 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53549F14C4C0C01E846937308C01413567514ED9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Read_mB9791E904412D2543C3B4E8AEF25FB834E138910_RuntimeMethod_var))); } IL_0071: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___array0; int32_t L_20 = ___offset1; int32_t L_21 = ___count2; int32_t L_22; L_22 = DeflateStream_ReadInternal_m882F12C6F1C86CEC12ABB35706DE0FA840BC20A9(__this, L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } } // System.Void System.IO.Compression.DeflateStream::WriteInternal(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_WriteInternal_mEFC6DAC36EBF0814AD00CA3C1E20AB3E3291F5BC (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { uint8_t* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = ___count2; if (L_0) { goto IL_0004; } } { return; } IL_0004: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___array0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = L_1; V_1 = L_2; if (!L_2) { goto IL_000e; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_1; NullCheck(L_3); if (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))) { goto IL_0013; } } IL_000e: { V_0 = (uint8_t*)((uintptr_t)0); goto IL_001c; } IL_0013: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_1; NullCheck(L_4); V_0 = (uint8_t*)((uintptr_t)((L_4)->GetAddressAt(static_cast(0)))); } IL_001c: { uint8_t* L_5 = V_0; int32_t L_6 = ___offset1; IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline((intptr_t*)(&V_2), (void*)(void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_7 = __this->get_native_9(); intptr_t L_8 = V_2; int32_t L_9 = ___count2; NullCheck(L_7); DeflateStreamNative_WriteZStream_m4797D6A9B39954397D27C688CE72E29FD6B70B30(L_7, (intptr_t)L_8, L_9, /*hidden argument*/NULL); V_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; return; } } // System.Void System.IO.Compression.DeflateStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_Write_m9C8AD65F630B91ADE7279F2C16F85182B6ACA38C (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { bool L_0 = __this->get_disposed_8(); if (!L_0) { goto IL_0019; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_3 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Write_m9C8AD65F630B91ADE7279F2C16F85182B6ACA38C_RuntimeMethod_var))); } IL_0019: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___array0; if (L_4) { goto IL_0027; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Write_m9C8AD65F630B91ADE7279F2C16F85182B6ACA38C_RuntimeMethod_var))); } IL_0027: { int32_t L_6 = ___offset1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0036; } } { 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_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Write_m9C8AD65F630B91ADE7279F2C16F85182B6ACA38C_RuntimeMethod_var))); } IL_0036: { int32_t L_8 = ___count2; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_0045; } } { 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_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Write_m9C8AD65F630B91ADE7279F2C16F85182B6ACA38C_RuntimeMethod_var))); } IL_0045: { bool L_10; L_10 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this); if (L_10) { goto IL_0058; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_11 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral606F0CC71C796275607A15AAF1A3AA6B5E27B434)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Write_m9C8AD65F630B91ADE7279F2C16F85182B6ACA38C_RuntimeMethod_var))); } IL_0058: { int32_t L_12 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___array0; NullCheck(L_13); int32_t L_14 = ___count2; if ((((int32_t)L_12) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))), (int32_t)L_14))))) { goto IL_006b; } } { 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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA4BCB8F07D7B01D0ED0445AB3038F6DE65C11CB6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Write_m9C8AD65F630B91ADE7279F2C16F85182B6ACA38C_RuntimeMethod_var))); } IL_006b: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___array0; int32_t L_17 = ___offset1; int32_t L_18 = ___count2; DeflateStream_WriteInternal_mEFC6DAC36EBF0814AD00CA3C1E20AB3E3291F5BC(__this, L_16, L_17, L_18, /*hidden argument*/NULL); return; } } // System.Void System.IO.Compression.DeflateStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_Flush_m176FFB733EB4E6FD62E4B65FB3AE2B2B80D092AF (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_disposed_8(); if (!L_0) { goto IL_0019; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_3 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Flush_m176FFB733EB4E6FD62E4B65FB3AE2B2B80D092AF_RuntimeMethod_var))); } IL_0019: { bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this); if (!L_4) { goto IL_002c; } } { DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_5 = __this->get_native_9(); NullCheck(L_5); DeflateStreamNative_Flush_m90417733341CD506F9B822D16AD8F47A982D4DAD(L_5, /*hidden argument*/NULL); } IL_002c: { return; } } // System.IAsyncResult System.IO.Compression.DeflateStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DeflateStream_BeginRead_m69CDD1504AE38B8F4766859FA0464A331A9A001B (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___asyncCallback3, RuntimeObject * ___asyncState4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateStream_ReadInternal_m882F12C6F1C86CEC12ABB35706DE0FA840BC20A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_8(); if (!L_0) { goto IL_0019; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_3 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginRead_m69CDD1504AE38B8F4766859FA0464A331A9A001B_RuntimeMethod_var))); } IL_0019: { bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this); if (L_4) { goto IL_002c; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_5 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral05EB610FCC2B53833966AA8CE4B029154C502A88)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginRead_m69CDD1504AE38B8F4766859FA0464A331A9A001B_RuntimeMethod_var))); } IL_002c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___array0; if (L_6) { goto IL_003a; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_7 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginRead_m69CDD1504AE38B8F4766859FA0464A331A9A001B_RuntimeMethod_var))); } IL_003a: { int32_t L_8 = ___count2; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_004e; } } { 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*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7C2AB991735C660B6786443AF56195932AA7F9E7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginRead_m69CDD1504AE38B8F4766859FA0464A331A9A001B_RuntimeMethod_var))); } IL_004e: { int32_t L_10 = ___offset1; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0062; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_11 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7C2AB991735C660B6786443AF56195932AA7F9E7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginRead_m69CDD1504AE38B8F4766859FA0464A331A9A001B_RuntimeMethod_var))); } IL_0062: { int32_t L_12 = ___count2; int32_t L_13 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___array0; NullCheck(L_14); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))) { goto IL_0075; } } { 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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA4BCB8F07D7B01D0ED0445AB3038F6DE65C11CB6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginRead_m69CDD1504AE38B8F4766859FA0464A331A9A001B_RuntimeMethod_var))); } IL_0075: { ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 * L_16 = (ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 *)il2cpp_codegen_object_new(ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8_il2cpp_TypeInfo_var); ReadMethod__ctor_m9E125CD129244008A4B30FBEDAD35FE0F7874884(L_16, __this, (intptr_t)((intptr_t)DeflateStream_ReadInternal_m882F12C6F1C86CEC12ABB35706DE0FA840BC20A9_RuntimeMethod_var), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___array0; int32_t L_18 = ___offset1; int32_t L_19 = ___count2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_20 = ___asyncCallback3; RuntimeObject * L_21 = ___asyncState4; NullCheck(L_16); RuntimeObject* L_22; L_22 = ReadMethod_BeginInvoke_m3C6B6A95855EA84A5D856D60E37CF9E25115DDFA(L_16, L_17, L_18, L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } } // System.IAsyncResult System.IO.Compression.DeflateStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DeflateStream_BeginWrite_m47759EE85394FA74B5B0154D498A63EE5AF1A07D (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___asyncCallback3, RuntimeObject * ___asyncState4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateStream_WriteInternal_mEFC6DAC36EBF0814AD00CA3C1E20AB3E3291F5BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_8(); if (!L_0) { goto IL_0019; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_3 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginWrite_m47759EE85394FA74B5B0154D498A63EE5AF1A07D_RuntimeMethod_var))); } IL_0019: { bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this); if (L_4) { goto IL_002c; } } { 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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88E3C436425EACB2A5AAA1F1DAA0E9E15389128D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginWrite_m47759EE85394FA74B5B0154D498A63EE5AF1A07D_RuntimeMethod_var))); } IL_002c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___array0; if (L_6) { goto IL_003a; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_7 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginWrite_m47759EE85394FA74B5B0154D498A63EE5AF1A07D_RuntimeMethod_var))); } IL_003a: { int32_t L_8 = ___count2; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_004e; } } { 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*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7C2AB991735C660B6786443AF56195932AA7F9E7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginWrite_m47759EE85394FA74B5B0154D498A63EE5AF1A07D_RuntimeMethod_var))); } IL_004e: { int32_t L_10 = ___offset1; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0062; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_11 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7C2AB991735C660B6786443AF56195932AA7F9E7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginWrite_m47759EE85394FA74B5B0154D498A63EE5AF1A07D_RuntimeMethod_var))); } IL_0062: { int32_t L_12 = ___count2; int32_t L_13 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___array0; NullCheck(L_14); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))) { goto IL_0075; } } { 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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA4BCB8F07D7B01D0ED0445AB3038F6DE65C11CB6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginWrite_m47759EE85394FA74B5B0154D498A63EE5AF1A07D_RuntimeMethod_var))); } IL_0075: { WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 * L_16 = (WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 *)il2cpp_codegen_object_new(WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3_il2cpp_TypeInfo_var); WriteMethod__ctor_mB041ECD1CA15A31EC838C55405B70C7F9A7E414A(L_16, __this, (intptr_t)((intptr_t)DeflateStream_WriteInternal_mEFC6DAC36EBF0814AD00CA3C1E20AB3E3291F5BC_RuntimeMethod_var), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___array0; int32_t L_18 = ___offset1; int32_t L_19 = ___count2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_20 = ___asyncCallback3; RuntimeObject * L_21 = ___asyncState4; NullCheck(L_16); RuntimeObject* L_22; L_22 = WriteMethod_BeginInvoke_mB68902E6DE4121D996B2B2B5C20A22881605ED8D(L_16, L_17, L_18, L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } } // System.Int32 System.IO.Compression.DeflateStream::EndRead(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStream_EndRead_m034BDABE4474F15CC509895870D1342A404C2657 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * G_B4_0 = NULL; AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * G_B3_0 = NULL; ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 * G_B6_0 = NULL; ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 * G_B5_0 = NULL; { 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*)&DeflateStream_EndRead_m034BDABE4474F15CC509895870D1342A404C2657_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___asyncResult0; AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * L_3 = ((AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B *)IsInstClass((RuntimeObject*)L_2, AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_il2cpp_TypeInfo_var)); G_B3_0 = L_3; if (L_3) { G_B4_0 = L_3; goto IL_0027; } } { 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral80B8BD8C952DF4747A939211EB3E250030FF7705)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_EndRead_m034BDABE4474F15CC509895870D1342A404C2657_RuntimeMethod_var))); } IL_0027: { NullCheck(G_B4_0); RuntimeObject * L_5; L_5 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(16 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, G_B4_0); ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 * L_6 = ((ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 *)IsInstSealed((RuntimeObject*)L_5, ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8_il2cpp_TypeInfo_var)); G_B5_0 = L_6; if (L_6) { G_B6_0 = L_6; goto IL_0044; } } { 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral80B8BD8C952DF4747A939211EB3E250030FF7705)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_EndRead_m034BDABE4474F15CC509895870D1342A404C2657_RuntimeMethod_var))); } IL_0044: { RuntimeObject* L_8 = ___asyncResult0; NullCheck(G_B6_0); int32_t L_9; L_9 = ReadMethod_EndInvoke_m8F734C78672C49C453FEF34A1A0D22D7FD341BD6(G_B6_0, L_8, /*hidden argument*/NULL); return L_9; } } // System.Void System.IO.Compression.DeflateStream::EndWrite(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_EndWrite_mA1FE7301B0674A12D8E6B4E990F681DEBEE6BC57 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * G_B4_0 = NULL; AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * G_B3_0 = NULL; WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 * G_B6_0 = NULL; WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 * G_B5_0 = NULL; { 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*)&DeflateStream_EndWrite_mA1FE7301B0674A12D8E6B4E990F681DEBEE6BC57_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___asyncResult0; AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * L_3 = ((AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B *)IsInstClass((RuntimeObject*)L_2, AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_il2cpp_TypeInfo_var)); G_B3_0 = L_3; if (L_3) { G_B4_0 = L_3; goto IL_0027; } } { 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral80B8BD8C952DF4747A939211EB3E250030FF7705)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_EndWrite_mA1FE7301B0674A12D8E6B4E990F681DEBEE6BC57_RuntimeMethod_var))); } IL_0027: { NullCheck(G_B4_0); RuntimeObject * L_5; L_5 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(16 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, G_B4_0); WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 * L_6 = ((WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 *)IsInstSealed((RuntimeObject*)L_5, WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3_il2cpp_TypeInfo_var)); G_B5_0 = L_6; if (L_6) { G_B6_0 = L_6; goto IL_0044; } } { 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral80B8BD8C952DF4747A939211EB3E250030FF7705)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_EndWrite_mA1FE7301B0674A12D8E6B4E990F681DEBEE6BC57_RuntimeMethod_var))); } IL_0044: { RuntimeObject* L_8 = ___asyncResult0; NullCheck(G_B6_0); WriteMethod_EndInvoke_mEA748FCB1B9A59A3E423843AEFC4255F9700772D(G_B6_0, L_8, /*hidden argument*/NULL); return; } } // System.Int64 System.IO.Compression.DeflateStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DeflateStream_Seek_mDCBF4E44FC0C823C05EA60A1A39595C97C0432A9 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, int64_t ___offset0, int32_t ___origin1, 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*)&DeflateStream_Seek_mDCBF4E44FC0C823C05EA60A1A39595C97C0432A9_RuntimeMethod_var))); } } // System.Void System.IO.Compression.DeflateStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_SetLength_m03EA86640E58865C19B9C5E7B304ACE1B31A204C (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, int64_t ___value0, 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*)&DeflateStream_SetLength_m03EA86640E58865C19B9C5E7B304ACE1B31A204C_RuntimeMethod_var))); } } // System.Boolean System.IO.Compression.DeflateStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateStream_get_CanRead_m4D2D07D124A3E33F52A884E0BB6E1C19EA254398 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_disposed_8(); if (L_0) { goto IL_001c; } } { int32_t L_1 = __this->get_mode_6(); if (L_1) { goto IL_001c; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = __this->get_base_stream_5(); NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_2); return L_3; } IL_001c: { return (bool)0; } } // System.Boolean System.IO.Compression.DeflateStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateStream_get_CanSeek_m7D953D7747938E0679F2A0F9FD9F3944062CED9A (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.IO.Compression.DeflateStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateStream_get_CanWrite_mDDFC43D4E137278D1E0D02239EEC9E7A320CBCA3 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_disposed_8(); if (L_0) { goto IL_001d; } } { int32_t L_1 = __this->get_mode_6(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_001d; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = __this->get_base_stream_5(); NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_2); return L_3; } IL_001d: { return (bool)0; } } // System.Int64 System.IO.Compression.DeflateStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DeflateStream_get_Length_m115B9AA6574EB2A96CF2CC44DAA5C317C079F806 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, 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*)&DeflateStream_get_Length_m115B9AA6574EB2A96CF2CC44DAA5C317C079F806_RuntimeMethod_var))); } } // System.Int64 System.IO.Compression.DeflateStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DeflateStream_get_Position_mE3B63A2C34C98EDE19F825CE76B51E63BCBC1D97 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, 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*)&DeflateStream_get_Position_mE3B63A2C34C98EDE19F825CE76B51E63BCBC1D97_RuntimeMethod_var))); } } // System.Void System.IO.Compression.DeflateStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_set_Position_mAD18A821835DD1F44264A38512076B5D836347A6 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, int64_t ___value0, 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*)&DeflateStream_set_Position_mAD18A821835DD1F44264A38512076B5D836347A6_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 extern "C" int32_t CDECL ReversePInvokeWrapper_DeflateStreamNative_UnmanagedRead_m1B817101FEA9D3C28DF3C9192F70557465BDFB25(intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation int32_t returnValue; returnValue = DeflateStreamNative_UnmanagedRead_m1B817101FEA9D3C28DF3C9192F70557465BDFB25(___buffer0, ___length1, ___data2, NULL); return returnValue; } extern "C" int32_t CDECL ReversePInvokeWrapper_DeflateStreamNative_UnmanagedWrite_m531442C0133AA29BF262DFD21F81CCBE5EA7E086(intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation int32_t returnValue; returnValue = DeflateStreamNative_UnmanagedWrite_m531442C0133AA29BF262DFD21F81CCBE5EA7E086(___buffer0, ___length1, ___data2, NULL); return returnValue; } // System.Void System.IO.Compression.DeflateStreamNative::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative__ctor_mDD9614FFF99E1630D4237A346B5CA77379683416 (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.IO.Compression.DeflateStreamNative System.IO.Compression.DeflateStreamNative::Create(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * DeflateStreamNative_Create_m662906BA38D1B49356A933FC42F44910BA8E2435 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___compressedStream0, int32_t ___mode1, bool ___gzip2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateStreamNative_UnmanagedRead_m1B817101FEA9D3C28DF3C9192F70557465BDFB25_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateStreamNative_UnmanagedWrite_m531442C0133AA29BF262DFD21F81CCBE5EA7E086_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * V_0 = NULL; DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * G_B2_0 = NULL; DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * G_B1_0 = NULL; UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * G_B3_0 = NULL; DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * G_B3_1 = NULL; { DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_0 = (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 *)il2cpp_codegen_object_new(DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879_il2cpp_TypeInfo_var); DeflateStreamNative__ctor_mDD9614FFF99E1630D4237A346B5CA77379683416(L_0, /*hidden argument*/NULL); V_0 = L_0; DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_1 = V_0; DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_2 = V_0; GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_3; L_3 = GCHandle_Alloc_m937829FAD1C69F168CF045B9406228AC9F8B9389(L_2, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_data_3(L_3); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_4 = V_0; int32_t L_5 = ___mode1; G_B1_0 = L_4; if ((((int32_t)L_5) == ((int32_t)1))) { G_B2_0 = L_4; goto IL_0025; } } { UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * L_6 = (UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD *)il2cpp_codegen_object_new(UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD_il2cpp_TypeInfo_var); UnmanagedReadOrWrite__ctor_m3F128D04CC7E54A22DF028F4DB63156FE74EC0ED(L_6, NULL, (intptr_t)((intptr_t)DeflateStreamNative_UnmanagedRead_m1B817101FEA9D3C28DF3C9192F70557465BDFB25_RuntimeMethod_var), /*hidden argument*/NULL); G_B3_0 = L_6; G_B3_1 = G_B1_0; goto IL_0031; } IL_0025: { UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * L_7 = (UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD *)il2cpp_codegen_object_new(UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD_il2cpp_TypeInfo_var); UnmanagedReadOrWrite__ctor_m3F128D04CC7E54A22DF028F4DB63156FE74EC0ED(L_7, NULL, (intptr_t)((intptr_t)DeflateStreamNative_UnmanagedWrite_m531442C0133AA29BF262DFD21F81CCBE5EA7E086_RuntimeMethod_var), /*hidden argument*/NULL); G_B3_0 = L_7; G_B3_1 = G_B2_0; } IL_0031: { NullCheck(G_B3_1); G_B3_1->set_feeder_0(G_B3_0); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_8 = V_0; int32_t L_9 = ___mode1; bool L_10 = ___gzip2; DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_11 = V_0; NullCheck(L_11); UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * L_12 = L_11->get_feeder_0(); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_13 = V_0; NullCheck(L_13); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_14 = L_13->get_data_3(); intptr_t L_15; L_15 = GCHandle_ToIntPtr_m017FBB27407865DD17A269CC03518EC518DE5AEA(L_14, /*hidden argument*/NULL); SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * L_16; L_16 = DeflateStreamNative_CreateZStream_m91DBA66205EE62B1792D65C3D2F3143ECFE94EFC(L_9, L_10, L_12, (intptr_t)L_15, /*hidden argument*/NULL); NullCheck(L_8); L_8->set_z_stream_2(L_16); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_17 = V_0; NullCheck(L_17); SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * L_18 = L_17->get_z_stream_2(); NullCheck(L_18); bool L_19; L_19 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Runtime.InteropServices.SafeHandle::get_IsInvalid() */, L_18); if (!L_19) { goto IL_006a; } } { DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_20 = V_0; NullCheck(L_20); DeflateStreamNative_Dispose_m942B5B44D703AC2F097F4867751E1FD012E0373F(L_20, (bool)1, /*hidden argument*/NULL); return (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 *)NULL; } IL_006a: { DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_21 = V_0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_22 = ___compressedStream0; NullCheck(L_21); L_21->set_base_stream_1(L_22); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_23 = V_0; return L_23; } } // System.Void System.IO.Compression.DeflateStreamNative::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_Finalize_mBB359F34A29C65663B1FFD663901F8F50399A1DB (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) DeflateStreamNative_Dispose_m942B5B44D703AC2F097F4867751E1FD012E0373F(__this, (bool)0, /*hidden argument*/NULL); IL2CPP_LEAVE(0x10, FINALLY_0009); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0009; } FINALLY_0009: {// begin finally (depth: 1) Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) }// end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10, IL_0010) } IL_0010: { return; } } // System.Void System.IO.Compression.DeflateStreamNative::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_Dispose_m942B5B44D703AC2F097F4867751E1FD012E0373F (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, bool ___disposing0, 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; } { bool L_0 = ___disposing0; if (!L_0) { goto IL_002a; } } { bool L_1 = __this->get_disposed_4(); if (L_1) { goto IL_002a; } } { __this->set_disposed_4((bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__this, /*hidden argument*/NULL); __this->set_io_buffer_5((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * L_2 = __this->get_z_stream_2(); NullCheck(L_2); SafeHandle_Dispose_mFFFB9D0CAE3EEE02F0D3DA250D5E52F0DD51B098(L_2, /*hidden argument*/NULL); } IL_002a: { GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * L_3 = __this->get_address_of_data_3(); bool L_4; L_4 = GCHandle_get_IsAllocated_mEDA4DAC6AD6D881110E96CAFDAB78C068F5B144D((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0042; } } { GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * L_5 = __this->get_address_of_data_3(); GCHandle_Free_mB4E9415544FC9F0075C02AB17E270E49AF006025((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)L_5, /*hidden argument*/NULL); } IL_0042: { return; } } // System.Void System.IO.Compression.DeflateStreamNative::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_Flush_m90417733341CD506F9B822D16AD8F47A982D4DAD (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB53E23262CA871DD51B621D069CC5E93A75BDAB6); s_Il2CppMethodInitialized = true; } { SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * L_0 = __this->get_z_stream_2(); int32_t L_1; L_1 = DeflateStreamNative_Flush_mCE2A7F7C24047AD913613983A461C519F9360CFF(L_0, /*hidden argument*/NULL); DeflateStreamNative_CheckResult_m24E92F1D077921ED0FBBB51B0EE4DB7AF12C1FD7(L_1, _stringLiteralB53E23262CA871DD51B621D069CC5E93A75BDAB6, /*hidden argument*/NULL); return; } } // System.Int32 System.IO.Compression.DeflateStreamNative::ReadZStream(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_ReadZStream_m4FA478DFDCD7AEF06D5639BB9E93039458AD09D8 (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05A239D304E1CD9654D716DE8B8F8AD99E2AB53F); s_Il2CppMethodInitialized = true; } { SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * L_0 = __this->get_z_stream_2(); intptr_t L_1 = ___buffer0; int32_t L_2 = ___length1; int32_t L_3; L_3 = DeflateStreamNative_ReadZStream_m524F270AEC8BCCE4A2BAF1CCED480F2C08B2C864(L_0, (intptr_t)L_1, L_2, /*hidden argument*/NULL); int32_t L_4 = L_3; DeflateStreamNative_CheckResult_m24E92F1D077921ED0FBBB51B0EE4DB7AF12C1FD7(L_4, _stringLiteral05A239D304E1CD9654D716DE8B8F8AD99E2AB53F, /*hidden argument*/NULL); return L_4; } } // System.Void System.IO.Compression.DeflateStreamNative::WriteZStream(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_WriteZStream_m4797D6A9B39954397D27C688CE72E29FD6B70B30 (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5DF5634099E210FAACAB500FEB3F80C226FE7C7F); s_Il2CppMethodInitialized = true; } { SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * L_0 = __this->get_z_stream_2(); intptr_t L_1 = ___buffer0; int32_t L_2 = ___length1; int32_t L_3; L_3 = DeflateStreamNative_WriteZStream_mC76ECF62EF1209EF7B107B6B085E6371022E42E4(L_0, (intptr_t)L_1, L_2, /*hidden argument*/NULL); DeflateStreamNative_CheckResult_m24E92F1D077921ED0FBBB51B0EE4DB7AF12C1FD7(L_3, _stringLiteral5DF5634099E210FAACAB500FEB3F80C226FE7C7F, /*hidden argument*/NULL); return; } } // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedRead(System.IntPtr,System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedRead_m1B817101FEA9D3C28DF3C9192F70557465BDFB25 (intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 V_0; memset((&V_0), 0, sizeof(V_0)); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * V_1 = NULL; { intptr_t L_0 = ___data2; GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_1; L_1 = GCHandle_FromIntPtr_m033776D73699CAC85FAE41FD5A52895EFB9E3AB8((intptr_t)L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2; L_2 = GCHandle_get_Target_m6C296AD6520ECDAFC9498E9387677F522871F883((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)(&V_0), /*hidden argument*/NULL); V_1 = ((DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 *)IsInstClass((RuntimeObject*)L_2, DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879_il2cpp_TypeInfo_var)); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_3 = V_1; if (L_3) { goto IL_0019; } } { return (-1); } IL_0019: { DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_4 = V_1; intptr_t L_5 = ___buffer0; int32_t L_6 = ___length1; NullCheck(L_4); int32_t L_7; L_7 = DeflateStreamNative_UnmanagedRead_m0CF140A2B3B0B432F263DF55F1259AB47AB4D79F(L_4, (intptr_t)L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedRead(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedRead_m0CF140A2B3B0B432F263DF55F1259AB47AB4D79F (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, intptr_t ___buffer0, int32_t ___length1, 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*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_io_buffer_5(); if (L_0) { goto IL_0018; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096)); __this->set_io_buffer_5(L_1); } IL_0018: { int32_t L_2 = ___length1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_io_buffer_5(); NullCheck(L_3); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_2, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), /*hidden argument*/NULL); V_0 = L_4; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = __this->get_base_stream_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_io_buffer_5(); int32_t L_7 = V_0; NullCheck(L_5); int32_t L_8; L_8 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, 0, L_7); V_1 = L_8; int32_t L_9 = V_1; if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_004d; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_io_buffer_5(); intptr_t L_11 = ___buffer0; int32_t L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_Copy_m05D5F5A9F9BA4C1B748AAE7266B3C0E9D9EE2012(L_10, 0, (intptr_t)L_11, L_12, /*hidden argument*/NULL); } IL_004d: { int32_t L_13 = V_1; return L_13; } } // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedWrite(System.IntPtr,System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedWrite_m531442C0133AA29BF262DFD21F81CCBE5EA7E086 (intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 V_0; memset((&V_0), 0, sizeof(V_0)); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * V_1 = NULL; { intptr_t L_0 = ___data2; GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_1; L_1 = GCHandle_FromIntPtr_m033776D73699CAC85FAE41FD5A52895EFB9E3AB8((intptr_t)L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2; L_2 = GCHandle_get_Target_m6C296AD6520ECDAFC9498E9387677F522871F883((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)(&V_0), /*hidden argument*/NULL); V_1 = ((DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 *)IsInstClass((RuntimeObject*)L_2, DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879_il2cpp_TypeInfo_var)); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_3 = V_1; if (L_3) { goto IL_0019; } } { return (-1); } IL_0019: { DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_4 = V_1; intptr_t L_5 = ___buffer0; int32_t L_6 = ___length1; NullCheck(L_4); int32_t L_7; L_7 = DeflateStreamNative_UnmanagedWrite_m819B0ADFB837A85E1413F1F4604D9C5BAEC57A37(L_4, (intptr_t)L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedWrite(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedWrite_m819B0ADFB837A85E1413F1F4604D9C5BAEC57A37 (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, intptr_t ___buffer0, int32_t ___length1, 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*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; goto IL_0065; } IL_0004: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_io_buffer_5(); if (L_0) { goto IL_001c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096)); __this->set_io_buffer_5(L_1); } IL_001c: { int32_t L_2 = ___length1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_io_buffer_5(); NullCheck(L_3); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_2, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), /*hidden argument*/NULL); V_1 = L_4; intptr_t L_5 = ___buffer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_io_buffer_5(); int32_t L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_Copy_m057A8067BF7212A361510EA26B24022990A07AC0((intptr_t)L_5, L_6, 0, L_7, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_8 = __this->get_base_stream_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get_io_buffer_5(); int32_t L_10 = V_1; NullCheck(L_8); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, L_10); void* L_11; L_11 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(&___buffer0), /*hidden argument*/NULL); int32_t L_12 = V_1; IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline((intptr_t*)(&___buffer0), (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)L_12)), /*hidden argument*/NULL); int32_t L_13 = ___length1; int32_t L_14 = V_1; ___length1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)); int32_t L_15 = V_0; int32_t L_16 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)); } IL_0065: { int32_t L_17 = ___length1; if ((((int32_t)L_17) > ((int32_t)0))) { goto IL_0004; } } { int32_t L_18 = V_0; return L_18; } } // System.Void System.IO.Compression.DeflateStreamNative::CheckResult(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_CheckResult_m24E92F1D077921ED0FBBB51B0EE4DB7AF12C1FD7 (int32_t ___result0, String_t* ___where1, const RuntimeMethod* method) { String_t* V_0 = NULL; { int32_t L_0 = ___result0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0005; } } { return; } IL_0005: { int32_t L_1 = ___result0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)-11)))) { case 0: { goto IL_0074; } case 1: { goto IL_006c; } case 2: { goto IL_007c; } case 3: { goto IL_007c; } case 4: { goto IL_007c; } case 5: { goto IL_0064; } case 6: { goto IL_005c; } case 7: { goto IL_0054; } case 8: { goto IL_004c; } case 9: { goto IL_0044; } case 10: { goto IL_003c; } } } { goto IL_007c; } IL_003c: { V_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF47527D7B72D5957FA184B6B1B6A7A1A9A56BF37)); goto IL_0082; } IL_0044: { V_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2523CBFED84EF78578D85909448E8C0C4ECDA163)); goto IL_0082; } IL_004c: { V_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE2E90A74AF10748DDAB6F42388BD10A4D42D95BB)); goto IL_0082; } IL_0054: { V_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF678DBEEE39BA115BA762E7766D189E0CD47CD41)); goto IL_0082; } IL_005c: { V_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE290FE00878B1C01707983AAF8A6BB8464DFAB6D)); goto IL_0082; } IL_0064: { V_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2DA0AC110457767EB539C31A3B243D2C4C5C2D9D)); goto IL_0082; } IL_006c: { V_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral61A2E25EECE5CA17D408DC393538F1767DE78408)); goto IL_0082; } IL_0074: { V_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53B6A8F4629CFB02CF5AFB3B1D3C6A5584EB8548)); goto IL_0082; } IL_007c: { V_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF47527D7B72D5957FA184B6B1B6A7A1A9A56BF37)); } IL_0082: { String_t* L_2 = V_0; String_t* L_3 = ___where1; String_t* L_4; L_4 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745)), L_3, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_5 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStreamNative_CheckResult_m24E92F1D077921ED0FBBB51B0EE4DB7AF12C1FD7_RuntimeMethod_var))); } } // System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle System.IO.Compression.DeflateStreamNative::CreateZStream(System.IO.Compression.CompressionMode,System.Boolean,System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * DeflateStreamNative_CreateZStream_m91DBA66205EE62B1792D65C3D2F3143ECFE94EFC (int32_t ___compress0, bool ___gzip1, UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * ___feeder2, intptr_t ___data3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } typedef void* (CDECL *PInvokeFunc) (int32_t, int32_t, Il2CppMethodPointer, intptr_t); // Marshaling of parameter '___feeder2' to native representation Il2CppMethodPointer ____feeder2_marshaled = NULL; ____feeder2_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___feeder2)); // Native function invocation void* returnValue = reinterpret_cast(CreateZStream)(___compress0, static_cast(___gzip1), ____feeder2_marshaled, ___data3); // Marshaling of return value back from native representation SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * _returnValue_unmarshaled = (SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03*)il2cpp_codegen_object_new(SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03_il2cpp_TypeInfo_var); SafeDeflateStreamHandle__ctor_m57DC167E703860B6165522A67657F77A41030BE2(_returnValue_unmarshaled, NULL); intptr_t _returnValue_unmarshaled_handle_temp; _returnValue_unmarshaled_handle_temp = (intptr_t)returnValue; (_returnValue_unmarshaled)->set_handle_0(_returnValue_unmarshaled_handle_temp); return _returnValue_unmarshaled; } // System.Int32 System.IO.Compression.DeflateStreamNative::CloseZStream(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_CloseZStream_mB2313B6269B42E6A4AD1661C62633963F2EFCC1C (intptr_t ___stream0, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t); // Native function invocation int32_t returnValue = reinterpret_cast(CloseZStream)(___stream0); return returnValue; } // System.Int32 System.IO.Compression.DeflateStreamNative::Flush(System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_Flush_mCE2A7F7C24047AD913613983A461C519F9360CFF (SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * ___stream0, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (void*); // Marshaling of parameter '___stream0' to native representation void* ____stream0_marshaled = NULL; if (___stream0 == NULL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_null_exception("stream"), NULL); bool ___safeHandle_reference_incremented_for____stream0 = false; SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(___stream0, (&___safeHandle_reference_incremented_for____stream0), NULL); ____stream0_marshaled = reinterpret_cast((___stream0)->get_handle_0()); // Native function invocation int32_t returnValue = reinterpret_cast(Flush)(____stream0_marshaled); // Marshaling cleanup of parameter '___stream0' native representation if (___safeHandle_reference_incremented_for____stream0) { SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(___stream0, NULL); } return returnValue; } // System.Int32 System.IO.Compression.DeflateStreamNative::ReadZStream(System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_ReadZStream_m524F270AEC8BCCE4A2BAF1CCED480F2C08B2C864 (SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * ___stream0, intptr_t ___buffer1, int32_t ___length2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (void*, intptr_t, int32_t); // Marshaling of parameter '___stream0' to native representation void* ____stream0_marshaled = NULL; if (___stream0 == NULL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_null_exception("stream"), NULL); bool ___safeHandle_reference_incremented_for____stream0 = false; SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(___stream0, (&___safeHandle_reference_incremented_for____stream0), NULL); ____stream0_marshaled = reinterpret_cast((___stream0)->get_handle_0()); // Native function invocation int32_t returnValue = reinterpret_cast(ReadZStream)(____stream0_marshaled, ___buffer1, ___length2); // Marshaling cleanup of parameter '___stream0' native representation if (___safeHandle_reference_incremented_for____stream0) { SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(___stream0, NULL); } return returnValue; } // System.Int32 System.IO.Compression.DeflateStreamNative::WriteZStream(System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_WriteZStream_mC76ECF62EF1209EF7B107B6B085E6371022E42E4 (SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * ___stream0, intptr_t ___buffer1, int32_t ___length2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (void*, intptr_t, int32_t); // Marshaling of parameter '___stream0' to native representation void* ____stream0_marshaled = NULL; if (___stream0 == NULL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_null_exception("stream"), NULL); bool ___safeHandle_reference_incremented_for____stream0 = false; SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(___stream0, (&___safeHandle_reference_incremented_for____stream0), NULL); ____stream0_marshaled = reinterpret_cast((___stream0)->get_handle_0()); // Native function invocation int32_t returnValue = reinterpret_cast(WriteZStream)(____stream0_marshaled, ___buffer1, ___length2); // Marshaling cleanup of parameter '___stream0' native representation if (___safeHandle_reference_incremented_for____stream0) { SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(___stream0, NULL); } 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.ComponentModel.DelegatingTypeDescriptionProvider::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegatingTypeDescriptionProvider__ctor_mCF20B2E7BC00DAC1E90C2E793149D2F6AC703914 (DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC * __this, Type_t * ___type0, const RuntimeMethod* method) { { TypeDescriptionProvider__ctor_m94BF5F0DC2E15A38D66F41186DA570B3AF70D7AF(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; __this->set__type_2(L_0); return; } } // System.ComponentModel.TypeDescriptionProvider System.ComponentModel.DelegatingTypeDescriptionProvider::get_Provider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * DelegatingTypeDescriptionProvider_get_Provider_m40BE69BAE5E071840B42F65214B83B55EB644DA3 (DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = __this->get__type_2(); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_1; L_1 = TypeDescriptor_GetProviderRecursive_mC7FC8A73869983191A83E2332B5ABC03A5C6FE4E(L_0, /*hidden argument*/NULL); return L_1; } } // System.Object System.ComponentModel.DelegatingTypeDescriptionProvider::CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DelegatingTypeDescriptionProvider_CreateInstance_mD84F9658625DD7448DD1BD61856472CF4F59EE89 (DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC * __this, RuntimeObject* ___provider0, Type_t * ___objectType1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___argTypes2, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args3, const RuntimeMethod* method) { { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0; L_0 = DelegatingTypeDescriptionProvider_get_Provider_m40BE69BAE5E071840B42F65214B83B55EB644DA3(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___provider0; Type_t * L_2 = ___objectType1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = ___argTypes2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = ___args3; NullCheck(L_0); RuntimeObject * L_5; L_5 = VirtualFuncInvoker4< RuntimeObject *, RuntimeObject*, Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(4 /* System.Object System.ComponentModel.TypeDescriptionProvider::CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[]) */, L_0, L_1, L_2, L_3, L_4); return L_5; } } // System.Collections.IDictionary System.ComponentModel.DelegatingTypeDescriptionProvider::GetCache(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DelegatingTypeDescriptionProvider_GetCache_mA3D5F5E162554750BD8DFC160AF08D2567BC28DA (DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0; L_0 = DelegatingTypeDescriptionProvider_get_Provider_m40BE69BAE5E071840B42F65214B83B55EB644DA3(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___instance0; NullCheck(L_0); RuntimeObject* L_2; L_2 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(5 /* System.Collections.IDictionary System.ComponentModel.TypeDescriptionProvider::GetCache(System.Object) */, L_0, L_1); return L_2; } } // System.String System.ComponentModel.DelegatingTypeDescriptionProvider::GetFullComponentName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DelegatingTypeDescriptionProvider_GetFullComponentName_m144A7AB049DC8BC08744A1D069970636C63B63C5 (DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC * __this, RuntimeObject * ___component0, const RuntimeMethod* method) { { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0; L_0 = DelegatingTypeDescriptionProvider_get_Provider_m40BE69BAE5E071840B42F65214B83B55EB644DA3(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___component0; NullCheck(L_0); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, RuntimeObject * >::Invoke(8 /* System.String System.ComponentModel.TypeDescriptionProvider::GetFullComponentName(System.Object) */, L_0, L_1); return L_2; } } // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.DelegatingTypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DelegatingTypeDescriptionProvider_GetExtendedTypeDescriptor_m6B82E3A5FA5D93F6D8E3D2604CDB88EBB1603D70 (DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0; L_0 = DelegatingTypeDescriptionProvider_get_Provider_m40BE69BAE5E071840B42F65214B83B55EB644DA3(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___instance0; NullCheck(L_0); RuntimeObject* L_2; L_2 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(6 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) */, L_0, L_1); return L_2; } } // System.ComponentModel.IExtenderProvider[] System.ComponentModel.DelegatingTypeDescriptionProvider::GetExtenderProviders(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* DelegatingTypeDescriptionProvider_GetExtenderProviders_m47957141413848BC28D7F32D45335AB0D4D10488 (DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0; L_0 = DelegatingTypeDescriptionProvider_get_Provider_m40BE69BAE5E071840B42F65214B83B55EB644DA3(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___instance0; NullCheck(L_0); IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_2; L_2 = VirtualFuncInvoker1< IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738*, RuntimeObject * >::Invoke(7 /* System.ComponentModel.IExtenderProvider[] System.ComponentModel.TypeDescriptionProvider::GetExtenderProviders(System.Object) */, L_0, L_1); return L_2; } } // System.Type System.ComponentModel.DelegatingTypeDescriptionProvider::GetReflectionType(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * DelegatingTypeDescriptionProvider_GetReflectionType_m869554D739575094541E1CA40E697BE6A37C34D9 (DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC * __this, Type_t * ___objectType0, RuntimeObject * ___instance1, const RuntimeMethod* method) { { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0; L_0 = DelegatingTypeDescriptionProvider_get_Provider_m40BE69BAE5E071840B42F65214B83B55EB644DA3(__this, /*hidden argument*/NULL); Type_t * L_1 = ___objectType0; RuntimeObject * L_2 = ___instance1; NullCheck(L_0); Type_t * L_3; L_3 = VirtualFuncInvoker2< Type_t *, Type_t *, RuntimeObject * >::Invoke(9 /* System.Type System.ComponentModel.TypeDescriptionProvider::GetReflectionType(System.Type,System.Object) */, L_0, L_1, L_2); return L_3; } } // System.Type System.ComponentModel.DelegatingTypeDescriptionProvider::GetRuntimeType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * DelegatingTypeDescriptionProvider_GetRuntimeType_m5A0ABB9AA7A55688A925F5452AC7551A8FB7E56B (DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC * __this, Type_t * ___objectType0, const RuntimeMethod* method) { { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0; L_0 = DelegatingTypeDescriptionProvider_get_Provider_m40BE69BAE5E071840B42F65214B83B55EB644DA3(__this, /*hidden argument*/NULL); Type_t * L_1 = ___objectType0; NullCheck(L_0); Type_t * L_2; L_2 = VirtualFuncInvoker1< Type_t *, Type_t * >::Invoke(10 /* System.Type System.ComponentModel.TypeDescriptionProvider::GetRuntimeType(System.Type) */, L_0, L_1); return L_2; } } // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.DelegatingTypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DelegatingTypeDescriptionProvider_GetTypeDescriptor_m587C7185B1583FF716649D493E1B08371579B70B (DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC * __this, Type_t * ___objectType0, RuntimeObject * ___instance1, const RuntimeMethod* method) { { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0; L_0 = DelegatingTypeDescriptionProvider_get_Provider_m40BE69BAE5E071840B42F65214B83B55EB644DA3(__this, /*hidden argument*/NULL); Type_t * L_1 = ___objectType0; RuntimeObject * L_2 = ___instance1; NullCheck(L_0); RuntimeObject* L_3; L_3 = VirtualFuncInvoker2< RuntimeObject*, Type_t *, RuntimeObject * >::Invoke(11 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) */, L_0, L_1, L_2); return L_3; } } // System.Boolean System.ComponentModel.DelegatingTypeDescriptionProvider::IsSupportedType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegatingTypeDescriptionProvider_IsSupportedType_m78A35CE30E2DCEB4D7FB6B238D3776D69621FCEA (DelegatingTypeDescriptionProvider_t882282A0EC9D5250E615E628EBC39AE7AE4EB6AC * __this, Type_t * ___type0, const RuntimeMethod* method) { { TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * L_0; L_0 = DelegatingTypeDescriptionProvider_get_Provider_m40BE69BAE5E071840B42F65214B83B55EB644DA3(__this, /*hidden argument*/NULL); Type_t * L_1 = ___type0; NullCheck(L_0); bool L_2; L_2 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(12 /* System.Boolean System.ComponentModel.TypeDescriptionProvider::IsSupportedType(System.Type) */, L_0, L_1); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DescriptionAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptionAttribute__ctor_m0E146E17D89AF14C7390CA02D1725CA5114E2A40 (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); DescriptionAttribute__ctor_m88B8CF110270B3759BE4A9D17D6B1A4A17305D9E(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.DescriptionAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptionAttribute__ctor_m88B8CF110270B3759BE4A9D17D6B1A4A17305D9E (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, String_t* ___description0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___description0; __this->set_description_1(L_0); return; } } // System.String System.ComponentModel.DescriptionAttribute::get_Description() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DescriptionAttribute_get_Description_m0FA1D4D963B0CC6430641650EAFC0A28EF5D7567 (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = DescriptionAttribute_get_DescriptionValue_mC1DBBA2D084E17E4062C81318C1D5D5295E4C97C_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.ComponentModel.DescriptionAttribute::get_DescriptionValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DescriptionAttribute_get_DescriptionValue_mC1DBBA2D084E17E4062C81318C1D5D5295E4C97C (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_description_1(); return L_0; } } // System.Void System.ComponentModel.DescriptionAttribute::set_DescriptionValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptionAttribute_set_DescriptionValue_m7690BF55F40A7C26BBDF62BEBC2728EC9A16A91B (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_description_1(L_0); return; } } // System.Boolean System.ComponentModel.DescriptionAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DescriptionAttribute_Equals_m07C0B8787F3D42DDB8E726E4658705AAF19D0E0F (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA *)IsInstClass((RuntimeObject*)L_1, DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var)); DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * L_2 = V_0; if (!L_2) { goto IL_0022; } } { DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.DescriptionAttribute::get_Description() */, L_3); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.DescriptionAttribute::get_Description() */, __this); bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0022: { return (bool)0; } } // System.Int32 System.ComponentModel.DescriptionAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DescriptionAttribute_GetHashCode_m6C0A71F2ED2EBE6A2846DC87E3FD8CEBBABD4CE9 (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.DescriptionAttribute::get_Description() */, __this); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.Boolean System.ComponentModel.DescriptionAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DescriptionAttribute_IsDefaultAttribute_mA189DAF2F6CD1FC998306C5FB355AF3D0D3B7BE0 (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var); DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * L_0 = ((DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_StaticFields*)il2cpp_codegen_static_fields_for(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var))->get_Default_0(); bool L_1; L_1 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_0); return L_1; } } // System.Void System.ComponentModel.DescriptionAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptionAttribute__cctor_m97E688AF3C1662458B630141FF170BBDAFF5F3E4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * L_0 = (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA *)il2cpp_codegen_object_new(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var); DescriptionAttribute__ctor_m0E146E17D89AF14C7390CA02D1725CA5114E2A40(L_0, /*hidden argument*/NULL); ((DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_StaticFields*)il2cpp_codegen_static_fields_for(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var))->set_Default_0(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.ComponentModel.DesignOnlyAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignOnlyAttribute__ctor_mD0CB5BD81F0864F6F371BB257FDACF4863F60024 (DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * __this, bool ___isDesignOnly0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); bool L_0 = ___isDesignOnly0; __this->set_isDesignOnly_0(L_0); return; } } // System.Boolean System.ComponentModel.DesignOnlyAttribute::get_IsDesignOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignOnlyAttribute_get_IsDesignOnly_m8900A909ABB73D36A8AB05EFF72559BAE67D0CBB (DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isDesignOnly_0(); return L_0; } } // System.Boolean System.ComponentModel.DesignOnlyAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignOnlyAttribute_IsDefaultAttribute_mE333907AF4D5C75C0264ED419980BA41D48D6D48 (DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = DesignOnlyAttribute_get_IsDesignOnly_m8900A909ABB73D36A8AB05EFF72559BAE67D0CBB_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var); DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * L_1 = ((DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_StaticFields*)il2cpp_codegen_static_fields_for(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var))->get_Default_3(); NullCheck(L_1); bool L_2; L_2 = DesignOnlyAttribute_get_IsDesignOnly_m8900A909ABB73D36A8AB05EFF72559BAE67D0CBB_inline(L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0); } } // System.Boolean System.ComponentModel.DesignOnlyAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignOnlyAttribute_Equals_m2E4D63F4DB5853D690975BAA9B373E1AB80269C1 (DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D *)IsInstSealed((RuntimeObject*)L_1, DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var)); DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * L_2 = V_0; if (!L_2) { goto IL_001f; } } { DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * L_3 = V_0; NullCheck(L_3); bool L_4 = L_3->get_isDesignOnly_0(); bool L_5 = __this->get_isDesignOnly_0(); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001f: { return (bool)0; } } // System.Int32 System.ComponentModel.DesignOnlyAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DesignOnlyAttribute_GetHashCode_mCAD88FFC9E449E752FB0BEF854748A95EE5167D3 (DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * __this, const RuntimeMethod* method) { { bool* L_0 = __this->get_address_of_isDesignOnly_0(); int32_t L_1; L_1 = Boolean_GetHashCode_m03AF8B3CECAE9106C44A00E3B33E51CBFC45C411((bool*)L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.ComponentModel.DesignOnlyAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignOnlyAttribute__cctor_mD59C0F6838909F1BC9C4C86F96F170B339AA7A4D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * L_0 = (DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D *)il2cpp_codegen_object_new(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var); DesignOnlyAttribute__ctor_mD0CB5BD81F0864F6F371BB257FDACF4863F60024(L_0, (bool)1, /*hidden argument*/NULL); ((DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_StaticFields*)il2cpp_codegen_static_fields_for(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var))->set_Yes_1(L_0); DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * L_1 = (DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D *)il2cpp_codegen_object_new(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var); DesignOnlyAttribute__ctor_mD0CB5BD81F0864F6F371BB257FDACF4863F60024(L_1, (bool)0, /*hidden argument*/NULL); ((DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_StaticFields*)il2cpp_codegen_static_fields_for(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var))->set_No_2(L_1); DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * L_2 = ((DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_StaticFields*)il2cpp_codegen_static_fields_for(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var))->get_No_2(); ((DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_StaticFields*)il2cpp_codegen_static_fields_for(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var))->set_Default_3(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DesignTimeVisibleAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignTimeVisibleAttribute__ctor_m5FEE8039EADC36835B17FC69C6F9302D98D17B3F (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * __this, bool ___visible0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); bool L_0 = ___visible0; __this->set_visible_0(L_0); return; } } // System.Void System.ComponentModel.DesignTimeVisibleAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignTimeVisibleAttribute__ctor_m953B855BB3D89E0718BECA720E6947EEC676DFC2 (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.DesignTimeVisibleAttribute::get_Visible() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignTimeVisibleAttribute_get_Visible_mEDEAE4216F7BBE283BAB2F714D23691E909766B5 (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_visible_0(); return L_0; } } // System.Boolean System.ComponentModel.DesignTimeVisibleAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignTimeVisibleAttribute_Equals_m5EE5DF6FF3122FD7415C18192AB0F72E173FC334 (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A *)IsInstSealed((RuntimeObject*)L_1, DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var)); DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * L_2 = V_0; if (!L_2) { goto IL_001f; } } { DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = DesignTimeVisibleAttribute_get_Visible_mEDEAE4216F7BBE283BAB2F714D23691E909766B5_inline(L_3, /*hidden argument*/NULL); bool L_5 = __this->get_visible_0(); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001f: { return (bool)0; } } // System.Int32 System.ComponentModel.DesignTimeVisibleAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DesignTimeVisibleAttribute_GetHashCode_m517CECA16068CA5B18C14D3FADCCB0F594243E56 (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_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; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1); bool L_3 = __this->get_visible_0(); G_B1_0 = L_2; if (L_3) { G_B2_0 = L_2; goto IL_001a; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_001b; } IL_001a: { G_B3_0 = (-1); G_B3_1 = G_B2_0; } IL_001b: { return ((int32_t)((int32_t)G_B3_1^(int32_t)G_B3_0)); } } // System.Boolean System.ComponentModel.DesignTimeVisibleAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignTimeVisibleAttribute_IsDefaultAttribute_mFCDDE2DA29856425F2C92BE1A388875D016CB447 (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = DesignTimeVisibleAttribute_get_Visible_mEDEAE4216F7BBE283BAB2F714D23691E909766B5_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var); DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * L_1 = ((DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_StaticFields*)il2cpp_codegen_static_fields_for(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var))->get_Default_3(); NullCheck(L_1); bool L_2; L_2 = DesignTimeVisibleAttribute_get_Visible_mEDEAE4216F7BBE283BAB2F714D23691E909766B5_inline(L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0); } } // System.Void System.ComponentModel.DesignTimeVisibleAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignTimeVisibleAttribute__cctor_mA9E4CF3E6D44E514AC81FCCC651778BF6806F9A5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * L_0 = (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A *)il2cpp_codegen_object_new(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var); DesignTimeVisibleAttribute__ctor_m5FEE8039EADC36835B17FC69C6F9302D98D17B3F(L_0, (bool)1, /*hidden argument*/NULL); ((DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_StaticFields*)il2cpp_codegen_static_fields_for(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var))->set_Yes_1(L_0); DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * L_1 = (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A *)il2cpp_codegen_object_new(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var); DesignTimeVisibleAttribute__ctor_m5FEE8039EADC36835B17FC69C6F9302D98D17B3F(L_1, (bool)0, /*hidden argument*/NULL); ((DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_StaticFields*)il2cpp_codegen_static_fields_for(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var))->set_No_2(L_1); DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * L_2 = ((DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_StaticFields*)il2cpp_codegen_static_fields_for(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var))->get_Yes_1(); ((DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_StaticFields*)il2cpp_codegen_static_fields_for(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var))->set_Default_3(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DesignerAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerAttribute__ctor_m39EEFCC14E580836304C18235A39706F1BF1DCBF (DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * __this, String_t* ___designerTypeName0, 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*)&IDesigner_t34D6F661A156AB0241F2A37AD68A511C1EF0F995_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___designerTypeName0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); NullCheck(L_0); String_t* L_2; L_2 = String_ToUpper_m32DE932B585A6584A6703B6603F955F2E4ED8986(L_0, L_1, /*hidden argument*/NULL); String_t* L_3 = ___designerTypeName0; __this->set_designerTypeName_0(L_3); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (IDesigner_t34D6F661A156AB0241F2A37AD68A511C1EF0F995_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_5); __this->set_designerBaseTypeName_1(L_6); return; } } // System.Void System.ComponentModel.DesignerAttribute::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerAttribute__ctor_mACE23AA104A8ABA1013427B3D81D77C63164359E (DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * __this, Type_t * ___designerType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDesigner_t34D6F661A156AB0241F2A37AD68A511C1EF0F995_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); Type_t * L_0 = ___designerType0; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_0); __this->set_designerTypeName_0(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IDesigner_t34D6F661A156AB0241F2A37AD68A511C1EF0F995_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_3); __this->set_designerBaseTypeName_1(L_4); return; } } // System.Void System.ComponentModel.DesignerAttribute::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerAttribute__ctor_m1DFBBB19330DA410EA2FC9C13C47F5AEAE666FFF (DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * __this, String_t* ___designerTypeName0, String_t* ___designerBaseTypeName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___designerTypeName0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); NullCheck(L_0); String_t* L_2; L_2 = String_ToUpper_m32DE932B585A6584A6703B6603F955F2E4ED8986(L_0, L_1, /*hidden argument*/NULL); String_t* L_3 = ___designerTypeName0; __this->set_designerTypeName_0(L_3); String_t* L_4 = ___designerBaseTypeName1; __this->set_designerBaseTypeName_1(L_4); return; } } // System.Void System.ComponentModel.DesignerAttribute::.ctor(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerAttribute__ctor_mB3667C64A5316ADF52C89FD6C11896A74D3F12FC (DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * __this, String_t* ___designerTypeName0, Type_t * ___designerBaseType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___designerTypeName0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); NullCheck(L_0); String_t* L_2; L_2 = String_ToUpper_m32DE932B585A6584A6703B6603F955F2E4ED8986(L_0, L_1, /*hidden argument*/NULL); String_t* L_3 = ___designerTypeName0; __this->set_designerTypeName_0(L_3); Type_t * L_4 = ___designerBaseType1; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_4); __this->set_designerBaseTypeName_1(L_5); return; } } // System.Void System.ComponentModel.DesignerAttribute::.ctor(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerAttribute__ctor_mA09C160F62541F39A592AFE386F1B0AC4CE5951B (DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * __this, Type_t * ___designerType0, Type_t * ___designerBaseType1, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); Type_t * L_0 = ___designerType0; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_0); __this->set_designerTypeName_0(L_1); Type_t * L_2 = ___designerBaseType1; NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_2); __this->set_designerBaseTypeName_1(L_3); return; } } // System.String System.ComponentModel.DesignerAttribute::get_DesignerBaseTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DesignerAttribute_get_DesignerBaseTypeName_m0E81B088936AA02C1BE182979C8A40D4DC871C7A (DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_designerBaseTypeName_1(); return L_0; } } // System.String System.ComponentModel.DesignerAttribute::get_DesignerTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DesignerAttribute_get_DesignerTypeName_mE8D2A2D61BD19B261383CC14E9CBB94EFC85406A (DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_designerTypeName_0(); return L_0; } } // System.Object System.ComponentModel.DesignerAttribute::get_TypeId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DesignerAttribute_get_TypeId_m862546DD05F4F24BE0280AF6C2C393B60DB4D933 (DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = __this->get_typeId_2(); if (L_0) { goto IL_003c; } } { String_t* L_1 = __this->get_designerBaseTypeName_1(); V_0 = L_1; String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_2, ((int32_t)44), /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0025; } } { String_t* L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); String_t* L_7; L_7 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_5, 0, L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_0025: { Type_t * L_8; L_8 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_8); String_t* L_10 = V_0; String_t* L_11; L_11 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_9, L_10, /*hidden argument*/NULL); __this->set_typeId_2(L_11); } IL_003c: { String_t* L_12 = __this->get_typeId_2(); return L_12; } } // System.Boolean System.ComponentModel.DesignerAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignerAttribute_Equals_m0A794D27ACBFF6C7D4E99F0A8A9F22B9DB10E0CA (DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C *)IsInstSealed((RuntimeObject*)L_1, DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C_il2cpp_TypeInfo_var)); DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * L_2 = V_0; if (!L_2) { goto IL_0035; } } { DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_designerBaseTypeName_1(); String_t* L_5 = __this->get_designerBaseTypeName_1(); bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0035; } } { DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * L_7 = V_0; NullCheck(L_7); String_t* L_8 = L_7->get_designerTypeName_0(); String_t* L_9 = __this->get_designerTypeName_0(); bool L_10; L_10 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, L_9, /*hidden argument*/NULL); return L_10; } IL_0035: { return (bool)0; } } // System.Int32 System.ComponentModel.DesignerAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DesignerAttribute_GetHashCode_m17B9DAB29926C21682434E9A77E31651B9BDD80D (DesignerAttribute_tB643D551A57C35CF0DC214C7CEA7B5C2BB53C46C * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_designerTypeName_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); String_t* L_2 = __this->get_designerBaseTypeName_1(); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_2); return ((int32_t)((int32_t)L_1^(int32_t)L_3)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DesignerCategoryAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerCategoryAttribute__ctor_m56E7C4D9708E648D47D4A9EA65AFF2A597039FF4 (DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_category_0(L_0); return; } } // System.Void System.ComponentModel.DesignerCategoryAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerCategoryAttribute__ctor_m60F54A81AA457206EA8336100BF1CB0FC2817EF3 (DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * __this, String_t* ___category0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___category0; __this->set_category_0(L_0); return; } } // System.String System.ComponentModel.DesignerCategoryAttribute::get_Category() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DesignerCategoryAttribute_get_Category_m334134194821AB8C5B2D84C9BFE023CD1C232C2D (DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_category_0(); return L_0; } } // System.Object System.ComponentModel.DesignerCategoryAttribute::get_TypeId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DesignerCategoryAttribute_get_TypeId_m4E4C82B976EEDF91892B9EDD3137107AA2A908AE (DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_typeId_1(); if (L_0) { goto IL_0024; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_1); String_t* L_3; L_3 = DesignerCategoryAttribute_get_Category_m334134194821AB8C5B2D84C9BFE023CD1C232C2D_inline(__this, /*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_2, L_3, /*hidden argument*/NULL); __this->set_typeId_1(L_4); } IL_0024: { String_t* L_5 = __this->get_typeId_1(); return L_5; } } // System.Boolean System.ComponentModel.DesignerCategoryAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignerCategoryAttribute_Equals_m8032A91A1B7406D5D3497BDCBA94341706A0A113 (DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 *)IsInstSealed((RuntimeObject*)L_1, DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_il2cpp_TypeInfo_var)); DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * L_2 = V_0; if (!L_2) { goto IL_0022; } } { DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_category_0(); String_t* L_5 = __this->get_category_0(); bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0022: { return (bool)0; } } // System.Int32 System.ComponentModel.DesignerCategoryAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DesignerCategoryAttribute_GetHashCode_m97577A9BBB14BCF5045EF0ED1A7DCD19BE591DEF (DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_category_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.Boolean System.ComponentModel.DesignerCategoryAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignerCategoryAttribute_IsDefaultAttribute_mBF8708ED577D726DD14DA70F59BF0E0C494F7E22 (DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_category_0(); IL2CPP_RUNTIME_CLASS_INIT(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_il2cpp_TypeInfo_var); DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * L_1 = ((DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_StaticFields*)il2cpp_codegen_static_fields_for(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_il2cpp_TypeInfo_var))->get_Default_3(); NullCheck(L_1); String_t* L_2; L_2 = DesignerCategoryAttribute_get_Category_m334134194821AB8C5B2D84C9BFE023CD1C232C2D_inline(L_1, /*hidden argument*/NULL); NullCheck(L_0); bool L_3; L_3 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_0, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void System.ComponentModel.DesignerCategoryAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerCategoryAttribute__cctor_mFFF2E014AFA0C3958CA85DD0D496DAF09DDC122D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1842163E600730C192914B1BCFB77A9A809A8070); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60081E4C6B9BD5BBFC2D172205F8D7236FF4A669); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEF84EBA6C9A8E7BB2723A279F7980993BF92544); s_Il2CppMethodInitialized = true; } { DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * L_0 = (DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 *)il2cpp_codegen_object_new(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_il2cpp_TypeInfo_var); DesignerCategoryAttribute__ctor_m60F54A81AA457206EA8336100BF1CB0FC2817EF3(L_0, _stringLiteralDEF84EBA6C9A8E7BB2723A279F7980993BF92544, /*hidden argument*/NULL); ((DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_StaticFields*)il2cpp_codegen_static_fields_for(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_il2cpp_TypeInfo_var))->set_Component_2(L_0); DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * L_1 = (DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 *)il2cpp_codegen_object_new(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_il2cpp_TypeInfo_var); DesignerCategoryAttribute__ctor_m56E7C4D9708E648D47D4A9EA65AFF2A597039FF4(L_1, /*hidden argument*/NULL); ((DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_StaticFields*)il2cpp_codegen_static_fields_for(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_il2cpp_TypeInfo_var))->set_Default_3(L_1); DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * L_2 = (DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 *)il2cpp_codegen_object_new(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_il2cpp_TypeInfo_var); DesignerCategoryAttribute__ctor_m60F54A81AA457206EA8336100BF1CB0FC2817EF3(L_2, _stringLiteral1842163E600730C192914B1BCFB77A9A809A8070, /*hidden argument*/NULL); ((DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_StaticFields*)il2cpp_codegen_static_fields_for(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_il2cpp_TypeInfo_var))->set_Form_4(L_2); DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * L_3 = (DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 *)il2cpp_codegen_object_new(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_il2cpp_TypeInfo_var); DesignerCategoryAttribute__ctor_m60F54A81AA457206EA8336100BF1CB0FC2817EF3(L_3, _stringLiteral60081E4C6B9BD5BBFC2D172205F8D7236FF4A669, /*hidden argument*/NULL); ((DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_StaticFields*)il2cpp_codegen_static_fields_for(DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42_il2cpp_TypeInfo_var))->set_Generic_5(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 #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.ComponentModel.DesignerSerializationVisibilityAttribute::.ctor(System.ComponentModel.DesignerSerializationVisibility) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerSerializationVisibilityAttribute__ctor_mAEEE7613ABFC1F58770FA563450E24976E4CEB49 (DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * __this, int32_t ___visibility0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); int32_t L_0 = ___visibility0; __this->set_visibility_4(L_0); return; } } // System.ComponentModel.DesignerSerializationVisibility System.ComponentModel.DesignerSerializationVisibilityAttribute::get_Visibility() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DesignerSerializationVisibilityAttribute_get_Visibility_m8BF8E684ABAB85A14343D269EF8EFC493D17F49E (DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_visibility_4(); return L_0; } } // System.Boolean System.ComponentModel.DesignerSerializationVisibilityAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignerSerializationVisibilityAttribute_Equals_m4604EDC514EE6CB9C907A9556BA93B8374CBCF8E (DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 *)IsInstSealed((RuntimeObject*)L_1, DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var)); DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * L_2 = V_0; if (!L_2) { goto IL_001f; } } { DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = DesignerSerializationVisibilityAttribute_get_Visibility_m8BF8E684ABAB85A14343D269EF8EFC493D17F49E_inline(L_3, /*hidden argument*/NULL); int32_t L_5 = __this->get_visibility_4(); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001f: { return (bool)0; } } // System.Int32 System.ComponentModel.DesignerSerializationVisibilityAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DesignerSerializationVisibilityAttribute_GetHashCode_m50CE561D387EC4F63493C70FD9D57C58AF29737A (DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.ComponentModel.DesignerSerializationVisibilityAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignerSerializationVisibilityAttribute_IsDefaultAttribute_mC15B3A50606DA3CA2F7BD42F65948D91A3460D02 (DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var); DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * L_0 = ((DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var))->get_Default_3(); bool L_1; L_1 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_0); return L_1; } } // System.Void System.ComponentModel.DesignerSerializationVisibilityAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerSerializationVisibilityAttribute__cctor_m4898EC9EE60DEDB8189A1D09E221A6B7CCEA9691 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * L_0 = (DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 *)il2cpp_codegen_object_new(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var); DesignerSerializationVisibilityAttribute__ctor_mAEEE7613ABFC1F58770FA563450E24976E4CEB49(L_0, 2, /*hidden argument*/NULL); ((DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var))->set_Content_0(L_0); DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * L_1 = (DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 *)il2cpp_codegen_object_new(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var); DesignerSerializationVisibilityAttribute__ctor_mAEEE7613ABFC1F58770FA563450E24976E4CEB49(L_1, 0, /*hidden argument*/NULL); ((DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var))->set_Hidden_1(L_1); DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * L_2 = (DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 *)il2cpp_codegen_object_new(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var); DesignerSerializationVisibilityAttribute__ctor_mAEEE7613ABFC1F58770FA563450E24976E4CEB49(L_2, 1, /*hidden argument*/NULL); ((DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var))->set_Visible_2(L_2); DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * L_3 = ((DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var))->get_Visible_2(); ((DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var))->set_Default_3(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.ComponentModel.LicenseUsageMode System.ComponentModel.Design.DesigntimeLicenseContext::get_UsageMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DesigntimeLicenseContext_get_UsageMode_mF8980830EE71C443318B985D1EDDC822AFE97753 (DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.String System.ComponentModel.Design.DesigntimeLicenseContext::GetSavedLicenseKey(System.Type,System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DesigntimeLicenseContext_GetSavedLicenseKey_m8D98A8A3D0D62452600FC432734F588BFE9D98D3 (DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A * __this, Type_t * ___type0, Assembly_t * ___resourceAssembly1, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Void System.ComponentModel.Design.DesigntimeLicenseContext::SetSavedLicenseKey(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesigntimeLicenseContext_SetSavedLicenseKey_mF0A5751EDC7E3591422CE74CFEE80B19CBDE4E39 (DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A * __this, Type_t * ___type0, String_t* ___key1, const RuntimeMethod* method) { { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_savedLicenseKeys_0(); Type_t * L_1 = ___type0; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_1); String_t* L_3 = ___key1; NullCheck(L_0); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_0, L_2, L_3); return; } } // System.Void System.ComponentModel.Design.DesigntimeLicenseContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesigntimeLicenseContext__ctor_mDA78EB4DC935EC0F83D6555EE2E081BA8AE31108 (DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A * __this, 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_savedLicenseKeys_0(L_0); LicenseContext__ctor_m98A9A749F85771531D680568BD7F45DFE2685DED(__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.ComponentModel.Design.DesigntimeLicenseContextSerializer::Deserialize(System.IO.Stream,System.String,System.ComponentModel.Design.RuntimeLicenseContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesigntimeLicenseContextSerializer_Deserialize_mBA3719CE50BF5E83A65435D5EAB721F767E45329 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___o0, String_t* ___cryptoKey1, RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A * ___context2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFormatter_t91AC8765DE85C135D6CA1042CEBF15007BCEFB01_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; { BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * L_0 = (BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 *)il2cpp_codegen_object_new(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55_il2cpp_TypeInfo_var); BinaryFormatter__ctor_m63B98FC5BE3E28A871125318FECE87CEA83D9126(L_0, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___o0; NullCheck(L_0); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.Object System.Runtime.Serialization.IFormatter::Deserialize(System.IO.Stream) */, IFormatter_t91AC8765DE85C135D6CA1042CEBF15007BCEFB01_il2cpp_TypeInfo_var, L_0, L_1); V_0 = L_2; RuntimeObject * L_3 = V_0; if (!((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_3, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var))) { goto IL_0043; } } { RuntimeObject * L_4 = V_0; V_1 = ((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_4, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = V_1; NullCheck(L_5); int32_t L_6 = 0; RuntimeObject * L_7 = (L_5)->GetAt(static_cast(L_6)); if (!((String_t*)IsInstSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var))) { goto IL_0043; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = V_1; NullCheck(L_8); int32_t L_9 = 0; RuntimeObject * L_10 = (L_8)->GetAt(static_cast(L_9)); String_t* L_11 = ___cryptoKey1; bool L_12; L_12 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(((String_t*)CastclassSealed((RuntimeObject*)L_10, String_t_il2cpp_TypeInfo_var)), L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0043; } } { RuntimeLicenseContext_t38F0BCEF3097D49437450B0D1432588C2E5B1E2A * L_13 = ___context2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = V_1; NullCheck(L_14); int32_t L_15 = 1; RuntimeObject * L_16 = (L_14)->GetAt(static_cast(L_15)); NullCheck(L_13); L_13->set_savedLicenseKeys_1(((Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)CastclassClass((RuntimeObject*)L_16, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var))); } IL_0043: { 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.DiagnosticsConfigurationHandler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler__ctor_mCD2A35E58C3715292B4CAC69DCA4DB9FDBCAF8A2 (DiagnosticsConfigurationHandler_t69F37E22D4A4FD977D51999CA94F8DE2BFF2B741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DiagnosticsConfigurationHandler__ctor_mCD2A35E58C3715292B4CAC69DCA4DB9FDBCAF8A2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DiagnosticsConfigurationHandler__ctor_mCD2A35E58C3715292B4CAC69DCA4DB9FDBCAF8A2_RuntimeMethod_var); return; } } // System.Object System.Diagnostics.DiagnosticsConfigurationHandler::Create(System.Object,System.Object,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DiagnosticsConfigurationHandler_Create_m7C5E9A16FBA52442C7C79E67B2C7991FB51D2740 (DiagnosticsConfigurationHandler_t69F37E22D4A4FD977D51999CA94F8DE2BFF2B741 * __this, RuntimeObject * ___parent0, RuntimeObject * ___configContext1, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___section2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DiagnosticsConfigurationHandler_Create_m7C5E9A16FBA52442C7C79E67B2C7991FB51D2740_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DiagnosticsConfigurationHandler_Create_m7C5E9A16FBA52442C7C79E67B2C7991FB51D2740_RuntimeMethod_var); return NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.DictionarySectionHandler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionarySectionHandler__ctor_mD063007A2CCE3CF1F46E6EC63E7ED12E22D2E869 (DictionarySectionHandler_t2CBB2A273D91AB10D6C687AFFCBBB3824B6042B4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionarySectionHandler__ctor_mD063007A2CCE3CF1F46E6EC63E7ED12E22D2E869_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DictionarySectionHandler__ctor_mD063007A2CCE3CF1F46E6EC63E7ED12E22D2E869_RuntimeMethod_var); return; } } // System.String System.Configuration.DictionarySectionHandler::get_KeyAttributeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DictionarySectionHandler_get_KeyAttributeName_m22EC8068186A571608885203DCDC3B5CA69C6F46 (DictionarySectionHandler_t2CBB2A273D91AB10D6C687AFFCBBB3824B6042B4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionarySectionHandler_get_KeyAttributeName_m22EC8068186A571608885203DCDC3B5CA69C6F46_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DictionarySectionHandler_get_KeyAttributeName_m22EC8068186A571608885203DCDC3B5CA69C6F46_RuntimeMethod_var); return (String_t*)NULL; } } // System.String System.Configuration.DictionarySectionHandler::get_ValueAttributeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DictionarySectionHandler_get_ValueAttributeName_m9EB00606975DEFF4D68450AC91686FB12B9E0D2F (DictionarySectionHandler_t2CBB2A273D91AB10D6C687AFFCBBB3824B6042B4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionarySectionHandler_get_ValueAttributeName_m9EB00606975DEFF4D68450AC91686FB12B9E0D2F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DictionarySectionHandler_get_ValueAttributeName_m9EB00606975DEFF4D68450AC91686FB12B9E0D2F_RuntimeMethod_var); return (String_t*)NULL; } } // System.Object System.Configuration.DictionarySectionHandler::Create(System.Object,System.Object,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DictionarySectionHandler_Create_m4A5FA6D7FEF2BEB6DF79F965238349A97A8952DA (DictionarySectionHandler_t2CBB2A273D91AB10D6C687AFFCBBB3824B6042B4 * __this, RuntimeObject * ___parent0, RuntimeObject * ___context1, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___section2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionarySectionHandler_Create_m4A5FA6D7FEF2BEB6DF79F965238349A97A8952DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DictionarySectionHandler_Create_m4A5FA6D7FEF2BEB6DF79F965238349A97A8952DA_RuntimeMethod_var); return NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable System.Net.DigestClient::get_Cache() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * DigestClient_get_Cache_mE6DCE129979BA8F483D0398FD531C629C90E91D0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); 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(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var))->get_cache_0(); NullCheck(L_0); RuntimeObject * L_1; L_1 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(40 /* 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(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ((DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var))->get_cache_0(); NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(41 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_3); DigestClient_CheckExpired_m60DB3E4BB6456E9CAFC1B2DC284D2AB3E6B30A93(L_4, /*hidden argument*/NULL); IL2CPP_LEAVE(0x30, FINALLY_0026); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0026; } FINALLY_0026: {// begin finally (depth: 1) { bool L_5 = V_1; if (!L_5) { goto IL_002f; } } IL_0029: { RuntimeObject * L_6 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_6, /*hidden argument*/NULL); } IL_002f: { IL2CPP_END_FINALLY(38) } }// end finally (depth: 1) IL2CPP_CLEANUP(38) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x30, IL_0030) } IL_0030: { IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = ((DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var))->get_cache_0(); return L_7; } } // System.Void System.Net.DigestClient::CheckExpired(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestClient_CheckExpired_m60DB3E4BB6456E9CAFC1B2DC284D2AB3E6B30A93 (int32_t ___count0, 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*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_2 = NULL; RuntimeObject* V_3 = NULL; int32_t V_4 = 0; DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * V_5 = NULL; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_6; memset((&V_6), 0, sizeof(V_6)); RuntimeObject* V_7 = NULL; int32_t V_8 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = ___count0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)10)))) { goto IL_0006; } } { return; } IL_0006: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); V_0 = L_1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); V_1 = L_2; V_2 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ((DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var))->get_cache_0(); NullCheck(L_3); RuntimeObject* L_4; L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_3); NullCheck(L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_4); V_3 = L_5; } IL_0024: try {// begin try (depth: 1) { goto IL_009a; } IL_0026: { RuntimeObject* L_6 = V_3; NullCheck(L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); V_4 = ((*(int32_t*)((int32_t*)UnBox(L_7, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8 = ((DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var))->get_cache_0(); int32_t L_9 = V_4; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); RuntimeObject * L_12; L_12 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, L_11); V_5 = ((DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B *)CastclassClass((RuntimeObject*)L_12, DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var)); DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_13 = V_5; NullCheck(L_13); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_14; L_14 = DigestSession_get_LastUse_mD8434D7BC1017CED5A88F3F08041B9D20F2C0C83_inline(L_13, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_16; L_16 = DateTime_op_LessThan_m9822D8ADDCCACAA534FE3F98C44C352778B0C3DE(L_14, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009a; } } IL_005a: { DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_17 = V_5; NullCheck(L_17); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_18; L_18 = DigestSession_get_LastUse_mD8434D7BC1017CED5A88F3F08041B9D20F2C0C83_inline(L_17, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_20; L_20 = DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2(L_18, L_19, /*hidden argument*/NULL); V_6 = L_20; int64_t L_21; L_21 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_6), /*hidden argument*/NULL); if ((((int64_t)L_21) <= ((int64_t)((int64_t)6000000000LL)))) { goto IL_009a; } } IL_007b: { DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_22 = V_5; NullCheck(L_22); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_23; L_23 = DigestSession_get_LastUse_mD8434D7BC1017CED5A88F3F08041B9D20F2C0C83_inline(L_22, /*hidden argument*/NULL); V_0 = L_23; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_24 = V_2; if (L_24) { goto IL_008c; } } IL_0086: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_25 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_25, /*hidden argument*/NULL); V_2 = L_25; } IL_008c: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_26 = V_2; int32_t L_27 = V_4; int32_t L_28 = L_27; RuntimeObject * L_29 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_28); NullCheck(L_26); int32_t L_30; L_30 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_26, L_29); } IL_009a: { RuntimeObject* L_31 = V_3; NullCheck(L_31); bool L_32; L_32 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_31); if (L_32) { goto IL_0026; } } IL_00a2: { IL2CPP_LEAVE(0xB8, FINALLY_00a4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a4; } FINALLY_00a4: {// begin finally (depth: 1) { RuntimeObject* L_33 = V_3; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_33, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_34 = V_7; if (!L_34) { goto IL_00b7; } } IL_00b0: { RuntimeObject* L_35 = V_7; NullCheck(L_35); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_35); } IL_00b7: { IL2CPP_END_FINALLY(164) } }// end finally (depth: 1) IL2CPP_CLEANUP(164) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB8, IL_00b8) } IL_00b8: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_36 = V_2; if (!L_36) { goto IL_0100; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_37 = V_2; NullCheck(L_37); RuntimeObject* L_38; L_38 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_37); V_3 = L_38; } IL_00c2: try {// begin try (depth: 1) { goto IL_00e2; } IL_00c4: { RuntimeObject* L_39 = V_3; NullCheck(L_39); RuntimeObject * L_40; L_40 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_39); V_8 = ((*(int32_t*)((int32_t*)UnBox(L_40, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_41 = ((DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var))->get_cache_0(); int32_t L_42 = V_8; int32_t L_43 = L_42; RuntimeObject * L_44 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_43); NullCheck(L_41); VirtualActionInvoker1< RuntimeObject * >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_41, L_44); } IL_00e2: { RuntimeObject* L_45 = V_3; NullCheck(L_45); bool L_46; L_46 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_45); if (L_46) { goto IL_00c4; } } IL_00ea: { IL2CPP_LEAVE(0x100, FINALLY_00ec); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ec; } FINALLY_00ec: {// begin finally (depth: 1) { RuntimeObject* L_47 = V_3; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_47, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_48 = V_7; if (!L_48) { goto IL_00ff; } } IL_00f8: { RuntimeObject* L_49 = V_7; NullCheck(L_49); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_49); } IL_00ff: { IL2CPP_END_FINALLY(236) } }// end finally (depth: 1) IL2CPP_CLEANUP(236) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x100, IL_0100) } IL_0100: { return; } } // System.Net.Authorization System.Net.DigestClient::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * DigestClient_Authenticate_m20471A30D6015DACD842E48A8B2825CC74CE5FE7 (DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D * __this, String_t* ___challenge0, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest1, RuntimeObject* ___credentials2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC60811AD65D0557EF69DFB2F66D9621903D5B62A); s_Il2CppMethodInitialized = true; } HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * V_0 = NULL; DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * V_1 = NULL; int32_t V_2 = 0; DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * V_3 = NULL; bool V_4 = false; { RuntimeObject* L_0 = ___credentials2; if (!L_0) { goto IL_0006; } } { String_t* L_1 = ___challenge0; if (L_1) { goto IL_0008; } } IL_0006: { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0008: { String_t* L_2 = ___challenge0; NullCheck(L_2); String_t* L_3; L_3 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4; L_4 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5; L_5 = String_IndexOf_m90616B2D8ACC645F389750FAE4F9A75BC5D82454(L_4, _stringLiteralC60811AD65D0557EF69DFB2F66D9621903D5B62A, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0022; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0022: { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_6 = ___webRequest1; V_0 = ((HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A *)IsInstClass((RuntimeObject*)L_6, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var)); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_7 = V_0; if (L_7) { goto IL_002e; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_002e: { DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_8 = (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B *)il2cpp_codegen_object_new(DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var); DigestSession__ctor_m86705710E06B01D8AB4E67E8678020B8F6D836F6(L_8, /*hidden argument*/NULL); V_1 = L_8; DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_9 = V_1; String_t* L_10 = ___challenge0; NullCheck(L_9); bool L_11; L_11 = DigestSession_Parse_mA13096948231A1185C90302996A3C38583CF3191(L_9, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_003f; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_003f: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_12 = V_0; NullCheck(L_12); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_13; L_13 = HttpWebRequest_get_Address_m8B4240A8AD46F12716B28F8549750BA30D2E368B_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14; L_14 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_13); RuntimeObject* L_15 = ___credentials2; NullCheck(L_15); int32_t L_16; L_16 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_15); DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_17 = V_1; NullCheck(L_17); String_t* L_18; L_18 = DigestSession_get_Nonce_mE32260516AF99A417D41D0901F7633D63238BF87(L_17, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_19; L_19 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_18); V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_14^(int32_t)L_16))^(int32_t)L_19)); IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_20; L_20 = DigestClient_get_Cache_mE6DCE129979BA8F483D0398FD531C629C90E91D0(/*hidden argument*/NULL); int32_t L_21 = V_2; int32_t L_22 = L_21; RuntimeObject * L_23 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_22); NullCheck(L_20); RuntimeObject * L_24; L_24 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_20, L_23); V_3 = ((DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B *)CastclassClass((RuntimeObject*)L_24, DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var)); DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_25 = V_3; V_4 = (bool)((((RuntimeObject*)(DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B *)L_25) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_26 = V_4; if (!L_26) { goto IL_0082; } } { DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_27 = V_1; V_3 = L_27; goto IL_008d; } IL_0082: { DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_28 = V_3; String_t* L_29 = ___challenge0; NullCheck(L_28); bool L_30; L_30 = DigestSession_Parse_mA13096948231A1185C90302996A3C38583CF3191(L_28, L_29, /*hidden argument*/NULL); if (L_30) { goto IL_008d; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_008d: { bool L_31 = V_4; if (!L_31) { goto IL_00a2; } } { IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_32; L_32 = DigestClient_get_Cache_mE6DCE129979BA8F483D0398FD531C629C90E91D0(/*hidden argument*/NULL); int32_t L_33 = V_2; int32_t L_34 = L_33; RuntimeObject * L_35 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_34); DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_36 = V_3; NullCheck(L_32); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_32, L_35, L_36); } IL_00a2: { DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_37 = V_3; WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_38 = ___webRequest1; RuntimeObject* L_39 = ___credentials2; NullCheck(L_37); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_40; L_40 = DigestSession_Authenticate_m642CC2119FACF39B82D56274E4756CD30030C72B(L_37, L_38, L_39, /*hidden argument*/NULL); return L_40; } } // System.Net.Authorization System.Net.DigestClient::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * DigestClient_PreAuthenticate_m04217A63BB9AFB52F6D531CBEE9527162A565E59 (DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D * __this, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * V_0 = NULL; int32_t V_1 = 0; DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * V_2 = NULL; { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_0 = ___webRequest0; V_0 = ((HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A *)IsInstClass((RuntimeObject*)L_0, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var)); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_1 = V_0; if (L_1) { goto IL_000c; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_000c: { RuntimeObject* L_2 = ___credentials1; if (L_2) { goto IL_0011; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0011: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_3 = V_0; NullCheck(L_3); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4; L_4 = HttpWebRequest_get_Address_m8B4240A8AD46F12716B28F8549750BA30D2E368B_inline(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4); RuntimeObject* L_6 = ___credentials1; NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_6); V_1 = ((int32_t)((int32_t)L_5^(int32_t)L_7)); IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8; L_8 = DigestClient_get_Cache_mE6DCE129979BA8F483D0398FD531C629C90E91D0(/*hidden argument*/NULL); int32_t L_9 = V_1; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); RuntimeObject * L_12; L_12 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, L_11); V_2 = ((DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B *)CastclassClass((RuntimeObject*)L_12, DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var)); DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_13 = V_2; if (L_13) { goto IL_003f; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_003f: { DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_14 = V_2; WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_15 = ___webRequest0; RuntimeObject* L_16 = ___credentials1; NullCheck(L_14); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_17; L_17 = DigestSession_Authenticate_m642CC2119FACF39B82D56274E4756CD30030C72B(L_14, L_15, L_16, /*hidden argument*/NULL); return L_17; } } // System.String System.Net.DigestClient::get_AuthenticationType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestClient_get_AuthenticationType_m8705CB83CDBE79516A939748C02A7BBA287035E3 (DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AC527A8DF595B74718949B694ED69DE1F7D5017); s_Il2CppMethodInitialized = true; } { return _stringLiteral9AC527A8DF595B74718949B694ED69DE1F7D5017; } } // System.Void System.Net.DigestClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestClient__ctor_m6EBFE2A034C1CDF5AB71D23C5A1FDFD10D5866D9 (DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.DigestClient::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestClient__cctor_m876A8081D21A9F62614B6F41F3B20EEED3A75394 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); 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); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1; L_1 = Hashtable_Synchronized_mCDE8FE9824B27C417C924838DC9D6928C9E954B5(L_0, /*hidden argument*/NULL); ((DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var))->set_cache_0(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.DigestHeaderParser::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestHeaderParser__ctor_m2BB85BC3118799109DB82BC9936678FB70EB4645 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, String_t* ___header0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ((DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_StaticFields*)il2cpp_codegen_static_fields_for(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var))->get_keywords_3(); NullCheck(L_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))); __this->set_values_4(L_1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_2 = ___header0; NullCheck(L_2); String_t* L_3; L_3 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_2, /*hidden argument*/NULL); __this->set_header_0(L_3); return; } } // System.String System.Net.DigestHeaderParser::get_Realm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Realm_m7A6C5539FEEBC93A89DCC2C70B08A690EB8DE78A (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method) { { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = __this->get_values_4(); NullCheck(L_0); int32_t L_1 = 0; String_t* L_2 = (L_0)->GetAt(static_cast(L_1)); return L_2; } } // System.String System.Net.DigestHeaderParser::get_Opaque() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Opaque_mA478D6BB71ED1C541A8538B776E40BFD5E5F303A (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method) { { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = __this->get_values_4(); NullCheck(L_0); int32_t L_1 = 1; String_t* L_2 = (L_0)->GetAt(static_cast(L_1)); return L_2; } } // System.String System.Net.DigestHeaderParser::get_Nonce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Nonce_m0B098048A69B904101B59CF9BBFB7917830050F7 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method) { { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = __this->get_values_4(); NullCheck(L_0); int32_t L_1 = 2; String_t* L_2 = (L_0)->GetAt(static_cast(L_1)); return L_2; } } // System.String System.Net.DigestHeaderParser::get_Algorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Algorithm_mAF999E60ED2FC710180152356C821E73C020E638 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method) { { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = __this->get_values_4(); NullCheck(L_0); int32_t L_1 = 3; String_t* L_2 = (L_0)->GetAt(static_cast(L_1)); return L_2; } } // System.String System.Net.DigestHeaderParser::get_QOP() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_QOP_m84DDAC9875B39CCFD50358EB5F5DEB2E984FDCA1 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method) { { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = __this->get_values_4(); NullCheck(L_0); int32_t L_1 = 4; String_t* L_2 = (L_0)->GetAt(static_cast(L_1)); return L_2; } } // System.Boolean System.Net.DigestHeaderParser::Parse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestHeaderParser_Parse_m83B7E847A270531897CDB5C36F11C6651F81CEC2 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisString_t_m2504463609DE799429F0FA05740AC0B0BD9E5441_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B53921DDFB2D1E42EC639164D3866482F325D24); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = __this->get_header_0(); NullCheck(L_0); String_t* L_1; L_1 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_1, _stringLiteral1B53921DDFB2D1E42EC639164D3866482F325D24, /*hidden argument*/NULL); if (L_2) { goto IL_0019; } } { return (bool)0; } IL_0019: { __this->set_pos_2(6); String_t* L_3 = __this->get_header_0(); NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); __this->set_length_1(L_4); goto IL_009d; } IL_0033: { bool L_5; L_5 = DigestHeaderParser_GetKeywordAndValue_mFBE6BBF832C7C3FFF946F9E42BEE3967B870CE84(__this, (String_t**)(&V_0), (String_t**)(&V_1), /*hidden argument*/NULL); if (L_5) { goto IL_0041; } } { return (bool)0; } IL_0041: { DigestHeaderParser_SkipWhitespace_m3E8571723F22D5753DA67A15105049E73E0A691D(__this, /*hidden argument*/NULL); int32_t L_6 = __this->get_pos_2(); int32_t L_7 = __this->get_length_1(); if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_0078; } } { String_t* L_8 = __this->get_header_0(); int32_t L_9 = __this->get_pos_2(); NullCheck(L_8); Il2CppChar L_10; L_10 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)44))))) { goto IL_0078; } } { int32_t L_11 = __this->get_pos_2(); __this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); } IL_0078: { IL2CPP_RUNTIME_CLASS_INIT(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = ((DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_StaticFields*)il2cpp_codegen_static_fields_for(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var))->get_keywords_3(); String_t* L_13 = V_0; int32_t L_14; L_14 = Array_IndexOf_TisString_t_m2504463609DE799429F0FA05740AC0B0BD9E5441(L_12, L_13, /*hidden argument*/Array_IndexOf_TisString_t_m2504463609DE799429F0FA05740AC0B0BD9E5441_RuntimeMethod_var); V_2 = L_14; int32_t L_15 = V_2; if ((((int32_t)L_15) == ((int32_t)(-1)))) { goto IL_009d; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = __this->get_values_4(); int32_t L_17 = V_2; NullCheck(L_16); int32_t L_18 = L_17; String_t* L_19 = (L_16)->GetAt(static_cast(L_18)); if (!L_19) { goto IL_0094; } } { return (bool)0; } IL_0094: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = __this->get_values_4(); int32_t L_21 = V_2; String_t* L_22 = V_1; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAt(static_cast(L_21), (String_t*)L_22); } IL_009d: { int32_t L_23 = __this->get_pos_2(); int32_t L_24 = __this->get_length_1(); if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0033; } } { String_t* L_25; L_25 = DigestHeaderParser_get_Realm_m7A6C5539FEEBC93A89DCC2C70B08A690EB8DE78A(__this, /*hidden argument*/NULL); if (!L_25) { goto IL_00bb; } } { String_t* L_26; L_26 = DigestHeaderParser_get_Nonce_m0B098048A69B904101B59CF9BBFB7917830050F7(__this, /*hidden argument*/NULL); if (L_26) { goto IL_00bd; } } IL_00bb: { return (bool)0; } IL_00bd: { return (bool)1; } } // System.Void System.Net.DigestHeaderParser::SkipWhitespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestHeaderParser_SkipWhitespace_m3E8571723F22D5753DA67A15105049E73E0A691D (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; int32_t V_1 = 0; { V_0 = ((int32_t)32); goto IL_0022; } IL_0005: { String_t* L_0 = __this->get_header_0(); int32_t L_1 = __this->get_pos_2(); V_1 = L_1; int32_t L_2 = V_1; __this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_1; NullCheck(L_0); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0022: { int32_t L_5 = __this->get_pos_2(); int32_t L_6 = __this->get_length_1(); if ((((int32_t)L_5) >= ((int32_t)L_6))) { goto IL_0044; } } { Il2CppChar L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)32)))) { goto IL_0005; } } { Il2CppChar L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)9)))) { goto IL_0005; } } { Il2CppChar L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)13)))) { goto IL_0005; } } { Il2CppChar L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)10)))) { goto IL_0005; } } IL_0044: { int32_t L_11 = __this->get_pos_2(); __this->set_pos_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1))); return; } } // System.String System.Net.DigestHeaderParser::GetKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_GetKey_m811A3CFB648DC4E9B189925DABC9FA23B9AE600F (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { DigestHeaderParser_SkipWhitespace_m3E8571723F22D5753DA67A15105049E73E0A691D(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_pos_2(); V_0 = L_0; goto IL_001d; } IL_000f: { int32_t L_1 = __this->get_pos_2(); __this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))); } IL_001d: { int32_t L_2 = __this->get_pos_2(); int32_t L_3 = __this->get_length_1(); if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0040; } } { String_t* L_4 = __this->get_header_0(); int32_t L_5 = __this->get_pos_2(); NullCheck(L_4); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, L_5, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)61))))) { goto IL_000f; } } IL_0040: { String_t* L_7 = __this->get_header_0(); int32_t L_8 = V_0; int32_t L_9 = __this->get_pos_2(); int32_t L_10 = V_0; NullCheck(L_7); String_t* L_11; L_11 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_7, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12; L_12 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_11, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13; L_13 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_12, /*hidden argument*/NULL); return L_13; } } // System.Boolean System.Net.DigestHeaderParser::GetKeywordAndValue(System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestHeaderParser_GetKeywordAndValue_mFBE6BBF832C7C3FFF946F9E42BEE3967B870CE84 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, String_t** ___key0, String_t** ___value1, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; int32_t G_B23_0 = 0; DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * G_B23_1 = NULL; int32_t G_B22_0 = 0; DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * G_B22_1 = NULL; int32_t G_B24_0 = 0; int32_t G_B24_1 = 0; DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * G_B24_2 = NULL; { String_t** L_0 = ___key0; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); String_t** L_1 = ___value1; *((RuntimeObject **)L_1) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL); String_t** L_2 = ___key0; String_t* L_3; L_3 = DigestHeaderParser_GetKey_m811A3CFB648DC4E9B189925DABC9FA23B9AE600F(__this, /*hidden argument*/NULL); *((RuntimeObject **)L_2) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_3); int32_t L_4 = __this->get_pos_2(); int32_t L_5 = __this->get_length_1(); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_001e; } } { return (bool)0; } IL_001e: { DigestHeaderParser_SkipWhitespace_m3E8571723F22D5753DA67A15105049E73E0A691D(__this, /*hidden argument*/NULL); int32_t L_6 = __this->get_pos_2(); int32_t L_7 = __this->get_length_1(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))) >= ((int32_t)L_7))) { goto IL_0054; } } { String_t* L_8 = __this->get_header_0(); int32_t L_9 = __this->get_pos_2(); V_2 = L_9; int32_t L_10 = V_2; __this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); int32_t L_11 = V_2; NullCheck(L_8); Il2CppChar L_12; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, L_11, /*hidden argument*/NULL); if ((((int32_t)L_12) == ((int32_t)((int32_t)61)))) { goto IL_0056; } } IL_0054: { return (bool)0; } IL_0056: { DigestHeaderParser_SkipWhitespace_m3E8571723F22D5753DA67A15105049E73E0A691D(__this, /*hidden argument*/NULL); int32_t L_13 = __this->get_pos_2(); int32_t L_14 = __this->get_length_1(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))) < ((int32_t)L_14))) { goto IL_006e; } } { return (bool)0; } IL_006e: { V_0 = (bool)0; String_t* L_15 = __this->get_header_0(); int32_t L_16 = __this->get_pos_2(); NullCheck(L_15); Il2CppChar L_17; L_17 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_15, L_16, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)34))))) { goto IL_0095; } } { int32_t L_18 = __this->get_pos_2(); __this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); V_0 = (bool)1; } IL_0095: { int32_t L_19 = __this->get_pos_2(); V_1 = L_19; bool L_20 = V_0; if (!L_20) { goto IL_00c3; } } { String_t* L_21 = __this->get_header_0(); int32_t L_22 = __this->get_pos_2(); NullCheck(L_21); int32_t L_23; L_23 = String_IndexOf_mAD7052CB25BA1D60A8F055AA89D09809F61233DB(L_21, ((int32_t)34), L_22, /*hidden argument*/NULL); __this->set_pos_2(L_23); int32_t L_24 = __this->get_pos_2(); if ((!(((uint32_t)L_24) == ((uint32_t)(-1))))) { goto IL_0120; } } { return (bool)0; } IL_00c3: { String_t* L_25 = __this->get_header_0(); int32_t L_26 = __this->get_pos_2(); NullCheck(L_25); Il2CppChar L_27; L_27 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_25, L_26, /*hidden argument*/NULL); V_3 = L_27; Il2CppChar L_28 = V_3; if ((((int32_t)L_28) == ((int32_t)((int32_t)44)))) { goto IL_0107; } } { Il2CppChar L_29 = V_3; if ((((int32_t)L_29) == ((int32_t)((int32_t)32)))) { goto IL_0107; } } { Il2CppChar L_30 = V_3; if ((((int32_t)L_30) == ((int32_t)((int32_t)9)))) { goto IL_0107; } } { Il2CppChar L_31 = V_3; if ((((int32_t)L_31) == ((int32_t)((int32_t)13)))) { goto IL_0107; } } { Il2CppChar L_32 = V_3; if ((((int32_t)L_32) == ((int32_t)((int32_t)10)))) { goto IL_0107; } } { int32_t L_33 = __this->get_pos_2(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); int32_t L_34 = V_2; __this->set_pos_2(L_34); int32_t L_35 = V_2; int32_t L_36 = __this->get_length_1(); if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_00c3; } } IL_0107: { int32_t L_37 = __this->get_pos_2(); int32_t L_38 = __this->get_length_1(); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0120; } } { int32_t L_39 = V_1; int32_t L_40 = __this->get_pos_2(); if ((!(((uint32_t)L_39) == ((uint32_t)L_40)))) { goto IL_0120; } } { return (bool)0; } IL_0120: { String_t** L_41 = ___value1; String_t* L_42 = __this->get_header_0(); int32_t L_43 = V_1; int32_t L_44 = __this->get_pos_2(); int32_t L_45 = V_1; NullCheck(L_42); String_t* L_46; L_46 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_42, L_43, ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)), /*hidden argument*/NULL); *((RuntimeObject **)L_41) = (RuntimeObject *)L_46; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_41, (void*)(RuntimeObject *)L_46); int32_t L_47 = __this->get_pos_2(); bool L_48 = V_0; G_B22_0 = L_47; G_B22_1 = __this; if (L_48) { G_B23_0 = L_47; G_B23_1 = __this; goto IL_0143; } } { G_B24_0 = 1; G_B24_1 = G_B22_0; G_B24_2 = G_B22_1; goto IL_0144; } IL_0143: { G_B24_0 = 2; G_B24_1 = G_B23_0; G_B24_2 = G_B23_1; } IL_0144: { NullCheck(G_B24_2); G_B24_2->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)G_B24_1, (int32_t)G_B24_0))); return (bool)1; } } // System.Void System.Net.DigestHeaderParser::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestHeaderParser__cctor_m630DB8E20C1EF4AAA4F7450DC40DDA017BC9D7B2 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2555543242A278889EA1F704BD696770579E9304); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56527A2300BB0A611AE7B1418C0BFCB781C48103); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C35BA15FC8288F6F7A229DD42F48D4FB70DCC2E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7D1CAF9B55BE135BC8B1C459D2052FBCF135556); s_Il2CppMethodInitialized = true; } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteralB7D1CAF9B55BE135BC8B1C459D2052FBCF135556); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteralB7D1CAF9B55BE135BC8B1C459D2052FBCF135556); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral9C35BA15FC8288F6F7A229DD42F48D4FB70DCC2E); (L_2)->SetAt(static_cast(1), (String_t*)_stringLiteral9C35BA15FC8288F6F7A229DD42F48D4FB70DCC2E); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral2555543242A278889EA1F704BD696770579E9304); (L_3)->SetAt(static_cast(2), (String_t*)_stringLiteral2555543242A278889EA1F704BD696770579E9304); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B); (L_4)->SetAt(static_cast(3), (String_t*)_stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral56527A2300BB0A611AE7B1418C0BFCB781C48103); (L_5)->SetAt(static_cast(4), (String_t*)_stringLiteral56527A2300BB0A611AE7B1418C0BFCB781C48103); ((DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_StaticFields*)il2cpp_codegen_static_fields_for(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var))->set_keywords_3(L_5); 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.Net.DigestSession::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestSession__cctor_mBBB27D612FD5D3DD2C643FF2443A4CACF4A709FD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * L_0; L_0 = RandomNumberGenerator_Create_m04A5418F8572F0498EE0659633B4C0620CB55721(/*hidden argument*/NULL); ((DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_StaticFields*)il2cpp_codegen_static_fields_for(DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var))->set_rng_0(L_0); return; } } // System.Void System.Net.DigestSession::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestSession__ctor_m86705710E06B01D8AB4E67E8678020B8F6D836F6 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); __this->set__nc_2(1); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0; L_0 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_lastUse_1(L_0); return; } } // System.String System.Net.DigestSession::get_Algorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Algorithm_mB056CE436F92945C17599BACEB82CD26D764F9D2 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method) { { DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * L_0 = __this->get_parser_4(); NullCheck(L_0); String_t* L_1; L_1 = DigestHeaderParser_get_Algorithm_mAF999E60ED2FC710180152356C821E73C020E638(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.DigestSession::get_Realm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Realm_mAEE41831F8979DD3A1A726F97996AD33AB9CB9BA (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method) { { DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * L_0 = __this->get_parser_4(); NullCheck(L_0); String_t* L_1; L_1 = DigestHeaderParser_get_Realm_m7A6C5539FEEBC93A89DCC2C70B08A690EB8DE78A(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.DigestSession::get_Nonce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Nonce_mE32260516AF99A417D41D0901F7633D63238BF87 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method) { { DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * L_0 = __this->get_parser_4(); NullCheck(L_0); String_t* L_1; L_1 = DigestHeaderParser_get_Nonce_m0B098048A69B904101B59CF9BBFB7917830050F7(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.DigestSession::get_Opaque() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Opaque_m2733095B7E5AA77AE4FF0A8A6CB29CFC00D27A98 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method) { { DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * L_0 = __this->get_parser_4(); NullCheck(L_0); String_t* L_1; L_1 = DigestHeaderParser_get_Opaque_mA478D6BB71ED1C541A8538B776E40BFD5E5F303A(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.DigestSession::get_QOP() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_QOP_mCF3DEC57ED1ACF4A3CC232E5A833ECEB9CA1DD90 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method) { { DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * L_0 = __this->get_parser_4(); NullCheck(L_0); String_t* L_1; L_1 = DigestHeaderParser_get_QOP_m84DDAC9875B39CCFD50358EB5F5DEB2E984FDCA1(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.DigestSession::get_CNonce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_CNonce_mD1E4C92810555F46DEB48EF812F37BB838A4EB82 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, 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*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { String_t* L_0 = __this->get__cnonce_5(); if (L_0) { goto IL_0031; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)15)); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var); RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * L_2 = ((DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_StaticFields*)il2cpp_codegen_static_fields_for(DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var))->get_rng_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; NullCheck(L_2); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_2, L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_5; L_5 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(L_4, /*hidden argument*/NULL); __this->set__cnonce_5(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; NullCheck(L_7); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_6, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), /*hidden argument*/NULL); } IL_0031: { String_t* L_8 = __this->get__cnonce_5(); return L_8; } } // System.Boolean System.Net.DigestSession::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestSession_Parse_mA13096948231A1185C90302996A3C38583CF3191 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, String_t* ___challenge0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___challenge0; DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * L_1 = (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 *)il2cpp_codegen_object_new(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var); DigestHeaderParser__ctor_m2BB85BC3118799109DB82BC9936678FB70EB4645(L_1, L_0, /*hidden argument*/NULL); __this->set_parser_4(L_1); DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * L_2 = __this->get_parser_4(); NullCheck(L_2); bool L_3; L_3 = DigestHeaderParser_Parse_m83B7E847A270531897CDB5C36F11C6651F81CEC2(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001b; } } { return (bool)0; } IL_001b: { DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * L_4 = __this->get_parser_4(); NullCheck(L_4); String_t* L_5; L_5 = DigestHeaderParser_get_Algorithm_mAF999E60ED2FC710180152356C821E73C020E638(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0044; } } { DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * L_6 = __this->get_parser_4(); NullCheck(L_6); String_t* L_7; L_7 = DigestHeaderParser_get_Algorithm_mAF999E60ED2FC710180152356C821E73C020E638(L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8; L_8 = String_ToUpper_m4BC629F8059C3E0C4E3F7C7E04DB50EBB0C1A05A(L_7, /*hidden argument*/NULL); NullCheck(L_8); bool L_9; L_9 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_8, _stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17, /*hidden argument*/NULL); if (!L_9) { goto IL_004f; } } IL_0044: { MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB * L_10; L_10 = MD5_Create_mC22D8B0F48E87D36AF16D5D17B8F42071D2069E7(/*hidden argument*/NULL); __this->set_hash_3(L_10); } IL_004f: { return (bool)1; } } // System.String System.Net.DigestSession::HashToHexString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HashToHexString_m3856DA5F4C2D59C1C5A9D2C57B53F52FAC75B51E (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, String_t* ___toBeHashed0, 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*)&_stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; uint8_t V_3 = 0x0; { HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_0 = __this->get_hash_3(); if (L_0) { goto IL_000a; } } { return (String_t*)NULL; } IL_000a: { HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_1 = __this->get_hash_3(); NullCheck(L_1); VirtualActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_1); HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_2 = __this->get_hash_3(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_3; L_3 = Encoding_get_ASCII_mD3E8370997347A3F6822BDA50BC0A1DBC0059173(/*hidden argument*/NULL); String_t* L_4 = ___toBeHashed0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_3, L_4); NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = HashAlgorithm_ComputeHash_m54AE40F9CD9E46736384369DBB5739FBCBDF67D9(L_2, L_5, /*hidden argument*/NULL); StringBuilder_t * L_7 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_7, /*hidden argument*/NULL); V_0 = L_7; V_1 = L_6; V_2 = 0; goto IL_0051; } IL_0036: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_1; int32_t L_9 = V_2; NullCheck(L_8); int32_t L_10 = L_9; uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); V_3 = L_11; StringBuilder_t * L_12 = V_0; String_t* L_13; L_13 = Byte_ToString_mABEF6F24915951FF4A4D87B389D8418B2638178C((uint8_t*)(&V_3), _stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260, /*hidden argument*/NULL); NullCheck(L_12); StringBuilder_t * L_14; L_14 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_12, L_13, /*hidden argument*/NULL); int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0051: { int32_t L_16 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_1; NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))) { goto IL_0036; } } { StringBuilder_t * L_18 = V_0; NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18); return L_19; } } // System.String System.Net.DigestSession::HA1(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HA1_m81ACDD59D7D2F05C766EA0D6D7CD8AC79C7DAF70 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, String_t* ___username0, String_t* ___password1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17490F55601C1F90A7803263837FE3F21E759D69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE55A44A4569E37676CECA70D4046727B22CA6A6); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___username0; String_t* L_1; L_1 = DigestSession_get_Realm_mAEE41831F8979DD3A1A726F97996AD33AB9CB9BA(__this, /*hidden argument*/NULL); String_t* L_2 = ___password1; String_t* L_3; L_3 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(_stringLiteral17490F55601C1F90A7803263837FE3F21E759D69, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4; L_4 = DigestSession_get_Algorithm_mB056CE436F92945C17599BACEB82CD26D764F9D2(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_0050; } } { String_t* L_5; L_5 = DigestSession_get_Algorithm_mB056CE436F92945C17599BACEB82CD26D764F9D2(__this, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6; L_6 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_5, /*hidden argument*/NULL); bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, _stringLiteralFE55A44A4569E37676CECA70D4046727B22CA6A6, /*hidden argument*/NULL); if (!L_7) { goto IL_0050; } } { String_t* L_8 = V_0; String_t* L_9; L_9 = DigestSession_HashToHexString_m3856DA5F4C2D59C1C5A9D2C57B53F52FAC75B51E(__this, L_8, /*hidden argument*/NULL); String_t* L_10; L_10 = DigestSession_get_Nonce_mE32260516AF99A417D41D0901F7633D63238BF87(__this, /*hidden argument*/NULL); String_t* L_11; L_11 = DigestSession_get_CNonce_mD1E4C92810555F46DEB48EF812F37BB838A4EB82(__this, /*hidden argument*/NULL); String_t* L_12; L_12 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(_stringLiteral17490F55601C1F90A7803263837FE3F21E759D69, L_9, L_10, L_11, /*hidden argument*/NULL); V_0 = L_12; } IL_0050: { String_t* L_13 = V_0; String_t* L_14; L_14 = DigestSession_HashToHexString_m3856DA5F4C2D59C1C5A9D2C57B53F52FAC75B51E(__this, L_13, /*hidden argument*/NULL); return L_14; } } // System.String System.Net.DigestSession::HA2(System.Net.HttpWebRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HA2_mBA5886DE2F02B68737F8527DCFB4512C72D4F798 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___webRequest0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral335CA71010F7EFAB270E1E0D36EFB78000B60FF2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD6CD2C36915DEB6A18BCF0F46B294FC1D97072F); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_0 = ___webRequest0; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Net.WebRequest::get_Method() */, L_0); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_2 = ___webRequest0; NullCheck(L_2); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3; L_3 = VirtualFuncInvoker0< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(11 /* System.Uri System.Net.WebRequest::get_RequestUri() */, L_2); NullCheck(L_3); String_t* L_4; L_4 = Uri_get_PathAndQuery_m0FFF28F15DF953C5866C2A0DEEA2034ECE6A0F35(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteralAD6CD2C36915DEB6A18BCF0F46B294FC1D97072F, L_1, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6; L_6 = DigestSession_get_QOP_mCF3DEC57ED1ACF4A3CC232E5A833ECEB9CA1DD90(__this, /*hidden argument*/NULL); bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, _stringLiteral335CA71010F7EFAB270E1E0D36EFB78000B60FF2, /*hidden argument*/NULL); String_t* L_8 = V_0; String_t* L_9; L_9 = DigestSession_HashToHexString_m3856DA5F4C2D59C1C5A9D2C57B53F52FAC75B51E(__this, L_8, /*hidden argument*/NULL); return L_9; } } // System.String System.Net.DigestSession::Response(System.String,System.String,System.Net.HttpWebRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_Response_mFE30BE7E7C54A8631861FEAA5A88BF672D6D7DD5 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, String_t* ___username0, String_t* ___password1, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___webRequest2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5155147FA750BA527951AADBA3D05ED5D8F0E038); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD876381C7842FC064817DB19381771F177B78566); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___username0; String_t* L_1 = ___password1; String_t* L_2; L_2 = DigestSession_HA1_m81ACDD59D7D2F05C766EA0D6D7CD8AC79C7DAF70(__this, L_0, L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = DigestSession_get_Nonce_mE32260516AF99A417D41D0901F7633D63238BF87(__this, /*hidden argument*/NULL); String_t* L_4; L_4 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteral5155147FA750BA527951AADBA3D05ED5D8F0E038, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5; L_5 = DigestSession_get_QOP_mCF3DEC57ED1ACF4A3CC232E5A833ECEB9CA1DD90(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_004e; } } { String_t* L_6 = V_0; int32_t* L_7 = __this->get_address_of__nc_2(); String_t* L_8; L_8 = Int32_ToString_m5398ED0B6625B75CAF70C63B3CF2CE47D3C1B184((int32_t*)L_7, _stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F, /*hidden argument*/NULL); String_t* L_9; L_9 = DigestSession_get_CNonce_mD1E4C92810555F46DEB48EF812F37BB838A4EB82(__this, /*hidden argument*/NULL); String_t* L_10; L_10 = DigestSession_get_QOP_mCF3DEC57ED1ACF4A3CC232E5A833ECEB9CA1DD90(__this, /*hidden argument*/NULL); String_t* L_11; L_11 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(_stringLiteralD876381C7842FC064817DB19381771F177B78566, L_8, L_9, L_10, /*hidden argument*/NULL); String_t* L_12; L_12 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_6, L_11, /*hidden argument*/NULL); V_0 = L_12; } IL_004e: { String_t* L_13 = V_0; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_14 = ___webRequest2; String_t* L_15; L_15 = DigestSession_HA2_mBA5886DE2F02B68737F8527DCFB4512C72D4F798(__this, L_14, /*hidden argument*/NULL); String_t* L_16; L_16 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_13, L_15, /*hidden argument*/NULL); V_0 = L_16; String_t* L_17 = V_0; String_t* L_18; L_18 = DigestSession_HashToHexString_m3856DA5F4C2D59C1C5A9D2C57B53F52FAC75B51E(__this, L_17, /*hidden argument*/NULL); return L_18; } } // System.Net.Authorization System.Net.DigestSession::Authenticate(System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * DigestSession_Authenticate_m642CC2119FACF39B82D56274E4756CD30030C72B (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48_il2cpp_TypeInfo_var); 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*)&_stringLiteral0D96C27192EF5D10E30137D67B481E604F79723D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A32BC28634B27F4841631C8EF1DA0FE41353EB4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E192CBFAA90880EDB140B0E38603576582E0299); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA3C17520F9CE8CD4B1562131E4EADD43084B997); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3D4D979A964E8C90CB80916312714D3B5C1E6A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBF163FD8DD06035AE1563932631B8D265F1290E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC243DE424D48EB9A752FBE966E15A28A4149A1F0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC60811AD65D0557EF69DFB2F66D9621903D5B62A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD439A2AF66F6C6AED1BB52E97D3D6A74FEA76572); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD64AB8E29DF74155A1E28CF26F0F0B4D490521EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE3675FAFB53B7D0852FDAF9861954C197EBF9C3); s_Il2CppMethodInitialized = true; } HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * V_0 = NULL; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; StringBuilder_t * V_4 = NULL; DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * V_5 = NULL; bool V_6 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * L_0 = __this->get_parser_4(); if (L_0) { goto IL_000e; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DigestSession_Authenticate_m642CC2119FACF39B82D56274E4756CD30030C72B_RuntimeMethod_var))); } IL_000e: { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_2 = ___webRequest0; V_0 = ((HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A *)IsInstClass((RuntimeObject*)L_2, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var)); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_3 = V_0; if (L_3) { goto IL_001a; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_001a: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; L_4 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_lastUse_1(L_4); RuntimeObject* L_5 = ___credentials1; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_6 = V_0; NullCheck(L_6); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_7; L_7 = VirtualFuncInvoker0< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(11 /* System.Uri System.Net.WebRequest::get_RequestUri() */, L_6); NullCheck(L_5); NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_8; L_8 = InterfaceFuncInvoker2< NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, String_t* >::Invoke(0 /* System.Net.NetworkCredential System.Net.ICredentials::GetCredential(System.Uri,System.String) */, ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48_il2cpp_TypeInfo_var, L_5, L_7, _stringLiteralC60811AD65D0557EF69DFB2F66D9621903D5B62A); V_1 = L_8; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_9 = V_1; if (L_9) { goto IL_003c; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_003c: { NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_10 = V_1; NullCheck(L_10); String_t* L_11; L_11 = NetworkCredential_get_UserName_mFC41ED3D14796CA2B5C08EB0DE537A2F3EF02473(L_10, /*hidden argument*/NULL); V_2 = L_11; String_t* L_12 = V_2; if (!L_12) { goto IL_0053; } } { String_t* L_13 = V_2; bool L_14; L_14 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_13, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_14) { goto IL_0055; } } IL_0053: { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0055: { NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_15 = V_1; NullCheck(L_15); String_t* L_16; L_16 = NetworkCredential_get_Password_m5EFE385E59C57168F8B8B43BE10196C4346AAFBB(L_15, /*hidden argument*/NULL); V_3 = L_16; StringBuilder_t * L_17 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_17, /*hidden argument*/NULL); V_4 = L_17; StringBuilder_t * L_18 = V_4; String_t* L_19 = V_2; NullCheck(L_18); StringBuilder_t * L_20; L_20 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_18, _stringLiteral1A32BC28634B27F4841631C8EF1DA0FE41353EB4, L_19, /*hidden argument*/NULL); StringBuilder_t * L_21 = V_4; String_t* L_22; L_22 = DigestSession_get_Realm_mAEE41831F8979DD3A1A726F97996AD33AB9CB9BA(__this, /*hidden argument*/NULL); NullCheck(L_21); StringBuilder_t * L_23; L_23 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_21, _stringLiteralD439A2AF66F6C6AED1BB52E97D3D6A74FEA76572, L_22, /*hidden argument*/NULL); StringBuilder_t * L_24 = V_4; String_t* L_25; L_25 = DigestSession_get_Nonce_mE32260516AF99A417D41D0901F7633D63238BF87(__this, /*hidden argument*/NULL); NullCheck(L_24); StringBuilder_t * L_26; L_26 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_24, _stringLiteralB3D4D979A964E8C90CB80916312714D3B5C1E6A0, L_25, /*hidden argument*/NULL); StringBuilder_t * L_27 = V_4; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_28 = V_0; NullCheck(L_28); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_29; L_29 = HttpWebRequest_get_Address_m8B4240A8AD46F12716B28F8549750BA30D2E368B_inline(L_28, /*hidden argument*/NULL); NullCheck(L_29); String_t* L_30; L_30 = Uri_get_PathAndQuery_m0FFF28F15DF953C5866C2A0DEEA2034ECE6A0F35(L_29, /*hidden argument*/NULL); NullCheck(L_27); StringBuilder_t * L_31; L_31 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_27, _stringLiteralAA3C17520F9CE8CD4B1562131E4EADD43084B997, L_30, /*hidden argument*/NULL); String_t* L_32; L_32 = DigestSession_get_Algorithm_mB056CE436F92945C17599BACEB82CD26D764F9D2(__this, /*hidden argument*/NULL); if (!L_32) { goto IL_00ca; } } { StringBuilder_t * L_33 = V_4; String_t* L_34; L_34 = DigestSession_get_Algorithm_mB056CE436F92945C17599BACEB82CD26D764F9D2(__this, /*hidden argument*/NULL); NullCheck(L_33); StringBuilder_t * L_35; L_35 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_33, _stringLiteralC243DE424D48EB9A752FBE966E15A28A4149A1F0, L_34, /*hidden argument*/NULL); } IL_00ca: { StringBuilder_t * L_36 = V_4; String_t* L_37 = V_2; String_t* L_38 = V_3; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_39 = V_0; String_t* L_40; L_40 = DigestSession_Response_mFE30BE7E7C54A8631861FEAA5A88BF672D6D7DD5(__this, L_37, L_38, L_39, /*hidden argument*/NULL); NullCheck(L_36); StringBuilder_t * L_41; L_41 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_36, _stringLiteral9E192CBFAA90880EDB140B0E38603576582E0299, L_40, /*hidden argument*/NULL); String_t* L_42; L_42 = DigestSession_get_QOP_mCF3DEC57ED1ACF4A3CC232E5A833ECEB9CA1DD90(__this, /*hidden argument*/NULL); if (!L_42) { goto IL_00fb; } } { StringBuilder_t * L_43 = V_4; String_t* L_44; L_44 = DigestSession_get_QOP_mCF3DEC57ED1ACF4A3CC232E5A833ECEB9CA1DD90(__this, /*hidden argument*/NULL); NullCheck(L_43); StringBuilder_t * L_45; L_45 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_43, _stringLiteralD64AB8E29DF74155A1E28CF26F0F0B4D490521EB, L_44, /*hidden argument*/NULL); } IL_00fb: { V_5 = __this; V_6 = (bool)0; } IL_0101: try {// begin try (depth: 1) { DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_46 = V_5; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_46, (bool*)(&V_6), /*hidden argument*/NULL); String_t* L_47; L_47 = DigestSession_get_QOP_mCF3DEC57ED1ACF4A3CC232E5A833ECEB9CA1DD90(__this, /*hidden argument*/NULL); if (!L_47) { goto IL_0138; } } IL_0112: { StringBuilder_t * L_48 = V_4; int32_t L_49 = __this->get__nc_2(); int32_t L_50 = L_49; RuntimeObject * L_51 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_50); NullCheck(L_48); StringBuilder_t * L_52; L_52 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_48, _stringLiteralFE3675FAFB53B7D0852FDAF9861954C197EBF9C3, L_51, /*hidden argument*/NULL); int32_t L_53 = __this->get__nc_2(); __this->set__nc_2(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))); } IL_0138: { IL2CPP_LEAVE(0x146, FINALLY_013a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_013a; } FINALLY_013a: {// begin finally (depth: 1) { bool L_54 = V_6; if (!L_54) { goto IL_0145; } } IL_013e: { DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_55 = V_5; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_55, /*hidden argument*/NULL); } IL_0145: { IL2CPP_END_FINALLY(314) } }// end finally (depth: 1) IL2CPP_CLEANUP(314) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x146, IL_0146) } IL_0146: { String_t* L_56; L_56 = DigestSession_get_CNonce_mD1E4C92810555F46DEB48EF812F37BB838A4EB82(__this, /*hidden argument*/NULL); if (!L_56) { goto IL_0161; } } { StringBuilder_t * L_57 = V_4; String_t* L_58; L_58 = DigestSession_get_CNonce_mD1E4C92810555F46DEB48EF812F37BB838A4EB82(__this, /*hidden argument*/NULL); NullCheck(L_57); StringBuilder_t * L_59; L_59 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_57, _stringLiteral0D96C27192EF5D10E30137D67B481E604F79723D, L_58, /*hidden argument*/NULL); } IL_0161: { String_t* L_60; L_60 = DigestSession_get_Opaque_m2733095B7E5AA77AE4FF0A8A6CB29CFC00D27A98(__this, /*hidden argument*/NULL); if (!L_60) { goto IL_017c; } } { StringBuilder_t * L_61 = V_4; String_t* L_62; L_62 = DigestSession_get_Opaque_m2733095B7E5AA77AE4FF0A8A6CB29CFC00D27A98(__this, /*hidden argument*/NULL); NullCheck(L_61); StringBuilder_t * L_63; L_63 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_61, _stringLiteralBBF163FD8DD06035AE1563932631B8D265F1290E, L_62, /*hidden argument*/NULL); } IL_017c: { StringBuilder_t * L_64 = V_4; StringBuilder_t * L_65 = L_64; NullCheck(L_65); int32_t L_66; L_66 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_65, /*hidden argument*/NULL); NullCheck(L_65); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_65, ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)2)), /*hidden argument*/NULL); StringBuilder_t * L_67 = V_4; NullCheck(L_67); String_t* L_68; L_68 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_67); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_69 = (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)il2cpp_codegen_object_new(Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF_il2cpp_TypeInfo_var); Authorization__ctor_m09795C30F4FE3B67923A303F198A8DE21E9E43A1(L_69, L_68, /*hidden argument*/NULL); return L_69; } } // System.DateTime System.Net.DigestSession::get_LastUse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DigestSession_get_LastUse_mD8434D7BC1017CED5A88F3F08041B9D20F2C0C83 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = __this->get_lastUse_1(); 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.ComponentModel.DisplayNameAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayNameAttribute__ctor_m7704A0296C35314F464640AD079794A8D2D5CFA3 (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); DisplayNameAttribute__ctor_m44CB3F48C86138F3E381AF9FE560B959DD73E845(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.DisplayNameAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayNameAttribute__ctor_m44CB3F48C86138F3E381AF9FE560B959DD73E845 (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, String_t* ___displayName0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___displayName0; __this->set__displayName_1(L_0); return; } } // System.String System.ComponentModel.DisplayNameAttribute::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DisplayNameAttribute_get_DisplayName_mDF5FA07C8671BE6969CB4F1BF212CD7A03359F4F (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = DisplayNameAttribute_get_DisplayNameValue_m8A787A996D7C752C9F79E3724A5A39EAF94A9F48_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.ComponentModel.DisplayNameAttribute::get_DisplayNameValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DisplayNameAttribute_get_DisplayNameValue_m8A787A996D7C752C9F79E3724A5A39EAF94A9F48 (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__displayName_1(); return L_0; } } // System.Void System.ComponentModel.DisplayNameAttribute::set_DisplayNameValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayNameAttribute_set_DisplayNameValue_m5114B72FF55C64D500C24C1F80FAF322028FE269 (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__displayName_1(L_0); return; } } // System.Boolean System.ComponentModel.DisplayNameAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DisplayNameAttribute_Equals_m11D68B64FB208336B9F91FDC4FFA93B51290539B (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 *)IsInstClass((RuntimeObject*)L_1, DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_il2cpp_TypeInfo_var)); DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * L_2 = V_0; if (!L_2) { goto IL_0022; } } { DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.DisplayNameAttribute::get_DisplayName() */, L_3); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.DisplayNameAttribute::get_DisplayName() */, __this); bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0022: { return (bool)0; } } // System.Int32 System.ComponentModel.DisplayNameAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DisplayNameAttribute_GetHashCode_mF0C77356C5E1C5B6836A9E15BE9009CB6397B25A (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.DisplayNameAttribute::get_DisplayName() */, __this); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.Boolean System.ComponentModel.DisplayNameAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DisplayNameAttribute_IsDefaultAttribute_m00A09A35A153A68087315914AFFDDEBA2EC1ABEA (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_il2cpp_TypeInfo_var); DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * L_0 = ((DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_StaticFields*)il2cpp_codegen_static_fields_for(DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_il2cpp_TypeInfo_var))->get_Default_0(); bool L_1; L_1 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_0); return L_1; } } // System.Void System.ComponentModel.DisplayNameAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayNameAttribute__cctor_m464DA9C1BD37919F48B673C050B86E5EB6ADFD2C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * L_0 = (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 *)il2cpp_codegen_object_new(DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_il2cpp_TypeInfo_var); DisplayNameAttribute__ctor_m7704A0296C35314F464640AD079794A8D2D5CFA3(L_0, /*hidden argument*/NULL); ((DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_StaticFields*)il2cpp_codegen_static_fields_for(DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_il2cpp_TypeInfo_var))->set_Default_0(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.IAsyncResult System.Net.Dns::BeginGetHostAddresses(System.String,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dns_BeginGetHostAddresses_mF3F4008C496455AEC35B3D2DEDA58406FA8F98A3 (String_t* ___hostNameOrAddress0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___requestCallback1, RuntimeObject * ___state2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dns_GetHostAddresses_m8973842AF0FE11D76AC9D4FFE28908F1B974F164_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetHostAddressesCallback_t03CF99D5CEDA9D1438FAFDF101E7460232C8D0FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71DF7060EBB2681C6A58BAD2AB05D4021E7B1E06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___hostNameOrAddress0; 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*)&_stringLiteral65577039DCAD14536876AB073E8CCCAECB3C91AD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_BeginGetHostAddresses_mF3F4008C496455AEC35B3D2DEDA58406FA8F98A3_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___hostNameOrAddress0; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52, /*hidden argument*/NULL); if (L_3) { goto IL_0028; } } { String_t* L_4 = ___hostNameOrAddress0; bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteral71DF7060EBB2681C6A58BAD2AB05D4021E7B1E06, /*hidden argument*/NULL); if (!L_5) { goto IL_0038; } } IL_0028: { 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF19B3C0B045B5A7830D8EF6BB96C1ADCFC66A0C)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53A9C66C6A443CBE89ABB4CC1F89ED3FCB6DF131)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_BeginGetHostAddresses_mF3F4008C496455AEC35B3D2DEDA58406FA8F98A3_RuntimeMethod_var))); } IL_0038: { GetHostAddressesCallback_t03CF99D5CEDA9D1438FAFDF101E7460232C8D0FC * L_7 = (GetHostAddressesCallback_t03CF99D5CEDA9D1438FAFDF101E7460232C8D0FC *)il2cpp_codegen_object_new(GetHostAddressesCallback_t03CF99D5CEDA9D1438FAFDF101E7460232C8D0FC_il2cpp_TypeInfo_var); GetHostAddressesCallback__ctor_m7B6E73428EEFCCDF65BA9E366291951D3715E7DC(L_7, NULL, (intptr_t)((intptr_t)Dns_GetHostAddresses_m8973842AF0FE11D76AC9D4FFE28908F1B974F164_RuntimeMethod_var), /*hidden argument*/NULL); String_t* L_8 = ___hostNameOrAddress0; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_9 = ___requestCallback1; RuntimeObject * L_10 = ___state2; NullCheck(L_7); RuntimeObject* L_11; L_11 = GetHostAddressesCallback_BeginInvoke_mB9F8928D858E0CDBE262270DC8F742E0BB6A751C(L_7, L_8, L_9, L_10, /*hidden argument*/NULL); return L_11; } } // System.Net.IPAddress[] System.Net.Dns::EndGetHostAddresses(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* Dns_EndGetHostAddresses_mEAF1498417D0C8AF5C21A09D02B126DCC474B931 (RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetHostAddressesCallback_t03CF99D5CEDA9D1438FAFDF101E7460232C8D0FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { 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*)&Dns_EndGetHostAddresses_mEAF1498417D0C8AF5C21A09D02B126DCC474B931_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___asyncResult0; NullCheck(((AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B *)CastclassClass((RuntimeObject*)L_2, AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_il2cpp_TypeInfo_var))); RuntimeObject * L_3; L_3 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(16 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, ((AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B *)CastclassClass((RuntimeObject*)L_2, AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_il2cpp_TypeInfo_var))); RuntimeObject* L_4 = ___asyncResult0; NullCheck(((GetHostAddressesCallback_t03CF99D5CEDA9D1438FAFDF101E7460232C8D0FC *)CastclassSealed((RuntimeObject*)L_3, GetHostAddressesCallback_t03CF99D5CEDA9D1438FAFDF101E7460232C8D0FC_il2cpp_TypeInfo_var))); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_5; L_5 = GetHostAddressesCallback_EndInvoke_mB88DE29640D32BD7D3EC14317E8A933E07825E56(((GetHostAddressesCallback_t03CF99D5CEDA9D1438FAFDF101E7460232C8D0FC *)CastclassSealed((RuntimeObject*)L_3, GetHostAddressesCallback_t03CF99D5CEDA9D1438FAFDF101E7460232C8D0FC_il2cpp_TypeInfo_var)), L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.Net.Dns::GetHostByName_internal(System.String,System.String&,System.String[]&,System.String[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostByName_internal_m2FB9C7ECE2D63FCA60EE2271AD0F6B6C171BFD93 (String_t* ___host0, String_t** ___h_name1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** ___h_aliases2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** ___h_addr_list3, int32_t ___hint4, const RuntimeMethod* method) { typedef bool (*Dns_GetHostByName_internal_m2FB9C7ECE2D63FCA60EE2271AD0F6B6C171BFD93_ftn) (String_t*, String_t**, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**, int32_t); using namespace il2cpp::icalls; return ((Dns_GetHostByName_internal_m2FB9C7ECE2D63FCA60EE2271AD0F6B6C171BFD93_ftn)System::System::Net::Dns::GetHostByName40) (___host0, ___h_name1, ___h_aliases2, ___h_addr_list3, ___hint4); } // System.Boolean System.Net.Dns::GetHostByAddr_internal(System.String,System.String&,System.String[]&,System.String[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostByAddr_internal_m1C5730B561811F4E044F0A91AFEBA7EBC5EB914E (String_t* ___addr0, String_t** ___h_name1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** ___h_aliases2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** ___h_addr_list3, int32_t ___hint4, const RuntimeMethod* method) { typedef bool (*Dns_GetHostByAddr_internal_m1C5730B561811F4E044F0A91AFEBA7EBC5EB914E_ftn) (String_t*, String_t**, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**, int32_t); using namespace il2cpp::icalls; return ((Dns_GetHostByAddr_internal_m1C5730B561811F4E044F0A91AFEBA7EBC5EB914E_ftn)System::System::Net::Dns::GetHostByAddr40) (___addr0, ___h_name1, ___h_aliases2, ___h_addr_list3, ___hint4); } // System.Boolean System.Net.Dns::GetHostName_internal(System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostName_internal_mFE7E55E9069ED7F9ECEE9D8A89942FEE229451CC (String_t** ___h_name0, const RuntimeMethod* method) { typedef bool (*Dns_GetHostName_internal_mFE7E55E9069ED7F9ECEE9D8A89942FEE229451CC_ftn) (String_t**); using namespace il2cpp::icalls; return ((Dns_GetHostName_internal_mFE7E55E9069ED7F9ECEE9D8A89942FEE229451CC_ftn)System::System::Net::Dns::GetHostName) (___h_name0); } // System.Void System.Net.Dns::Error_11001(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dns_Error_11001_m4413EE9D94F69A0B12302C4D021F15103A4C0D4A (String_t* ___hostName0, const RuntimeMethod* method) { { String_t* L_0 = ___hostName0; String_t* L_1; L_1 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB96B3E04F75007D82AC4524832422D3C1A9A90FA)), L_0, /*hidden argument*/NULL); SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_2 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m2C4A0F01041E34F5CD85223333FDC23158250E4D(L_2, ((int32_t)11001), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_Error_11001_m4413EE9D94F69A0B12302C4D021F15103A4C0D4A_RuntimeMethod_var))); } } // System.Net.IPHostEntry System.Net.Dns::hostent_to_IPHostEntry(System.String,System.String,System.String[],System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_hostent_to_IPHostEntry_m1D42E0B954F083D77C761D1D514F7AB1AA3258FC (String_t* ___originalHostName0, String_t* ___h_name1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___h_aliases2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___h_addrlist3, 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*)&IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * V_0 = NULL; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_1 = NULL; int32_t V_2 = 0; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_0 = (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA *)il2cpp_codegen_object_new(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA_il2cpp_TypeInfo_var); IPHostEntry__ctor_mE110DE1F81AC6E1174418A6EE3C266E60BD06B9A(L_0, /*hidden argument*/NULL); V_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); V_1 = L_1; IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_2 = V_0; String_t* L_3 = ___h_name1; NullCheck(L_2); IPHostEntry_set_HostName_mDAF37AF72EB14AC6C63DE863DAF1C71E7DA2AA21_inline(L_2, L_3, /*hidden argument*/NULL); IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_4 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = ___h_aliases2; NullCheck(L_4); IPHostEntry_set_Aliases_mBEA9E40249BEC29743421885964A0A76A9D34BB4_inline(L_4, L_5, /*hidden argument*/NULL); V_2 = 0; goto IL_005a; } IL_001e: { } IL_001f: try {// begin try (depth: 1) { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = ___h_addrlist3; int32_t L_7 = V_2; NullCheck(L_6); int32_t L_8 = L_7; String_t* L_9 = (L_6)->GetAt(static_cast(L_8)); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_10; L_10 = IPAddress_Parse_m49C413225AC75DA34D1663559818861CA34C3CB0(L_9, /*hidden argument*/NULL); V_3 = L_10; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); bool L_11; L_11 = Socket_get_SupportsIPv6_m26553C4F27984C90CFDD3307C799B5EB2CD7F737(/*hidden argument*/NULL); if (!L_11) { goto IL_0039; } } IL_002f: { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_12 = V_3; NullCheck(L_12); int32_t L_13; L_13 = IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline(L_12, /*hidden argument*/NULL); if ((((int32_t)L_13) == ((int32_t)((int32_t)23)))) { goto IL_0049; } } IL_0039: { IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); bool L_14; L_14 = Socket_get_SupportsIPv4_m67DD850142E442FBE3FF1546CBF469BBF369209F(/*hidden argument*/NULL); if (!L_14) { goto IL_0051; } } IL_0040: { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_15 = V_3; NullCheck(L_15); int32_t L_16; L_16 = IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline(L_15, /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)2)))) { goto IL_0051; } } IL_0049: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_17 = V_1; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_18 = V_3; NullCheck(L_17); int32_t L_19; L_19 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_17, L_18); } IL_0051: { goto IL_0056; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0053; } throw e; } CATCH_0053: {// begin catch(System.ArgumentNullException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0056; }// end catch (depth: 1) IL_0056: { int32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_005a: { int32_t L_21 = V_2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = ___h_addrlist3; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))) { goto IL_001e; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_23 = V_1; NullCheck(L_23); int32_t L_24; L_24 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_23); if (L_24) { goto IL_006e; } } { String_t* L_25 = ___originalHostName0; Dns_Error_11001_m4413EE9D94F69A0B12302C4D021F15103A4C0D4A(L_25, /*hidden argument*/NULL); } IL_006e: { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_26 = V_0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_27 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_28 = { reinterpret_cast (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_29; L_29 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_28, /*hidden argument*/NULL); NullCheck(L_27); RuntimeArray * L_30; L_30 = VirtualFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(49 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_27, L_29); NullCheck(L_26); IPHostEntry_set_AddressList_m5D661027187141E20D78AE4795EA8DABA42BEF38_inline(L_26, ((IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB*)IsInst((RuntimeObject*)L_30, IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_31 = V_0; return L_31; } } // System.Net.IPHostEntry System.Net.Dns::GetHostByAddressFromString(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_GetHostByAddressFromString_mF14387E76D6C863F94F032677DC5EBE249E6ACCA (String_t* ___address0, bool ___parse1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_2 = NULL; { String_t* L_0 = ___address0; NullCheck(L_0); bool L_1; L_1 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_0, _stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { ___address0 = _stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE; ___parse1 = (bool)0; } IL_0017: { bool L_2 = ___parse1; if (!L_2) { goto IL_0021; } } { String_t* L_3 = ___address0; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_4; L_4 = IPAddress_Parse_m49C413225AC75DA34D1663559818861CA34C3CB0(L_3, /*hidden argument*/NULL); } IL_0021: { String_t* L_5 = ___address0; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); int32_t L_6; L_6 = Socket_get_FamilyHint_m69658ED9A2D589A6C3083ADD822FBFFC7308B7D3(/*hidden argument*/NULL); bool L_7; L_7 = Dns_GetHostByAddr_internal_m1C5730B561811F4E044F0A91AFEBA7EBC5EB914E(L_5, (String_t**)(&V_0), (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**)(&V_1), (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**)(&V_2), L_6, /*hidden argument*/NULL); if (L_7) { goto IL_003a; } } { String_t* L_8 = ___address0; Dns_Error_11001_m4413EE9D94F69A0B12302C4D021F15103A4C0D4A(L_8, /*hidden argument*/NULL); } IL_003a: { String_t* L_9 = ___address0; String_t* L_10 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = V_1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = V_2; IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_13; L_13 = Dns_hostent_to_IPHostEntry_m1D42E0B954F083D77C761D1D514F7AB1AA3258FC(L_9, L_10, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_GetHostEntry_m251BB12504C0277A9CCD2B33C5C9979CFAB4F6AD (String_t* ___hostNameOrAddress0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71DF7060EBB2681C6A58BAD2AB05D4021E7B1E06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52); s_Il2CppMethodInitialized = true; } IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * V_0 = NULL; { String_t* L_0 = ___hostNameOrAddress0; 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*)&_stringLiteral53A9C66C6A443CBE89ABB4CC1F89ED3FCB6DF131)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_GetHostEntry_m251BB12504C0277A9CCD2B33C5C9979CFAB4F6AD_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___hostNameOrAddress0; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52, /*hidden argument*/NULL); if (L_3) { goto IL_0028; } } { String_t* L_4 = ___hostNameOrAddress0; bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteral71DF7060EBB2681C6A58BAD2AB05D4021E7B1E06, /*hidden argument*/NULL); if (!L_5) { goto IL_0038; } } IL_0028: { 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF19B3C0B045B5A7830D8EF6BB96C1ADCFC66A0C)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53A9C66C6A443CBE89ABB4CC1F89ED3FCB6DF131)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_GetHostEntry_m251BB12504C0277A9CCD2B33C5C9979CFAB4F6AD_RuntimeMethod_var))); } IL_0038: { String_t* L_7 = ___hostNameOrAddress0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0052; } } { String_t* L_9 = ___hostNameOrAddress0; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); bool L_10; L_10 = IPAddress_TryParse_m43158BF9D76398954BE04773A6A15898EFE27F3E(L_9, (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE **)(&V_0), /*hidden argument*/NULL); if (!L_10) { goto IL_0052; } } { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_11 = V_0; IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_12; L_12 = Dns_GetHostEntry_m4C094DDA3A6181386C24046D38B614E303919B5A(L_11, /*hidden argument*/NULL); return L_12; } IL_0052: { String_t* L_13 = ___hostNameOrAddress0; IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_14; L_14 = Dns_GetHostByName_m56DD7C1149C9931F93FFA8F2AC502B27ADACF6CE(L_13, /*hidden argument*/NULL); return L_14; } } // System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.Net.IPAddress) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_GetHostEntry_m4C094DDA3A6181386C24046D38B614E303919B5A (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___address0, const RuntimeMethod* method) { { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_0 = ___address0; 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*)&_stringLiteral8A577A5A6848BEDC7A1DBA1211A06E627EEF0057)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_GetHostEntry_m4C094DDA3A6181386C24046D38B614E303919B5A_RuntimeMethod_var))); } IL_000e: { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_2 = ___address0; NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_4; L_4 = Dns_GetHostByAddressFromString_mF14387E76D6C863F94F032677DC5EBE249E6ACCA(L_3, (bool)0, /*hidden argument*/NULL); return L_4; } } // System.Net.IPAddress[] System.Net.Dns::GetHostAddresses(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* Dns_GetHostAddresses_m8973842AF0FE11D76AC9D4FFE28908F1B974F164 (String_t* ___hostNameOrAddress0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71DF7060EBB2681C6A58BAD2AB05D4021E7B1E06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52); s_Il2CppMethodInitialized = true; } IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * V_0 = NULL; { String_t* L_0 = ___hostNameOrAddress0; 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*)&_stringLiteral53A9C66C6A443CBE89ABB4CC1F89ED3FCB6DF131)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_GetHostAddresses_m8973842AF0FE11D76AC9D4FFE28908F1B974F164_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___hostNameOrAddress0; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52, /*hidden argument*/NULL); if (L_3) { goto IL_0028; } } { String_t* L_4 = ___hostNameOrAddress0; bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteral71DF7060EBB2681C6A58BAD2AB05D4021E7B1E06, /*hidden argument*/NULL); if (!L_5) { goto IL_0038; } } IL_0028: { 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF19B3C0B045B5A7830D8EF6BB96C1ADCFC66A0C)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53A9C66C6A443CBE89ABB4CC1F89ED3FCB6DF131)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_GetHostAddresses_m8973842AF0FE11D76AC9D4FFE28908F1B974F164_RuntimeMethod_var))); } IL_0038: { String_t* L_7 = ___hostNameOrAddress0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0056; } } { String_t* L_9 = ___hostNameOrAddress0; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); bool L_10; L_10 = IPAddress_TryParse_m43158BF9D76398954BE04773A6A15898EFE27F3E(L_9, (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE **)(&V_0), /*hidden argument*/NULL); if (!L_10) { goto IL_0056; } } { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_11 = (IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB*)(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB*)SZArrayNew(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB_il2cpp_TypeInfo_var, (uint32_t)1); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_12 = L_11; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_13 = V_0; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE *)L_13); return L_12; } IL_0056: { String_t* L_14 = ___hostNameOrAddress0; IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_15; L_15 = Dns_GetHostEntry_m251BB12504C0277A9CCD2B33C5C9979CFAB4F6AD(L_14, /*hidden argument*/NULL); NullCheck(L_15); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_16; L_16 = IPHostEntry_get_AddressList_m466AC33C136531F42A5EDCD3A75E5B392075186F_inline(L_15, /*hidden argument*/NULL); return L_16; } } // System.Net.IPHostEntry System.Net.Dns::GetHostByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_GetHostByName_m56DD7C1149C9931F93FFA8F2AC502B27ADACF6CE (String_t* ___hostName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_2 = NULL; { String_t* L_0 = ___hostName0; 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*)&_stringLiteral65577039DCAD14536876AB073E8CCCAECB3C91AD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_GetHostByName_m56DD7C1149C9931F93FFA8F2AC502B27ADACF6CE_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___hostName0; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Socket_get_FamilyHint_m69658ED9A2D589A6C3083ADD822FBFFC7308B7D3(/*hidden argument*/NULL); bool L_4; L_4 = Dns_GetHostByName_internal_m2FB9C7ECE2D63FCA60EE2271AD0F6B6C171BFD93(L_2, (String_t**)(&V_0), (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**)(&V_1), (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**)(&V_2), L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0027; } } { String_t* L_5 = ___hostName0; Dns_Error_11001_m4413EE9D94F69A0B12302C4D021F15103A4C0D4A(L_5, /*hidden argument*/NULL); } IL_0027: { String_t* L_6 = ___hostName0; String_t* L_7 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = V_1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = V_2; IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_10; L_10 = Dns_hostent_to_IPHostEntry_m1D42E0B954F083D77C761D1D514F7AB1AA3258FC(L_6, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.String System.Net.Dns::GetHostName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Dns_GetHostName_m8BF02B75F8EF9723179339212805C5BAF5C4B706 (const RuntimeMethod* method) { String_t* V_0 = NULL; { bool L_0; L_0 = Dns_GetHostName_internal_mFE7E55E9069ED7F9ECEE9D8A89942FEE229451CC((String_t**)(&V_0), /*hidden argument*/NULL); if (L_0) { goto IL_000f; } } { String_t* L_1 = V_0; Dns_Error_11001_m4413EE9D94F69A0B12302C4D021F15103A4C0D4A(L_1, /*hidden argument*/NULL); } IL_000f: { String_t* L_2 = V_0; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DoWorkEventArgs::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoWorkEventArgs__ctor_m4F4439DB93D80E45B50383BEE195D674313EB9FC (DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * __this, RuntimeObject * ___argument0, const RuntimeMethod* method) { { CancelEventArgs__ctor_mA664958ECD1378D6BC282832D48B483F7BD3E369(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___argument0; __this->set_argument_3(L_0); return; } } // System.Object System.ComponentModel.DoWorkEventArgs::get_Argument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DoWorkEventArgs_get_Argument_mB07FA7163A9DB1BB5516FFC07ABB73F68EB41312 (DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_argument_3(); return L_0; } } // System.Object System.ComponentModel.DoWorkEventArgs::get_Result() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DoWorkEventArgs_get_Result_m739E34B8E71B654ED0FEC3E3652FDD21770083CB (DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_result_2(); return L_0; } } // System.Void System.ComponentModel.DoWorkEventArgs::set_Result(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoWorkEventArgs_set_Result_m47AA9FF0D0D89B6FF4390861B35EE38159B6417D (DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_result_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.ComponentModel.DoWorkEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoWorkEventHandler__ctor_m74E36D8648265B86F68CCEBF082CDAD739417CA7 (DoWorkEventHandler_t1F393DBD98DDD77BAADD6F58DB83C690560C0B60 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.ComponentModel.DoWorkEventHandler::Invoke(System.Object,System.ComponentModel.DoWorkEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoWorkEventHandler_Invoke_m3F4F333894C93E5EB6005963C6CF0C0E5EF99199 (DoWorkEventHandler_t1F393DBD98DDD77BAADD6F58DB83C690560C0B60 * __this, RuntimeObject * ___sender0, DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * ___e1, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else if (___parameterCount != 2) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtualActionInvoker1< DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtualActionInvoker1< DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult System.ComponentModel.DoWorkEventHandler::BeginInvoke(System.Object,System.ComponentModel.DoWorkEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DoWorkEventHandler_BeginInvoke_m466F7C46B4AABDB4C2B92A30FD2DB9954C75E0A9 (DoWorkEventHandler_t1F393DBD98DDD77BAADD6F58DB83C690560C0B60 * __this, RuntimeObject * ___sender0, DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * ___e1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // System.Void System.ComponentModel.DoWorkEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoWorkEventHandler_EndInvoke_m050F70CCF720703BB114FF4681E9291AEC3601DB (DoWorkEventHandler_t1F393DBD98DDD77BAADD6F58DB83C690560C0B60 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.DomainNameHelper::ParseCanonicalName(System.String,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_ParseCanonicalName_m1C6E554993599045E72E090518D75FF532D2543E (String_t* ___str0, int32_t ___start1, int32_t ___end2, bool* ___loopback3, 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*)&_stringLiteral5FC154761871B7293BA5D77E57A16A71359FE4E5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E0521A25097CB5A78F7F365E792997998243F33); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { V_0 = (String_t*)NULL; int32_t L_0 = ___end2; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)); goto IL_0047; } IL_0008: { String_t* L_1 = ___str0; int32_t L_2 = V_1; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) < ((int32_t)((int32_t)65)))) { goto IL_0035; } } { String_t* L_4 = ___str0; int32_t L_5 = V_1; NullCheck(L_4); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) > ((int32_t)((int32_t)90)))) { goto IL_0035; } } { String_t* L_7 = ___str0; int32_t L_8 = ___start1; int32_t L_9 = ___end2; int32_t L_10 = ___start1; NullCheck(L_7); String_t* L_11; L_11 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_7, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12; L_12 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); NullCheck(L_11); String_t* L_13; L_13 = String_ToLower_m31AAE50F084C9F7ECE9201944F237D2310C79235(L_11, L_12, /*hidden argument*/NULL); V_0 = L_13; goto IL_004b; } IL_0035: { String_t* L_14 = ___str0; int32_t L_15 = V_1; NullCheck(L_14); Il2CppChar L_16; L_16 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, L_15, /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)58))))) { goto IL_0043; } } { int32_t L_17 = V_1; ___end2 = L_17; } IL_0043: { int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); } IL_0047: { int32_t L_19 = V_1; int32_t L_20 = ___start1; if ((((int32_t)L_19) >= ((int32_t)L_20))) { goto IL_0008; } } IL_004b: { String_t* L_21 = V_0; if (L_21) { goto IL_0059; } } { String_t* L_22 = ___str0; int32_t L_23 = ___start1; int32_t L_24 = ___end2; int32_t L_25 = ___start1; NullCheck(L_22); String_t* L_26; L_26 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_22, L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/NULL); V_0 = L_26; } IL_0059: { String_t* L_27 = V_0; bool L_28; L_28 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_27, _stringLiteral5FC154761871B7293BA5D77E57A16A71359FE4E5, /*hidden argument*/NULL); if (L_28) { goto IL_0073; } } { String_t* L_29 = V_0; bool L_30; L_30 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_29, _stringLiteral9E0521A25097CB5A78F7F365E792997998243F33, /*hidden argument*/NULL); if (!L_30) { goto IL_007c; } } IL_0073: { bool* L_31 = ___loopback3; *((int8_t*)L_31) = (int8_t)1; return _stringLiteral5FC154761871B7293BA5D77E57A16A71359FE4E5; } IL_007c: { String_t* L_32 = V_0; return L_32; } } // System.Boolean System.DomainNameHelper::IsValid(System.Char*,System.UInt16,System.Int32&,System.Boolean&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsValid_m023973F3D85C0B74F55D6B7576911D4813685052 (Il2CppChar* ___name0, uint16_t ___pos1, int32_t* ___returnedEnd2, bool* ___notCanonical3, bool ___notImplicitFile4, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar V_3 = 0x0; { Il2CppChar* L_0 = ___name0; uint16_t L_1 = ___pos1; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_1), (int32_t)2)))); Il2CppChar* L_2 = V_0; V_1 = (Il2CppChar*)L_2; Il2CppChar* L_3 = ___name0; int32_t* L_4 = ___returnedEnd2; int32_t L_5 = *((int32_t*)L_4); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_5), (int32_t)2)))); goto IL_0042; } IL_0013: { Il2CppChar* L_6 = V_1; int32_t L_7 = *((uint16_t*)L_6); V_3 = L_7; Il2CppChar L_8 = V_3; if ((((int32_t)L_8) <= ((int32_t)((int32_t)127)))) { goto IL_001d; } } { return (bool)0; } IL_001d: { Il2CppChar L_9 = V_3; if ((((int32_t)L_9) == ((int32_t)((int32_t)47)))) { goto IL_003a; } } { Il2CppChar L_10 = V_3; if ((((int32_t)L_10) == ((int32_t)((int32_t)92)))) { goto IL_003a; } } { bool L_11 = ___notImplicitFile4; if (!L_11) { goto IL_003e; } } { Il2CppChar L_12 = V_3; if ((((int32_t)L_12) == ((int32_t)((int32_t)58)))) { goto IL_003a; } } { Il2CppChar L_13 = V_3; if ((((int32_t)L_13) == ((int32_t)((int32_t)63)))) { goto IL_003a; } } { Il2CppChar L_14 = V_3; if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)35))))) { goto IL_003e; } } IL_003a: { Il2CppChar* L_15 = V_1; V_2 = (Il2CppChar*)L_15; goto IL_0046; } IL_003e: { Il2CppChar* L_16 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)2)); } IL_0042: { Il2CppChar* L_17 = V_1; Il2CppChar* L_18 = V_2; if ((!(((uintptr_t)L_17) >= ((uintptr_t)L_18)))) { goto IL_0013; } } IL_0046: { Il2CppChar* L_19 = V_2; Il2CppChar* L_20 = V_0; if ((!(((uintptr_t)L_19) == ((uintptr_t)L_20)))) { goto IL_004c; } } { return (bool)0; } IL_004c: { Il2CppChar* L_21 = V_0; V_1 = (Il2CppChar*)L_21; goto IL_005a; } IL_0050: { Il2CppChar* L_22 = V_1; int32_t L_23 = *((uint16_t*)L_22); if ((((int32_t)L_23) == ((int32_t)((int32_t)46)))) { goto IL_005e; } } { Il2CppChar* L_24 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)2)); } IL_005a: { Il2CppChar* L_25 = V_1; Il2CppChar* L_26 = V_2; if ((!(((uintptr_t)L_25) >= ((uintptr_t)L_26)))) { goto IL_0050; } } IL_005e: { Il2CppChar* L_27 = V_0; Il2CppChar* L_28 = V_1; if ((((intptr_t)L_27) == ((intptr_t)L_28))) { goto IL_007b; } } { Il2CppChar* L_29 = V_1; Il2CppChar* L_30 = V_0; if ((((int64_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_29, (intptr_t)L_30))/(int32_t)2))))) > ((int64_t)((int64_t)((int64_t)((int32_t)63)))))) { goto IL_007b; } } { Il2CppChar* L_31 = V_0; Il2CppChar* L_32 = (Il2CppChar*)L_31; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (int32_t)2)); int32_t L_33 = *((uint16_t*)L_32); bool* L_34 = ___notCanonical3; bool L_35; L_35 = DomainNameHelper_IsASCIILetterOrDigit_mD6FFEFCECBEDF217C5A8D809F4AA253E1DB660D3(L_33, (bool*)L_34, /*hidden argument*/NULL); if (L_35) { goto IL_008d; } } IL_007b: { return (bool)0; } IL_007d: { Il2CppChar* L_36 = V_0; Il2CppChar* L_37 = (Il2CppChar*)L_36; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)2)); int32_t L_38 = *((uint16_t*)L_37); bool* L_39 = ___notCanonical3; bool L_40; L_40 = DomainNameHelper_IsValidDomainLabelCharacter_mF7475044482589FC28EA15C6573810309C85FC82(L_38, (bool*)L_39, /*hidden argument*/NULL); if (L_40) { goto IL_008d; } } { return (bool)0; } IL_008d: { Il2CppChar* L_41 = V_0; Il2CppChar* L_42 = V_1; if ((!(((uintptr_t)L_41) >= ((uintptr_t)L_42)))) { goto IL_007d; } } { Il2CppChar* L_43 = V_0; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_43, (int32_t)2)); Il2CppChar* L_44 = V_0; Il2CppChar* L_45 = V_2; if ((!(((uintptr_t)L_44) >= ((uintptr_t)L_45)))) { goto IL_004c; } } { int32_t* L_46 = ___returnedEnd2; Il2CppChar* L_47 = V_2; Il2CppChar* L_48 = ___name0; *((int32_t*)L_46) = (int32_t)((int32_t)((uint16_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_47, (intptr_t)L_48))/(int32_t)2)))))); return (bool)1; } } // System.Boolean System.DomainNameHelper::IsValidByIri(System.Char*,System.UInt16,System.Int32&,System.Boolean&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsValidByIri_m97F02F9CC9EEE94308F903936E1E5D4322364869 (Il2CppChar* ___name0, uint16_t ___pos1, int32_t* ___returnedEnd2, bool* ___notCanonical3, bool ___notImplicitFile4, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; bool V_5 = false; int32_t G_B27_0 = 0; { Il2CppChar* L_0 = ___name0; uint16_t L_1 = ___pos1; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_1), (int32_t)2)))); Il2CppChar* L_2 = V_0; V_1 = (Il2CppChar*)L_2; Il2CppChar* L_3 = ___name0; int32_t* L_4 = ___returnedEnd2; int32_t L_5 = *((int32_t*)L_4); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_5), (int32_t)2)))); V_3 = 0; goto IL_0043; } IL_0015: { Il2CppChar* L_6 = V_1; int32_t L_7 = *((uint16_t*)L_6); V_4 = L_7; Il2CppChar L_8 = V_4; if ((((int32_t)L_8) == ((int32_t)((int32_t)47)))) { goto IL_003b; } } { Il2CppChar L_9 = V_4; if ((((int32_t)L_9) == ((int32_t)((int32_t)92)))) { goto IL_003b; } } { bool L_10 = ___notImplicitFile4; if (!L_10) { goto IL_003f; } } { Il2CppChar L_11 = V_4; if ((((int32_t)L_11) == ((int32_t)((int32_t)58)))) { goto IL_003b; } } { Il2CppChar L_12 = V_4; if ((((int32_t)L_12) == ((int32_t)((int32_t)63)))) { goto IL_003b; } } { Il2CppChar L_13 = V_4; if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)35))))) { goto IL_003f; } } IL_003b: { Il2CppChar* L_14 = V_1; V_2 = (Il2CppChar*)L_14; goto IL_0047; } IL_003f: { Il2CppChar* L_15 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)2)); } IL_0043: { Il2CppChar* L_16 = V_1; Il2CppChar* L_17 = V_2; if ((!(((uintptr_t)L_16) >= ((uintptr_t)L_17)))) { goto IL_0015; } } IL_0047: { Il2CppChar* L_18 = V_2; Il2CppChar* L_19 = V_0; if ((!(((uintptr_t)L_18) == ((uintptr_t)L_19)))) { goto IL_004d; } } { return (bool)0; } IL_004d: { Il2CppChar* L_20 = V_0; V_1 = (Il2CppChar*)L_20; V_3 = 0; V_5 = (bool)0; goto IL_0098; } IL_0056: { Il2CppChar* L_21 = V_1; int32_t L_22 = *((uint16_t*)L_21); if ((((int32_t)L_22) == ((int32_t)((int32_t)46)))) { goto IL_009c; } } { Il2CppChar* L_23 = V_1; int32_t L_24 = *((uint16_t*)L_23); if ((((int32_t)L_24) == ((int32_t)((int32_t)12290)))) { goto IL_009c; } } { Il2CppChar* L_25 = V_1; int32_t L_26 = *((uint16_t*)L_25); if ((((int32_t)L_26) == ((int32_t)((int32_t)65294)))) { goto IL_009c; } } { Il2CppChar* L_27 = V_1; int32_t L_28 = *((uint16_t*)L_27); if ((((int32_t)L_28) == ((int32_t)((int32_t)65377)))) { goto IL_009c; } } { int32_t L_29 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); Il2CppChar* L_30 = V_1; int32_t L_31 = *((uint16_t*)L_30); if ((((int32_t)L_31) <= ((int32_t)((int32_t)255)))) { goto IL_0088; } } { int32_t L_32 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0088: { Il2CppChar* L_33 = V_1; int32_t L_34 = *((uint16_t*)L_33); if ((((int32_t)L_34) < ((int32_t)((int32_t)160)))) { goto IL_0094; } } { V_5 = (bool)1; } IL_0094: { Il2CppChar* L_35 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_35, (int32_t)2)); } IL_0098: { Il2CppChar* L_36 = V_1; Il2CppChar* L_37 = V_2; if ((!(((uintptr_t)L_36) >= ((uintptr_t)L_37)))) { goto IL_0056; } } IL_009c: { Il2CppChar* L_38 = V_0; Il2CppChar* L_39 = V_1; if ((((intptr_t)L_38) == ((intptr_t)L_39))) { goto IL_00c7; } } { bool L_40 = V_5; if (L_40) { goto IL_00a7; } } { int32_t L_41 = V_3; G_B27_0 = L_41; goto IL_00aa; } IL_00a7: { int32_t L_42 = V_3; G_B27_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)4)); } IL_00aa: { if ((((int32_t)G_B27_0) > ((int32_t)((int32_t)63)))) { goto IL_00c7; } } { Il2CppChar* L_43 = V_0; Il2CppChar* L_44 = (Il2CppChar*)L_43; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_44, (int32_t)2)); int32_t L_45 = *((uint16_t*)L_44); if ((((int32_t)L_45) >= ((int32_t)((int32_t)160)))) { goto IL_00e4; } } { Il2CppChar* L_46 = V_0; int32_t L_47 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_46, (int32_t)2))); bool* L_48 = ___notCanonical3; bool L_49; L_49 = DomainNameHelper_IsASCIILetterOrDigit_mD6FFEFCECBEDF217C5A8D809F4AA253E1DB660D3(L_47, (bool*)L_48, /*hidden argument*/NULL); if (L_49) { goto IL_00e4; } } IL_00c7: { return (bool)0; } IL_00c9: { Il2CppChar* L_50 = V_0; Il2CppChar* L_51 = (Il2CppChar*)L_50; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_51, (int32_t)2)); int32_t L_52 = *((uint16_t*)L_51); if ((((int32_t)L_52) >= ((int32_t)((int32_t)160)))) { goto IL_00e4; } } { Il2CppChar* L_53 = V_0; int32_t L_54 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_53, (int32_t)2))); bool* L_55 = ___notCanonical3; bool L_56; L_56 = DomainNameHelper_IsValidDomainLabelCharacter_mF7475044482589FC28EA15C6573810309C85FC82(L_54, (bool*)L_55, /*hidden argument*/NULL); if (L_56) { goto IL_00e4; } } { return (bool)0; } IL_00e4: { Il2CppChar* L_57 = V_0; Il2CppChar* L_58 = V_1; if ((!(((uintptr_t)L_57) >= ((uintptr_t)L_58)))) { goto IL_00c9; } } { Il2CppChar* L_59 = V_0; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_59, (int32_t)2)); Il2CppChar* L_60 = V_0; Il2CppChar* L_61 = V_2; if ((!(((uintptr_t)L_60) >= ((uintptr_t)L_61)))) { goto IL_004d; } } { int32_t* L_62 = ___returnedEnd2; Il2CppChar* L_63 = V_2; Il2CppChar* L_64 = ___name0; *((int32_t*)L_62) = (int32_t)((int32_t)((uint16_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_63, (intptr_t)L_64))/(int32_t)2)))))); return (bool)1; } } // System.String System.DomainNameHelper::IdnEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_IdnEquivalent_mBA80E13A0C970D723F1A05F175F6B96E0DE3C974 (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, bool* ___atLeastOneValidIdn4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; bool V_7 = false; bool V_8 = false; bool V_9 = false; Il2CppChar V_10 = 0x0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; String_t* G_B4_0 = NULL; String_t* G_B6_0 = NULL; String_t* G_B5_0 = NULL; int32_t G_B24_0 = 0; int32_t G_B23_0 = 0; int32_t G_B25_0 = 0; int32_t G_B25_1 = 0; { V_0 = (String_t*)NULL; Il2CppChar* L_0 = ___hostname0; int32_t L_1 = ___start1; int32_t L_2 = ___end2; bool* L_3 = ___allAscii3; String_t* L_4; L_4 = DomainNameHelper_IdnEquivalent_mEF2BE28789962238A2B054639C82F8F711903CDC((Il2CppChar*)(Il2CppChar*)L_0, L_1, L_2, (bool*)L_3, (String_t**)(&V_0), /*hidden argument*/NULL); V_1 = L_4; String_t* L_5 = V_1; if (!L_5) { goto IL_00f0; } } { bool* L_6 = ___allAscii3; int32_t L_7 = *((uint8_t*)L_6); if (L_7) { goto IL_001b; } } { String_t* L_8 = V_0; G_B4_0 = L_8; goto IL_001c; } IL_001b: { String_t* L_9 = V_1; G_B4_0 = L_9; } IL_001c: { String_t* L_10 = G_B4_0; V_3 = L_10; String_t* L_11 = V_3; V_2 = (Il2CppChar*)((uintptr_t)L_11); Il2CppChar* L_12 = V_2; G_B5_0 = L_10; if (!L_12) { G_B6_0 = L_10; goto IL_002c; } } { Il2CppChar* L_13 = V_2; int32_t L_14; L_14 = RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42(/*hidden argument*/NULL); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)L_14)); G_B6_0 = G_B5_0; } IL_002c: { NullCheck(G_B6_0); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(G_B6_0, /*hidden argument*/NULL); V_4 = L_15; V_5 = 0; V_6 = 0; V_7 = (bool)0; V_8 = (bool)0; V_9 = (bool)0; } IL_0042: { V_7 = (bool)0; V_8 = (bool)0; V_9 = (bool)0; int32_t L_16 = V_6; V_5 = L_16; goto IL_00ab; } IL_0051: { Il2CppChar* L_17 = V_2; int32_t L_18 = V_5; int32_t L_19 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_18), (int32_t)2))))); V_10 = L_19; bool L_20 = V_8; if (L_20) { goto IL_007f; } } { V_8 = (bool)1; int32_t L_21 = V_5; int32_t L_22 = V_4; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)3))) >= ((int32_t)L_22))) { goto IL_007f; } } { Il2CppChar* L_23 = V_2; int32_t L_24 = V_5; bool L_25; L_25 = DomainNameHelper_IsIdnAce_m23563D1578752DE903E530A0FEA2B58574D870EE((Il2CppChar*)(Il2CppChar*)L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_007f; } } { int32_t L_26 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)4)); V_7 = (bool)1; goto IL_00ab; } IL_007f: { Il2CppChar L_27 = V_10; if ((((int32_t)L_27) == ((int32_t)((int32_t)46)))) { goto IL_00a0; } } { Il2CppChar L_28 = V_10; if ((((int32_t)L_28) == ((int32_t)((int32_t)12290)))) { goto IL_00a0; } } { Il2CppChar L_29 = V_10; if ((((int32_t)L_29) == ((int32_t)((int32_t)65294)))) { goto IL_00a0; } } { Il2CppChar L_30 = V_10; if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)65377))))) { goto IL_00a5; } } IL_00a0: { V_9 = (bool)1; goto IL_00b1; } IL_00a5: { int32_t L_31 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00ab: { int32_t L_32 = V_5; int32_t L_33 = V_4; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0051; } } IL_00b1: { bool L_34 = V_7; if (!L_34) { goto IL_00d6; } } IL_00b5: try {// begin try (depth: 1) IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * L_35 = (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C *)il2cpp_codegen_object_new(IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C_il2cpp_TypeInfo_var); IdnMapping__ctor_m07BB985F0F6275028CCF5ACD22BBD443F3B707B0(L_35, /*hidden argument*/NULL); Il2CppChar* L_36 = V_2; int32_t L_37 = V_6; int32_t L_38 = V_5; int32_t L_39 = V_6; String_t* L_40; L_40 = String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777(NULL, (Il2CppChar*)(Il2CppChar*)L_36, L_37, ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39)), /*hidden argument*/NULL); NullCheck(L_35); String_t* L_41; L_41 = IdnMapping_GetUnicode_m71467D660FFB548F812474927F7A8EFA63273C56(L_35, L_40, /*hidden argument*/NULL); bool* L_42 = ___atLeastOneValidIdn4; *((int8_t*)L_42) = (int8_t)1; goto IL_00ec; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00d3; } throw e; } CATCH_00d3: {// begin catch(System.ArgumentException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00d6; }// end catch (depth: 1) IL_00d6: { int32_t L_43 = V_5; bool L_44 = V_9; G_B23_0 = L_43; if (L_44) { G_B24_0 = L_43; goto IL_00df; } } { G_B25_0 = 0; G_B25_1 = G_B23_0; goto IL_00e0; } IL_00df: { G_B25_0 = 1; G_B25_1 = G_B24_0; } IL_00e0: { V_6 = ((int32_t)il2cpp_codegen_add((int32_t)G_B25_1, (int32_t)G_B25_0)); int32_t L_45 = V_6; int32_t L_46 = V_4; if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_0042; } } IL_00ec: { V_3 = (String_t*)NULL; goto IL_00f4; } IL_00f0: { bool* L_47 = ___atLeastOneValidIdn4; *((int8_t*)L_47) = (int8_t)0; } IL_00f4: { String_t* L_48 = V_1; return L_48; } } // System.String System.DomainNameHelper::IdnEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_IdnEquivalent_mEF2BE28789962238A2B054639C82F8F711903CDC (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, String_t** ___bidiStrippedHost4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * V_3 = NULL; String_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (String_t*)NULL; int32_t L_0 = ___end2; int32_t L_1 = ___start1; if ((((int32_t)L_0) > ((int32_t)L_1))) { goto IL_0008; } } { String_t* L_2 = V_0; return L_2; } IL_0008: { int32_t L_3 = ___start1; V_1 = L_3; bool* L_4 = ___allAscii3; *((int8_t*)L_4) = (int8_t)1; goto IL_0023; } IL_000f: { Il2CppChar* L_5 = ___hostname0; int32_t L_6 = V_1; int32_t L_7 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_6), (int32_t)2))))); if ((((int32_t)L_7) <= ((int32_t)((int32_t)127)))) { goto IL_001f; } } { bool* L_8 = ___allAscii3; *((int8_t*)L_8) = (int8_t)0; goto IL_0027; } IL_001f: { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0023: { int32_t L_10 = V_1; int32_t L_11 = ___end2; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_000f; } } IL_0027: { bool* L_12 = ___allAscii3; int32_t L_13 = *((uint8_t*)L_12); if (!L_13) { goto IL_0042; } } { Il2CppChar* L_14 = ___hostname0; int32_t L_15 = ___start1; int32_t L_16 = ___end2; int32_t L_17 = ___start1; String_t* L_18; L_18 = String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777(NULL, (Il2CppChar*)(Il2CppChar*)L_14, L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)), /*hidden argument*/NULL); V_2 = L_18; String_t* L_19 = V_2; if (L_19) { goto IL_003b; } } { return (String_t*)NULL; } IL_003b: { String_t* L_20 = V_2; NullCheck(L_20); String_t* L_21; L_21 = String_ToLowerInvariant_m070E99F11A6005755BD6579A6CC835694395F79F(L_20, /*hidden argument*/NULL); return L_21; } IL_0042: { IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * L_22 = (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C *)il2cpp_codegen_object_new(IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C_il2cpp_TypeInfo_var); IdnMapping__ctor_m07BB985F0F6275028CCF5ACD22BBD443F3B707B0(L_22, /*hidden argument*/NULL); V_3 = L_22; String_t** L_23 = ___bidiStrippedHost4; Il2CppChar* L_24 = ___hostname0; int32_t L_25 = ___start1; int32_t L_26 = ___end2; int32_t L_27 = ___start1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); String_t* L_28; L_28 = Uri_StripBidiControlCharacter_m17F47758CA4DA1A5D21B3D39D00E8364DC2CAF50((Il2CppChar*)(Il2CppChar*)L_24, L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)), /*hidden argument*/NULL); *((RuntimeObject **)L_23) = (RuntimeObject *)L_28; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_23, (void*)(RuntimeObject *)L_28); } IL_0055: try {// begin try (depth: 1) IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * L_29 = V_3; String_t** L_30 = ___bidiStrippedHost4; String_t* L_31 = *((String_t**)L_30); NullCheck(L_29); String_t* L_32; L_32 = IdnMapping_GetAscii_m5E1B9118404224CB56B9F19EE9F9CF538196DE8C(L_29, L_31, /*hidden argument*/NULL); V_4 = L_32; goto IL_0073; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0062; } throw e; } CATCH_0062: {// begin catch(System.ArgumentException) String_t* L_33; L_33 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF5A563DA7422888CC118DE9B7F5BE8C5EF1BFB50)), /*hidden argument*/NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_34 = (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var))); UriFormatException__ctor_mC9CB29EF00CB33869659306AC3FCA69342FD044F(L_34, L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DomainNameHelper_IdnEquivalent_mEF2BE28789962238A2B054639C82F8F711903CDC_RuntimeMethod_var))); }// end catch (depth: 1) IL_0073: { String_t* L_35 = V_4; return L_35; } } // System.Boolean System.DomainNameHelper::IsIdnAce(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsIdnAce_m485D0A1D49F957AE91C55D7B9FBFFFBDAAAA5D2C (String_t* ___input0, int32_t ___index1, const RuntimeMethod* method) { { String_t* L_0 = ___input0; int32_t L_1 = ___index1; NullCheck(L_0); Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)120))))) { goto IL_0034; } } { String_t* L_3 = ___input0; int32_t L_4 = ___index1; NullCheck(L_3); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)110))))) { goto IL_0034; } } { String_t* L_6 = ___input0; int32_t L_7 = ___index1; NullCheck(L_6); Il2CppChar L_8; L_8 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2)), /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)45))))) { goto IL_0034; } } { String_t* L_9 = ___input0; int32_t L_10 = ___index1; NullCheck(L_9); Il2CppChar L_11; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)3)), /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)45))))) { goto IL_0034; } } { return (bool)1; } IL_0034: { return (bool)0; } } // System.Boolean System.DomainNameHelper::IsIdnAce(System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsIdnAce_m23563D1578752DE903E530A0FEA2B58574D870EE (Il2CppChar* ___input0, int32_t ___index1, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___input0; int32_t L_1 = ___index1; int32_t L_2 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_1), (int32_t)2))))); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)120))))) { goto IL_0034; } } { Il2CppChar* L_3 = ___input0; int32_t L_4 = ___index1; int32_t L_5 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))), (int32_t)2))))); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)110))))) { goto IL_0034; } } { Il2CppChar* L_6 = ___input0; int32_t L_7 = ___index1; int32_t L_8 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2))), (int32_t)2))))); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)45))))) { goto IL_0034; } } { Il2CppChar* L_9 = ___input0; int32_t L_10 = ___index1; int32_t L_11 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)3))), (int32_t)2))))); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)45))))) { goto IL_0034; } } { return (bool)1; } IL_0034: { return (bool)0; } } // System.String System.DomainNameHelper::UnicodeEquivalent(System.String,System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_UnicodeEquivalent_m862F489809AFF128883F7E52A9B56D0169AE5168 (String_t* ___idnHost0, Il2CppChar* ___hostname1, int32_t ___start2, int32_t ___end3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * L_0 = (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C *)il2cpp_codegen_object_new(IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C_il2cpp_TypeInfo_var); IdnMapping__ctor_m07BB985F0F6275028CCF5ACD22BBD443F3B707B0(L_0, /*hidden argument*/NULL); V_0 = L_0; } IL_0006: try {// begin try (depth: 1) IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * L_1 = V_0; String_t* L_2 = ___idnHost0; NullCheck(L_1); String_t* L_3; L_3 = IdnMapping_GetUnicode_m71467D660FFB548F812474927F7A8EFA63273C56(L_1, L_2, /*hidden argument*/NULL); V_2 = L_3; goto IL_0022; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0010; } throw e; } CATCH_0010: {// begin catch(System.ArgumentException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0013; }// end catch (depth: 1) IL_0013: { V_1 = (bool)1; Il2CppChar* L_4 = ___hostname1; int32_t L_5 = ___start2; int32_t L_6 = ___end3; String_t* L_7; L_7 = DomainNameHelper_UnicodeEquivalent_m3F187B69AA5313A516F863666C0A29292C8F07A3((Il2CppChar*)(Il2CppChar*)L_4, L_5, L_6, (bool*)(&V_1), (bool*)(&V_1), /*hidden argument*/NULL); return L_7; } IL_0022: { String_t* L_8 = V_2; return L_8; } } // System.String System.DomainNameHelper::UnicodeEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_UnicodeEquivalent_m3F187B69AA5313A516F863666C0A29292C8F07A3 (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, bool* ___atLeastOneValidIdn4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; bool V_7 = false; bool V_8 = false; bool V_9 = false; bool V_10 = false; Il2CppChar V_11 = 0x0; String_t* V_12 = NULL; bool V_13 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B35_0 = 0; int32_t G_B34_0 = 0; int32_t G_B36_0 = 0; int32_t G_B36_1 = 0; { IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * L_0 = (IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C *)il2cpp_codegen_object_new(IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C_il2cpp_TypeInfo_var); IdnMapping__ctor_m07BB985F0F6275028CCF5ACD22BBD443F3B707B0(L_0, /*hidden argument*/NULL); V_0 = L_0; bool* L_1 = ___allAscii3; *((int8_t*)L_1) = (int8_t)1; bool* L_2 = ___atLeastOneValidIdn4; *((int8_t*)L_2) = (int8_t)0; V_1 = (String_t*)NULL; int32_t L_3 = ___end2; int32_t L_4 = ___start1; if ((((int32_t)L_3) > ((int32_t)L_4))) { goto IL_0015; } } { String_t* L_5 = V_1; return L_5; } IL_0015: { Il2CppChar* L_6 = ___hostname0; int32_t L_7 = ___start1; int32_t L_8 = ___end2; int32_t L_9 = ___start1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); String_t* L_10; L_10 = Uri_StripBidiControlCharacter_m17F47758CA4DA1A5D21B3D39D00E8364DC2CAF50((Il2CppChar*)(Il2CppChar*)L_6, L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), /*hidden argument*/NULL); V_2 = L_10; V_3 = (String_t*)NULL; V_4 = 0; V_5 = 0; String_t* L_11 = V_2; NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_11, /*hidden argument*/NULL); V_6 = L_12; V_7 = (bool)1; V_8 = (bool)0; V_9 = (bool)0; V_10 = (bool)0; } IL_003c: { V_7 = (bool)1; V_8 = (bool)0; V_9 = (bool)0; V_10 = (bool)0; int32_t L_13 = V_4; V_5 = L_13; goto IL_00b6; } IL_004e: { String_t* L_14 = V_2; int32_t L_15 = V_5; NullCheck(L_14); Il2CppChar L_16; L_16 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, L_15, /*hidden argument*/NULL); V_11 = L_16; bool L_17 = V_9; if (L_17) { goto IL_007a; } } { V_9 = (bool)1; int32_t L_18 = V_5; int32_t L_19 = V_6; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)3))) >= ((int32_t)L_19))) { goto IL_007a; } } { Il2CppChar L_20 = V_11; if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)120))))) { goto IL_007a; } } { String_t* L_21 = V_2; int32_t L_22 = V_5; bool L_23; L_23 = DomainNameHelper_IsIdnAce_m485D0A1D49F957AE91C55D7B9FBFFFBDAAAA5D2C(L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_007a; } } { V_8 = (bool)1; } IL_007a: { bool L_24 = V_7; if (!L_24) { goto IL_008a; } } { Il2CppChar L_25 = V_11; if ((((int32_t)L_25) <= ((int32_t)((int32_t)127)))) { goto IL_008a; } } { V_7 = (bool)0; bool* L_26 = ___allAscii3; *((int8_t*)L_26) = (int8_t)0; } IL_008a: { Il2CppChar L_27 = V_11; if ((((int32_t)L_27) == ((int32_t)((int32_t)46)))) { goto IL_00ab; } } { Il2CppChar L_28 = V_11; if ((((int32_t)L_28) == ((int32_t)((int32_t)12290)))) { goto IL_00ab; } } { Il2CppChar L_29 = V_11; if ((((int32_t)L_29) == ((int32_t)((int32_t)65294)))) { goto IL_00ab; } } { Il2CppChar L_30 = V_11; if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)65377))))) { goto IL_00b0; } } IL_00ab: { V_10 = (bool)1; goto IL_00bc; } IL_00b0: { int32_t L_31 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00b6: { int32_t L_32 = V_5; int32_t L_33 = V_6; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_004e; } } IL_00bc: { bool L_34 = V_7; if (L_34) { goto IL_010d; } } { String_t* L_35 = V_2; int32_t L_36 = V_4; int32_t L_37 = V_5; int32_t L_38 = V_4; NullCheck(L_35); String_t* L_39; L_39 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_35, L_36, ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38)), /*hidden argument*/NULL); V_12 = L_39; } IL_00cf: try {// begin try (depth: 1) IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * L_40 = V_0; String_t* L_41 = V_12; NullCheck(L_40); String_t* L_42; L_42 = IdnMapping_GetAscii_m5E1B9118404224CB56B9F19EE9F9CF538196DE8C(L_40, L_41, /*hidden argument*/NULL); V_12 = L_42; goto IL_00ec; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00db; } throw e; } CATCH_00db: {// begin catch(System.ArgumentException) String_t* L_43; L_43 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF5A563DA7422888CC118DE9B7F5BE8C5EF1BFB50)), /*hidden argument*/NULL); UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D * L_44 = (UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UriFormatException_tAA45C6D2264E9E74935A066FC3DF8DF68B37B61D_il2cpp_TypeInfo_var))); UriFormatException__ctor_mC9CB29EF00CB33869659306AC3FCA69342FD044F(L_44, L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DomainNameHelper_UnicodeEquivalent_m3F187B69AA5313A516F863666C0A29292C8F07A3_RuntimeMethod_var))); }// end catch (depth: 1) IL_00ec: { String_t* L_45 = V_3; IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * L_46 = V_0; String_t* L_47 = V_12; NullCheck(L_46); String_t* L_48; L_48 = IdnMapping_GetUnicode_m71467D660FFB548F812474927F7A8EFA63273C56(L_46, L_47, /*hidden argument*/NULL); String_t* L_49; L_49 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_45, L_48, /*hidden argument*/NULL); V_3 = L_49; bool L_50 = V_10; if (!L_50) { goto IL_0177; } } { String_t* L_51 = V_3; String_t* L_52; L_52 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_51, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); V_3 = L_52; goto IL_0177; } IL_010d: { V_13 = (bool)0; bool L_53 = V_8; if (!L_53) { goto IL_014a; } } IL_0114: try {// begin try (depth: 1) { String_t* L_54 = V_3; IdnMapping_t67B9D8097DD4884E92E705C8D3099C26CA660E1C * L_55 = V_0; String_t* L_56 = V_2; int32_t L_57 = V_4; int32_t L_58 = V_5; int32_t L_59 = V_4; NullCheck(L_56); String_t* L_60; L_60 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_56, L_57, ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)L_59)), /*hidden argument*/NULL); NullCheck(L_55); String_t* L_61; L_61 = IdnMapping_GetUnicode_m71467D660FFB548F812474927F7A8EFA63273C56(L_55, L_60, /*hidden argument*/NULL); String_t* L_62; L_62 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_54, L_61, /*hidden argument*/NULL); V_3 = L_62; bool L_63 = V_10; if (!L_63) { goto IL_013e; } } IL_0132: { String_t* L_64 = V_3; String_t* L_65; L_65 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_64, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); V_3 = L_65; } IL_013e: { V_13 = (bool)1; bool* L_66 = ___atLeastOneValidIdn4; *((int8_t*)L_66) = (int8_t)1; goto IL_014a; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0147; } throw e; } CATCH_0147: {// begin catch(System.ArgumentException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_014a; }// end catch (depth: 1) IL_014a: { bool L_67 = V_13; if (L_67) { goto IL_0177; } } { String_t* L_68 = V_3; String_t* L_69 = V_2; int32_t L_70 = V_4; int32_t L_71 = V_5; int32_t L_72 = V_4; NullCheck(L_69); String_t* L_73; L_73 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_69, L_70, ((int32_t)il2cpp_codegen_subtract((int32_t)L_71, (int32_t)L_72)), /*hidden argument*/NULL); NullCheck(L_73); String_t* L_74; L_74 = String_ToLowerInvariant_m070E99F11A6005755BD6579A6CC835694395F79F(L_73, /*hidden argument*/NULL); String_t* L_75; L_75 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_68, L_74, /*hidden argument*/NULL); V_3 = L_75; bool L_76 = V_10; if (!L_76) { goto IL_0177; } } { String_t* L_77 = V_3; String_t* L_78; L_78 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_77, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); V_3 = L_78; } IL_0177: { int32_t L_79 = V_5; bool L_80 = V_10; G_B34_0 = L_79; if (L_80) { G_B35_0 = L_79; goto IL_0180; } } { G_B36_0 = 0; G_B36_1 = G_B34_0; goto IL_0181; } IL_0180: { G_B36_0 = 1; G_B36_1 = G_B35_0; } IL_0181: { V_4 = ((int32_t)il2cpp_codegen_add((int32_t)G_B36_1, (int32_t)G_B36_0)); int32_t L_81 = V_4; int32_t L_82 = V_6; if ((((int32_t)L_81) < ((int32_t)L_82))) { goto IL_003c; } } { String_t* L_83 = V_3; return L_83; } } // System.Boolean System.DomainNameHelper::IsASCIILetterOrDigit(System.Char,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsASCIILetterOrDigit_mD6FFEFCECBEDF217C5A8D809F4AA253E1DB660D3 (Il2CppChar ___character0, bool* ___notCanonical1, const RuntimeMethod* method) { { Il2CppChar L_0 = ___character0; if ((((int32_t)L_0) < ((int32_t)((int32_t)97)))) { goto IL_000a; } } { Il2CppChar L_1 = ___character0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)122)))) { goto IL_0014; } } IL_000a: { Il2CppChar L_2 = ___character0; if ((((int32_t)L_2) < ((int32_t)((int32_t)48)))) { goto IL_0016; } } { Il2CppChar L_3 = ___character0; if ((((int32_t)L_3) > ((int32_t)((int32_t)57)))) { goto IL_0016; } } IL_0014: { return (bool)1; } IL_0016: { Il2CppChar L_4 = ___character0; if ((((int32_t)L_4) < ((int32_t)((int32_t)65)))) { goto IL_0025; } } { Il2CppChar L_5 = ___character0; if ((((int32_t)L_5) > ((int32_t)((int32_t)90)))) { goto IL_0025; } } { bool* L_6 = ___notCanonical1; *((int8_t*)L_6) = (int8_t)1; return (bool)1; } IL_0025: { return (bool)0; } } // System.Boolean System.DomainNameHelper::IsValidDomainLabelCharacter(System.Char,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsValidDomainLabelCharacter_mF7475044482589FC28EA15C6573810309C85FC82 (Il2CppChar ___character0, bool* ___notCanonical1, const RuntimeMethod* method) { { Il2CppChar L_0 = ___character0; if ((((int32_t)L_0) < ((int32_t)((int32_t)97)))) { goto IL_000a; } } { Il2CppChar L_1 = ___character0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)122)))) { goto IL_001e; } } IL_000a: { Il2CppChar L_2 = ___character0; if ((((int32_t)L_2) < ((int32_t)((int32_t)48)))) { goto IL_0014; } } { Il2CppChar L_3 = ___character0; if ((((int32_t)L_3) <= ((int32_t)((int32_t)57)))) { goto IL_001e; } } IL_0014: { Il2CppChar L_4 = ___character0; if ((((int32_t)L_4) == ((int32_t)((int32_t)45)))) { goto IL_001e; } } { Il2CppChar L_5 = ___character0; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)95))))) { goto IL_0020; } } IL_001e: { return (bool)1; } IL_0020: { Il2CppChar L_6 = ___character0; if ((((int32_t)L_6) < ((int32_t)((int32_t)65)))) { goto IL_002f; } } { Il2CppChar L_7 = ___character0; if ((((int32_t)L_7) > ((int32_t)((int32_t)90)))) { goto IL_002f; } } { bool* L_8 = ___notCanonical1; *((int8_t*)L_8) = (int8_t)1; return (bool)1; } IL_002f: { return (bool)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.Boolean System.ComponentModel.DoubleConverter::get_AllowHex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DoubleConverter_get_AllowHex_m36CE73B8DAA7DC6F8B2EDF00F79176CFF0B2FA50 (DoubleConverter_t086E77489968A1C31C6C83DC40033F6B2884A606 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Type System.ComponentModel.DoubleConverter::get_TargetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * DoubleConverter_get_TargetType_mD42E479BE5C3BD7DA3128DADEDF96763382FF13C (DoubleConverter_t086E77489968A1C31C6C83DC40033F6B2884A606 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); return L_1; } } // System.Object System.ComponentModel.DoubleConverter::FromString(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DoubleConverter_FromString_m6C0B0EA7EFFFB6446AD06E3D4959657468BD91C3 (DoubleConverter_t086E77489968A1C31C6C83DC40033F6B2884A606 * __this, String_t* ___value0, int32_t ___radix1, 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*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); double L_2; L_2 = Convert_ToDouble_mDFBC4D4FA3C7A19C293D8BCBDA90E001AF8970E1(L_0, L_1, /*hidden argument*/NULL); double L_3 = L_2; RuntimeObject * L_4 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.DoubleConverter::FromString(System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DoubleConverter_FromString_m25774AE6C3A8F242F3B7298A20FED42A51B4AB1E (DoubleConverter_t086E77489968A1C31C6C83DC40033F6B2884A606 * __this, String_t* ___value0, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___formatInfo1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1 = ___formatInfo1; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); double L_2; L_2 = Double_Parse_mD60850592CF629A16EA1ECC6834385E7DDAD239F(L_0, ((int32_t)167), L_1, /*hidden argument*/NULL); double L_3 = L_2; RuntimeObject * L_4 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.DoubleConverter::FromString(System.String,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DoubleConverter_FromString_mD1F5A990E63760EA11CE1B6BBD0D5225DA045F30 (DoubleConverter_t086E77489968A1C31C6C83DC40033F6B2884A606 * __this, String_t* ___value0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); double L_2; L_2 = Double_Parse_m281C3FAE601723AC732D26BAFC6D61CEFD2E0F7D(L_0, L_1, /*hidden argument*/NULL); double L_3 = L_2; RuntimeObject * L_4 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.String System.ComponentModel.DoubleConverter::ToString(System.Object,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DoubleConverter_ToString_m6524DC864F06FCA73006F8B8995F97C18CA914DF (DoubleConverter_t086E77489968A1C31C6C83DC40033F6B2884A606 * __this, RuntimeObject * ___value0, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___formatInfo1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; { RuntimeObject * L_0 = ___value0; V_0 = ((*(double*)((double*)UnBox(L_0, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1 = ___formatInfo1; String_t* L_2; L_2 = Double_ToString_mFF1DAF2003FC7096C54C5A2685F85082220E330B((double*)(&V_0), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.ComponentModel.DoubleConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoubleConverter__ctor_mBACD8291617A72E36D9E161918D86D1714F68E85 (DoubleConverter_t086E77489968A1C31C6C83DC40033F6B2884A606 * __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m18967D5B511402093936893A249438FB94D5BDA3(__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.ComponentModel.EditorAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EditorAttribute__ctor_m97F0B302DC4AE487B724923C772B2EC9CABE2BD3 (EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_typeName_1(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_baseTypeName_0(L_1); return; } } // System.Void System.ComponentModel.EditorAttribute::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EditorAttribute__ctor_m0AF078C9ACAA2C4E5F1549C5D8EC6B54A053B1A3 (EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * __this, String_t* ___typeName0, String_t* ___baseTypeName1, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___typeName0; NullCheck(L_0); String_t* L_1; L_1 = String_ToUpperInvariant_mA1D82B6DA175D228E2BE5A315B4C68AB222FA84E(L_0, /*hidden argument*/NULL); String_t* L_2 = ___typeName0; __this->set_typeName_1(L_2); String_t* L_3 = ___baseTypeName1; __this->set_baseTypeName_0(L_3); return; } } // System.Void System.ComponentModel.EditorAttribute::.ctor(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EditorAttribute__ctor_mF2FE332D535FE020C26080386CBD0AA507B2B6E0 (EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * __this, String_t* ___typeName0, Type_t * ___baseType1, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___typeName0; NullCheck(L_0); String_t* L_1; L_1 = String_ToUpperInvariant_mA1D82B6DA175D228E2BE5A315B4C68AB222FA84E(L_0, /*hidden argument*/NULL); String_t* L_2 = ___typeName0; __this->set_typeName_1(L_2); Type_t * L_3 = ___baseType1; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_3); __this->set_baseTypeName_0(L_4); return; } } // System.Void System.ComponentModel.EditorAttribute::.ctor(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EditorAttribute__ctor_m7F84B07AB208FD7E0069DC975FC701CF36E8DF0C (EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * __this, Type_t * ___type0, Type_t * ___baseType1, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_0); __this->set_typeName_1(L_1); Type_t * L_2 = ___baseType1; NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_2); __this->set_baseTypeName_0(L_3); return; } } // System.String System.ComponentModel.EditorAttribute::get_EditorBaseTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EditorAttribute_get_EditorBaseTypeName_m289485BE4F9C3DEA96C6F3CC10404E578E6338D1 (EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_baseTypeName_0(); return L_0; } } // System.String System.ComponentModel.EditorAttribute::get_EditorTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EditorAttribute_get_EditorTypeName_m00A0E95AE5ABFBEED0233962BB1098977E1AD108 (EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_typeName_1(); return L_0; } } // System.Object System.ComponentModel.EditorAttribute::get_TypeId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EditorAttribute_get_TypeId_mB14FBA9FB4C76F5DE6BFFE9E3980313ECEFB8D7D (EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = __this->get_typeId_2(); if (L_0) { goto IL_003c; } } { String_t* L_1 = __this->get_baseTypeName_0(); V_0 = L_1; String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_2, ((int32_t)44), /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0025; } } { String_t* L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); String_t* L_7; L_7 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_5, 0, L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_0025: { Type_t * L_8; L_8 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_8); String_t* L_10 = V_0; String_t* L_11; L_11 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_9, L_10, /*hidden argument*/NULL); __this->set_typeId_2(L_11); } IL_003c: { String_t* L_12 = __this->get_typeId_2(); return L_12; } } // System.Boolean System.ComponentModel.EditorAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EditorAttribute_Equals_m30F5624694667954136E46AF89CF7010008F625E (EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 *)IsInstSealed((RuntimeObject*)L_1, EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9_il2cpp_TypeInfo_var)); EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * L_2 = V_0; if (!L_2) { goto IL_0035; } } { EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_typeName_1(); String_t* L_5 = __this->get_typeName_1(); bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0035; } } { EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = L_7->get_baseTypeName_0(); String_t* L_9 = __this->get_baseTypeName_0(); bool L_10; L_10 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, L_9, /*hidden argument*/NULL); return L_10; } IL_0035: { return (bool)0; } } // System.Int32 System.ComponentModel.EditorAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EditorAttribute_GetHashCode_m57ED9A52E4F3260356F571BDF7DE4D46230215C5 (EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); 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.ComponentModel.EditorBrowsableAttribute::.ctor(System.ComponentModel.EditorBrowsableState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EditorBrowsableAttribute__ctor_mC77290C5157BDA154F1D03BD1551223B07A851D4 (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * __this, int32_t ___state0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); int32_t L_0 = ___state0; __this->set_browsableState_0(L_0); return; } } // System.Void System.ComponentModel.EditorBrowsableAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EditorBrowsableAttribute__ctor_m2552EDBBB0B27F846F69F58B1D1AEE487F69B908 (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * __this, const RuntimeMethod* method) { { EditorBrowsableAttribute__ctor_mC77290C5157BDA154F1D03BD1551223B07A851D4(__this, 0, /*hidden argument*/NULL); return; } } // System.ComponentModel.EditorBrowsableState System.ComponentModel.EditorBrowsableAttribute::get_State() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EditorBrowsableAttribute_get_State_m999DCB58DF60CD3002A51B43AA4B317802A49464 (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_browsableState_0(); return L_0; } } // System.Boolean System.ComponentModel.EditorBrowsableAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EditorBrowsableAttribute_Equals_m79C775014595BC1A2B15301D3F5A27AE17EF8230 (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 *)IsInstSealed((RuntimeObject*)L_1, EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614_il2cpp_TypeInfo_var)); EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * L_2 = V_0; if (!L_2) { goto IL_001f; } } { EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_browsableState_0(); int32_t L_5 = __this->get_browsableState_0(); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001f: { return (bool)0; } } // System.Int32 System.ComponentModel.EditorBrowsableAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EditorBrowsableAttribute_GetHashCode_mFC4240C87EB67E54729CA999187AE8AA0041B0EC (EditorBrowsableAttribute_tE201891FE727EB3FB75B488A2BF6D4DF3CB80614 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); 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 #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.Net.EmptyWebProxy::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyWebProxy__ctor_m5EC0BA8242BECE3F0E67CC143135CBE8670BFFFD (EmptyWebProxy_tBFFA078A103E63530CC4A80AD137D6C8E3A77686 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Uri System.Net.EmptyWebProxy::GetProxy(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * EmptyWebProxy_GetProxy_mB0FAC789C4DD283E803F72B38F22ED5EA25535AC (EmptyWebProxy_tBFFA078A103E63530CC4A80AD137D6C8E3A77686 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; return L_0; } } // System.Boolean System.Net.EmptyWebProxy::IsBypassed(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyWebProxy_IsBypassed_m9A64B556EC9A174EBF75652A1C274A437E1CC99B (EmptyWebProxy_tBFFA078A103E63530CC4A80AD137D6C8E3A77686 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method) { { return (bool)1; } } // System.Net.ICredentials System.Net.EmptyWebProxy::get_Credentials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EmptyWebProxy_get_Credentials_mFBF67D584C61BB83BC39D8CFD6B5AA473E255692 (EmptyWebProxy_tBFFA078A103E63530CC4A80AD137D6C8E3A77686 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_m_credentials_0(); 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 #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.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EndPoint_get_AddressFamily_m62AEE9F373979E52C77ED321CCDE62B724BE94A3 (EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * __this, const RuntimeMethod* method) { { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0; L_0 = ExceptionHelper_get_PropertyNotImplementedException_mF07BE7024B108DBC45C374F81D0E5875B9D3A516(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EndPoint_get_AddressFamily_m62AEE9F373979E52C77ED321CCDE62B724BE94A3_RuntimeMethod_var))); } } // System.Net.SocketAddress System.Net.EndPoint::Serialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * EndPoint_Serialize_m10480668BCAFD0C28C1AA1A1DCC7F4CE4506969F (EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * __this, const RuntimeMethod* method) { { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0; L_0 = ExceptionHelper_get_MethodNotImplementedException_mFF544B7A15FFA43328707249BA0CC6E980DC662C(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EndPoint_Serialize_m10480668BCAFD0C28C1AA1A1DCC7F4CE4506969F_RuntimeMethod_var))); } } // System.Net.EndPoint System.Net.EndPoint::Create(System.Net.SocketAddress) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * EndPoint_Create_m3E7712702ADC0C6CCAC317C4613B67FC3A870AE5 (EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * __this, SocketAddress_tE8FA33C91254662406767AF97518C235382742D3 * ___socketAddress0, const RuntimeMethod* method) { { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0; L_0 = ExceptionHelper_get_MethodNotImplementedException_mFF544B7A15FFA43328707249BA0CC6E980DC662C(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EndPoint_Create_m3E7712702ADC0C6CCAC317C4613B67FC3A870AE5_RuntimeMethod_var))); } } // System.Void System.Net.EndPoint::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EndPoint__ctor_m128E616435E17A62A3DD7D0BC759FB0CF7F87C29 (EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * __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.ComponentModel.EnumConverter::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumConverter__ctor_m2A61E754D52D9A89E479DD3F23AE49B839F6E613 (EnumConverter_t05433389A0FBB1D1185275588F6A9000BCFB7D78 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; __this->set_type_3(L_0); return; } } // System.Type System.ComponentModel.EnumConverter::get_EnumType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * EnumConverter_get_EnumType_m1B401637BB15D25145528753E915A44889B50727 (EnumConverter_t05433389A0FBB1D1185275588F6A9000BCFB7D78 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_type_3(); return L_0; } } // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.EnumConverter::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * EnumConverter_get_Values_m4D55C277CBB6FD01EDA22040834506821F18DF5C (EnumConverter_t05433389A0FBB1D1185275588F6A9000BCFB7D78 * __this, const RuntimeMethod* method) { { StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_0 = __this->get_values_2(); return L_0; } } // System.Void System.ComponentModel.EnumConverter::set_Values(System.ComponentModel.TypeConverter/StandardValuesCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumConverter_set_Values_m02B47967EC20AFF1FB3C5B01F780B59C3599B125 (EnumConverter_t05433389A0FBB1D1185275588F6A9000BCFB7D78 * __this, StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * ___value0, const RuntimeMethod* method) { { StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_0 = ___value0; __this->set_values_2(L_0); return; } } // System.Boolean System.ComponentModel.EnumConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumConverter_CanConvertFrom_m72BC4C41DE0F5F2C65400D25EFC49EC71EEA6E36 (EnumConverter_t05433389A0FBB1D1185275588F6A9000BCFB7D78 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0024; } } { Type_t * L_4 = ___sourceType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6; L_6 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_5, /*hidden argument*/NULL); bool L_7; L_7 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_4, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0026; } } IL_0024: { return (bool)1; } IL_0026: { RuntimeObject* L_8 = ___context0; Type_t * L_9 = ___sourceType1; bool L_10; L_10 = TypeConverter_CanConvertFrom_m0EDDA8ACFFED3FE88C89F97EC764D625A1CD120D(__this, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Boolean System.ComponentModel.EnumConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumConverter_CanConvertTo_m4A3E94529624EB1BC4583C514E640F9B9186F5CE (EnumConverter_t05433389A0FBB1D1185275588F6A9000BCFB7D78 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0024; } } { Type_t * L_4 = ___destinationType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6; L_6 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_5, /*hidden argument*/NULL); bool L_7; L_7 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_4, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0026; } } IL_0024: { return (bool)1; } IL_0026: { RuntimeObject* L_8 = ___context0; Type_t * L_9 = ___destinationType1; bool L_10; L_10 = TypeConverter_CanConvertTo_m86E815C6F6AEA1999AF2114ADF977F6E8B8FAF28(__this, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Collections.IComparer System.ComponentModel.EnumConverter::get_Comparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EnumConverter_get_Comparer_mC4036E9778630A01F4A2D27810F7FA26411FCFD2 (EnumConverter_t05433389A0FBB1D1185275588F6A9000BCFB7D78 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvariantComparer_tE1CE2D4C00592623FA9BCEBA4990245E775A032E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(InvariantComparer_tE1CE2D4C00592623FA9BCEBA4990245E775A032E_il2cpp_TypeInfo_var); InvariantComparer_tE1CE2D4C00592623FA9BCEBA4990245E775A032E * L_0 = ((InvariantComparer_tE1CE2D4C00592623FA9BCEBA4990245E775A032E_StaticFields*)il2cpp_codegen_static_fields_for(InvariantComparer_tE1CE2D4C00592623FA9BCEBA4990245E775A032E_il2cpp_TypeInfo_var))->get_Default_1(); return L_0; } } // System.Object System.ComponentModel.EnumConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumConverter_ConvertFrom_m69E416CDF14CA2C82A755C1F508DC919910081AC (EnumConverter_t05433389A0FBB1D1185275588F6A9000BCFB7D78 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, 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*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int64_t V_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; RuntimeObject * V_5 = NULL; Exception_t * V_6 = NULL; int64_t V_7 = 0; EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199* V_8 = NULL; Enum_t23B90B40F60E677A8025267341651C94AE079CDA * V_9 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___value2; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_00b6; } } IL_000b: try {// begin try (depth: 1) { RuntimeObject * L_1 = ___value2; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_2, ((int32_t)44), /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0074; } } IL_001d: { V_1 = ((int64_t)((int64_t)0)); String_t* L_4 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = L_5; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7; L_7 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_4, L_6, /*hidden argument*/NULL); V_2 = L_7; V_3 = 0; goto IL_005b; } IL_0036: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = V_2; int32_t L_9 = V_3; NullCheck(L_8); int32_t L_10 = L_9; String_t* L_11 = (L_8)->GetAt(static_cast(L_10)); V_4 = L_11; int64_t L_12 = V_1; Type_t * L_13 = __this->get_type_3(); String_t* L_14 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeObject * L_15; L_15 = Enum_Parse_m42052064519239A11D605CD696EC0FD90A0FB039(L_13, L_14, (bool)1, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_16 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int64_t L_17; L_17 = Convert_ToInt64_mBDCF8D07F1BB34AD1C90BF073FCBB400F2F4770C(((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)CastclassClass((RuntimeObject*)L_15, Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var)), L_16, /*hidden argument*/NULL); V_1 = ((int64_t)((int64_t)L_12|(int64_t)L_17)); int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_005b: { int32_t L_19 = V_3; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0036; } } IL_0061: { Type_t * L_21 = __this->get_type_3(); int64_t L_22 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeObject * L_23; L_23 = Enum_ToObject_m34E1B531C6DB0FAD6E33F97F3415F16395F23C2C(L_21, L_22, /*hidden argument*/NULL); V_5 = L_23; goto IL_0104; } IL_0074: { Type_t * L_24 = __this->get_type_3(); String_t* L_25 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeObject * L_26; L_26 = Enum_Parse_m42052064519239A11D605CD696EC0FD90A0FB039(L_24, L_25, (bool)1, /*hidden argument*/NULL); V_5 = L_26; goto IL_0104; } }// 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_0085; } throw e; } CATCH_0085: {// begin catch(System.Exception) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = (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_28 = L_27; RuntimeObject * L_29 = ___value2; NullCheck(L_28); ArrayElementTypeCheck (L_28, ((String_t*)CastclassSealed((RuntimeObject*)L_29, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))); (L_28)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)CastclassSealed((RuntimeObject*)L_29, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_30 = L_28; Type_t * L_31 = __this->get_type_3(); NullCheck(L_31); String_t* L_32; L_32 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_31); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_32); (L_30)->SetAt(static_cast(1), (RuntimeObject *)L_32); String_t* L_33; L_33 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D)), L_30, /*hidden argument*/NULL); Exception_t * L_34 = V_6; FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_35 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mF8CFF64B9AB9A6B4AD5B33FC72E6EA7F6631FD51(L_35, L_33, L_34, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumConverter_ConvertFrom_m69E416CDF14CA2C82A755C1F508DC919910081AC_RuntimeMethod_var))); }// end catch (depth: 1) IL_00b6: { RuntimeObject * L_36 = ___value2; if (!((EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199*)IsInst((RuntimeObject*)L_36, EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199_il2cpp_TypeInfo_var))) { goto IL_00fa; } } { V_7 = ((int64_t)((int64_t)0)); RuntimeObject * L_37 = ___value2; V_8 = ((EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199*)Castclass((RuntimeObject*)L_37, EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199_il2cpp_TypeInfo_var)); V_3 = 0; goto IL_00e5; } IL_00ce: { EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199* L_38 = V_8; int32_t L_39 = V_3; NullCheck(L_38); int32_t L_40 = L_39; Enum_t23B90B40F60E677A8025267341651C94AE079CDA * L_41 = (L_38)->GetAt(static_cast(L_40)); V_9 = L_41; int64_t L_42 = V_7; Enum_t23B90B40F60E677A8025267341651C94AE079CDA * L_43 = V_9; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_44 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int64_t L_45; L_45 = Convert_ToInt64_mBDCF8D07F1BB34AD1C90BF073FCBB400F2F4770C(L_43, L_44, /*hidden argument*/NULL); V_7 = ((int64_t)((int64_t)L_42|(int64_t)L_45)); int32_t L_46 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_00e5: { int32_t L_47 = V_3; EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199* L_48 = V_8; NullCheck(L_48); if ((((int32_t)L_47) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))) { goto IL_00ce; } } { Type_t * L_49 = __this->get_type_3(); int64_t L_50 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeObject * L_51; L_51 = Enum_ToObject_m34E1B531C6DB0FAD6E33F97F3415F16395F23C2C(L_49, L_50, /*hidden argument*/NULL); return L_51; } IL_00fa: { RuntimeObject* L_52 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_53 = ___culture1; RuntimeObject * L_54 = ___value2; RuntimeObject * L_55; L_55 = TypeConverter_ConvertFrom_m8FA823F1E9BE68C98E7E062A8BFFA600DA06C153(__this, L_52, L_53, L_54, /*hidden argument*/NULL); return L_55; } IL_0104: { RuntimeObject * L_56 = V_5; return L_56; } } // System.Object System.ComponentModel.EnumConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumConverter_ConvertTo_m1A5A74641C6D31FC71D088B6C2AEA0A0436DC519 (EnumConverter_t05433389A0FBB1D1185275588F6A9000BCFB7D78 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, 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*)&EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m0166A145E3EFE07E6F269D17BC587F0DBD181BDC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m3CE0E6319AF845767950E749832068E6DB0BAEDD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mDF572F9990BDF8B52A6A49D35011C99CCE240574_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF8BA11172F579EE8CEB182C602B06701D4773EF9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EB2A97C2ED3A1E1D613F74C8B7F7B07A1BFC6EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; String_t* V_1 = NULL; Type_t * V_2 = NULL; RuntimeObject * V_3 = NULL; MethodInfo_t * V_4 = NULL; FieldInfo_t * V_5 = NULL; List_1_tF8BA11172F579EE8CEB182C602B06701D4773EF9 * V_6 = NULL; RuntimeArray * V_7 = NULL; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* V_8 = NULL; int64_t V_9 = 0; bool V_10 = false; int32_t V_11 = 0; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* V_12 = NULL; int32_t V_13 = 0; int64_t V_14 = 0; { Type_t * L_0 = ___destinationType3; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0015; } } { 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_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumConverter_ConvertTo_m1A5A74641C6D31FC71D088B6C2AEA0A0436DC519_RuntimeMethod_var))); } IL_0015: { Type_t * L_3 = ___destinationType3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_00c7; } } { RuntimeObject * L_7 = ___value2; if (!L_7) { goto IL_00c7; } } { Type_t * L_8 = __this->get_type_3(); IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = Enum_GetUnderlyingType_m8BD5EDDA4C9A15C2988B27DD48314AC3C16F7A53(L_8, /*hidden argument*/NULL); V_0 = L_9; RuntimeObject * L_10 = ___value2; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_10, IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var))) { goto IL_0062; } } { RuntimeObject * L_11 = ___value2; NullCheck(L_11); Type_t * L_12; L_12 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_11, /*hidden argument*/NULL); Type_t * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_14; L_14 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0062; } } { RuntimeObject * L_15 = ___value2; Type_t * L_16 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_17 = ___culture1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_15, IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var))); RuntimeObject * L_18; L_18 = InterfaceFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(16 /* System.Object System.IConvertible::ToType(System.Type,System.IFormatProvider) */, IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_15, IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var)), L_16, L_17); ___value2 = L_18; } IL_0062: { Type_t * L_19 = __this->get_type_3(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_20 = { reinterpret_cast (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_21; L_21 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_20, /*hidden argument*/NULL); NullCheck(L_19); bool L_22; L_22 = VirtualFuncInvoker2< bool, Type_t *, bool >::Invoke(14 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_19, L_21, (bool)0); if (L_22) { goto IL_00b5; } } { Type_t * L_23 = __this->get_type_3(); RuntimeObject * L_24 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); bool L_25; L_25 = Enum_IsDefined_m70E955627155998B426145940DE105ECEF213B96(L_23, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_00b5; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_26 = (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_27 = L_26; RuntimeObject * L_28 = ___value2; NullCheck(L_28); String_t* L_29; L_29 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_28); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_29); (L_27)->SetAt(static_cast(0), (RuntimeObject *)L_29); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_30 = L_27; Type_t * L_31 = __this->get_type_3(); NullCheck(L_31); String_t* L_32; L_32 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_31); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_32); (L_30)->SetAt(static_cast(1), (RuntimeObject *)L_32); String_t* L_33; L_33 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral49366C5F142E2254CE6A216AA46DB08AB180DD26)), L_30, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_34 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_34, L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumConverter_ConvertTo_m1A5A74641C6D31FC71D088B6C2AEA0A0436DC519_RuntimeMethod_var))); } IL_00b5: { Type_t * L_35 = __this->get_type_3(); RuntimeObject * L_36 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); String_t* L_37; L_37 = Enum_Format_m0A5687C02E3BA9F0FCD6D6908FC7DCF7DD0262AE(L_35, L_36, _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, /*hidden argument*/NULL); return L_37; } IL_00c7: { Type_t * L_38 = ___destinationType3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_39 = { reinterpret_cast (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_40; L_40 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_39, /*hidden argument*/NULL); bool L_41; L_41 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_38, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_01aa; } } { RuntimeObject * L_42 = ___value2; if (!L_42) { goto IL_01aa; } } { RuntimeObject* L_43 = ___context0; RuntimeObject * L_44 = ___value2; String_t* L_45; L_45 = TypeConverter_ConvertToInvariantString_mA5489D18047D939800F91988506DF79563DA6A7C(__this, L_43, L_44, /*hidden argument*/NULL); V_1 = L_45; Type_t * L_46 = __this->get_type_3(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_47 = { reinterpret_cast (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_48; L_48 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_47, /*hidden argument*/NULL); NullCheck(L_46); bool L_49; L_49 = VirtualFuncInvoker2< bool, Type_t *, bool >::Invoke(14 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_46, L_48, (bool)0); if (!L_49) { goto IL_0189; } } { String_t* L_50 = V_1; NullCheck(L_50); int32_t L_51; L_51 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_50, ((int32_t)44), /*hidden argument*/NULL); if ((((int32_t)L_51) == ((int32_t)(-1)))) { goto IL_0189; } } { Type_t * L_52 = __this->get_type_3(); IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); Type_t * L_53; L_53 = Enum_GetUnderlyingType_m8BD5EDDA4C9A15C2988B27DD48314AC3C16F7A53(L_52, /*hidden argument*/NULL); V_2 = L_53; RuntimeObject * L_54 = ___value2; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_54, IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var))) { goto IL_01aa; } } { RuntimeObject * L_55 = ___value2; Type_t * L_56 = V_2; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_57 = ___culture1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_55, IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var))); RuntimeObject * L_58; L_58 = InterfaceFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(16 /* System.Object System.IConvertible::ToType(System.Type,System.IFormatProvider) */, IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_55, IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var)), L_56, L_57); V_3 = L_58; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_59 = { reinterpret_cast (Enum_t23B90B40F60E677A8025267341651C94AE079CDA_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_60; L_60 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_59, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_61 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_62 = L_61; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_63 = { reinterpret_cast (Type_t_0_0_0_var) }; Type_t * L_64; L_64 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_63, /*hidden argument*/NULL); NullCheck(L_62); ArrayElementTypeCheck (L_62, L_64); (L_62)->SetAt(static_cast(0), (Type_t *)L_64); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_65 = L_62; Type_t * L_66 = V_2; NullCheck(L_65); ArrayElementTypeCheck (L_65, L_66); (L_65)->SetAt(static_cast(1), (Type_t *)L_66); NullCheck(L_60); MethodInfo_t * L_67; L_67 = Type_GetMethod_mDA3E2A83228C0493894D40D02963D7B07C7B058E(L_60, _stringLiteral2EB2A97C2ED3A1E1D613F74C8B7F7B07A1BFC6EE, L_65, /*hidden argument*/NULL); V_4 = L_67; MethodInfo_t * L_68 = V_4; bool L_69; L_69 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_68, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_69) { goto IL_01aa; } } { MethodInfo_t * L_70 = V_4; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_71 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_72 = L_71; Type_t * L_73 = __this->get_type_3(); NullCheck(L_72); ArrayElementTypeCheck (L_72, L_73); (L_72)->SetAt(static_cast(0), (RuntimeObject *)L_73); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_74 = L_72; RuntimeObject * L_75 = V_3; NullCheck(L_74); ArrayElementTypeCheck (L_74, L_75); (L_74)->SetAt(static_cast(1), (RuntimeObject *)L_75); InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 * L_76 = (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 *)il2cpp_codegen_object_new(InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m85C5E50209E04E10F4A808758DD4B7DF5A9ECDC4(L_76, L_70, (RuntimeObject*)(RuntimeObject*)L_74, /*hidden argument*/NULL); return L_76; } IL_0189: { Type_t * L_77 = __this->get_type_3(); String_t* L_78 = V_1; NullCheck(L_77); FieldInfo_t * L_79; L_79 = Type_GetField_m7E0197C80896690B5F5DBCCE44E3354FFDA13D2C(L_77, L_78, /*hidden argument*/NULL); V_5 = L_79; FieldInfo_t * L_80 = V_5; bool L_81; L_81 = FieldInfo_op_Inequality_m5E2B5FF4334B861A92933D078C4B06FA11AA731A(L_80, (FieldInfo_t *)NULL, /*hidden argument*/NULL); if (!L_81) { goto IL_01aa; } } { FieldInfo_t * L_82 = V_5; InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 * L_83 = (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 *)il2cpp_codegen_object_new(InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m85C5E50209E04E10F4A808758DD4B7DF5A9ECDC4(L_83, L_82, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_83; } IL_01aa: { Type_t * L_84 = ___destinationType3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_85 = { reinterpret_cast (EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_86; L_86 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_85, /*hidden argument*/NULL); bool L_87; L_87 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_84, L_86, /*hidden argument*/NULL); if (!L_87) { goto IL_02eb; } } { RuntimeObject * L_88 = ___value2; if (!L_88) { goto IL_02eb; } } { Type_t * L_89 = __this->get_type_3(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_90 = { reinterpret_cast (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_91; L_91 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_90, /*hidden argument*/NULL); NullCheck(L_89); bool L_92; L_92 = VirtualFuncInvoker2< bool, Type_t *, bool >::Invoke(14 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_89, L_91, (bool)0); if (!L_92) { goto IL_02d0; } } { List_1_tF8BA11172F579EE8CEB182C602B06701D4773EF9 * L_93 = (List_1_tF8BA11172F579EE8CEB182C602B06701D4773EF9 *)il2cpp_codegen_object_new(List_1_tF8BA11172F579EE8CEB182C602B06701D4773EF9_il2cpp_TypeInfo_var); List_1__ctor_mDF572F9990BDF8B52A6A49D35011C99CCE240574(L_93, /*hidden argument*/List_1__ctor_mDF572F9990BDF8B52A6A49D35011C99CCE240574_RuntimeMethod_var); V_6 = L_93; Type_t * L_94 = __this->get_type_3(); IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeArray * L_95; L_95 = Enum_GetValues_m8EEC6B32F297FDB2F7375DC8B197E0E1AB8643BD(L_94, /*hidden argument*/NULL); V_7 = L_95; RuntimeArray * L_96 = V_7; NullCheck(L_96); int32_t L_97; L_97 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_96, /*hidden argument*/NULL); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_98 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)L_97); V_8 = L_98; V_11 = 0; goto IL_0227; } IL_0208: { Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_99 = V_8; int32_t L_100 = V_11; RuntimeArray * L_101 = V_7; int32_t L_102 = V_11; NullCheck(L_101); RuntimeObject * L_103; L_103 = Array_GetValue_m6E4274D23FFD6089882CD12B2F2EA615206792E1(L_101, L_102, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_104 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int64_t L_105; L_105 = Convert_ToInt64_mBDCF8D07F1BB34AD1C90BF073FCBB400F2F4770C(((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)CastclassClass((RuntimeObject*)L_103, Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var)), L_104, /*hidden argument*/NULL); NullCheck(L_99); (L_99)->SetAt(static_cast(L_100), (int64_t)L_105); int32_t L_106 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1)); } IL_0227: { int32_t L_107 = V_11; RuntimeArray * L_108 = V_7; NullCheck(L_108); int32_t L_109; L_109 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_108, /*hidden argument*/NULL); if ((((int32_t)L_107) < ((int32_t)L_109))) { goto IL_0208; } } { RuntimeObject * L_110 = ___value2; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_111 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int64_t L_112; L_112 = Convert_ToInt64_mBDCF8D07F1BB34AD1C90BF073FCBB400F2F4770C(((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)CastclassClass((RuntimeObject*)L_110, Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var)), L_111, /*hidden argument*/NULL); V_9 = L_112; V_10 = (bool)1; goto IL_02a3; } IL_0245: { V_10 = (bool)0; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_113 = V_8; V_12 = L_113; V_13 = 0; goto IL_0297; } IL_0251: { Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_114 = V_12; int32_t L_115 = V_13; NullCheck(L_114); int32_t L_116 = L_115; int64_t L_117 = (L_114)->GetAt(static_cast(L_116)); V_14 = L_117; int64_t L_118 = V_14; if (!L_118) { goto IL_0265; } } { int64_t L_119 = V_14; int64_t L_120 = V_9; int64_t L_121 = V_14; if ((((int64_t)((int64_t)((int64_t)L_119&(int64_t)L_120))) == ((int64_t)L_121))) { goto IL_026b; } } IL_0265: { int64_t L_122 = V_14; int64_t L_123 = V_9; if ((!(((uint64_t)L_122) == ((uint64_t)L_123)))) { goto IL_0291; } } IL_026b: { List_1_tF8BA11172F579EE8CEB182C602B06701D4773EF9 * L_124 = V_6; Type_t * L_125 = __this->get_type_3(); int64_t L_126 = V_14; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeObject * L_127; L_127 = Enum_ToObject_m34E1B531C6DB0FAD6E33F97F3415F16395F23C2C(L_125, L_126, /*hidden argument*/NULL); NullCheck(L_124); List_1_Add_m0166A145E3EFE07E6F269D17BC587F0DBD181BDC(L_124, ((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)CastclassClass((RuntimeObject*)L_127, Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var)), /*hidden argument*/List_1_Add_m0166A145E3EFE07E6F269D17BC587F0DBD181BDC_RuntimeMethod_var); V_10 = (bool)1; int64_t L_128 = V_9; int64_t L_129 = V_14; V_9 = ((int64_t)((int64_t)L_128&(int64_t)((~L_129)))); goto IL_029f; } IL_0291: { int32_t L_130 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)1)); } IL_0297: { int32_t L_131 = V_13; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_132 = V_12; NullCheck(L_132); if ((((int32_t)L_131) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_132)->max_length)))))) { goto IL_0251; } } IL_029f: { int64_t L_133 = V_9; if (!L_133) { goto IL_02a7; } } IL_02a3: { bool L_134 = V_10; if (L_134) { goto IL_0245; } } IL_02a7: { bool L_135 = V_10; if (L_135) { goto IL_02c8; } } { int64_t L_136 = V_9; if (!L_136) { goto IL_02c8; } } { List_1_tF8BA11172F579EE8CEB182C602B06701D4773EF9 * L_137 = V_6; Type_t * L_138 = __this->get_type_3(); int64_t L_139 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeObject * L_140; L_140 = Enum_ToObject_m34E1B531C6DB0FAD6E33F97F3415F16395F23C2C(L_138, L_139, /*hidden argument*/NULL); NullCheck(L_137); List_1_Add_m0166A145E3EFE07E6F269D17BC587F0DBD181BDC(L_137, ((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)CastclassClass((RuntimeObject*)L_140, Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var)), /*hidden argument*/List_1_Add_m0166A145E3EFE07E6F269D17BC587F0DBD181BDC_RuntimeMethod_var); } IL_02c8: { List_1_tF8BA11172F579EE8CEB182C602B06701D4773EF9 * L_141 = V_6; NullCheck(L_141); EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199* L_142; L_142 = List_1_ToArray_m3CE0E6319AF845767950E749832068E6DB0BAEDD(L_141, /*hidden argument*/List_1_ToArray_m3CE0E6319AF845767950E749832068E6DB0BAEDD_RuntimeMethod_var); return (RuntimeObject *)L_142; } IL_02d0: { EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199* L_143 = (EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199*)(EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199*)SZArrayNew(EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199_il2cpp_TypeInfo_var, (uint32_t)1); EnumU5BU5D_t5A4E9E9D31410688DEBC677FD35EAB1B7C745199* L_144 = L_143; Type_t * L_145 = __this->get_type_3(); RuntimeObject * L_146 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeObject * L_147; L_147 = Enum_ToObject_m2A05590A0D581206AAEB48B89187FD175D5F0967(L_145, L_146, /*hidden argument*/NULL); NullCheck(L_144); ArrayElementTypeCheck (L_144, ((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)CastclassClass((RuntimeObject*)L_147, Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var))); (L_144)->SetAt(static_cast(0), (Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)CastclassClass((RuntimeObject*)L_147, Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var))); return (RuntimeObject *)L_144; } IL_02eb: { RuntimeObject* L_148 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_149 = ___culture1; RuntimeObject * L_150 = ___value2; Type_t * L_151 = ___destinationType3; RuntimeObject * L_152; L_152 = TypeConverter_ConvertTo_m217CDCD7FC43CECBF0F077DF139FDE0B4D263D47(__this, L_148, L_149, L_150, L_151, /*hidden argument*/NULL); return L_152; } } // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.EnumConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * EnumConverter_GetStandardValues_m2692D083B5862F69EC837F8FECCDB6DE05B4579F (EnumConverter_t05433389A0FBB1D1185275588F6A9000BCFB7D78 * __this, RuntimeObject* ___context0, 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*)&Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* V_1 = NULL; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_2 = NULL; RuntimeArray * V_3 = NULL; RuntimeObject* V_4 = NULL; FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* V_5 = NULL; int32_t V_6 = 0; FieldInfo_t * V_7 = NULL; BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * V_8 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_9 = NULL; int32_t V_10 = 0; RuntimeObject * V_11 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B27_0 = NULL; { StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_0 = __this->get_values_2(); if (L_0) { goto IL_0112; } } { Type_t * L_1 = __this->get_type_3(); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = TypeDescriptor_GetReflectionType_m849C672877A3FFEA4A20B965B2412D2AFBA982C4(L_1, /*hidden argument*/NULL); V_0 = L_2; Type_t * L_3 = V_0; 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_0027; } } { Type_t * L_5 = __this->get_type_3(); V_0 = L_5; } IL_0027: { Type_t * L_6 = V_0; NullCheck(L_6); FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_7; L_7 = VirtualFuncInvoker1< FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E*, int32_t >::Invoke(48 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_6, ((int32_t)24)); V_1 = L_7; V_2 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)NULL; FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_8 = V_1; if (!L_8) { goto IL_0042; } } { FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_9 = V_1; NullCheck(L_9); if (!(((RuntimeArray*)L_9)->max_length)) { goto IL_0042; } } { FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_10 = V_1; NullCheck(L_10); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_11 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_mDB7BD757FE45E2B062AF39E9E6FE6B825858EE37(L_11, ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))), /*hidden argument*/NULL); V_2 = L_11; } IL_0042: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_12 = V_2; if (!L_12) { goto IL_00f9; } } { FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_13 = V_1; V_5 = L_13; V_6 = 0; goto IL_00da; } IL_0053: { FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_14 = V_5; int32_t L_15 = V_6; NullCheck(L_14); int32_t L_16 = L_15; FieldInfo_t * L_17 = (L_14)->GetAt(static_cast(L_16)); V_7 = L_17; V_8 = (BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 *)NULL; FieldInfo_t * L_18 = V_7; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_19 = { reinterpret_cast (BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20; L_20 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_19, /*hidden argument*/NULL); NullCheck(L_18); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21; L_21 = VirtualFuncInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Type_t *, bool >::Invoke(13 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_18, L_20, (bool)0); V_9 = L_21; V_10 = 0; goto IL_008d; } IL_0076: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = V_9; int32_t L_23 = V_10; NullCheck(L_22); int32_t L_24 = L_23; RuntimeObject * L_25 = (L_22)->GetAt(static_cast(L_24)); V_8 = ((BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 *)IsInstSealed((RuntimeObject*)((Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *)CastclassClass((RuntimeObject*)L_25, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_il2cpp_TypeInfo_var)), BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var)); int32_t L_26 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_008d: { int32_t L_27 = V_10; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_28 = V_9; NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))))) { goto IL_0076; } } { BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * L_29 = V_8; if (!L_29) { goto IL_00a2; } } { BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * L_30 = V_8; NullCheck(L_30); bool L_31; L_31 = BrowsableAttribute_get_Browsable_mEAD0188E3748DDB36677CC3F523B001145FE1288_inline(L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00d4; } } IL_00a2: { V_11 = NULL; } IL_00a5: try {// begin try (depth: 1) { FieldInfo_t * L_32 = V_7; NullCheck(L_32); String_t* L_33; L_33 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_32); if (!L_33) { goto IL_00c2; } } IL_00ae: { Type_t * L_34 = __this->get_type_3(); FieldInfo_t * L_35 = V_7; NullCheck(L_35); String_t* L_36; L_36 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_35); IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeObject * L_37; L_37 = Enum_Parse_m6601224637A9CF40F77358805956C2EE757EAF68(L_34, L_36, /*hidden argument*/NULL); V_11 = L_37; } IL_00c2: { goto IL_00c7; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00c4; } throw e; } CATCH_00c4: {// begin catch(System.ArgumentException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00c7; }// end catch (depth: 1) IL_00c7: { RuntimeObject * L_38 = V_11; if (!L_38) { goto IL_00d4; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_39 = V_2; RuntimeObject * L_40 = V_11; NullCheck(L_39); int32_t L_41; L_41 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_39, L_40); } IL_00d4: { int32_t L_42 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00da: { int32_t L_43 = V_6; FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_44 = V_5; NullCheck(L_44); if ((((int32_t)L_43) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))))) { goto IL_0053; } } { RuntimeObject* L_45; L_45 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Collections.IComparer System.ComponentModel.EnumConverter::get_Comparer() */, __this); V_4 = L_45; RuntimeObject* L_46 = V_4; if (!L_46) { goto IL_00f9; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_47 = V_2; RuntimeObject* L_48 = V_4; NullCheck(L_47); VirtualActionInvoker1< RuntimeObject* >::Invoke(46 /* System.Void System.Collections.ArrayList::Sort(System.Collections.IComparer) */, L_47, L_48); } IL_00f9: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_49 = V_2; if (L_49) { goto IL_00ff; } } { G_B27_0 = ((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(NULL)); goto IL_0105; } IL_00ff: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_50 = V_2; NullCheck(L_50); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_51; L_51 = VirtualFuncInvoker0< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(48 /* System.Object[] System.Collections.ArrayList::ToArray() */, L_50); G_B27_0 = L_51; } IL_0105: { V_3 = (RuntimeArray *)G_B27_0; RuntimeArray * L_52 = V_3; StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_53 = (StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 *)il2cpp_codegen_object_new(StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1_il2cpp_TypeInfo_var); StandardValuesCollection__ctor_m249BF4A43C982390DBEC8E92DFDB2C395FC9EEFF(L_53, L_52, /*hidden argument*/NULL); __this->set_values_2(L_53); } IL_0112: { StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_54 = __this->get_values_2(); return L_54; } } // System.Boolean System.ComponentModel.EnumConverter::GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumConverter_GetStandardValuesExclusive_m73AA7157C60580D2F318A3CE7C6EE67443CEE7B4 (EnumConverter_t05433389A0FBB1D1185275588F6A9000BCFB7D78 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = __this->get_type_3(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); NullCheck(L_0); bool L_3; L_3 = VirtualFuncInvoker2< bool, Type_t *, bool >::Invoke(14 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_0, L_2, (bool)0); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.ComponentModel.EnumConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumConverter_GetStandardValuesSupported_m1B57EF5F7386A10C3981DAB9553968E953904256 (EnumConverter_t05433389A0FBB1D1185275588F6A9000BCFB7D78 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.ComponentModel.EnumConverter::IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumConverter_IsValid_mF995FCD519FD20E02D2AD2A7812B878A8730951A (EnumConverter_t05433389A0FBB1D1185275588F6A9000BCFB7D78 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = __this->get_type_3(); RuntimeObject * L_1 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); bool L_2; L_2 = Enum_IsDefined_m70E955627155998B426145940DE105ECEF213B96(L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.EventDescriptor::.ctor(System.String,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptor__ctor_mA03499A1D28C321E7756CACE7D2F6F077B728C25 (EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * __this, String_t* ___name0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attrs1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_1 = ___attrs1; MemberDescriptor__ctor_m8B12FC75CC9C9A30A68DDBF31B7A58D25FDECD16(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.EventDescriptor::.ctor(System.ComponentModel.MemberDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptor__ctor_m1D4D5AD576C545CF7F65D3109C33E02C380362CB (EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * __this, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * ___descr0, const RuntimeMethod* method) { { MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_0 = ___descr0; MemberDescriptor__ctor_m7B28673B84E74C66147B48DBB8695B4CB5708FF1(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.EventDescriptor::.ctor(System.ComponentModel.MemberDescriptor,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptor__ctor_m7D93DDB55220F5FB5FE8B28CA50323D91ED72FC8 (EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * __this, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * ___descr0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attrs1, const RuntimeMethod* method) { { MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_0 = ___descr0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_1 = ___attrs1; MemberDescriptor__ctor_m1B2998AD8C93C8E5D674E3962D94B0558A3002A0(__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.ComponentModel.EventDescriptorCollection::.ctor(System.ComponentModel.EventDescriptor[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection__ctor_mEE7FE7AA6CAC9319A27063AB26956F96C28E3B1C (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* ___events0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_eventsOwned_3((bool)1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_0 = ___events0; __this->set_events_0(L_0); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_1 = ___events0; if (L_1) { goto IL_002c; } } { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_2 = (EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)SZArrayNew(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_events_0(L_2); __this->set_eventCount_5(0); goto IL_003a; } IL_002c: { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_3 = __this->get_events_0(); NullCheck(L_3); __this->set_eventCount_5(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))); } IL_003a: { __this->set_eventsOwned_3((bool)1); return; } } // System.Void System.ComponentModel.EventDescriptorCollection::.ctor(System.ComponentModel.EventDescriptor[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection__ctor_mABAD3AD8CAD090DE1B1335B5C06C4A53959218D4 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* ___events0, bool ___readOnly1, const RuntimeMethod* method) { { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_0 = ___events0; EventDescriptorCollection__ctor_mEE7FE7AA6CAC9319A27063AB26956F96C28E3B1C(__this, L_0, /*hidden argument*/NULL); bool L_1 = ___readOnly1; __this->set_readOnly_6(L_1); return; } } // System.Void System.ComponentModel.EventDescriptorCollection::.ctor(System.ComponentModel.EventDescriptor[],System.Int32,System.String[],System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection__ctor_mA283060950688CABFEE10B395F6A2DC53AC11EB3 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* ___events0, int32_t ___eventCount1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___namedSort2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_eventsOwned_3((bool)1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); __this->set_eventsOwned_3((bool)0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ___namedSort2; if (!L_0) { goto IL_0028; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___namedSort2; NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2; L_2 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_namedSort_1(((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)Castclass((RuntimeObject*)L_2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var))); } IL_0028: { RuntimeObject* L_3 = ___comparer3; __this->set_comparer_2(L_3); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_4 = ___events0; __this->set_events_0(L_4); int32_t L_5 = ___eventCount1; __this->set_eventCount_5(L_5); __this->set_needSort_4((bool)1); return; } } // System.Int32 System.ComponentModel.EventDescriptorCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescriptorCollection_get_Count_m602D6E9F08D76206722F9DB69A4AA24D32F2B19D (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_eventCount_5(); return L_0; } } // System.ComponentModel.EventDescriptor System.ComponentModel.EventDescriptorCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * EventDescriptorCollection_get_Item_m4C78A6C20E22D3BE896533397943D8881F1FA833 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = __this->get_eventCount_5(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_000f; } } { IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * L_2 = (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var))); IndexOutOfRangeException__ctor_m84F1D8D46E48427F4DFAC350A5F1E0D345C68523(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventDescriptorCollection_get_Item_m4C78A6C20E22D3BE896533397943D8881F1FA833_RuntimeMethod_var))); } IL_000f: { EventDescriptorCollection_EnsureEventsOwned_m275BFA1919DF49C5FA18D0FCB47C78CDF3A78469(__this, /*hidden argument*/NULL); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_3 = __this->get_events_0(); int32_t L_4 = ___index0; NullCheck(L_3); int32_t L_5 = L_4; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_6 = (L_3)->GetAt(static_cast(L_5)); return L_6; } } // System.ComponentModel.EventDescriptor System.ComponentModel.EventDescriptorCollection::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * EventDescriptorCollection_get_Item_mC8039EABE0E2048357CB3283128ACD76B8F7B50E (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_1; L_1 = VirtualFuncInvoker2< EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *, String_t*, bool >::Invoke(22 /* System.ComponentModel.EventDescriptor System.ComponentModel.EventDescriptorCollection::Find(System.String,System.Boolean) */, __this, L_0, (bool)0); return L_1; } } // System.Int32 System.ComponentModel.EventDescriptorCollection::Add(System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescriptorCollection_Add_m4DC172B7FF2C5959D3E288F5730FF29756640262 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_readOnly_6(); if (!L_0) { goto IL_000e; } } { 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_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventDescriptorCollection_Add_m4DC172B7FF2C5959D3E288F5730FF29756640262_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = __this->get_eventCount_5(); EventDescriptorCollection_EnsureSize_m5041F0699FAC394C9F807A8202012C1C54BDF350(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_3 = __this->get_events_0(); int32_t L_4 = __this->get_eventCount_5(); V_0 = L_4; int32_t L_5 = V_0; __this->set_eventCount_5(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_7 = ___value0; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_7); (L_3)->SetAt(static_cast(L_6), (EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)L_7); int32_t L_8 = __this->get_eventCount_5(); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)); } } // System.Void System.ComponentModel.EventDescriptorCollection::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_Clear_m7AE15886D01C94814FC2AFD259FCA249E9C553AB (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_readOnly_6(); if (!L_0) { goto IL_000e; } } { 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_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventDescriptorCollection_Clear_m7AE15886D01C94814FC2AFD259FCA249E9C553AB_RuntimeMethod_var))); } IL_000e: { __this->set_eventCount_5(0); return; } } // System.Boolean System.ComponentModel.EventDescriptorCollection::Contains(System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescriptorCollection_Contains_mA09884B7669552A420DCA637E4323C7D248461D1 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___value0, const RuntimeMethod* method) { { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_0 = ___value0; int32_t L_1; L_1 = EventDescriptorCollection_IndexOf_m6C9A49D379FCDA86E9FA1377FCFD6FFEE2205E21(__this, L_0, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void System.ComponentModel.EventDescriptorCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_System_Collections_ICollection_CopyTo_m320CD062BF77E619B4077D41817CD46138AF0F60 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { EventDescriptorCollection_EnsureEventsOwned_m275BFA1919DF49C5FA18D0FCB47C78CDF3A78469(__this, /*hidden argument*/NULL); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_0 = __this->get_events_0(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; int32_t L_3; L_3 = EventDescriptorCollection_get_Count_m602D6E9F08D76206722F9DB69A4AA24D32F2B19D_inline(__this, /*hidden argument*/NULL); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_0, 0, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.EventDescriptorCollection::EnsureEventsOwned() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_EnsureEventsOwned_m275BFA1919DF49C5FA18D0FCB47C78CDF3A78469 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* V_0 = NULL; { bool L_0 = __this->get_eventsOwned_3(); if (L_0) { goto IL_003e; } } { __this->set_eventsOwned_3((bool)1); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_1 = __this->get_events_0(); if (!L_1) { goto IL_003e; } } { int32_t L_2; L_2 = EventDescriptorCollection_get_Count_m602D6E9F08D76206722F9DB69A4AA24D32F2B19D_inline(__this, /*hidden argument*/NULL); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_3 = (EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)SZArrayNew(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_4 = __this->get_events_0(); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_5 = V_0; int32_t L_6; L_6 = EventDescriptorCollection_get_Count_m602D6E9F08D76206722F9DB69A4AA24D32F2B19D_inline(__this, /*hidden argument*/NULL); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, L_6, /*hidden argument*/NULL); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_7 = V_0; __this->set_events_0(L_7); } IL_003e: { bool L_8 = __this->get_needSort_4(); if (!L_8) { goto IL_0059; } } { __this->set_needSort_4((bool)0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = __this->get_namedSort_1(); EventDescriptorCollection_InternalSort_m8D706DB35F3EFF5E97FFA51A3601979582097197(__this, L_9, /*hidden argument*/NULL); } IL_0059: { return; } } // System.Void System.ComponentModel.EventDescriptorCollection::EnsureSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_EnsureSize_m5041F0699FAC394C9F807A8202012C1C54BDF350 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, int32_t ___sizeNeeded0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* V_0 = NULL; { int32_t L_0 = ___sizeNeeded0; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_1 = __this->get_events_0(); NullCheck(L_1); if ((((int32_t)L_0) > ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_000c; } } { return; } IL_000c: { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_2 = __this->get_events_0(); if (!L_2) { goto IL_001d; } } { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_3 = __this->get_events_0(); NullCheck(L_3); if ((((RuntimeArray*)L_3)->max_length)) { goto IL_0031; } } IL_001d: { __this->set_eventCount_5(0); int32_t L_4 = ___sizeNeeded0; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_5 = (EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)SZArrayNew(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var, (uint32_t)L_4); __this->set_events_0(L_5); return; } IL_0031: { EventDescriptorCollection_EnsureEventsOwned_m275BFA1919DF49C5FA18D0FCB47C78CDF3A78469(__this, /*hidden argument*/NULL); int32_t L_6 = ___sizeNeeded0; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_7 = __this->get_events_0(); NullCheck(L_7); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(L_6, ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), (int32_t)2)), /*hidden argument*/NULL); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_9 = (EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)SZArrayNew(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var, (uint32_t)L_8); V_0 = L_9; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_10 = __this->get_events_0(); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_11 = V_0; int32_t L_12 = __this->get_eventCount_5(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_10, 0, (RuntimeArray *)(RuntimeArray *)L_11, 0, L_12, /*hidden argument*/NULL); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_13 = V_0; __this->set_events_0(L_13); return; } } // System.ComponentModel.EventDescriptor System.ComponentModel.EventDescriptorCollection::Find(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * EventDescriptorCollection_Find_mEAB31117774BF6592B9A3F3CBD5590D6258C5ADB (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, String_t* ___name0, bool ___ignoreCase1, const RuntimeMethod* method) { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = (EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)NULL; bool L_0 = ___ignoreCase1; if (!L_0) { goto IL_0039; } } { V_1 = 0; goto IL_002e; } IL_0009: { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_1 = __this->get_events_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_4 = (L_1)->GetAt(static_cast(L_3)); NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_4); String_t* L_6 = ___name0; bool L_7; L_7 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_5, L_6, 5, /*hidden argument*/NULL); if (!L_7) { goto IL_002a; } } { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_8 = __this->get_events_0(); int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_11 = (L_8)->GetAt(static_cast(L_10)); V_0 = L_11; goto IL_006b; } IL_002a: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_002e: { int32_t L_13 = V_1; int32_t L_14; L_14 = EventDescriptorCollection_get_Count_m602D6E9F08D76206722F9DB69A4AA24D32F2B19D_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0009; } } { goto IL_006b; } IL_0039: { V_2 = 0; goto IL_0062; } IL_003d: { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_15 = __this->get_events_0(); int32_t L_16 = V_2; NullCheck(L_15); int32_t L_17 = L_16; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_18); String_t* L_20 = ___name0; bool L_21; L_21 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_19, L_20, 4, /*hidden argument*/NULL); if (!L_21) { goto IL_005e; } } { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_22 = __this->get_events_0(); int32_t L_23 = V_2; NullCheck(L_22); int32_t L_24 = L_23; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_25 = (L_22)->GetAt(static_cast(L_24)); V_0 = L_25; goto IL_006b; } IL_005e: { int32_t L_26 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0062: { int32_t L_27 = V_2; int32_t L_28; L_28 = EventDescriptorCollection_get_Count_m602D6E9F08D76206722F9DB69A4AA24D32F2B19D_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_003d; } } IL_006b: { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_29 = V_0; return L_29; } } // System.Int32 System.ComponentModel.EventDescriptorCollection::IndexOf(System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescriptorCollection_IndexOf_m6C9A49D379FCDA86E9FA1377FCFD6FFEE2205E21 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisEventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_mA28CB88006EE8651C498928BBDF42B9BAFEEF068_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_0 = __this->get_events_0(); EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_1 = ___value0; int32_t L_2 = __this->get_eventCount_5(); int32_t L_3; L_3 = Array_IndexOf_TisEventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_mA28CB88006EE8651C498928BBDF42B9BAFEEF068(L_0, L_1, 0, L_2, /*hidden argument*/Array_IndexOf_TisEventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_mA28CB88006EE8651C498928BBDF42B9BAFEEF068_RuntimeMethod_var); return L_3; } } // System.Void System.ComponentModel.EventDescriptorCollection::Insert(System.Int32,System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_Insert_mAC51D5161DFB72FB6AC57E95A60BFCCDD6AC188A (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, int32_t ___index0, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___value1, const RuntimeMethod* method) { { bool L_0 = __this->get_readOnly_6(); if (!L_0) { goto IL_000e; } } { 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_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventDescriptorCollection_Insert_mAC51D5161DFB72FB6AC57E95A60BFCCDD6AC188A_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = __this->get_eventCount_5(); EventDescriptorCollection_EnsureSize_m5041F0699FAC394C9F807A8202012C1C54BDF350(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); int32_t L_3 = ___index0; int32_t L_4 = __this->get_eventCount_5(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0042; } } { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_5 = __this->get_events_0(); int32_t L_6 = ___index0; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_7 = __this->get_events_0(); int32_t L_8 = ___index0; int32_t L_9 = __this->get_eventCount_5(); 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); } IL_0042: { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_11 = __this->get_events_0(); int32_t L_12 = ___index0; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_13 = ___value1; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(L_12), (EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)L_13); int32_t L_14 = __this->get_eventCount_5(); __this->set_eventCount_5(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); return; } } // System.Void System.ComponentModel.EventDescriptorCollection::Remove(System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_Remove_m0FC4B76374D0DE16A82C0815615C3FED0DE1D6F9 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_readOnly_6(); if (!L_0) { goto IL_000e; } } { 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_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventDescriptorCollection_Remove_m0FC4B76374D0DE16A82C0815615C3FED0DE1D6F9_RuntimeMethod_var))); } IL_000e: { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_2 = ___value0; int32_t L_3; L_3 = EventDescriptorCollection_IndexOf_m6C9A49D379FCDA86E9FA1377FCFD6FFEE2205E21(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0021; } } { int32_t L_5 = V_0; EventDescriptorCollection_RemoveAt_m7FAA18C96F160B455D663E598CC30713134633B8(__this, L_5, /*hidden argument*/NULL); } IL_0021: { return; } } // System.Void System.ComponentModel.EventDescriptorCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_RemoveAt_m7FAA18C96F160B455D663E598CC30713134633B8 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, int32_t ___index0, const RuntimeMethod* method) { { bool L_0 = __this->get_readOnly_6(); if (!L_0) { goto IL_000e; } } { 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_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventDescriptorCollection_RemoveAt_m7FAA18C96F160B455D663E598CC30713134633B8_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index0; int32_t L_3 = __this->get_eventCount_5(); if ((((int32_t)L_2) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))))) { goto IL_0038; } } { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_4 = __this->get_events_0(); int32_t L_5 = ___index0; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_6 = __this->get_events_0(); int32_t L_7 = ___index0; int32_t L_8 = __this->get_eventCount_5(); int32_t L_9 = ___index0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_6, L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0038: { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_10 = __this->get_events_0(); int32_t L_11 = __this->get_eventCount_5(); NullCheck(L_10); ArrayElementTypeCheck (L_10, NULL); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1))), (EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)NULL); int32_t L_12 = __this->get_eventCount_5(); __this->set_eventCount_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))); return; } } // System.Collections.IEnumerator System.ComponentModel.EventDescriptorCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EventDescriptorCollection_GetEnumerator_mD69F15AF2B7F5A5D8D93132DC2C2CAFD68A7770A (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySubsetEnumerator_t6D4DAF568672443DE0F929E82C4B92C3662742BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_0 = __this->get_events_0(); NullCheck(L_0); int32_t L_1 = __this->get_eventCount_5(); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) == ((uint32_t)L_1)))) { goto IL_001c; } } { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_2 = __this->get_events_0(); NullCheck((RuntimeArray *)(RuntimeArray *)L_2); RuntimeObject* L_3; L_3 = Array_GetEnumerator_m7BC171F2F69907FD4585E7B4A3A224473BE32964((RuntimeArray *)(RuntimeArray *)L_2, /*hidden argument*/NULL); return L_3; } IL_001c: { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_4 = __this->get_events_0(); int32_t L_5 = __this->get_eventCount_5(); ArraySubsetEnumerator_t6D4DAF568672443DE0F929E82C4B92C3662742BF * L_6 = (ArraySubsetEnumerator_t6D4DAF568672443DE0F929E82C4B92C3662742BF *)il2cpp_codegen_object_new(ArraySubsetEnumerator_t6D4DAF568672443DE0F929E82C4B92C3662742BF_il2cpp_TypeInfo_var); ArraySubsetEnumerator__ctor_m4F482539685609D13D37189E77D1E51CB0A53A28(L_6, (RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.ComponentModel.EventDescriptorCollection System.ComponentModel.EventDescriptorCollection::Sort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * EventDescriptorCollection_Sort_m35A31878E614AF4774BD032DD777ACBB3D0CCA98 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_0 = __this->get_events_0(); int32_t L_1 = __this->get_eventCount_5(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = __this->get_namedSort_1(); RuntimeObject* L_3 = __this->get_comparer_2(); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_4 = (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *)il2cpp_codegen_object_new(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_mA283060950688CABFEE10B395F6A2DC53AC11EB3(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.ComponentModel.EventDescriptorCollection System.ComponentModel.EventDescriptorCollection::Sort(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * EventDescriptorCollection_Sort_m563179597D1A3862185E095171E44AA8A671BD62 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___names0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_0 = __this->get_events_0(); int32_t L_1 = __this->get_eventCount_5(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = ___names0; RuntimeObject* L_3 = __this->get_comparer_2(); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_4 = (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *)il2cpp_codegen_object_new(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_mA283060950688CABFEE10B395F6A2DC53AC11EB3(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.ComponentModel.EventDescriptorCollection System.ComponentModel.EventDescriptorCollection::Sort(System.String[],System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * EventDescriptorCollection_Sort_m88CDADC3AF2EAA38F96F3AB5E65AE620D4C897D7 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___names0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_0 = __this->get_events_0(); int32_t L_1 = __this->get_eventCount_5(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = ___names0; RuntimeObject* L_3 = ___comparer1; EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_4 = (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *)il2cpp_codegen_object_new(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_mA283060950688CABFEE10B395F6A2DC53AC11EB3(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.ComponentModel.EventDescriptorCollection System.ComponentModel.EventDescriptorCollection::Sort(System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * EventDescriptorCollection_Sort_mF6B3FC9DF6AA3479751BBCAA945C45511D556EE2 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_0 = __this->get_events_0(); int32_t L_1 = __this->get_eventCount_5(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = __this->get_namedSort_1(); RuntimeObject* L_3 = ___comparer0; EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_4 = (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *)il2cpp_codegen_object_new(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_mA283060950688CABFEE10B395F6A2DC53AC11EB3(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void System.ComponentModel.EventDescriptorCollection::InternalSort(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_InternalSort_m8D706DB35F3EFF5E97FFA51A3601979582097197 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___names0, 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*)&EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * V_5 = NULL; int32_t V_6 = 0; { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_0 = __this->get_events_0(); if (!L_0) { goto IL_0011; } } { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_1 = __this->get_events_0(); NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_0012; } } IL_0011: { return; } IL_0012: { RuntimeObject* L_2 = __this->get_comparer_2(); EventDescriptorCollection_InternalSort_mEB2E7A62FC0C7C873EAA0409E6B6DE05EC0F76FA(__this, L_2, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = ___names0; if (!L_3) { goto IL_00d0; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = ___names0; NullCheck(L_4); if (!(((RuntimeArray*)L_4)->max_length)) { goto IL_00d0; } } { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_5 = __this->get_events_0(); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m77974C35DD788BA972324A11F57EAD56BE36A035(L_6, (RuntimeObject*)(RuntimeObject*)L_5, /*hidden argument*/NULL); V_0 = L_6; V_1 = 0; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_7 = __this->get_events_0(); NullCheck(L_7); V_2 = ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))); V_3 = 0; goto IL_0097; } IL_0046: { V_4 = 0; goto IL_008e; } IL_004b: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_8 = V_0; int32_t L_9 = V_4; NullCheck(L_8); RuntimeObject * L_10; L_10 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_8, L_9); V_5 = ((EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)CastclassClass((RuntimeObject*)L_10, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_il2cpp_TypeInfo_var)); EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_11 = V_5; if (!L_11) { goto IL_0088; } } { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_12 = V_5; NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_12); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = ___names0; int32_t L_15 = V_3; NullCheck(L_14); int32_t L_16 = L_15; String_t* L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_13); bool L_18; L_18 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_13, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0088; } } { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_19 = __this->get_events_0(); int32_t L_20 = V_1; int32_t L_21 = L_20; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_22 = V_5; NullCheck(L_19); ArrayElementTypeCheck (L_19, L_22); (L_19)->SetAt(static_cast(L_21), (EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)L_22); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_23 = V_0; int32_t L_24 = V_4; NullCheck(L_23); VirtualActionInvoker2< int32_t, RuntimeObject * >::Invoke(28 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_23, L_24, NULL); goto IL_0093; } IL_0088: { int32_t L_25 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_008e: { int32_t L_26 = V_4; int32_t L_27 = V_2; if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_004b; } } IL_0093: { int32_t L_28 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0097: { int32_t L_29 = V_3; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_30 = ___names0; NullCheck(L_30); if ((((int32_t)L_29) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length)))))) { goto IL_0046; } } { V_6 = 0; goto IL_00cb; } IL_00a2: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_31 = V_0; int32_t L_32 = V_6; NullCheck(L_31); RuntimeObject * L_33; L_33 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_31, L_32); if (!L_33) { goto IL_00c5; } } { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_34 = __this->get_events_0(); int32_t L_35 = V_1; int32_t L_36 = L_35; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_37 = V_0; int32_t L_38 = V_6; NullCheck(L_37); RuntimeObject * L_39; L_39 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_37, L_38); NullCheck(L_34); ArrayElementTypeCheck (L_34, ((EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)CastclassClass((RuntimeObject*)L_39, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_il2cpp_TypeInfo_var))); (L_34)->SetAt(static_cast(L_36), (EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)((EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)CastclassClass((RuntimeObject*)L_39, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_il2cpp_TypeInfo_var))); } IL_00c5: { int32_t L_40 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00cb: { int32_t L_41 = V_6; int32_t L_42 = V_2; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00a2; } } IL_00d0: { return; } } // System.Void System.ComponentModel.EventDescriptorCollection::InternalSort(System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_InternalSort_mEB2E7A62FC0C7C873EAA0409E6B6DE05EC0F76FA (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, RuntimeObject* ___sorter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___sorter0; if (L_0) { goto IL_000a; } } { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptor_SortDescriptorArray_mC97279DD994FCC49BB8E229B937A7D392A547D7C(__this, /*hidden argument*/NULL); return; } IL_000a: { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_1 = __this->get_events_0(); RuntimeObject* L_2 = ___sorter0; Array_Sort_m9FEF5C0ACA74C23E8B3336E14872E4E6FE89B90D((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); return; } } // System.Int32 System.ComponentModel.EventDescriptorCollection::System.Collections.ICollection.get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescriptorCollection_System_Collections_ICollection_get_Count_m904B2AF89A0FDFF76C73FD89EEA86291FF4CB282 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = EventDescriptorCollection_get_Count_m602D6E9F08D76206722F9DB69A4AA24D32F2B19D_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.ComponentModel.EventDescriptorCollection::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescriptorCollection_System_Collections_ICollection_get_IsSynchronized_m9CB61ADE4392C6B3B758BF5BC7CCA138830D9331 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.ComponentModel.EventDescriptorCollection::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EventDescriptorCollection_System_Collections_ICollection_get_SyncRoot_m6EC424C5BA3E231A30B8FD4C3A60D53AA616B948 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, const RuntimeMethod* method) { { return NULL; } } // System.Collections.IEnumerator System.ComponentModel.EventDescriptorCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EventDescriptorCollection_System_Collections_IEnumerable_GetEnumerator_m030BBD5D5773DC4CDCC002DF115FB621C2177CF0 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = EventDescriptorCollection_GetEnumerator_mD69F15AF2B7F5A5D8D93132DC2C2CAFD68A7770A(__this, /*hidden argument*/NULL); return L_0; } } // System.Object System.ComponentModel.EventDescriptorCollection::System.Collections.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EventDescriptorCollection_System_Collections_IList_get_Item_m314752620C0DCE669480A206F44EAFA83B8F6AA8 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_1; L_1 = VirtualFuncInvoker1< EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *, int32_t >::Invoke(20 /* System.ComponentModel.EventDescriptor System.ComponentModel.EventDescriptorCollection::get_Item(System.Int32) */, __this, L_0); return L_1; } } // System.Void System.ComponentModel.EventDescriptorCollection::System.Collections.IList.set_Item(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_System_Collections_IList_set_Item_mE062A9FFB9834B2B85CEEAD45337EACCACAB0941 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_readOnly_6(); if (!L_0) { goto IL_000e; } } { 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_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventDescriptorCollection_System_Collections_IList_set_Item_mE062A9FFB9834B2B85CEEAD45337EACCACAB0941_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index0; int32_t L_3 = __this->get_eventCount_5(); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_001d; } } { IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * L_4 = (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var))); IndexOutOfRangeException__ctor_m84F1D8D46E48427F4DFAC350A5F1E0D345C68523(L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventDescriptorCollection_System_Collections_IList_set_Item_mE062A9FFB9834B2B85CEEAD45337EACCACAB0941_RuntimeMethod_var))); } IL_001d: { EventDescriptorCollection_EnsureEventsOwned_m275BFA1919DF49C5FA18D0FCB47C78CDF3A78469(__this, /*hidden argument*/NULL); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_5 = __this->get_events_0(); int32_t L_6 = ___index0; RuntimeObject * L_7 = ___value1; NullCheck(L_5); ArrayElementTypeCheck (L_5, ((EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)CastclassClass((RuntimeObject*)L_7, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_il2cpp_TypeInfo_var))); (L_5)->SetAt(static_cast(L_6), (EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)((EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)CastclassClass((RuntimeObject*)L_7, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_il2cpp_TypeInfo_var))); return; } } // System.Int32 System.ComponentModel.EventDescriptorCollection::System.Collections.IList.Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescriptorCollection_System_Collections_IList_Add_mF48B1B12ADC3035BC1927D971C81E27CDE3311BF (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; int32_t L_1; L_1 = EventDescriptorCollection_Add_m4DC172B7FF2C5959D3E288F5730FF29756640262(__this, ((EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)CastclassClass((RuntimeObject*)L_0, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Void System.ComponentModel.EventDescriptorCollection::System.Collections.IList.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_System_Collections_IList_Clear_mCBFCF46CC4E7BEC9A5580E01EEF404D143AF30BE (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, const RuntimeMethod* method) { { EventDescriptorCollection_Clear_m7AE15886D01C94814FC2AFD259FCA249E9C553AB(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.EventDescriptorCollection::System.Collections.IList.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescriptorCollection_System_Collections_IList_Contains_m04C1FAE201EFCDD1BA6A0319A179CD2C7073875B (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = EventDescriptorCollection_Contains_mA09884B7669552A420DCA637E4323C7D248461D1(__this, ((EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)CastclassClass((RuntimeObject*)L_0, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Int32 System.ComponentModel.EventDescriptorCollection::System.Collections.IList.IndexOf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescriptorCollection_System_Collections_IList_IndexOf_m5F125F97A21029C15F4CA1F274DF40DE63CD6943 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; int32_t L_1; L_1 = EventDescriptorCollection_IndexOf_m6C9A49D379FCDA86E9FA1377FCFD6FFEE2205E21(__this, ((EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)CastclassClass((RuntimeObject*)L_0, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Void System.ComponentModel.EventDescriptorCollection::System.Collections.IList.Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_System_Collections_IList_Insert_m46E297851D2DCF18244B3D5A8A376863ABD22701 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; RuntimeObject * L_1 = ___value1; EventDescriptorCollection_Insert_mAC51D5161DFB72FB6AC57E95A60BFCCDD6AC188A(__this, L_0, ((EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)CastclassClass((RuntimeObject*)L_1, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.EventDescriptorCollection::System.Collections.IList.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_System_Collections_IList_Remove_m8EAC0F3B727190B9E74453D9B41ADC0B5E28D4AC (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; EventDescriptorCollection_Remove_m0FC4B76374D0DE16A82C0815615C3FED0DE1D6F9(__this, ((EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)CastclassClass((RuntimeObject*)L_0, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.EventDescriptorCollection::System.Collections.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_System_Collections_IList_RemoveAt_mD2B9ABE772018AEE5EC77D3B7127702F1BFB0775 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; EventDescriptorCollection_RemoveAt_m7FAA18C96F160B455D663E598CC30713134633B8(__this, L_0, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.EventDescriptorCollection::System.Collections.IList.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescriptorCollection_System_Collections_IList_get_IsReadOnly_m879BD5C81AA854AED718F623629421EBD886AAF8 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_readOnly_6(); return L_0; } } // System.Boolean System.ComponentModel.EventDescriptorCollection::System.Collections.IList.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescriptorCollection_System_Collections_IList_get_IsFixedSize_m88284F3F255349497314316318FD5B0BAA2F0953 (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_readOnly_6(); return L_0; } } // System.Void System.ComponentModel.EventDescriptorCollection::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection__cctor_m27E32EDA2C9EEA1393C41A0E628429B9C0E0A990 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_0 = (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *)il2cpp_codegen_object_new(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_mABAD3AD8CAD090DE1B1335B5C06C4A53959218D4(L_0, (EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)NULL, (bool)1, /*hidden argument*/NULL); ((EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_StaticFields*)il2cpp_codegen_static_fields_for(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var))->set_Empty_7(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.ComponentModel.EventHandlerList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandlerList__ctor_mCD5E271549A8174F6395E5A5B3FACBB5B0AB1652 (EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.EventHandlerList::.ctor(System.ComponentModel.Component) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandlerList__ctor_mDF4184A831BBF85E2CCF723614579F5F39D0478D (EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * __this, Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * ___parent0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * L_0 = ___parent0; __this->set_parent_1(L_0); return; } } // System.Delegate System.ComponentModel.EventHandlerList::get_Item(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * EventHandlerList_get_Item_mC9E8B2F3D48DB323CA19FB87B2DBB7240AE03334 (EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * V_0 = NULL; { V_0 = (ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 *)NULL; Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * L_0 = __this->get_parent_1(); if (!L_0) { goto IL_0017; } } { Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * L_1 = __this->get_parent_1(); NullCheck(L_1); bool L_2; L_2 = Component_get_CanRaiseEventsInternal_mF1CE3CBC6ECADC117635E96EA0A7316AC8361C12(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001f; } } IL_0017: { RuntimeObject * L_3 = ___key0; ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_4; L_4 = EventHandlerList_Find_m0D055017D24E6BE23466BFC8392A49CE1695499E(__this, L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_001f: { ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_5 = V_0; if (!L_5) { goto IL_0029; } } { ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_6 = V_0; NullCheck(L_6); Delegate_t * L_7 = L_6->get_handler_2(); return L_7; } IL_0029: { return (Delegate_t *)NULL; } } // System.Void System.ComponentModel.EventHandlerList::set_Item(System.Object,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandlerList_set_Item_m341F1F272503C3E697645E2B73B3370A82555AE4 (EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * __this, RuntimeObject * ___key0, Delegate_t * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * V_0 = NULL; { RuntimeObject * L_0 = ___key0; ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_1; L_1 = EventHandlerList_Find_m0D055017D24E6BE23466BFC8392A49CE1695499E(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_2 = V_0; if (!L_2) { goto IL_0013; } } { ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_3 = V_0; Delegate_t * L_4 = ___value1; NullCheck(L_3); L_3->set_handler_2(L_4); return; } IL_0013: { RuntimeObject * L_5 = ___key0; Delegate_t * L_6 = ___value1; ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_7 = __this->get_head_0(); ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_8 = (ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 *)il2cpp_codegen_object_new(ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3_il2cpp_TypeInfo_var); ListEntry__ctor_mC9947ECAED89F5575E2DF404C65C007D7467D0DB(L_8, L_5, L_6, L_7, /*hidden argument*/NULL); __this->set_head_0(L_8); return; } } // System.Void System.ComponentModel.EventHandlerList::AddHandler(System.Object,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandlerList_AddHandler_m0B42959A10FD1FB86A5E0887F39310A0D2925A82 (EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * __this, RuntimeObject * ___key0, Delegate_t * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * V_0 = NULL; { RuntimeObject * L_0 = ___key0; ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_1; L_1 = EventHandlerList_Find_m0D055017D24E6BE23466BFC8392A49CE1695499E(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_2 = V_0; if (!L_2) { goto IL_001e; } } { ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_3 = V_0; ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_4 = V_0; NullCheck(L_4); Delegate_t * L_5 = L_4->get_handler_2(); Delegate_t * L_6 = ___value1; Delegate_t * L_7; L_7 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_3); L_3->set_handler_2(L_7); return; } IL_001e: { RuntimeObject * L_8 = ___key0; Delegate_t * L_9 = ___value1; ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_10 = __this->get_head_0(); ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_11 = (ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 *)il2cpp_codegen_object_new(ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3_il2cpp_TypeInfo_var); ListEntry__ctor_mC9947ECAED89F5575E2DF404C65C007D7467D0DB(L_11, L_8, L_9, L_10, /*hidden argument*/NULL); __this->set_head_0(L_11); return; } } // System.Void System.ComponentModel.EventHandlerList::AddHandlers(System.ComponentModel.EventHandlerList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandlerList_AddHandlers_mEF317C702764A52DF6A34EE6987ECEA0D3F4B2B2 (EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * __this, EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * ___listToAddFrom0, const RuntimeMethod* method) { ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * V_0 = NULL; { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_0 = ___listToAddFrom0; NullCheck(L_0); ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_1 = L_0->get_head_0(); V_0 = L_1; goto IL_0022; } IL_0009: { ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3 = L_2->get_key_1(); ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_4 = V_0; NullCheck(L_4); Delegate_t * L_5 = L_4->get_handler_2(); EventHandlerList_AddHandler_m0B42959A10FD1FB86A5E0887F39310A0D2925A82(__this, L_3, L_5, /*hidden argument*/NULL); ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_6 = V_0; NullCheck(L_6); ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_7 = L_6->get_next_0(); V_0 = L_7; } IL_0022: { ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_8 = V_0; if (L_8) { goto IL_0009; } } { return; } } // System.Void System.ComponentModel.EventHandlerList::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandlerList_Dispose_m19CF3862DE172BAE4AFD52DB070F36A311D57F62 (EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * __this, const RuntimeMethod* method) { { __this->set_head_0((ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 *)NULL); return; } } // System.ComponentModel.EventHandlerList/ListEntry System.ComponentModel.EventHandlerList::Find(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * EventHandlerList_Find_m0D055017D24E6BE23466BFC8392A49CE1695499E (EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * V_0 = NULL; { ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_0 = __this->get_head_0(); V_0 = L_0; goto IL_0019; } IL_0009: { ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_1 = V_0; NullCheck(L_1); RuntimeObject * L_2 = L_1->get_key_1(); RuntimeObject * L_3 = ___key0; if ((((RuntimeObject*)(RuntimeObject *)L_2) == ((RuntimeObject*)(RuntimeObject *)L_3))) { goto IL_001c; } } { ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_4 = V_0; NullCheck(L_4); ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_5 = L_4->get_next_0(); V_0 = L_5; } IL_0019: { ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_6 = V_0; if (L_6) { goto IL_0009; } } IL_001c: { ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_7 = V_0; return L_7; } } // System.Void System.ComponentModel.EventHandlerList::RemoveHandler(System.Object,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandlerList_RemoveHandler_m8E4AA68A893AE552BF2311DDC7E20998DDA2B1DA (EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * __this, RuntimeObject * ___key0, Delegate_t * ___value1, const RuntimeMethod* method) { ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * V_0 = NULL; { RuntimeObject * L_0 = ___key0; ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_1; L_1 = EventHandlerList_Find_m0D055017D24E6BE23466BFC8392A49CE1695499E(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_2 = V_0; if (!L_2) { goto IL_001d; } } { ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_3 = V_0; ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_4 = V_0; NullCheck(L_4); Delegate_t * L_5 = L_4->get_handler_2(); Delegate_t * L_6 = ___value1; Delegate_t * L_7; L_7 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_3); L_3->set_handler_2(L_7); } IL_001d: { 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.NotImplementedException System.Net.ExceptionHelper::get_MethodNotImplementedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * ExceptionHelper_get_MethodNotImplementedException_mFF544B7A15FFA43328707249BA0CC6E980DC662C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral03BC8C687581927CC1FD3891B147EE76622E0C94); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(_stringLiteral03BC8C687581927CC1FD3891B147EE76622E0C94, /*hidden argument*/NULL); NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_1 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.NotImplementedException System.Net.ExceptionHelper::get_PropertyNotImplementedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * ExceptionHelper_get_PropertyNotImplementedException_mF07BE7024B108DBC45C374F81D0E5875B9D3A516 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFED9EBE0DFFF5E192C00377580AFB1A32E627E7A); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(_stringLiteralFED9EBE0DFFF5E192C00377580AFB1A32E627E7A, /*hidden argument*/NULL); NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_1 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.NotSupportedException System.Net.ExceptionHelper::get_PropertyNotSupportedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * ExceptionHelper_get_PropertyNotSupportedException_m7B2F2F80125DE622441A36463496BA759F29D8E2 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9BFBA6FC6C00F5F6483CB92EEB238D32EA589C2D); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(_stringLiteral9BFBA6FC6C00F5F6483CB92EEB238D32EA589C2D, /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Net.WebException System.Net.ExceptionHelper::get_RequestAbortedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * ExceptionHelper_get_RequestAbortedException_m0106829EEF5B7B93D8B21DAB5C0BCECC39303FC8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4502112B709257EB72BDA2E310BDAD51C4094E46); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = NetRes_GetWebStatusString_m0D5F79A08AD2C1F946FB394B0BDAAABF86DFDF50(_stringLiteral4502112B709257EB72BDA2E310BDAD51C4094E46, 6, /*hidden argument*/NULL); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_1 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var); WebException__ctor_m4D8BF7D61087F7AA4018215A6DCF7578AEA4DB08(L_1, L_0, 6, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExcludeFromCodeCoverageAttribute__ctor_mC4864A7299B691B672E31F543BEFD61DEB7C2832 (ExcludeFromCodeCoverageAttribute_tFEDA2165DC4920539BEB2F72C8A78D10BB6F9CA0 * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__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.Object System.Text.RegularExpressions.ExclusiveReference::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ExclusiveReference_Get_mA02D838F3B8772B83AD45D47E8C8275F8EA2A48A (ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { int32_t* L_0 = __this->get_address_of__locked_2(); int32_t L_1; L_1 = Interlocked_Exchange_mCB69CAC317F723A1CB6B52194C5917B49C456794((int32_t*)L_0, 1, /*hidden argument*/NULL); if (L_1) { goto IL_002a; } } { RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * L_2 = __this->get__ref_0(); V_0 = L_2; RuntimeObject * L_3 = V_0; if (L_3) { goto IL_0021; } } { __this->set__locked_2(0); return NULL; } IL_0021: { RuntimeObject * L_4 = V_0; __this->set__obj_1(L_4); RuntimeObject * L_5 = V_0; return L_5; } IL_002a: { return NULL; } } // System.Void System.Text.RegularExpressions.ExclusiveReference::Release(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExclusiveReference_Release_m3D5A9BB7FFB13DBB21386F811936EFC6A358C1FC (ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; 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*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExclusiveReference_Release_m3D5A9BB7FFB13DBB21386F811936EFC6A358C1FC_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = __this->get__obj_1(); RuntimeObject * L_3 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_2) == ((RuntimeObject*)(RuntimeObject *)L_3)))) { goto IL_0026; } } { __this->set__obj_1(NULL); __this->set__locked_2(0); return; } IL_0026: { RuntimeObject * L_4 = __this->get__obj_1(); if (L_4) { goto IL_0058; } } { int32_t* L_5 = __this->get_address_of__locked_2(); int32_t L_6; L_6 = Interlocked_Exchange_mCB69CAC317F723A1CB6B52194C5917B49C456794((int32_t*)L_5, 1, /*hidden argument*/NULL); if (L_6) { goto IL_0058; } } { RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * L_7 = __this->get__ref_0(); if (L_7) { goto IL_0050; } } { RuntimeObject * L_8 = ___obj0; __this->set__ref_0(((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)CastclassClass((RuntimeObject*)L_8, RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934_il2cpp_TypeInfo_var))); } IL_0050: { __this->set__locked_2(0); return; } IL_0058: { return; } } // System.Void System.Text.RegularExpressions.ExclusiveReference::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExclusiveReference__ctor_m67E39E008F143F07C22A8424E051F6798B917089 (ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * __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.ComponentModel.ExpandableObjectConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandableObjectConverter__ctor_m26BE7E63F9B9EEC82F5A4C5EFF34237FD543AD0C (ExpandableObjectConverter_t9E4B8883C179C271B4EEC95BFE0A105698D3725E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C(__this, /*hidden argument*/NULL); return; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ExpandableObjectConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ExpandableObjectConverter_GetProperties_m7AAFF5CC597BC02E0312CB373ECEA589A4C4056C (ExpandableObjectConverter_t9E4B8883C179C271B4EEC95BFE0A105698D3725E * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_1 = ___attributes2; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_2; L_2 = TypeDescriptor_GetProperties_mCF014E81D54DC1F458B231B0343B037AFE1497C6(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.ComponentModel.ExpandableObjectConverter::GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpandableObjectConverter_GetPropertiesSupported_m5223F99FE1170FA0A07579D621EAB33E1629AD0B (ExpandableObjectConverter_t9E4B8883C179C271B4EEC95BFE0A105698D3725E * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ExtendedPropertyDescriptor::.ctor(System.ComponentModel.ReflectPropertyDescriptor,System.Type,System.ComponentModel.IExtenderProvider,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtendedPropertyDescriptor__ctor_m9700C2CA53D5D669EB7A4A08707C9B56E7A7554E (ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 * __this, ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * ___extenderInfo0, Type_t * ___receiverType1, RuntimeObject* ___provider2, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes3, 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*)&AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_1 = NULL; { ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_0 = ___extenderInfo0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_1 = ___attributes3; PropertyDescriptor__ctor_m36BC932B87A01E4F469A26163A91A22BA19EA545(__this, L_0, L_1, /*hidden argument*/NULL); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_2; L_2 = VirtualFuncInvoker0< AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(4 /* System.Attribute[] System.ComponentModel.MemberDescriptor::get_AttributeArray() */, __this); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m77974C35DD788BA972324A11F57EAD56BE36A035(L_3, (RuntimeObject*)(RuntimeObject*)L_2, /*hidden argument*/NULL); V_0 = L_3; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = V_0; ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_5 = ___extenderInfo0; Type_t * L_6 = ___receiverType1; RuntimeObject* L_7 = ___provider2; ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * L_8; L_8 = ExtenderProvidedPropertyAttribute_Create_m7C804CE30E923D8F77E77058D23997CD1C38E723(L_5, L_6, L_7, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_9; L_9 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_4, L_8); ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_10 = ___extenderInfo0; NullCheck(L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.ComponentModel.PropertyDescriptor::get_IsReadOnly() */, L_10); if (!L_11) { goto IL_0038; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var); ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * L_13 = ((ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var))->get_Yes_1(); NullCheck(L_12); int32_t L_14; L_14 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_12, L_13); } IL_0038: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_15 = V_0; NullCheck(L_15); int32_t L_16; L_16 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_15); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_17 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)SZArrayNew(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var, (uint32_t)L_16); V_1 = L_17; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_18 = V_0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_19 = V_1; NullCheck(L_18); VirtualActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_18, (RuntimeArray *)(RuntimeArray *)L_19, 0); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_20 = V_1; VirtualActionInvoker1< AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(5 /* System.Void System.ComponentModel.MemberDescriptor::set_AttributeArray(System.Attribute[]) */, __this, L_20); ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_21 = ___extenderInfo0; __this->set_extenderInfo_17(L_21); RuntimeObject* L_22 = ___provider2; __this->set_provider_18(L_22); return; } } // System.Void System.ComponentModel.ExtendedPropertyDescriptor::.ctor(System.ComponentModel.PropertyDescriptor,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtendedPropertyDescriptor__ctor_mB411F8E817053942D153987D2BBAE1ADC3AE9A7B (ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___extender0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * V_0 = NULL; ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * V_1 = NULL; { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_0 = ___extender0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_1 = ___attributes1; PropertyDescriptor__ctor_m36BC932B87A01E4F469A26163A91A22BA19EA545(__this, L_0, L_1, /*hidden argument*/NULL); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_2 = ___extender0; NullCheck(L_2); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_3; L_3 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, L_2); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); NullCheck(L_3); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_6; L_6 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_3, L_5); V_0 = ((ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 *)IsInstSealed((RuntimeObject*)L_6, ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_il2cpp_TypeInfo_var)); ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * L_7 = V_0; NullCheck(L_7); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_8; L_8 = ExtenderProvidedPropertyAttribute_get_ExtenderProperty_mB14E4C280026B71DA4A7FDD3AEBAAD639F99E3B6_inline(L_7, /*hidden argument*/NULL); V_1 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 *)IsInstSealed((RuntimeObject*)L_8, ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var)); ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_9 = V_1; __this->set_extenderInfo_17(L_9); ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * L_10 = V_0; NullCheck(L_10); RuntimeObject* L_11; L_11 = ExtenderProvidedPropertyAttribute_get_Provider_m39FC8BCC39DA714A25E7EA2974B199D8ACC1F584_inline(L_10, /*hidden argument*/NULL); __this->set_provider_18(L_11); return; } } // System.Boolean System.ComponentModel.ExtendedPropertyDescriptor::CanResetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExtendedPropertyDescriptor_CanResetValue_m8D547B81A657622EC90CFDC3D7FFB0FDBC5E7A88 (ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 * __this, RuntimeObject * ___comp0, const RuntimeMethod* method) { { ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_0 = __this->get_extenderInfo_17(); RuntimeObject* L_1 = __this->get_provider_18(); RuntimeObject * L_2 = ___comp0; NullCheck(L_0); bool L_3; L_3 = ReflectPropertyDescriptor_ExtenderCanResetValue_m6ECBE1EFDB7E2452B24877F4557653E10867F3F0(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Type System.ComponentModel.ExtendedPropertyDescriptor::get_ComponentType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ExtendedPropertyDescriptor_get_ComponentType_mA540EB756F06DA6774982F39CA4606B9D619E9C2 (ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 * __this, const RuntimeMethod* method) { { ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_0 = __this->get_extenderInfo_17(); NullCheck(L_0); Type_t * L_1; L_1 = VirtualFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.ComponentModel.PropertyDescriptor::get_ComponentType() */, L_0); return L_1; } } // System.Boolean System.ComponentModel.ExtendedPropertyDescriptor::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExtendedPropertyDescriptor_get_IsReadOnly_m509FA9F579EA5327777B698932B030DB2F95842D (ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_0; L_0 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); NullCheck(L_0); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_3; L_3 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_0, L_2); IL2CPP_RUNTIME_CLASS_INIT(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var); ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * L_4 = ((ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var))->get_Yes_1(); NullCheck(L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_3, L_4); return L_5; } } // System.Type System.ComponentModel.ExtendedPropertyDescriptor::get_PropertyType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ExtendedPropertyDescriptor_get_PropertyType_m75149C67F028322692BD36B316C4F59893E1400D (ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 * __this, const RuntimeMethod* method) { { ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_0 = __this->get_extenderInfo_17(); RuntimeObject* L_1 = __this->get_provider_18(); NullCheck(L_0); Type_t * L_2; L_2 = ReflectPropertyDescriptor_ExtenderGetType_mE6857444311BA2B6F6F9948B1C6E1014DC56504A(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.ComponentModel.ExtendedPropertyDescriptor::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ExtendedPropertyDescriptor_get_DisplayName_m2B6C27832E6DD4BBCCB4F53DB64E0D3E86F76EA7 (ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70C609AEDBCD3D7E77CDCB9B30D4A70F4DD145D0); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * V_1 = NULL; RuntimeObject* V_2 = NULL; String_t* V_3 = NULL; { String_t* L_0; L_0 = MemberDescriptor_get_DisplayName_mB3422B834402243FD1748D33C800F0EAA7D2D693(__this, /*hidden argument*/NULL); V_0 = L_0; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_1; L_1 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); NullCheck(L_1); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_4; L_4 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_1, L_3); V_1 = ((DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 *)IsInstClass((RuntimeObject*)L_4, DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_il2cpp_TypeInfo_var)); DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * L_5 = V_1; if (!L_5) { goto IL_002d; } } { DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * L_6 = V_1; NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Attribute::IsDefaultAttribute() */, L_6); if (!L_7) { goto IL_0068; } } IL_002d: { RuntimeObject* L_8 = __this->get_provider_18(); RuntimeObject* L_9; L_9 = MemberDescriptor_GetSite_m4635FB2CD2B37C40F9A4848DEA1D728664B73C34(L_8, /*hidden argument*/NULL); V_2 = L_9; RuntimeObject* L_10 = V_2; if (!L_10) { goto IL_0068; } } { RuntimeObject* L_11 = V_2; NullCheck(L_11); String_t* L_12; L_12 = InterfaceFuncInvoker0< String_t* >::Invoke(3 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_11); V_3 = L_12; String_t* L_13 = V_3; if (!L_13) { goto IL_0068; } } { String_t* L_14 = V_3; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); if ((((int32_t)L_15) <= ((int32_t)0))) { goto IL_0068; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = L_16; String_t* L_18 = V_0; NullCheck(L_17); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAt(static_cast(0), (RuntimeObject *)L_18); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = L_17; String_t* L_20 = V_3; NullCheck(L_19); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAt(static_cast(1), (RuntimeObject *)L_20); String_t* L_21; L_21 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(_stringLiteral70C609AEDBCD3D7E77CDCB9B30D4A70F4DD145D0, L_19, /*hidden argument*/NULL); V_0 = L_21; } IL_0068: { String_t* L_22 = V_0; return L_22; } } // System.Object System.ComponentModel.ExtendedPropertyDescriptor::GetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ExtendedPropertyDescriptor_GetValue_mF2697ED17257D502E1AA8AC4284382D93FEB3930 (ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 * __this, RuntimeObject * ___comp0, const RuntimeMethod* method) { { ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_0 = __this->get_extenderInfo_17(); RuntimeObject* L_1 = __this->get_provider_18(); RuntimeObject * L_2 = ___comp0; NullCheck(L_0); RuntimeObject * L_3; L_3 = ReflectPropertyDescriptor_ExtenderGetValue_mA77798327B098AAD9A2A7C3D7480533B4D28ECFD(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void System.ComponentModel.ExtendedPropertyDescriptor::ResetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtendedPropertyDescriptor_ResetValue_m91392DA1CFD2397DD26C718589D29E19A317CF87 (ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 * __this, RuntimeObject * ___comp0, const RuntimeMethod* method) { { ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_0 = __this->get_extenderInfo_17(); RuntimeObject* L_1 = __this->get_provider_18(); RuntimeObject * L_2 = ___comp0; NullCheck(L_0); ReflectPropertyDescriptor_ExtenderResetValue_m779998D7C7CEC431DD13AA36350EA60D6F6AEBAC(L_0, L_1, L_2, __this, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.ExtendedPropertyDescriptor::SetValue(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtendedPropertyDescriptor_SetValue_mF2B5127DFA7FEB94F380F005589417BE6BA0CF78 (ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 * __this, RuntimeObject * ___component0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_0 = __this->get_extenderInfo_17(); RuntimeObject* L_1 = __this->get_provider_18(); RuntimeObject * L_2 = ___component0; RuntimeObject * L_3 = ___value1; NullCheck(L_0); ReflectPropertyDescriptor_ExtenderSetValue_m3A2AF4406EE888D4BA9ED1D680DAA4CC975C8BFD(L_0, L_1, L_2, L_3, __this, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.ExtendedPropertyDescriptor::ShouldSerializeValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExtendedPropertyDescriptor_ShouldSerializeValue_mE694F393875108CC6CBA19E3D8BC9B14747C91C3 (ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 * __this, RuntimeObject * ___comp0, const RuntimeMethod* method) { { ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_0 = __this->get_extenderInfo_17(); RuntimeObject* L_1 = __this->get_provider_18(); RuntimeObject * L_2 = ___comp0; NullCheck(L_0); bool L_3; L_3 = ReflectPropertyDescriptor_ExtenderShouldSerializeValue_m84CE31E4426D7EFA79F066EFB4F1BD45668EF34C(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ExtenderProvidedPropertyAttribute System.ComponentModel.ExtenderProvidedPropertyAttribute::Create(System.ComponentModel.PropertyDescriptor,System.Type,System.ComponentModel.IExtenderProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * ExtenderProvidedPropertyAttribute_Create_m7C804CE30E923D8F77E77058D23997CD1C38E723 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___extenderProperty0, Type_t * ___receiverType1, RuntimeObject* ___provider2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * L_0 = (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 *)il2cpp_codegen_object_new(ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_il2cpp_TypeInfo_var); ExtenderProvidedPropertyAttribute__ctor_m99A6750C4619335AAC72E6BE82DD192AC86160E4(L_0, /*hidden argument*/NULL); ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * L_1 = L_0; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_2 = ___extenderProperty0; NullCheck(L_1); L_1->set_extenderProperty_0(L_2); ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * L_3 = L_1; Type_t * L_4 = ___receiverType1; NullCheck(L_3); L_3->set_receiverType_2(L_4); ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * L_5 = L_3; RuntimeObject* L_6 = ___provider2; NullCheck(L_5); L_5->set_provider_1(L_6); return L_5; } } // System.Void System.ComponentModel.ExtenderProvidedPropertyAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute__ctor_m99A6750C4619335AAC72E6BE82DD192AC86160E4 (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); return; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.ExtenderProvidedPropertyAttribute::get_ExtenderProperty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ExtenderProvidedPropertyAttribute_get_ExtenderProperty_mB14E4C280026B71DA4A7FDD3AEBAAD639F99E3B6 (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * __this, const RuntimeMethod* method) { { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_0 = __this->get_extenderProperty_0(); return L_0; } } // System.ComponentModel.IExtenderProvider System.ComponentModel.ExtenderProvidedPropertyAttribute::get_Provider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExtenderProvidedPropertyAttribute_get_Provider_m39FC8BCC39DA714A25E7EA2974B199D8ACC1F584 (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_provider_1(); return L_0; } } // System.Type System.ComponentModel.ExtenderProvidedPropertyAttribute::get_ReceiverType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ExtenderProvidedPropertyAttribute_get_ReceiverType_m4E66D356549A3590988B59486642D58779EDB784 (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_receiverType_2(); return L_0; } } // System.Boolean System.ComponentModel.ExtenderProvidedPropertyAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExtenderProvidedPropertyAttribute_Equals_mB2AAD4FA1AD739E737CC6B41D6AF81DC84B8C86F (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 *)IsInstSealed((RuntimeObject*)L_1, ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_il2cpp_TypeInfo_var)); ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * L_2 = V_0; if (!L_2) { goto IL_0048; } } { ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * L_3 = V_0; NullCheck(L_3); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_4 = L_3->get_extenderProperty_0(); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_5 = __this->get_extenderProperty_0(); NullCheck(L_4); bool L_6; L_6 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5); if (!L_6) { goto IL_0048; } } { ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * L_7 = V_0; NullCheck(L_7); RuntimeObject* L_8 = L_7->get_provider_1(); RuntimeObject* L_9 = __this->get_provider_1(); NullCheck(L_8); bool L_10; L_10 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_8, L_9); if (!L_10) { goto IL_0048; } } { ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * L_11 = V_0; NullCheck(L_11); Type_t * L_12 = L_11->get_receiverType_2(); Type_t * L_13 = __this->get_receiverType_2(); NullCheck(L_12); bool L_14; L_14 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(124 /* System.Boolean System.Type::Equals(System.Type) */, L_12, L_13); return L_14; } IL_0048: { return (bool)0; } } // System.Int32 System.ComponentModel.ExtenderProvidedPropertyAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExtenderProvidedPropertyAttribute_GetHashCode_m2C80D15CE8DBA449F12883576485F795971F95E0 (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.ComponentModel.ExtenderProvidedPropertyAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExtenderProvidedPropertyAttribute_IsDefaultAttribute_m95D1D0A6DF2774571C46612E6501BCD3D379A045 (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = __this->get_receiverType_2(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.FileWebRequest::.ctor(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest__ctor_m3BD0B632AAAA9A6314A48EAEA261D6C49A29CC87 (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6); s_Il2CppMethodInitialized = true; } { __this->set_m_method_19(_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6); __this->set_m_timeout_26(((int32_t)100000)); IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_il2cpp_TypeInfo_var); WebRequest__ctor_m3ACCFDB5F433B9BC39C8A0E7A6629AB4DFF67B9A(__this, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; NullCheck(L_0); String_t* L_1; L_1 = Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); String_t* L_2 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_UriSchemeFile_0(); if ((((RuntimeObject*)(String_t*)L_1) == ((RuntimeObject*)(String_t*)L_2))) { goto IL_0034; } } { 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_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebRequest__ctor_m3BD0B632AAAA9A6314A48EAEA261D6C49A29CC87_RuntimeMethod_var))); } IL_0034: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4 = ___uri0; __this->set_m_uri_27(L_4); __this->set_m_fileAccess_17(1); WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * L_5 = (WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 *)il2cpp_codegen_object_new(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_il2cpp_TypeInfo_var); WebHeaderCollection__ctor_m6D0F9AAA2847C2E88504774B186D7187253FA463(L_5, ((int32_t)9), /*hidden argument*/NULL); __this->set_m_headers_18(L_5); return; } } // System.Void System.Net.FileWebRequest::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest__ctor_m4D6FACD86407B7910DCB5708F13796534DE54DFD (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CBF018550260BAA441547D1402840686B85C921); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral368FD5FDD9D32A20DF4066D2D3E2DFB1AFED1638); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4044F71E1BE65840634E2AF1C09536F10DBF2AF5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F62453D63DFA54898630106551DDE73F0435387); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD69F44EE85E93078FAAAFEAB54A24724D3AC6786); s_Il2CppMethodInitialized = true; } { __this->set_m_method_19(_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6); __this->set_m_timeout_26(((int32_t)100000)); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_il2cpp_TypeInfo_var); WebRequest__ctor_m2F0B777F71CBFCF400006179866A234A1335B0E0(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___serializationInfo0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_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); NullCheck(L_2); RuntimeObject * L_5; L_5 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_2, _stringLiteral368FD5FDD9D32A20DF4066D2D3E2DFB1AFED1638, L_4, /*hidden argument*/NULL); __this->set_m_headers_18(((WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 *)CastclassClass((RuntimeObject*)L_5, WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = ___serializationInfo0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3_0_0_0_var) }; Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_7, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_9; L_9 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_6, _stringLiteralD69F44EE85E93078FAAAFEAB54A24724D3AC6786, L_8, /*hidden argument*/NULL); __this->set_m_proxy_20(((RuntimeObject*)Castclass((RuntimeObject*)L_9, IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_10 = ___serializationInfo0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var) }; Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_11, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject * L_13; L_13 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_10, _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69, L_12, /*hidden argument*/NULL); __this->set_m_uri_27(((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)CastclassClass((RuntimeObject*)L_13, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_14 = ___serializationInfo0; NullCheck(L_14); String_t* L_15; L_15 = SerializationInfo_GetString_m50298DCBCD07D858EE19414052CB02EE4DDD3C2C(L_14, _stringLiteral1CBF018550260BAA441547D1402840686B85C921, /*hidden argument*/NULL); __this->set_m_connectionGroupName_14(L_15); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_16 = ___serializationInfo0; NullCheck(L_16); String_t* L_17; L_17 = SerializationInfo_GetString_m50298DCBCD07D858EE19414052CB02EE4DDD3C2C(L_16, _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF, /*hidden argument*/NULL); __this->set_m_method_19(L_17); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_18 = ___serializationInfo0; NullCheck(L_18); int64_t L_19; L_19 = SerializationInfo_GetInt64_m13BC92A489CE4540FC55BB00D2A3460B0D9A0DEC(L_18, _stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F, /*hidden argument*/NULL); __this->set_m_contentLength_15(L_19); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_20 = ___serializationInfo0; NullCheck(L_20); int32_t L_21; L_21 = SerializationInfo_GetInt32_mB22BBD01CBC189B7A76465CBFF7224F619395D30(L_20, _stringLiteral4044F71E1BE65840634E2AF1C09536F10DBF2AF5, /*hidden argument*/NULL); __this->set_m_timeout_26(L_21); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_22 = ___serializationInfo0; NullCheck(L_22); int32_t L_23; L_23 = SerializationInfo_GetInt32_mB22BBD01CBC189B7A76465CBFF7224F619395D30(L_22, _stringLiteral4F62453D63DFA54898630106551DDE73F0435387, /*hidden argument*/NULL); __this->set_m_fileAccess_17(L_23); return; } } // System.Void System.Net.FileWebRequest::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_System_Runtime_Serialization_ISerializable_GetObjectData_m1DC998628B76190A2F606178371548237516B256 (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; VirtualActionInvoker2< SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 >::Invoke(7 /* System.Void System.Net.WebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, __this, L_0, L_1); return; } } // System.Void System.Net.FileWebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_GetObjectData_mCCC968CB9501E785DDF897B35DCD0848931D1582 (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CBF018550260BAA441547D1402840686B85C921); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral368FD5FDD9D32A20DF4066D2D3E2DFB1AFED1638); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4044F71E1BE65840634E2AF1C09536F10DBF2AF5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F62453D63DFA54898630106551DDE73F0435387); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBAC6655A03F949DDF2D407D01723148BA18BEB3F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD69F44EE85E93078FAAAFEAB54A24724D3AC6786); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * L_1 = __this->get_m_headers_18(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); NullCheck(L_0); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_0, _stringLiteral368FD5FDD9D32A20DF4066D2D3E2DFB1AFED1638, L_1, L_3, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_4 = ___serializationInfo0; RuntimeObject* L_5 = __this->get_m_proxy_20(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3_0_0_0_var) }; Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); NullCheck(L_4); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_4, _stringLiteralD69F44EE85E93078FAAAFEAB54A24724D3AC6786, L_5, L_7, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_8 = ___serializationInfo0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_9 = __this->get_m_uri_27(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var) }; Type_t * L_11; L_11 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_10, /*hidden argument*/NULL); NullCheck(L_8); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_8, _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69, L_9, L_11, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_12 = ___serializationInfo0; String_t* L_13 = __this->get_m_connectionGroupName_14(); NullCheck(L_12); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_12, _stringLiteral1CBF018550260BAA441547D1402840686B85C921, L_13, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_14 = ___serializationInfo0; String_t* L_15 = __this->get_m_method_19(); NullCheck(L_14); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_14, _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF, L_15, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_16 = ___serializationInfo0; int64_t L_17 = __this->get_m_contentLength_15(); NullCheck(L_16); SerializationInfo_AddValue_mD0C00DE59B4C6649A6BFA5EBC7D8618B46B967D5(L_16, _stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F, L_17, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_18 = ___serializationInfo0; int32_t L_19 = __this->get_m_timeout_26(); NullCheck(L_18); SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5(L_18, _stringLiteral4044F71E1BE65840634E2AF1C09536F10DBF2AF5, L_19, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_20 = ___serializationInfo0; int32_t L_21 = __this->get_m_fileAccess_17(); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B_il2cpp_TypeInfo_var, &L_22); NullCheck(L_20); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_20, _stringLiteral4F62453D63DFA54898630106551DDE73F0435387, L_23, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_24 = ___serializationInfo0; NullCheck(L_24); SerializationInfo_AddValue_m324F3E0B02B746D5F460499F5A25988FD608AD7B(L_24, _stringLiteralBAC6655A03F949DDF2D407D01723148BA18BEB3F, (bool)0, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_25 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_26 = ___streamingContext1; WebRequest_GetObjectData_m544C55A909B7230FB2C133C9C5D3F6A17FB55777(__this, L_25, L_26, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.FileWebRequest::get_Aborted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileWebRequest_get_Aborted_m687CEE80919037332B61F2C449D9EBA8A4E7C587 (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_Aborted_32(); return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0); } } // System.Int64 System.Net.FileWebRequest::get_ContentLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FileWebRequest_get_ContentLength_mA585FBC6AA89C75AE2CA31B7772B6B79FF947BFB (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_contentLength_15(); return L_0; } } // System.Void System.Net.FileWebRequest::set_ContentLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_set_ContentLength_mB994F040EC386129FC5493A546A8FCD9135C0F60 (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; if ((((int64_t)L_0) >= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_001a; } } { String_t* L_1; L_1 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D2FFB6D8247609F98DFDFAC2E10931B4F623C14)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_2, L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebRequest_set_ContentLength_mB994F040EC386129FC5493A546A8FCD9135C0F60_RuntimeMethod_var))); } IL_001a: { int64_t L_3 = ___value0; __this->set_m_contentLength_15(L_3); return; } } // System.Void System.Net.FileWebRequest::set_ContentType(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_set_ContentType_m91F10102120B43C28F2F9406E2828CF9BF2DBE4C (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18); s_Il2CppMethodInitialized = true; } { WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * L_0 = __this->get_m_headers_18(); String_t* L_1 = ___value0; NullCheck(L_0); NameValueCollection_set_Item_m068F8AB7B8D0EDFD8A9DA582E80A20ACF9E8D692(L_0, _stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18, L_1, /*hidden argument*/NULL); return; } } // System.Net.ICredentials System.Net.FileWebRequest::get_Credentials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileWebRequest_get_Credentials_m8A2EDDBA7E744CA6BA1EC57FF9DA28334580E053 (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_m_credentials_16(); return L_0; } } // System.Void System.Net.FileWebRequest::set_Credentials(System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_set_Credentials_m7B6AD7ACB7F546E44A457635B7D73DF60D250E95 (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_m_credentials_16(L_0); return; } } // System.Net.WebHeaderCollection System.Net.FileWebRequest::get_Headers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * FileWebRequest_get_Headers_mFB491D17A71A758854D553EDD83A64365E548AA9 (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, const RuntimeMethod* method) { { WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * L_0 = __this->get_m_headers_18(); return L_0; } } // System.String System.Net.FileWebRequest::get_Method() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileWebRequest_get_Method_mEB2029DBA3586E382F337C61523373012C260946 (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_method_19(); return L_0; } } // System.Void System.Net.FileWebRequest::set_Method(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_set_Method_mE9043FE40042A93E8D14A467CE5A1ECB9C096D08 (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); bool L_1; L_1 = ValidationHelper_IsBlankString_m36C36F665203B4C29D68521575BA043C79AE6997(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { String_t* L_2; L_2 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral99806D9F00DD521B818BAB0B4E6950548E59F8B7)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_3, L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebRequest_set_Method_mE9043FE40042A93E8D14A467CE5A1ECB9C096D08_RuntimeMethod_var))); } IL_001d: { String_t* L_4 = ___value0; __this->set_m_method_19(L_4); return; } } // System.Net.IWebProxy System.Net.FileWebRequest::get_Proxy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileWebRequest_get_Proxy_mB26B794EEDD436C68591238269545CEE81676911 (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_m_proxy_20(); return L_0; } } // System.Void System.Net.FileWebRequest::set_Proxy(System.Net.IWebProxy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_set_Proxy_mCB0AE48A720805CA6085D44C749F8E2D8A06259C (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_m_proxy_20(L_0); return; } } // System.Int32 System.Net.FileWebRequest::get_Timeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileWebRequest_get_Timeout_m0E2B3A1952F2B4DAC1ADACEA0E832AA1B83E6A2B (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_timeout_26(); return L_0; } } // System.Uri System.Net.FileWebRequest::get_RequestUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * FileWebRequest_get_RequestUri_m14BCBE2D50BA7E262394DC971D84B3FD30E3D7D2 (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_m_uri_27(); return L_0; } } // System.IAsyncResult System.Net.FileWebRequest::BeginGetResponse(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileWebRequest_BeginGetResponse_m133E621580DE44D95C89FDBAAF65D29ED549AB1E (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) try {// begin try (depth: 2) { bool L_0; L_0 = FileWebRequest_get_Aborted_m687CEE80919037332B61F2C449D9EBA8A4E7C587(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000e; } } IL_0008: { WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_1; L_1 = ExceptionHelper_get_RequestAbortedException_m0106829EEF5B7B93D8B21DAB5C0BCECC39303FC8(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebRequest_BeginGetResponse_m133E621580DE44D95C89FDBAAF65D29ED549AB1E_RuntimeMethod_var))); } IL_000e: { V_0 = __this; V_1 = (bool)0; } IL_0012: try {// begin try (depth: 3) { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); bool L_3 = __this->get_m_readPending_22(); if (!L_3) { goto IL_0032; } } IL_0022: { String_t* L_4; L_4 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFCA66D5D5878810A8CD2E0D26A5C5C39E21C7FE)), /*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*)&FileWebRequest_BeginGetResponse_m133E621580DE44D95C89FDBAAF65D29ED549AB1E_RuntimeMethod_var))); } IL_0032: { __this->set_m_readPending_22((bool)1); IL2CPP_LEAVE(0x45, FINALLY_003b); } }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003b; } FINALLY_003b: {// begin finally (depth: 3) { bool L_6 = V_1; if (!L_6) { goto IL_0044; } } IL_003e: { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_7 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_7, /*hidden argument*/NULL); } IL_0044: { IL2CPP_END_FINALLY(59) } }// end finally (depth: 3) IL2CPP_CLEANUP(59) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x45, IL_0045) } IL_0045: { RuntimeObject * L_8 = ___state1; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_9 = ___callback0; LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * L_10 = (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 *)il2cpp_codegen_object_new(LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32_il2cpp_TypeInfo_var); LazyAsyncResult__ctor_mFDA41A66486C2099F4C4EB69B464BFF0E6E0D8F5(L_10, __this, L_8, L_9, /*hidden argument*/NULL); __this->set_m_WriteAResult_30(L_10); IL2CPP_RUNTIME_CLASS_INIT(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE_il2cpp_TypeInfo_var); WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_11 = ((FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE_StaticFields*)il2cpp_codegen_static_fields_for(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE_il2cpp_TypeInfo_var))->get_s_GetResponseCallback_13(); LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * L_12 = __this->get_m_WriteAResult_30(); bool L_13; L_13 = ThreadPool_QueueUserWorkItem_mA55899F403EAC69AE3C72A4F3E5FD207C131616C(L_11, L_12, /*hidden argument*/NULL); IL2CPP_LEAVE(0x70, FINALLY_006f); } }// end try (depth: 2) 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_0066; } throw e; } CATCH_0066: {// begin catch(System.Exception) bool L_14 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))))->get_On_0(); IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebRequest_BeginGetResponse_m133E621580DE44D95C89FDBAAF65D29ED549AB1E_RuntimeMethod_var))); }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006f; } FINALLY_006f: {// begin finally (depth: 1) IL2CPP_END_FINALLY(111) }// end finally (depth: 1) IL2CPP_CLEANUP(111) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x70, IL_0070) } IL_0070: { LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * L_15 = __this->get_m_WriteAResult_30(); return L_15; } } // System.Net.WebResponse System.Net.FileWebRequest::EndGetResponse(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * FileWebRequest_EndGetResponse_mBD4332757D8068CD6CF264A71912674B97B3C5C9 (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * V_0 = NULL; LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * V_1 = NULL; RuntimeObject * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * G_B5_0 = NULL; IL_0000: try {// begin try (depth: 1) try {// begin try (depth: 2) { RuntimeObject* L_0 = ___asyncResult0; V_1 = ((LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 *)IsInstClass((RuntimeObject*)L_0, LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = ___asyncResult0; if (!L_1) { goto IL_000d; } } IL_000a: { LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * L_2 = V_1; if (L_2) { goto IL_0031; } } IL_000d: { RuntimeObject* L_3 = ___asyncResult0; if (!L_3) { goto IL_0026; } } IL_0010: { String_t* L_4; L_4 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8C141564B8410A92C4952C96A8E575570CC65E26)), /*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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_5, L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); G_B5_0 = L_5; goto IL_0030; } IL_0026: { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_6 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); G_B5_0 = ((ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)(L_6)); } IL_0030: { IL2CPP_RAISE_MANAGED_EXCEPTION(G_B5_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebRequest_EndGetResponse_mBD4332757D8068CD6CF264A71912674B97B3C5C9_RuntimeMethod_var))); } IL_0031: { LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * L_7 = V_1; NullCheck(L_7); RuntimeObject * L_8; L_8 = LazyAsyncResult_InternalWaitForCompletion_mCCAD893C368BE34C22A5DC9137356C5784F916E5(L_7, /*hidden argument*/NULL); V_2 = L_8; RuntimeObject * L_9 = V_2; if (!((Exception_t *)IsInstClass((RuntimeObject*)L_9, Exception_t_il2cpp_TypeInfo_var))) { goto IL_0047; } } IL_0040: { RuntimeObject * L_10 = V_2; IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t *)CastclassClass((RuntimeObject*)L_10, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)))), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebRequest_EndGetResponse_mBD4332757D8068CD6CF264A71912674B97B3C5C9_RuntimeMethod_var))); } IL_0047: { RuntimeObject * L_11 = V_2; V_0 = ((WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 *)CastclassClass((RuntimeObject*)L_11, WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0_il2cpp_TypeInfo_var)); __this->set_m_readPending_22((bool)0); IL2CPP_LEAVE(0x61, FINALLY_0060); } }// end try (depth: 2) 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_0057; } throw e; } CATCH_0057: {// begin catch(System.Exception) bool L_12 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))))->get_On_0(); IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebRequest_EndGetResponse_mBD4332757D8068CD6CF264A71912674B97B3C5C9_RuntimeMethod_var))); }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0060; } FINALLY_0060: {// begin finally (depth: 1) IL2CPP_END_FINALLY(96) }// end finally (depth: 1) IL2CPP_CLEANUP(96) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x61, IL_0061) } IL_0061: { WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_13 = V_0; return L_13; } } // System.Net.WebResponse System.Net.FileWebRequest::GetResponse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * FileWebRequest_GetResponse_m07DAF1AAB0CCCA6C25D43F1D0B034287204EC415 (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { __this->set_m_syncHint_25((bool)1); } IL_0007: try {// begin try (depth: 1) try {// begin try (depth: 2) { RuntimeObject* L_0; L_0 = VirtualFuncInvoker2< RuntimeObject*, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *, RuntimeObject * >::Invoke(24 /* System.IAsyncResult System.Net.WebRequest::BeginGetResponse(System.AsyncCallback,System.Object) */, __this, (AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *)NULL, NULL); V_0 = L_0; int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Net.WebRequest::get_Timeout() */, __this); if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_005f; } } IL_0019: { RuntimeObject* L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370_il2cpp_TypeInfo_var, L_2); if (L_3) { goto IL_005f; } } IL_0021: { RuntimeObject* L_4 = V_0; NullCheck(L_4); WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_5; L_5 = InterfaceFuncInvoker0< WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370_il2cpp_TypeInfo_var, L_4); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Net.WebRequest::get_Timeout() */, __this); NullCheck(L_5); bool L_7; L_7 = VirtualFuncInvoker2< bool, int32_t, bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_5, L_6, (bool)0); if (!L_7) { goto IL_003d; } } IL_0035: { RuntimeObject* L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370_il2cpp_TypeInfo_var, L_8); if (L_9) { goto IL_005f; } } IL_003d: { WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_10 = __this->get_m_response_23(); if (!L_10) { goto IL_0050; } } IL_0045: { WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_11 = __this->get_m_response_23(); NullCheck(L_11); VirtualActionInvoker0::Invoke(9 /* System.Void System.Net.WebResponse::Close() */, L_11); } IL_0050: { String_t* L_12; L_12 = NetRes_GetWebStatusString_m0F2E19EBF8DC9ADD97B2B1C229F9E527D16A7968(((int32_t)14), /*hidden argument*/NULL); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_13 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_m4D8BF7D61087F7AA4018215A6DCF7578AEA4DB08(L_13, L_12, ((int32_t)14), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebRequest_GetResponse_m07DAF1AAB0CCCA6C25D43F1D0B034287204EC415_RuntimeMethod_var))); } IL_005f: { IL2CPP_LEAVE(0x6B, FINALLY_006a); } }// end try (depth: 2) 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_0061; } throw e; } CATCH_0061: {// begin catch(System.Exception) bool L_14 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))))->get_On_0(); IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebRequest_GetResponse_m07DAF1AAB0CCCA6C25D43F1D0B034287204EC415_RuntimeMethod_var))); }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006a; } FINALLY_006a: {// begin finally (depth: 1) IL2CPP_END_FINALLY(106) }// end finally (depth: 1) IL2CPP_CLEANUP(106) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6B, IL_006b) } IL_006b: { RuntimeObject* L_15 = V_0; WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_16; L_16 = VirtualFuncInvoker1< WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 *, RuntimeObject* >::Invoke(25 /* System.Net.WebResponse System.Net.WebRequest::EndGetResponse(System.IAsyncResult) */, __this, L_15); return L_16; } } // System.Void System.Net.FileWebRequest::GetRequestStreamCallback(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_GetRequestStreamCallback_mDCB6B61A94DA789EFBFD85D837FE811FC4B839F8 (RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * V_0 = NULL; FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * V_1 = NULL; Exception_t * V_2 = NULL; Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___state0; V_0 = ((LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 *)CastclassClass((RuntimeObject*)L_0, LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32_il2cpp_TypeInfo_var)); LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * L_1 = V_0; NullCheck(L_1); RuntimeObject * L_2; L_2 = LazyAsyncResult_get_AsyncObject_m8ACB19F0E9711613E0984A2605A7CD3B7ACEE37C_inline(L_1, /*hidden argument*/NULL); V_1 = ((FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE *)CastclassClass((RuntimeObject*)L_2, FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE_il2cpp_TypeInfo_var)); } IL_0013: try {// begin try (depth: 1) { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_3 = V_1; NullCheck(L_3); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = L_3->get_m_stream_24(); if (L_4) { goto IL_0043; } } IL_001b: { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_5 = V_1; FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_6 = V_1; FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_7 = V_1; NullCheck(L_7); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_8 = L_7->get_m_uri_27(); NullCheck(L_8); String_t* L_9; L_9 = Uri_get_LocalPath_mED5287A7F9ADF1CCBAFD77221135A37C133F067E(L_8, /*hidden argument*/NULL); FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C * L_10 = (FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C *)il2cpp_codegen_object_new(FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C_il2cpp_TypeInfo_var); FileWebStream__ctor_mAC5E31F61865C55A0BCB1EAB7CA5D6EB1E4E9536(L_10, L_6, L_9, 2, 2, 1, /*hidden argument*/NULL); NullCheck(L_5); L_5->set_m_stream_24(L_10); FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_11 = V_1; NullCheck(L_11); L_11->set_m_fileAccess_17(2); FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_12 = V_1; NullCheck(L_12); L_12->set_m_writing_29((bool)1); } IL_0043: { goto IL_005c; } }// 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_0045; } throw e; } CATCH_0045: {// begin catch(System.Exception) V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_13 = V_2; NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_13); Exception_t * L_15 = V_2; WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_16 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_mE0703A9CEA00C199E48C0FAC3174771E9614CEC7(L_16, L_14, L_15, /*hidden argument*/NULL); V_3 = L_16; LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * L_17 = V_0; Exception_t * L_18 = V_3; NullCheck(L_17); LazyAsyncResult_InvokeCallback_m3AD664A494F2821C00A7E07BCE9B4FD63A2BC369(L_17, L_18, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; }// end catch (depth: 1) IL_005c: { LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * L_19 = V_0; FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_20 = V_1; NullCheck(L_20); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_21 = L_20->get_m_stream_24(); NullCheck(L_19); LazyAsyncResult_InvokeCallback_m3AD664A494F2821C00A7E07BCE9B4FD63A2BC369(L_19, L_21, /*hidden argument*/NULL); } IL_0068: { return; } } // System.Void System.Net.FileWebRequest::GetResponseCallback(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_GetResponseCallback_m08D402EDE533C5A0ED64A8CD469F3647C00D8BED (RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * V_0 = NULL; FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * V_1 = NULL; FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * V_2 = NULL; bool V_3 = false; Exception_t * V_4 = NULL; Exception_t * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___state0; V_0 = ((LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 *)CastclassClass((RuntimeObject*)L_0, LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32_il2cpp_TypeInfo_var)); LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * L_1 = V_0; NullCheck(L_1); RuntimeObject * L_2; L_2 = LazyAsyncResult_get_AsyncObject_m8ACB19F0E9711613E0984A2605A7CD3B7ACEE37C_inline(L_1, /*hidden argument*/NULL); V_1 = ((FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE *)CastclassClass((RuntimeObject*)L_2, FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE_il2cpp_TypeInfo_var)); FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_3 = V_1; NullCheck(L_3); bool L_4 = L_3->get_m_writePending_28(); if (L_4) { goto IL_0023; } } { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_5 = V_1; NullCheck(L_5); bool L_6 = L_5->get_m_writing_29(); if (!L_6) { goto IL_0057; } } IL_0023: { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_7 = V_1; V_2 = L_7; V_3 = (bool)0; } IL_0027: try {// begin try (depth: 1) { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_8 = V_2; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_8, (bool*)(&V_3), /*hidden argument*/NULL); FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_9 = V_1; NullCheck(L_9); bool L_10 = L_9->get_m_writePending_28(); if (L_10) { goto IL_003f; } } IL_0037: { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_11 = V_1; NullCheck(L_11); bool L_12 = L_11->get_m_writing_29(); if (!L_12) { goto IL_004b; } } IL_003f: { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_13 = V_1; ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_14 = (ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA *)il2cpp_codegen_object_new(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var); ManualResetEvent__ctor_mF80BD5B0955BDA8CD514F48EBFF48698E5D03850(L_14, (bool)0, /*hidden argument*/NULL); NullCheck(L_13); L_13->set_m_readerEvent_21(L_14); } IL_004b: { IL2CPP_LEAVE(0x57, FINALLY_004d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004d; } FINALLY_004d: {// begin finally (depth: 1) { bool L_15 = V_3; if (!L_15) { goto IL_0056; } } IL_0050: { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_16 = V_2; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_16, /*hidden argument*/NULL); } IL_0056: { IL2CPP_END_FINALLY(77) } }// end finally (depth: 1) IL2CPP_CLEANUP(77) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x57, IL_0057) } IL_0057: { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_17 = V_1; NullCheck(L_17); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_18 = L_17->get_m_readerEvent_21(); if (!L_18) { goto IL_006b; } } { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_19 = V_1; NullCheck(L_19); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_20 = L_19->get_m_readerEvent_21(); NullCheck(L_20); bool L_21; L_21 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_20); } IL_006b: { } IL_006c: try {// begin try (depth: 1) { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_22 = V_1; NullCheck(L_22); WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_23 = L_22->get_m_response_23(); if (L_23) { goto IL_0095; } } IL_0074: { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_24 = V_1; FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_25 = V_1; FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_26 = V_1; NullCheck(L_26); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_27 = L_26->get_m_uri_27(); FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_28 = V_1; NullCheck(L_28); int32_t L_29 = L_28->get_m_fileAccess_17(); FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_30 = V_1; NullCheck(L_30); bool L_31 = L_30->get_m_syncHint_25(); FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6 * L_32 = (FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6 *)il2cpp_codegen_object_new(FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6_il2cpp_TypeInfo_var); FileWebResponse__ctor_m937A38D5CC20434EEC6F27DE580B8F7418FD6B46(L_32, L_25, L_27, L_29, (bool)((((int32_t)L_31) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); NullCheck(L_24); L_24->set_m_response_23(L_32); } IL_0095: { goto IL_00b3; } }// 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_0097; } throw e; } CATCH_0097: {// begin catch(System.Exception) V_4 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_33 = V_4; NullCheck(L_33); String_t* L_34; L_34 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_33); Exception_t * L_35 = V_4; WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_36 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_mE0703A9CEA00C199E48C0FAC3174771E9614CEC7(L_36, L_34, L_35, /*hidden argument*/NULL); V_5 = L_36; LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * L_37 = V_0; Exception_t * L_38 = V_5; NullCheck(L_37); LazyAsyncResult_InvokeCallback_m3AD664A494F2821C00A7E07BCE9B4FD63A2BC369(L_37, L_38, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00bf; }// end catch (depth: 1) IL_00b3: { LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * L_39 = V_0; FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_40 = V_1; NullCheck(L_40); WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_41 = L_40->get_m_response_23(); NullCheck(L_39); LazyAsyncResult_InvokeCallback_m3AD664A494F2821C00A7E07BCE9B4FD63A2BC369(L_39, L_41, /*hidden argument*/NULL); } IL_00bf: { return; } } // System.Void System.Net.FileWebRequest::UnblockReader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_UnblockReader_m71733AFB64CCAE0043F76194EE532B48ADB3E955 (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, const RuntimeMethod* method) { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = __this; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_1 = __this->get_m_readerEvent_21(); if (!L_1) { goto IL_0020; } } IL_0014: { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_2 = __this->get_m_readerEvent_21(); NullCheck(L_2); bool L_3; L_3 = EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38(L_2, /*hidden argument*/NULL); } IL_0020: { IL2CPP_LEAVE(0x2C, 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 = V_1; if (!L_4) { goto IL_002b; } } IL_0025: { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_5 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_5, /*hidden argument*/NULL); } IL_002b: { IL2CPP_END_FINALLY(34) } }// end finally (depth: 1) IL2CPP_CLEANUP(34) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2C, IL_002c) } IL_002c: { __this->set_m_writing_29((bool)0); return; } } // System.Boolean System.Net.FileWebRequest::get_UseDefaultCredentials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileWebRequest_get_UseDefaultCredentials_mA9CEACC79FF646DB07C6F558669988D16649B072 (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0; L_0 = ExceptionHelper_get_PropertyNotSupportedException_m7B2F2F80125DE622441A36463496BA759F29D8E2(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebRequest_get_UseDefaultCredentials_mA9CEACC79FF646DB07C6F558669988D16649B072_RuntimeMethod_var))); } } // System.Void System.Net.FileWebRequest::Abort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_Abort_m74E1CE4A9BCC71AF348DF1B2F267A2777A1D1380 (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICloseEx_t2C3256DEC9C869E322252153D722C40561D198BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4502112B709257EB72BDA2E310BDAD51C4094E46); s_Il2CppMethodInitialized = true; } LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * V_0 = NULL; LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * V_1 = NULL; WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * V_2 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))->get_On_0(); } IL_0007: try {// begin try (depth: 1) try {// begin try (depth: 2) { int32_t* L_1 = __this->get_address_of_m_Aborted_32(); int32_t L_2; L_2 = Interlocked_Increment_mEF7FA106280D9E57DA8A97887389A961B65E47D8((int32_t*)L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_009b; } } IL_0018: { LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * L_3 = __this->get_m_ReadAResult_31(); V_0 = L_3; LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * L_4 = __this->get_m_WriteAResult_30(); V_1 = L_4; String_t* L_5; L_5 = NetRes_GetWebStatusString_m0D5F79A08AD2C1F946FB394B0BDAAABF86DFDF50(_stringLiteral4502112B709257EB72BDA2E310BDAD51C4094E46, 6, /*hidden argument*/NULL); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_6 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var); WebException__ctor_m4D8BF7D61087F7AA4018215A6DCF7578AEA4DB08(L_6, L_5, 6, /*hidden argument*/NULL); V_2 = L_6; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = __this->get_m_stream_24(); V_3 = L_7; LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * L_8 = V_0; if (!L_8) { goto IL_0051; } } IL_0042: { LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = LazyAsyncResult_get_IsCompleted_mAFE99853AF0218509257AE85FE20144A244393C3(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0051; } } IL_004a: { LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * L_11 = V_0; WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_12 = V_2; NullCheck(L_11); LazyAsyncResult_InvokeCallback_m3AD664A494F2821C00A7E07BCE9B4FD63A2BC369(L_11, L_12, /*hidden argument*/NULL); } IL_0051: { LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * L_13 = V_1; if (!L_13) { goto IL_0063; } } IL_0054: { LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * L_14 = V_1; NullCheck(L_14); bool L_15; L_15 = LazyAsyncResult_get_IsCompleted_mAFE99853AF0218509257AE85FE20144A244393C3(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0063; } } IL_005c: { LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * L_16 = V_1; WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_17 = V_2; NullCheck(L_16); LazyAsyncResult_InvokeCallback_m3AD664A494F2821C00A7E07BCE9B4FD63A2BC369(L_16, L_17, /*hidden argument*/NULL); } IL_0063: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_18 = V_3; if (!L_18) { goto IL_0082; } } IL_0066: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_19 = V_3; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_19, ICloseEx_t2C3256DEC9C869E322252153D722C40561D198BA_il2cpp_TypeInfo_var))) { goto IL_007c; } } IL_006e: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_20 = V_3; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_20, ICloseEx_t2C3256DEC9C869E322252153D722C40561D198BA_il2cpp_TypeInfo_var))); InterfaceActionInvoker1< int32_t >::Invoke(0 /* System.Void System.Net.ICloseEx::CloseEx(System.Net.CloseExState) */, ICloseEx_t2C3256DEC9C869E322252153D722C40561D198BA_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_20, ICloseEx_t2C3256DEC9C869E322252153D722C40561D198BA_il2cpp_TypeInfo_var)), 1); goto IL_0082; } IL_007c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_21 = V_3; NullCheck(L_21); VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, L_21); } IL_0082: { WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_22 = __this->get_m_response_23(); if (!L_22) { goto IL_009b; } } IL_008a: { WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_23 = __this->get_m_response_23(); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_23, ICloseEx_t2C3256DEC9C869E322252153D722C40561D198BA_il2cpp_TypeInfo_var))); InterfaceActionInvoker1< int32_t >::Invoke(0 /* System.Void System.Net.ICloseEx::CloseEx(System.Net.CloseExState) */, ICloseEx_t2C3256DEC9C869E322252153D722C40561D198BA_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_23, ICloseEx_t2C3256DEC9C869E322252153D722C40561D198BA_il2cpp_TypeInfo_var)), 1); } IL_009b: { IL2CPP_LEAVE(0xA7, FINALLY_00a6); } }// end try (depth: 2) 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_009d; } throw e; } CATCH_009d: {// begin catch(System.Exception) bool L_24 = ((Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Logging_t12BBF55CE83CB41FB960728A60BC0F866F8907D0_il2cpp_TypeInfo_var))))->get_On_0(); IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebRequest_Abort_m74E1CE4A9BCC71AF348DF1B2F267A2777A1D1380_RuntimeMethod_var))); }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a6; } FINALLY_00a6: {// begin finally (depth: 1) IL2CPP_END_FINALLY(166) }// end finally (depth: 1) IL2CPP_CLEANUP(166) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xA7, IL_00a7) } IL_00a7: { return; } } // System.Void System.Net.FileWebRequest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest__cctor_m2FF4B6192F42060BFE9B6D793000967A2CE95DA7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileWebRequest_GetRequestStreamCallback_mDCB6B61A94DA789EFBFD85D837FE811FC4B839F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileWebRequest_GetResponseCallback_m08D402EDE533C5A0ED64A8CD469F3647C00D8BED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_0 = (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 *)il2cpp_codegen_object_new(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5(L_0, NULL, (intptr_t)((intptr_t)FileWebRequest_GetRequestStreamCallback_mDCB6B61A94DA789EFBFD85D837FE811FC4B839F8_RuntimeMethod_var), /*hidden argument*/NULL); ((FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE_StaticFields*)il2cpp_codegen_static_fields_for(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE_il2cpp_TypeInfo_var))->set_s_GetRequestStreamCallback_12(L_0); WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_1 = (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 *)il2cpp_codegen_object_new(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5(L_1, NULL, (intptr_t)((intptr_t)FileWebRequest_GetResponseCallback_m08D402EDE533C5A0ED64A8CD469F3647C00D8BED_RuntimeMethod_var), /*hidden argument*/NULL); ((FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE_StaticFields*)il2cpp_codegen_static_fields_for(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE_il2cpp_TypeInfo_var))->set_s_GetResponseCallback_13(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.FileWebRequestCreator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequestCreator__ctor_mC9309A7E8AEF2B32E4596F499FA2C1AFF26FCC8B (FileWebRequestCreator_tE47941AF1FA047136D56DFEA114A93782C5D89ED * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Net.WebRequest System.Net.FileWebRequestCreator::Create(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * FileWebRequestCreator_Create_m4A009337FA6E4113EB05A0D9B8A68DC562F6CD11 (FileWebRequestCreator_tE47941AF1FA047136D56DFEA114A93782C5D89ED * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_1 = (FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE *)il2cpp_codegen_object_new(FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE_il2cpp_TypeInfo_var); FileWebRequest__ctor_m3BD0B632AAAA9A6314A48EAEA261D6C49A29CC87(L_1, L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.FileWebResponse::.ctor(System.Net.FileWebRequest,System.Uri,System.IO.FileAccess,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse__ctor_m937A38D5CC20434EEC6F27DE580B8F7418FD6B46 (FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6 * __this, FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * ___request0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri1, int32_t ___access2, bool ___asyncHint3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral641255E7CDC790311725CCB47DB63D989117D244); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { WebResponse__ctor_mDD72EDEB98B8AFA20480EE261E74EAAE10CB63E0(__this, /*hidden argument*/NULL); } IL_0006: try {// begin try (depth: 1) { int32_t L_0 = ___access2; __this->set_m_fileAccess_3(L_0); int32_t L_1 = ___access2; if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_001e; } } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields*)il2cpp_codegen_static_fields_for(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var))->get_Null_1(); __this->set_m_stream_5(L_2); goto IL_004b; } IL_001e: { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_3 = ___request0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4 = ___uri1; NullCheck(L_4); String_t* L_5; L_5 = Uri_get_LocalPath_mED5287A7F9ADF1CCBAFD77221135A37C133F067E(L_4, /*hidden argument*/NULL); bool L_6 = ___asyncHint3; FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C * L_7 = (FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C *)il2cpp_codegen_object_new(FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C_il2cpp_TypeInfo_var); FileWebStream__ctor_m5E2038F8FB3B8C052A66B461A4AEAD763EC72523(L_7, L_3, L_5, 3, 1, 1, ((int32_t)8192), L_6, /*hidden argument*/NULL); __this->set_m_stream_5(L_7); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_8 = __this->get_m_stream_5(); NullCheck(L_8); int64_t L_9; L_9 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_8); __this->set_m_contentLength_2(L_9); } IL_004b: { WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * L_10 = (WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 *)il2cpp_codegen_object_new(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_il2cpp_TypeInfo_var); WebHeaderCollection__ctor_m6D0F9AAA2847C2E88504774B186D7187253FA463(L_10, ((int32_t)10), /*hidden argument*/NULL); __this->set_m_headers_4(L_10); WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * L_11 = __this->get_m_headers_4(); int64_t* L_12 = __this->get_address_of_m_contentLength_2(); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_13; L_13 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_14; L_14 = Int64_ToString_m1D712B17D4BDBE43D1E12EA52885C5D345C1CFA2((int64_t*)L_12, L_13, /*hidden argument*/NULL); NullCheck(L_11); WebHeaderCollection_AddInternal_m6B83E38C739FBD15C7F70C6304C786A1C3BA0B04(L_11, _stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2, L_14, /*hidden argument*/NULL); WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * L_15 = __this->get_m_headers_4(); NullCheck(L_15); WebHeaderCollection_AddInternal_m6B83E38C739FBD15C7F70C6304C786A1C3BA0B04(L_15, _stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18, _stringLiteral641255E7CDC790311725CCB47DB63D989117D244, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_16 = ___uri1; __this->set_m_uri_6(L_16); goto IL_00a6; } }// 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_0096; } throw e; } CATCH_0096: {// begin catch(System.Exception) V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_17 = V_0; NullCheck(L_17); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_17); Exception_t * L_19 = V_0; WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_20 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_m7C17EA99B1FE182295AF99B968D67080AD4E2CCE(L_20, L_18, L_19, 2, (WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebResponse__ctor_m937A38D5CC20434EEC6F27DE580B8F7418FD6B46_RuntimeMethod_var))); }// end catch (depth: 1) IL_00a6: { return; } } // System.Void System.Net.FileWebResponse::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse__ctor_m31F0F51C0F5CDCF773499E41FD29C002C230B483 (FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral368FD5FDD9D32A20DF4066D2D3E2DFB1AFED1638); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F62453D63DFA54898630106551DDE73F0435387); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; WebResponse__ctor_m601D6CE25BA0FAA154142B9AA7A5E188409B0D1C(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___serializationInfo0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_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); NullCheck(L_2); RuntimeObject * L_5; L_5 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_2, _stringLiteral368FD5FDD9D32A20DF4066D2D3E2DFB1AFED1638, L_4, /*hidden argument*/NULL); __this->set_m_headers_4(((WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 *)CastclassClass((RuntimeObject*)L_5, WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = ___serializationInfo0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var) }; Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_7, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_9; L_9 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_6, _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69, L_8, /*hidden argument*/NULL); __this->set_m_uri_6(((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)CastclassClass((RuntimeObject*)L_9, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_10 = ___serializationInfo0; NullCheck(L_10); int64_t L_11; L_11 = SerializationInfo_GetInt64_m13BC92A489CE4540FC55BB00D2A3460B0D9A0DEC(L_10, _stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F, /*hidden argument*/NULL); __this->set_m_contentLength_2(L_11); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_12 = ___serializationInfo0; NullCheck(L_12); int32_t L_13; L_13 = SerializationInfo_GetInt32_mB22BBD01CBC189B7A76465CBFF7224F619395D30(L_12, _stringLiteral4F62453D63DFA54898630106551DDE73F0435387, /*hidden argument*/NULL); __this->set_m_fileAccess_3(L_13); return; } } // System.Void System.Net.FileWebResponse::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse_System_Runtime_Serialization_ISerializable_GetObjectData_m50547639BE9A06AF71C19D4F6E2B7C9DF3897DAC (FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; VirtualActionInvoker2< SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 >::Invoke(8 /* System.Void System.Net.WebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, __this, L_0, L_1); return; } } // System.Void System.Net.FileWebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse_GetObjectData_m62702AE7EAE842946B45BE26D5E492D9598FC920 (FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral368FD5FDD9D32A20DF4066D2D3E2DFB1AFED1638); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F62453D63DFA54898630106551DDE73F0435387); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * L_1 = __this->get_m_headers_4(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); NullCheck(L_0); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_0, _stringLiteral368FD5FDD9D32A20DF4066D2D3E2DFB1AFED1638, L_1, L_3, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_4 = ___serializationInfo0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5 = __this->get_m_uri_6(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var) }; Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); NullCheck(L_4); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_4, _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69, L_5, L_7, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_8 = ___serializationInfo0; int64_t L_9 = __this->get_m_contentLength_2(); NullCheck(L_8); SerializationInfo_AddValue_mD0C00DE59B4C6649A6BFA5EBC7D8618B46B967D5(L_8, _stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F, L_9, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_10 = ___serializationInfo0; int32_t L_11 = __this->get_m_fileAccess_3(); int32_t L_12 = L_11; RuntimeObject * L_13 = Box(FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B_il2cpp_TypeInfo_var, &L_12); NullCheck(L_10); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_10, _stringLiteral4F62453D63DFA54898630106551DDE73F0435387, L_13, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_14 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_15 = ___streamingContext1; WebResponse_GetObjectData_mD4CAAA6BABDE03797E98E93985D3096630CDEC10(__this, L_14, L_15, /*hidden argument*/NULL); return; } } // System.Net.WebHeaderCollection System.Net.FileWebResponse::get_Headers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * FileWebResponse_get_Headers_m30FB1678CECF06F039E7F9E51B6C7A8E9B6FD11E (FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6 * __this, const RuntimeMethod* method) { { FileWebResponse_CheckDisposed_mB68860380D9CE259BCFBE5C8B684CCF095E64B55(__this, /*hidden argument*/NULL); WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * L_0 = __this->get_m_headers_4(); return L_0; } } // System.Uri System.Net.FileWebResponse::get_ResponseUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * FileWebResponse_get_ResponseUri_mE5F39CBCAA8681CA5C467EBA7D57209A22A56AE0 (FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6 * __this, const RuntimeMethod* method) { { FileWebResponse_CheckDisposed_mB68860380D9CE259BCFBE5C8B684CCF095E64B55(__this, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_m_uri_6(); return L_0; } } // System.Void System.Net.FileWebResponse::CheckDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse_CheckDisposed_mB68860380D9CE259BCFBE5C8B684CCF095E64B55 (FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_closed_1(); if (!L_0) { goto IL_0019; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_3 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebResponse_CheckDisposed_mB68860380D9CE259BCFBE5C8B684CCF095E64B55_RuntimeMethod_var))); } IL_0019: { return; } } // System.Void System.Net.FileWebResponse::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse_Close_mA4570F39B91740DFF95E0050E9C13BC5C527FC84 (FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICloseEx_t2C3256DEC9C869E322252153D722C40561D198BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { InterfaceActionInvoker1< int32_t >::Invoke(0 /* System.Void System.Net.ICloseEx::CloseEx(System.Net.CloseExState) */, ICloseEx_t2C3256DEC9C869E322252153D722C40561D198BA_il2cpp_TypeInfo_var, __this, 0); return; } } // System.Void System.Net.FileWebResponse::System.Net.ICloseEx.CloseEx(System.Net.CloseExState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse_System_Net_ICloseEx_CloseEx_mF5CE52E9F3E81C407E93786BAC6018B597C7DA00 (FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6 * __this, int32_t ___closeState0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICloseEx_t2C3256DEC9C869E322252153D722C40561D198BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { bool L_0 = __this->get_m_closed_1(); if (L_0) { goto IL_003c; } } IL_0008: { __this->set_m_closed_1((bool)1); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get_m_stream_5(); V_0 = L_1; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = V_0; if (!L_2) { goto IL_003c; } } IL_0019: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = V_0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_3, ICloseEx_t2C3256DEC9C869E322252153D722C40561D198BA_il2cpp_TypeInfo_var))) { goto IL_002f; } } IL_0021: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = V_0; int32_t L_5 = ___closeState0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_4, ICloseEx_t2C3256DEC9C869E322252153D722C40561D198BA_il2cpp_TypeInfo_var))); InterfaceActionInvoker1< int32_t >::Invoke(0 /* System.Void System.Net.ICloseEx::CloseEx(System.Net.CloseExState) */, ICloseEx_t2C3256DEC9C869E322252153D722C40561D198BA_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, ICloseEx_t2C3256DEC9C869E322252153D722C40561D198BA_il2cpp_TypeInfo_var)), L_5); goto IL_0035; } IL_002f: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = V_0; NullCheck(L_6); VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, L_6); } IL_0035: { __this->set_m_stream_5((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL); } IL_003c: { IL2CPP_LEAVE(0x3F, FINALLY_003e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003e; } FINALLY_003e: {// begin finally (depth: 1) IL2CPP_END_FINALLY(62) }// end finally (depth: 1) IL2CPP_CLEANUP(62) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3F, IL_003f) } IL_003f: { return; } } // System.IO.Stream System.Net.FileWebResponse::GetResponseStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * FileWebResponse_GetResponseStream_mCF9CBA5F352CE327233CDA162BB542ACB7BF4777 (FileWebResponse_t25879ED76518C6498485DE2A77255A712FD5E3A6 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) FileWebResponse_CheckDisposed_mB68860380D9CE259BCFBE5C8B684CCF095E64B55(__this, /*hidden argument*/NULL); IL2CPP_LEAVE(0x9, FINALLY_0008); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0008; } FINALLY_0008: {// begin finally (depth: 1) IL2CPP_END_FINALLY(8) }// end finally (depth: 1) IL2CPP_CLEANUP(8) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9, IL_0009) } IL_0009: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_m_stream_5(); 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.Net.FileWebStream::.ctor(System.Net.FileWebRequest,System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream__ctor_mAC5E31F61865C55A0BCB1EAB7CA5D6EB1E4E9536 (FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C * __this, FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * ___request0, String_t* ___path1, int32_t ___mode2, int32_t ___access3, int32_t ___sharing4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path1; int32_t L_1 = ___mode2; int32_t L_2 = ___access3; int32_t L_3 = ___sharing4; IL2CPP_RUNTIME_CLASS_INIT(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_il2cpp_TypeInfo_var); FileStream__ctor_m3B5FED0863BA31DCF29A27B99FFDCB699626C326(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_4 = ___request0; __this->set_m_request_22(L_4); return; } } // System.Void System.Net.FileWebStream::.ctor(System.Net.FileWebRequest,System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream__ctor_m5E2038F8FB3B8C052A66B461A4AEAD763EC72523 (FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C * __this, FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * ___request0, String_t* ___path1, int32_t ___mode2, int32_t ___access3, int32_t ___sharing4, int32_t ___length5, bool ___async6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path1; int32_t L_1 = ___mode2; int32_t L_2 = ___access3; int32_t L_3 = ___sharing4; int32_t L_4 = ___length5; bool L_5 = ___async6; IL2CPP_RUNTIME_CLASS_INIT(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_il2cpp_TypeInfo_var); FileStream__ctor_m446168E332C8770748277DC4E83A92DFEFECCCFA(__this, L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_6 = ___request0; __this->set_m_request_22(L_6); return; } } // System.Void System.Net.FileWebStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream_Dispose_m3761A400830205DF54493ED2E0B5479ACE5E09D3 (FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C * __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 = ___disposing0; if (!L_0) { goto IL_0016; } } IL_0003: { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_1 = __this->get_m_request_22(); if (!L_1) { goto IL_0016; } } IL_000b: { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_2 = __this->get_m_request_22(); NullCheck(L_2); FileWebRequest_UnblockReader_m71733AFB64CCAE0043F76194EE532B48ADB3E955(L_2, /*hidden argument*/NULL); } IL_0016: { IL2CPP_LEAVE(0x20, FINALLY_0018); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0018; } FINALLY_0018: {// begin finally (depth: 1) bool L_3 = ___disposing0; FileStream_Dispose_m609F1A0400D167A118C41ED36AA2930D605C5225(__this, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(24) }// end finally (depth: 1) IL2CPP_CLEANUP(24) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x20, IL_0020) } IL_0020: { return; } } // System.Void System.Net.FileWebStream::System.Net.ICloseEx.CloseEx(System.Net.CloseExState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream_System_Net_ICloseEx_CloseEx_mD34DB9FF876566D364B3AC2720DAA67BEFB5494F (FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C * __this, int32_t ___closeState0, const RuntimeMethod* method) { { int32_t L_0 = ___closeState0; if (!((int32_t)((int32_t)L_0&(int32_t)1))) { goto IL_0011; } } { SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * L_1; L_1 = VirtualFuncInvoker0< SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * >::Invoke(34 /* Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::get_SafeFileHandle() */, __this); NullCheck(L_1); SafeHandle_Close_m20EA2E782117C132170FEF59CAD4BC4D20D64E18(L_1, /*hidden argument*/NULL); return; } IL_0011: { VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, __this); return; } } // System.Int32 System.Net.FileWebStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileWebStream_Read_m99E1D1597138ADD46D0546BD9C963F8EF4345D62 (FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { int32_t V_0 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { FileWebStream_CheckError_m5373399E1C7A5036852A3495F5B3C04640BB0F51(__this, /*hidden argument*/NULL); } IL_0006: try {// begin try (depth: 1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___size2; int32_t L_3; L_3 = FileStream_Read_m04E75E8A4DA8659E9A31A4D443DF4FA11791C53B(__this, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_001b; }// 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_0012; } throw e; } CATCH_0012: {// begin catch(System.Object) FileWebStream_CheckError_m5373399E1C7A5036852A3495F5B3C04640BB0F51(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebStream_Read_m99E1D1597138ADD46D0546BD9C963F8EF4345D62_RuntimeMethod_var))); }// end catch (depth: 1) IL_001b: { int32_t L_4 = V_0; return L_4; } } // System.Void System.Net.FileWebStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream_Write_mAB0472EB14D00B4BA51EA364A99E051D2FA8F2E6 (FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { FileWebStream_CheckError_m5373399E1C7A5036852A3495F5B3C04640BB0F51(__this, /*hidden argument*/NULL); } IL_0006: try {// begin try (depth: 1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___size2; FileStream_Write_m6B25D6FAC9AD09A282AA3EC1ABDB01AF883BD662(__this, L_0, L_1, L_2, /*hidden argument*/NULL); goto IL_001a; }// 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_0011; } throw e; } CATCH_0011: {// begin catch(System.Object) FileWebStream_CheckError_m5373399E1C7A5036852A3495F5B3C04640BB0F51(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebStream_Write_mAB0472EB14D00B4BA51EA364A99E051D2FA8F2E6_RuntimeMethod_var))); }// end catch (depth: 1) IL_001a: { return; } } // System.IAsyncResult System.Net.FileWebStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileWebStream_BeginRead_mFF1D75843A5A82C1034547CC48968C8C05145ED7 (FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { FileWebStream_CheckError_m5373399E1C7A5036852A3495F5B3C04640BB0F51(__this, /*hidden argument*/NULL); } IL_0006: try {// begin try (depth: 1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___size2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_3 = ___callback3; RuntimeObject * L_4 = ___state4; RuntimeObject* L_5; L_5 = FileStream_BeginRead_mAB4E0FA9481D8A03685B787C3CE2ED9A40281759(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_001f; }// 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_0016; } throw e; } CATCH_0016: {// begin catch(System.Object) FileWebStream_CheckError_m5373399E1C7A5036852A3495F5B3C04640BB0F51(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebStream_BeginRead_mFF1D75843A5A82C1034547CC48968C8C05145ED7_RuntimeMethod_var))); }// end catch (depth: 1) IL_001f: { RuntimeObject* L_6 = V_0; return L_6; } } // System.Int32 System.Net.FileWebStream::EndRead(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileWebStream_EndRead_m6C8AC6E7D6FB618390B27853BF32C70C0E6258E1 (FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C * __this, RuntimeObject* ___ar0, const RuntimeMethod* method) { int32_t V_0 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) RuntimeObject* L_0 = ___ar0; int32_t L_1; L_1 = FileStream_EndRead_mFECD4C4AA193562043BA85358F9998CD5DA1ED02(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_0013; }// 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_000a; } throw e; } CATCH_000a: {// begin catch(System.Object) FileWebStream_CheckError_m5373399E1C7A5036852A3495F5B3C04640BB0F51(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebStream_EndRead_m6C8AC6E7D6FB618390B27853BF32C70C0E6258E1_RuntimeMethod_var))); }// end catch (depth: 1) IL_0013: { int32_t L_2 = V_0; return L_2; } } // System.IAsyncResult System.Net.FileWebStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileWebStream_BeginWrite_m5CDA5FF4DC3E9DBFD6FD4E091860247D3921A088 (FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { FileWebStream_CheckError_m5373399E1C7A5036852A3495F5B3C04640BB0F51(__this, /*hidden argument*/NULL); } IL_0006: try {// begin try (depth: 1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___size2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_3 = ___callback3; RuntimeObject * L_4 = ___state4; RuntimeObject* L_5; L_5 = FileStream_BeginWrite_m931AAC1628D5C909FCBA0930133BC8D45570A37F(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_001f; }// 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_0016; } throw e; } CATCH_0016: {// begin catch(System.Object) FileWebStream_CheckError_m5373399E1C7A5036852A3495F5B3C04640BB0F51(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebStream_BeginWrite_m5CDA5FF4DC3E9DBFD6FD4E091860247D3921A088_RuntimeMethod_var))); }// end catch (depth: 1) IL_001f: { RuntimeObject* L_6 = V_0; return L_6; } } // System.Void System.Net.FileWebStream::EndWrite(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream_EndWrite_m2A4EBAF99FA675BA834D20C7D23F1925A37510AF (FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C * __this, RuntimeObject* ___ar0, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) RuntimeObject* L_0 = ___ar0; FileStream_EndWrite_mAE9FF1E2083F57C8FFD6691E7EDC8D2EBB554590(__this, L_0, /*hidden argument*/NULL); goto IL_0012; }// 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) FileWebStream_CheckError_m5373399E1C7A5036852A3495F5B3C04640BB0F51(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebStream_EndWrite_m2A4EBAF99FA675BA834D20C7D23F1925A37510AF_RuntimeMethod_var))); }// end catch (depth: 1) IL_0012: { return; } } // System.Void System.Net.FileWebStream::CheckError() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream_CheckError_m5373399E1C7A5036852A3495F5B3C04640BB0F51 (FileWebStream_t3FE155782224B8E59388C0D8D767BDA4F21B915C * __this, const RuntimeMethod* method) { { FileWebRequest_tCB19C2A278EDBAC1EC2A802398B6B14AB16782AE * L_0 = __this->get_m_request_22(); NullCheck(L_0); bool L_1; L_1 = FileWebRequest_get_Aborted_m687CEE80919037332B61F2C449D9EBA8A4E7C587(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001f; } } { String_t* L_2; L_2 = NetRes_GetWebStatusString_m0D5F79A08AD2C1F946FB394B0BDAAABF86DFDF50(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4502112B709257EB72BDA2E310BDAD51C4094E46)), 6, /*hidden argument*/NULL); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_3 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_m4D8BF7D61087F7AA4018215A6DCF7578AEA4DB08(L_3, L_2, 6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebStream_CheckError_m5373399E1C7A5036852A3495F5B3C04640BB0F51_RuntimeMethod_var))); } IL_001f: { 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.Net.FtpAsyncResult::.ctor(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult__ctor_m3A32B7EB9F6F9A841943E9316FA7F67E8BD0E9E0 (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); __this->set_locker_8(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_1 = ___callback0; __this->set_callback_3(L_1); RuntimeObject * L_2 = ___state1; __this->set_state_5(L_2); return; } } // System.Object System.Net.FtpAsyncResult::get_AsyncState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * FtpAsyncResult_get_AsyncState_m094C10C87DFDE378DC10BC682578DCBF45D63FB3 (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_state_5(); return L_0; } } // System.Threading.WaitHandle System.Net.FtpAsyncResult::get_AsyncWaitHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * FtpAsyncResult_get_AsyncWaitHandle_m677805E3EEAB32D6635372DD255852E8A8F8B7EC (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = __this->get_locker_8(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_2 = __this->get_waitHandle_1(); if (L_2) { goto IL_0025; } } IL_0019: { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_3 = (ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA *)il2cpp_codegen_object_new(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var); ManualResetEvent__ctor_mF80BD5B0955BDA8CD514F48EBFF48698E5D03850(L_3, (bool)0, /*hidden argument*/NULL); __this->set_waitHandle_1(L_3); } IL_0025: { IL2CPP_LEAVE(0x31, FINALLY_0027); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0027; } FINALLY_0027: {// begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_0030; } } IL_002a: { RuntimeObject * L_5 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_5, /*hidden argument*/NULL); } IL_0030: { IL2CPP_END_FINALLY(39) } }// end finally (depth: 1) IL2CPP_CLEANUP(39) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x31, IL_0031) } IL_0031: { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_6 = __this->get_waitHandle_1(); return L_6; } } // System.Boolean System.Net.FtpAsyncResult::get_CompletedSynchronously() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpAsyncResult_get_CompletedSynchronously_m06481DD62D35D7892F4F7E52019D51AA095CA02D (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_synch_7(); return L_0; } } // System.Boolean System.Net.FtpAsyncResult::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpAsyncResult_get_IsCompleted_m35923D54A98607A66A9BF642F9896A6882C302A3 (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = __this->get_locker_8(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 1) RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); bool L_2 = __this->get_completed_6(); V_2 = L_2; IL2CPP_LEAVE(0x24, FINALLY_001a); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001a; } FINALLY_001a: {// begin finally (depth: 1) { bool L_3 = V_1; if (!L_3) { goto IL_0023; } } IL_001d: { RuntimeObject * L_4 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_4, /*hidden argument*/NULL); } IL_0023: { IL2CPP_END_FINALLY(26) } }// end finally (depth: 1) IL2CPP_CLEANUP(26) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x24, IL_0024) } IL_0024: { bool L_5 = V_2; return L_5; } } // System.Boolean System.Net.FtpAsyncResult::get_GotException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpAsyncResult_get_GotException_m81F38546831E32A597F1CD18688142A09E786D95 (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get_exception_2(); return (bool)((!(((RuntimeObject*)(Exception_t *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Exception System.Net.FtpAsyncResult::get_Exception() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FtpAsyncResult_get_Exception_mAFAB699360901136D28E553DEDFBB70EAE345616 (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get_exception_2(); return L_0; } } // System.Net.FtpWebResponse System.Net.FtpAsyncResult::get_Response() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * FtpAsyncResult_get_Response_mB2B6FAED11B356ADB3F0DEA5411B85C972185BF6 (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, const RuntimeMethod* method) { { FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_0 = __this->get_response_0(); return L_0; } } // System.Void System.Net.FtpAsyncResult::set_Stream(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult_set_Stream_m3A5FF8198D8DBE05BFEDE9AFC05D109C5523596C (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___value0, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___value0; __this->set_stream_4(L_0); return; } } // System.Boolean System.Net.FtpAsyncResult::WaitUntilComplete(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpAsyncResult_WaitUntilComplete_mCBBC0A0E1354B6369F5A8DB98D56AE336C2AF70A (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, int32_t ___timeout0, bool ___exitContext1, const RuntimeMethod* method) { { bool L_0; L_0 = FtpAsyncResult_get_IsCompleted_m35923D54A98607A66A9BF642F9896A6882C302A3(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { return (bool)1; } IL_000a: { WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_1; L_1 = FtpAsyncResult_get_AsyncWaitHandle_m677805E3EEAB32D6635372DD255852E8A8F8B7EC(__this, /*hidden argument*/NULL); int32_t L_2 = ___timeout0; bool L_3 = ___exitContext1; NullCheck(L_1); bool L_4; L_4 = VirtualFuncInvoker2< bool, int32_t, bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_1, L_2, L_3); return L_4; } } // System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Exception,System.Net.FtpWebResponse) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_m6A02429F6D6B55E5F4B89A7C20AF0C754CE7864F (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, bool ___synch0, Exception_t * ___exc1, FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * ___response2, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = ___synch0; __this->set_synch_7(L_0); Exception_t * L_1 = ___exc1; __this->set_exception_2(L_1); FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_2 = ___response2; __this->set_response_0(L_2); RuntimeObject * L_3 = __this->get_locker_8(); V_0 = L_3; V_1 = (bool)0; } IL_001e: try {// begin try (depth: 1) { RuntimeObject * L_4 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_4, (bool*)(&V_1), /*hidden argument*/NULL); __this->set_completed_6((bool)1); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_5 = __this->get_waitHandle_1(); if (!L_5) { goto IL_0041; } } IL_0035: { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_6 = __this->get_waitHandle_1(); NullCheck(L_6); bool L_7; L_7 = EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38(L_6, /*hidden argument*/NULL); } IL_0041: { IL2CPP_LEAVE(0x4D, FINALLY_0043); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0043; } FINALLY_0043: {// begin finally (depth: 1) { bool L_8 = V_1; if (!L_8) { goto IL_004c; } } IL_0046: { RuntimeObject * L_9 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_9, /*hidden argument*/NULL); } IL_004c: { IL2CPP_END_FINALLY(67) } }// end finally (depth: 1) IL2CPP_CLEANUP(67) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4D, IL_004d) } IL_004d: { FtpAsyncResult_DoCallback_mD10ABEC724AF089326A6DE073CD15D16F0F1CB6C(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Net.FtpWebResponse) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_m8B04A37739D6D91D73A864E3129F7CB8964B8264 (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, bool ___synch0, FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * ___response1, const RuntimeMethod* method) { { bool L_0 = ___synch0; FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_1 = ___response1; FtpAsyncResult_SetCompleted_m6A02429F6D6B55E5F4B89A7C20AF0C754CE7864F(__this, L_0, (Exception_t *)NULL, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_mA5BE1255A707DB3F5F6C6945C8171362322FF02D (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, bool ___synch0, Exception_t * ___exc1, const RuntimeMethod* method) { { bool L_0 = ___synch0; Exception_t * L_1 = ___exc1; FtpAsyncResult_SetCompleted_m6A02429F6D6B55E5F4B89A7C20AF0C754CE7864F(__this, L_0, L_1, (FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpAsyncResult::DoCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult_DoCallback_mD10ABEC724AF089326A6DE073CD15D16F0F1CB6C (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_0 = __this->get_callback_3(); if (!L_0) { goto IL_0019; } } IL_0008: try {// begin try (depth: 1) AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_1 = __this->get_callback_3(); NullCheck(L_1); AsyncCallback_Invoke_mFCCCB843AEC4B5B3FC89BCED2BA839783920EA47(L_1, __this, /*hidden argument*/NULL); goto IL_0019; }// 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_0016; } throw e; } CATCH_0016: {// begin catch(System.Exception) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0019; }// end catch (depth: 1) IL_0019: { 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.Net.Configuration.FtpCachePolicyElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpCachePolicyElement__ctor_mEEE984B940771D9F662A89759554D86F367F6C4D (FtpCachePolicyElement_tDBB21B11C32CD63CBB6BB4B70729C0076AD78C77 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpCachePolicyElement__ctor_mEEE984B940771D9F662A89759554D86F367F6C4D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(FtpCachePolicyElement__ctor_mEEE984B940771D9F662A89759554D86F367F6C4D_RuntimeMethod_var); return; } } // System.Net.Cache.RequestCacheLevel System.Net.Configuration.FtpCachePolicyElement::get_PolicyLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpCachePolicyElement_get_PolicyLevel_m038C8CE6F3D5CC5429FB014B113CFBDCA8B79F2B (FtpCachePolicyElement_tDBB21B11C32CD63CBB6BB4B70729C0076AD78C77 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpCachePolicyElement_get_PolicyLevel_m038C8CE6F3D5CC5429FB014B113CFBDCA8B79F2B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(FtpCachePolicyElement_get_PolicyLevel_m038C8CE6F3D5CC5429FB014B113CFBDCA8B79F2B_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.FtpCachePolicyElement::set_PolicyLevel(System.Net.Cache.RequestCacheLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpCachePolicyElement_set_PolicyLevel_m71381674126C145316C00C277CAEEF9BFF444BF9 (FtpCachePolicyElement_tDBB21B11C32CD63CBB6BB4B70729C0076AD78C77 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpCachePolicyElement_set_PolicyLevel_m71381674126C145316C00C277CAEEF9BFF444BF9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(FtpCachePolicyElement_set_PolicyLevel_m71381674126C145316C00C277CAEEF9BFF444BF9_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.FtpCachePolicyElement::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * FtpCachePolicyElement_get_Properties_mFEB6C0984F23033FDEC08927944234536D07327A (FtpCachePolicyElement_tDBB21B11C32CD63CBB6BB4B70729C0076AD78C77 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpCachePolicyElement_get_Properties_mFEB6C0984F23033FDEC08927944234536D07327A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(FtpCachePolicyElement_get_Properties_mFEB6C0984F23033FDEC08927944234536D07327A_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL; } } // System.Void System.Net.Configuration.FtpCachePolicyElement::DeserializeElement(System.Xml.XmlReader,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpCachePolicyElement_DeserializeElement_mFD332BD9745CA6012821CAB571FEF980AB794810 (FtpCachePolicyElement_tDBB21B11C32CD63CBB6BB4B70729C0076AD78C77 * __this, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___reader0, bool ___serializeCollectionKey1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpCachePolicyElement_DeserializeElement_mFD332BD9745CA6012821CAB571FEF980AB794810_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(FtpCachePolicyElement_DeserializeElement_mFD332BD9745CA6012821CAB571FEF980AB794810_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.FtpCachePolicyElement::Reset(System.Configuration.ConfigurationElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpCachePolicyElement_Reset_m0B21CFAB1FC549C4DAC342BAAFE4D6A872671CFF (FtpCachePolicyElement_tDBB21B11C32CD63CBB6BB4B70729C0076AD78C77 * __this, ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * ___parentElement0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpCachePolicyElement_Reset_m0B21CFAB1FC549C4DAC342BAAFE4D6A872671CFF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(FtpCachePolicyElement_Reset_m0B21CFAB1FC549C4DAC342BAAFE4D6A872671CFF_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 System.Net.FtpDataStream::.ctor(System.Net.FtpWebRequest,System.IO.Stream,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream__ctor_m12DEF84E5023BF6B70B369BC639AFA7C41EA4B28 (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * ___request0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream1, bool ___isRead2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * L_0 = ___request0; 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*)&_stringLiteral2388F091C228023E790448E1E25A13FDA7A160F4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpDataStream__ctor_m12DEF84E5023BF6B70B369BC639AFA7C41EA4B28_RuntimeMethod_var))); } IL_0014: { FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * L_2 = ___request0; __this->set_request_5(L_2); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = ___stream1; __this->set_networkStream_6(L_3); bool L_4 = ___isRead2; __this->set_isRead_8(L_4); return; } } // System.Boolean System.Net.FtpDataStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpDataStream_get_CanRead_m48FB556F7773DF8E545F31ECD8228E8385BDA839 (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isRead_8(); return L_0; } } // System.Boolean System.Net.FtpDataStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpDataStream_get_CanWrite_m444A11DB30A8721418B3F4D6D2A86EE5F11E8746 (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isRead_8(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Net.FtpDataStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpDataStream_get_CanSeek_mA2BA028B9C518ADDDE70A69653F73867A16BA3AA (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Int64 System.Net.FtpDataStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FtpDataStream_get_Length_m6047439D8D3CB620129306A5CE97C26C555EDEDA (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, 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*)&FtpDataStream_get_Length_m6047439D8D3CB620129306A5CE97C26C555EDEDA_RuntimeMethod_var))); } } // System.Int64 System.Net.FtpDataStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FtpDataStream_get_Position_mF3E20711E301057C185145FDDB2051306D7D47DC (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, 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*)&FtpDataStream_get_Position_mF3E20711E301057C185145FDDB2051306D7D47DC_RuntimeMethod_var))); } } // System.Void System.Net.FtpDataStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_set_Position_m236BB6951B4671E038009436043FE6388CA6979B (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, int64_t ___value0, 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*)&FtpDataStream_set_Position_m236BB6951B4671E038009436043FE6388CA6979B_RuntimeMethod_var))); } } // System.Void System.Net.FtpDataStream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_Close_m668B3E326824029C9C01D515E0A867BBCDDDA11A (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, const RuntimeMethod* method) { { VirtualActionInvoker1< bool >::Invoke(19 /* System.Void System.IO.Stream::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Void System.Net.FtpDataStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_Flush_mDACFE739F4E7A3A0DFC1516C4F0A4BA69E10F9BD (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, const RuntimeMethod* method) { { return; } } // System.Int64 System.Net.FtpDataStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FtpDataStream_Seek_m6327661E1ADA9A46874348B1980ED1031214AFD9 (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, int64_t ___offset0, int32_t ___origin1, 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*)&FtpDataStream_Seek_m6327661E1ADA9A46874348B1980ED1031214AFD9_RuntimeMethod_var))); } } // System.Void System.Net.FtpDataStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_SetLength_m2A8420B707F41FA4505CD4482916FCC82A22F13D (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, int64_t ___value0, 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*)&FtpDataStream_SetLength_m2A8420B707F41FA4505CD4482916FCC82A22F13D_RuntimeMethod_var))); } } // System.Int32 System.Net.FtpDataStream::ReadInternal(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpDataStream_ReadInternal_m94D61B121E5619159A997B0D7546FE21E06B5AB2 (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { int32_t V_0 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = 0; FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * L_0 = __this->get_request_5(); NullCheck(L_0); FtpWebRequest_CheckIfAborted_mBDB00979DE4C68226AB0EE95DB5B2CAB89B707B9(L_0, /*hidden argument*/NULL); } IL_000d: try {// begin try (depth: 1) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get_networkStream_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; int32_t L_3 = ___offset1; int32_t L_4 = ___size2; NullCheck(L_1); int32_t L_5; L_5 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, L_3, L_4); V_0 = L_5; goto IL_002a; }// 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_001e; } throw e; } CATCH_001e: {// begin catch(System.IO.IOException) ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 * L_6 = (ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299_il2cpp_TypeInfo_var))); ProtocolViolationException__ctor_mDD18BFEE8140195ECBAD99A4E8079FE063A92D79(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE96411507402502ACB1C31D2668F52D00B018EB1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpDataStream_ReadInternal_m94D61B121E5619159A997B0D7546FE21E06B5AB2_RuntimeMethod_var))); }// end catch (depth: 1) IL_002a: { int32_t L_7 = __this->get_totalRead_9(); int32_t L_8 = V_0; __this->set_totalRead_9(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))); int32_t L_9 = V_0; if (L_9) { goto IL_0058; } } { __this->set_networkStream_6((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL); FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * L_10 = __this->get_request_5(); NullCheck(L_10); FtpWebRequest_CloseDataConnection_m983F10DAF3E36D46B6D22FBDC494F38D71C3251C(L_10, /*hidden argument*/NULL); FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * L_11 = __this->get_request_5(); NullCheck(L_11); FtpWebRequest_SetTransferCompleted_mFB703E4DED6BCE1C5DDBEE467409FFCBB5BAF2AF(L_11, /*hidden argument*/NULL); } IL_0058: { int32_t L_12 = V_0; return L_12; } } // System.IAsyncResult System.Net.FtpDataStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FtpDataStream_BeginRead_m83CC8A8E5693D34EA3A47BD61BF42B852C656E84 (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___cb3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpDataStream_ReadInternal_m94D61B121E5619159A997B0D7546FE21E06B5AB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadDelegate_t3D70C2E77AF55AADD887F423AA0CAE4FABCC92E6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { FtpDataStream_CheckDisposed_m30B108103AEB6D930A55C4328585281546B869A5(__this, /*hidden argument*/NULL); bool L_0 = __this->get_isRead_8(); if (L_0) { 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_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpDataStream_BeginRead_m83CC8A8E5693D34EA3A47BD61BF42B852C656E84_RuntimeMethod_var))); } IL_0014: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; if (L_2) { goto IL_0022; } } { 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*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpDataStream_BeginRead_m83CC8A8E5693D34EA3A47BD61BF42B852C656E84_RuntimeMethod_var))); } IL_0022: { int32_t L_4 = ___offset1; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_002c; } } { int32_t L_5 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___buffer0; NullCheck(L_6); if ((((int32_t)L_5) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))) { goto IL_0037; } } IL_002c: { 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_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpDataStream_BeginRead_m83CC8A8E5693D34EA3A47BD61BF42B852C656E84_RuntimeMethod_var))); } IL_0037: { int32_t L_8 = ___size2; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_0043; } } { int32_t L_9 = ___size2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___buffer0; NullCheck(L_10); int32_t L_11 = ___offset1; if ((((int32_t)L_9) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))), (int32_t)L_11))))) { goto IL_004e; } } IL_0043: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_12 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral03AF467C2017C2C0E20A175FBE8B63031EA7D7A7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpDataStream_BeginRead_m83CC8A8E5693D34EA3A47BD61BF42B852C656E84_RuntimeMethod_var))); } IL_004e: { ReadDelegate_t3D70C2E77AF55AADD887F423AA0CAE4FABCC92E6 * L_13 = (ReadDelegate_t3D70C2E77AF55AADD887F423AA0CAE4FABCC92E6 *)il2cpp_codegen_object_new(ReadDelegate_t3D70C2E77AF55AADD887F423AA0CAE4FABCC92E6_il2cpp_TypeInfo_var); ReadDelegate__ctor_m329175B929058096EED377E9481B5D2F60833112(L_13, __this, (intptr_t)((intptr_t)FtpDataStream_ReadInternal_m94D61B121E5619159A997B0D7546FE21E06B5AB2_RuntimeMethod_var), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___buffer0; int32_t L_15 = ___offset1; int32_t L_16 = ___size2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_17 = ___cb3; RuntimeObject * L_18 = ___state4; NullCheck(L_13); RuntimeObject* L_19; L_19 = ReadDelegate_BeginInvoke_m919F02084280D7561EE4FF976032488410075E1B(L_13, L_14, L_15, L_16, L_17, L_18, /*hidden argument*/NULL); return L_19; } } // System.Int32 System.Net.FtpDataStream::EndRead(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpDataStream_EndRead_m4C816CA4B83DC7547FA78DEC7EE31D09119023E9 (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadDelegate_t3D70C2E77AF55AADD887F423AA0CAE4FABCC92E6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * G_B4_0 = NULL; AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * G_B3_0 = NULL; ReadDelegate_t3D70C2E77AF55AADD887F423AA0CAE4FABCC92E6 * G_B6_0 = NULL; ReadDelegate_t3D70C2E77AF55AADD887F423AA0CAE4FABCC92E6 * G_B5_0 = NULL; { 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*)&FtpDataStream_EndRead_m4C816CA4B83DC7547FA78DEC7EE31D09119023E9_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___asyncResult0; AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * L_3 = ((AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B *)IsInstClass((RuntimeObject*)L_2, AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_il2cpp_TypeInfo_var)); G_B3_0 = L_3; if (L_3) { G_B4_0 = L_3; goto IL_0027; } } { 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral61BAFFAF327DB9909EC6296A831CF854783EF299)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpDataStream_EndRead_m4C816CA4B83DC7547FA78DEC7EE31D09119023E9_RuntimeMethod_var))); } IL_0027: { NullCheck(G_B4_0); RuntimeObject * L_5; L_5 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(16 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, G_B4_0); ReadDelegate_t3D70C2E77AF55AADD887F423AA0CAE4FABCC92E6 * L_6 = ((ReadDelegate_t3D70C2E77AF55AADD887F423AA0CAE4FABCC92E6 *)IsInstSealed((RuntimeObject*)L_5, ReadDelegate_t3D70C2E77AF55AADD887F423AA0CAE4FABCC92E6_il2cpp_TypeInfo_var)); G_B5_0 = L_6; if (L_6) { G_B6_0 = L_6; goto IL_0044; } } { 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral61BAFFAF327DB9909EC6296A831CF854783EF299)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpDataStream_EndRead_m4C816CA4B83DC7547FA78DEC7EE31D09119023E9_RuntimeMethod_var))); } IL_0044: { RuntimeObject* L_8 = ___asyncResult0; NullCheck(G_B6_0); int32_t L_9; L_9 = ReadDelegate_EndInvoke_mE4E4C400D1EA0367B36A92BF54132CC320AD888F(G_B6_0, L_8, /*hidden argument*/NULL); return L_9; } } // System.Int32 System.Net.FtpDataStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpDataStream_Read_m85E3CBB3FB4C53F9F5BDE25C1752374F144490CB (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * L_0 = __this->get_request_5(); NullCheck(L_0); FtpWebRequest_CheckIfAborted_mBDB00979DE4C68226AB0EE95DB5B2CAB89B707B9(L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___size2; RuntimeObject* L_4; L_4 = VirtualFuncInvoker5< RuntimeObject*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *, RuntimeObject * >::Invoke(22 /* System.IAsyncResult System.IO.Stream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, __this, L_1, L_2, L_3, (AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *)NULL, NULL); V_0 = L_4; RuntimeObject* L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370_il2cpp_TypeInfo_var, L_5); if (L_6) { goto IL_0045; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_8; L_8 = InterfaceFuncInvoker0< WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370_il2cpp_TypeInfo_var, L_7); FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * L_9 = __this->get_request_5(); NullCheck(L_9); int32_t L_10; L_10 = FtpWebRequest_get_ReadWriteTimeout_mD8A07E29A06BF1528C1387284B91C409638CCE8C_inline(L_9, /*hidden argument*/NULL); NullCheck(L_8); bool L_11; L_11 = VirtualFuncInvoker2< bool, int32_t, bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_8, L_10, (bool)0); if (L_11) { goto IL_0045; } } { WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_12 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_m4D8BF7D61087F7AA4018215A6DCF7578AEA4DB08(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral12367D48D72A8D46E66185E94AE31D75001E7F30)), ((int32_t)14), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpDataStream_Read_m85E3CBB3FB4C53F9F5BDE25C1752374F144490CB_RuntimeMethod_var))); } IL_0045: { RuntimeObject* L_13 = V_0; int32_t L_14; L_14 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(23 /* System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) */, __this, L_13); return L_14; } } // System.Void System.Net.FtpDataStream::WriteInternal(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_WriteInternal_m81F7D1C21D192486FADEBCB0460B730B17BCFB7B (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * L_0 = __this->get_request_5(); NullCheck(L_0); FtpWebRequest_CheckIfAborted_mBDB00979DE4C68226AB0EE95DB5B2CAB89B707B9(L_0, /*hidden argument*/NULL); } IL_000b: try {// begin try (depth: 1) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get_networkStream_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; int32_t L_3 = ___offset1; int32_t L_4 = ___size2; NullCheck(L_1); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, L_3, L_4); goto IL_0022; }// 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_001b; } throw e; } CATCH_001b: {// begin catch(System.IO.IOException) ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 * L_5 = (ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299_il2cpp_TypeInfo_var))); ProtocolViolationException__ctor_mBFDA5DBCACD716BB63ED4055B66E6AD41240889E(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpDataStream_WriteInternal_m81F7D1C21D192486FADEBCB0460B730B17BCFB7B_RuntimeMethod_var))); }// end catch (depth: 1) IL_0022: { return; } } // System.IAsyncResult System.Net.FtpDataStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FtpDataStream_BeginWrite_m41F15DDBC23C018FE33B1109B31F930056C72460 (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___cb3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpDataStream_WriteInternal_m81F7D1C21D192486FADEBCB0460B730B17BCFB7B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteDelegate_t27DA3BBADBD9FFAC63A9B47C2D61F0219BFE9E0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { FtpDataStream_CheckDisposed_m30B108103AEB6D930A55C4328585281546B869A5(__this, /*hidden argument*/NULL); bool L_0 = __this->get_isRead_8(); if (!L_0) { 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_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpDataStream_BeginWrite_m41F15DDBC23C018FE33B1109B31F930056C72460_RuntimeMethod_var))); } IL_0014: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; if (L_2) { goto IL_0022; } } { 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*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpDataStream_BeginWrite_m41F15DDBC23C018FE33B1109B31F930056C72460_RuntimeMethod_var))); } IL_0022: { int32_t L_4 = ___offset1; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_002c; } } { int32_t L_5 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___buffer0; NullCheck(L_6); if ((((int32_t)L_5) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))) { goto IL_0037; } } IL_002c: { 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_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpDataStream_BeginWrite_m41F15DDBC23C018FE33B1109B31F930056C72460_RuntimeMethod_var))); } IL_0037: { int32_t L_8 = ___size2; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_0043; } } { int32_t L_9 = ___size2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___buffer0; NullCheck(L_10); int32_t L_11 = ___offset1; if ((((int32_t)L_9) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))), (int32_t)L_11))))) { goto IL_004e; } } IL_0043: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_12 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral03AF467C2017C2C0E20A175FBE8B63031EA7D7A7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpDataStream_BeginWrite_m41F15DDBC23C018FE33B1109B31F930056C72460_RuntimeMethod_var))); } IL_004e: { WriteDelegate_t27DA3BBADBD9FFAC63A9B47C2D61F0219BFE9E0D * L_13 = (WriteDelegate_t27DA3BBADBD9FFAC63A9B47C2D61F0219BFE9E0D *)il2cpp_codegen_object_new(WriteDelegate_t27DA3BBADBD9FFAC63A9B47C2D61F0219BFE9E0D_il2cpp_TypeInfo_var); WriteDelegate__ctor_m94C41F25CD71A5A48F3DDB9F015B5DEFD2EC70DC(L_13, __this, (intptr_t)((intptr_t)FtpDataStream_WriteInternal_m81F7D1C21D192486FADEBCB0460B730B17BCFB7B_RuntimeMethod_var), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___buffer0; int32_t L_15 = ___offset1; int32_t L_16 = ___size2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_17 = ___cb3; RuntimeObject * L_18 = ___state4; NullCheck(L_13); RuntimeObject* L_19; L_19 = WriteDelegate_BeginInvoke_m18055DA255920BB297596E1A9C363D51408EBD5B(L_13, L_14, L_15, L_16, L_17, L_18, /*hidden argument*/NULL); return L_19; } } // System.Void System.Net.FtpDataStream::EndWrite(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_EndWrite_m9D3B0C25D9FB317E855A6965649A2C4C54CC51A4 (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteDelegate_t27DA3BBADBD9FFAC63A9B47C2D61F0219BFE9E0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * G_B4_0 = NULL; AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * G_B3_0 = NULL; WriteDelegate_t27DA3BBADBD9FFAC63A9B47C2D61F0219BFE9E0D * G_B6_0 = NULL; WriteDelegate_t27DA3BBADBD9FFAC63A9B47C2D61F0219BFE9E0D * G_B5_0 = NULL; { 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*)&FtpDataStream_EndWrite_m9D3B0C25D9FB317E855A6965649A2C4C54CC51A4_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___asyncResult0; AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * L_3 = ((AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B *)IsInstClass((RuntimeObject*)L_2, AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_il2cpp_TypeInfo_var)); G_B3_0 = L_3; if (L_3) { G_B4_0 = L_3; goto IL_0027; } } { 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF4F512E85672657CC47DF1347A7533BAF06F7091)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpDataStream_EndWrite_m9D3B0C25D9FB317E855A6965649A2C4C54CC51A4_RuntimeMethod_var))); } IL_0027: { NullCheck(G_B4_0); RuntimeObject * L_5; L_5 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(16 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, G_B4_0); WriteDelegate_t27DA3BBADBD9FFAC63A9B47C2D61F0219BFE9E0D * L_6 = ((WriteDelegate_t27DA3BBADBD9FFAC63A9B47C2D61F0219BFE9E0D *)IsInstSealed((RuntimeObject*)L_5, WriteDelegate_t27DA3BBADBD9FFAC63A9B47C2D61F0219BFE9E0D_il2cpp_TypeInfo_var)); G_B5_0 = L_6; if (L_6) { G_B6_0 = L_6; goto IL_0044; } } { 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF4F512E85672657CC47DF1347A7533BAF06F7091)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpDataStream_EndWrite_m9D3B0C25D9FB317E855A6965649A2C4C54CC51A4_RuntimeMethod_var))); } IL_0044: { RuntimeObject* L_8 = ___asyncResult0; NullCheck(G_B6_0); WriteDelegate_EndInvoke_mFFB5B203FFB3D088F3BE050D2F8D36C12BDB0442(G_B6_0, L_8, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpDataStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_Write_m96C5B0680938D989B250A294995493AFF6F70E3E (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * L_0 = __this->get_request_5(); NullCheck(L_0); FtpWebRequest_CheckIfAborted_mBDB00979DE4C68226AB0EE95DB5B2CAB89B707B9(L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___size2; RuntimeObject* L_4; L_4 = VirtualFuncInvoker5< RuntimeObject*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *, RuntimeObject * >::Invoke(25 /* System.IAsyncResult System.IO.Stream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, __this, L_1, L_2, L_3, (AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *)NULL, NULL); V_0 = L_4; RuntimeObject* L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370_il2cpp_TypeInfo_var, L_5); if (L_6) { goto IL_0045; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_8; L_8 = InterfaceFuncInvoker0< WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370_il2cpp_TypeInfo_var, L_7); FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * L_9 = __this->get_request_5(); NullCheck(L_9); int32_t L_10; L_10 = FtpWebRequest_get_ReadWriteTimeout_mD8A07E29A06BF1528C1387284B91C409638CCE8C_inline(L_9, /*hidden argument*/NULL); NullCheck(L_8); bool L_11; L_11 = VirtualFuncInvoker2< bool, int32_t, bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_8, L_10, (bool)0); if (L_11) { goto IL_0045; } } { WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_12 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_m4D8BF7D61087F7AA4018215A6DCF7578AEA4DB08(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral12367D48D72A8D46E66185E94AE31D75001E7F30)), ((int32_t)14), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpDataStream_Write_m96C5B0680938D989B250A294995493AFF6F70E3E_RuntimeMethod_var))); } IL_0045: { RuntimeObject* L_13 = V_0; VirtualActionInvoker1< RuntimeObject* >::Invoke(26 /* System.Void System.IO.Stream::EndWrite(System.IAsyncResult) */, __this, L_13); return; } } // System.Void System.Net.FtpDataStream::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_Finalize_mB78073E362C42E34DD8714C6F2F43116A6BA4870 (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(19 /* System.Void System.IO.Stream::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x10, FINALLY_0009); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0009; } FINALLY_0009: {// begin finally (depth: 1) Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) }// end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10, IL_0010) } IL_0010: { return; } } // System.Void System.Net.FtpDataStream::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_System_IDisposable_Dispose_mC2230EE36E2ACA6E8B251B013184E719F8EF3276 (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __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; } { VirtualActionInvoker1< bool >::Invoke(19 /* 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.Net.FtpDataStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_Dispose_m47AE39EC076C9369C0B25FD39729EB9A1A878539 (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = __this->get_disposed_7(); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { __this->set_disposed_7((bool)1); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get_networkStream_6(); if (!L_1) { goto IL_003c; } } { FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * L_2 = __this->get_request_5(); NullCheck(L_2); FtpWebRequest_CloseDataConnection_m983F10DAF3E36D46B6D22FBDC494F38D71C3251C(L_2, /*hidden argument*/NULL); FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * L_3 = __this->get_request_5(); NullCheck(L_3); FtpWebRequest_SetTransferCompleted_mFB703E4DED6BCE1C5DDBEE467409FFCBB5BAF2AF(L_3, /*hidden argument*/NULL); __this->set_request_5((FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D *)NULL); __this->set_networkStream_6((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL); } IL_003c: { return; } } // System.Void System.Net.FtpDataStream::CheckDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_CheckDisposed_m30B108103AEB6D930A55C4328585281546B869A5 (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_disposed_7(); if (!L_0) { goto IL_0019; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_3 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpDataStream_CheckDisposed_m30B108103AEB6D930A55C4328585281546B869A5_RuntimeMethod_var))); } IL_0019: { 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.Net.WebRequest System.Net.FtpRequestCreator::Create(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * FtpRequestCreator_Create_m5CA2D4FFF5B62CB6FCBBCB62603714EB3661160D (FtpRequestCreator_tDF5B37F5028D2FCD037F7F817ECD55E5B1BEA102 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * L_1 = (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D *)il2cpp_codegen_object_new(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_il2cpp_TypeInfo_var); FtpWebRequest__ctor_m1C444C1A347BC343DFA3743C7091F6C15DB57388(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Net.FtpRequestCreator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpRequestCreator__ctor_m67E38F5A154B50C28349321A03CA0A0A8BA1FC5A (FtpRequestCreator_tDF5B37F5028D2FCD037F7F817ECD55E5B1BEA102 * __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.Net.FtpStatus::.ctor(System.Net.FtpStatusCode,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpStatus__ctor_m7FA2B12F0B125E890DB01AA53CAD512C8D8C4457 (FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * __this, int32_t ___statusCode0, String_t* ___statusDescription1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___statusCode0; __this->set_statusCode_0(L_0); String_t* L_1 = ___statusDescription1; __this->set_statusDescription_1(L_1); return; } } // System.Net.FtpStatusCode System.Net.FtpStatus::get_StatusCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081 (FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_statusCode_0(); return L_0; } } // System.String System.Net.FtpStatus::get_StatusDescription() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpStatus_get_StatusDescription_m92E877F6DF8CC7794B43E239E8F09D827419DAAB (FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_statusDescription_1(); 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 #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.Net.FtpWebRequest::.ctor(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest__ctor_m1C444C1A347BC343DFA3743C7091F6C15DB57388 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2264BCDAE97447CBA2BF489CDD8241719D321D83); s_Il2CppMethodInitialized = true; } { __this->set_timeout_24(((int32_t)100000)); __this->set_rwTimeout_25(((int32_t)300000)); __this->set_binary_27((bool)1); __this->set_usePassive_29((bool)1); __this->set_method_31(_stringLiteral2264BCDAE97447CBA2BF489CDD8241719D321D83); RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); __this->set_locker_33(L_0); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_1; L_1 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); __this->set_dataEncoding_40(L_1); IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_il2cpp_TypeInfo_var); WebRequest__ctor_m3ACCFDB5F433B9BC39C8A0E7A6629AB4DFF67B9A(__this, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = ___uri0; __this->set_requestUri_12(L_2); RuntimeObject* L_3; L_3 = GlobalProxySelection_get_Select_mB426350582C09C6940AA328D851F719BBAA5494B(/*hidden argument*/NULL); __this->set_proxy_23(L_3); return; } } // System.Exception System.Net.FtpWebRequest::GetMustImplement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FtpWebRequest_GetMustImplement_m80DCA4097BA11ADC9A146EDB6D276535E5D34731 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_0, /*hidden argument*/NULL); return L_0; } } // System.Void System.Net.FtpWebRequest::set_ContentType(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_set_ContentType_mDCBFE20EF87D39918743E3900FA24CBF1D8F0570 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, String_t* ___value0, 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*)&FtpWebRequest_set_ContentType_mDCBFE20EF87D39918743E3900FA24CBF1D8F0570_RuntimeMethod_var))); } } // System.Int64 System.Net.FtpWebRequest::get_ContentLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FtpWebRequest_get_ContentLength_mC0864B24B266291A0DC7CB0179E7A216FB2F8E77 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { return ((int64_t)((int64_t)0)); } } // System.Void System.Net.FtpWebRequest::set_ContentLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_set_ContentLength_m29158AC9F60EED8419A93D97F43F67902B95226D (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, int64_t ___value0, const RuntimeMethod* method) { { return; } } // System.Net.ICredentials System.Net.FtpWebRequest::get_Credentials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FtpWebRequest_get_Credentials_m4562A764D967DA73F11711833F06B4BFB32DFCF8 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_0 = __this->get_credentials_19(); return L_0; } } // System.Void System.Net.FtpWebRequest::set_Credentials(System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_set_Credentials_mD60889B866FAD82DAFF21F11AB30142DAACF91BF (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { FtpWebRequest_CheckRequestStarted_mCE9B6182FC2F9813667EF4BFC4A23BCA56AF1297(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___value0; if (L_0) { goto IL_000f; } } { 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_mEF0800D4AF607E61714C92A76911B4780C4D0A29(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_set_Credentials_mD60889B866FAD82DAFF21F11AB30142DAACF91BF_RuntimeMethod_var))); } IL_000f: { RuntimeObject* L_2 = ___value0; if (((NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 *)IsInstClass((RuntimeObject*)L_2, NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686_il2cpp_TypeInfo_var))) { goto IL_001d; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m789B4E75608A673F2CF5DDFC2E67DA20AF440A34(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_set_Credentials_mD60889B866FAD82DAFF21F11AB30142DAACF91BF_RuntimeMethod_var))); } IL_001d: { RuntimeObject* L_4 = ___value0; __this->set_credentials_19(((NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 *)IsInstClass((RuntimeObject*)L_4, NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686_il2cpp_TypeInfo_var))); return; } } // System.Boolean System.Net.FtpWebRequest::get_EnableSsl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpWebRequest_get_EnableSsl_mE152050AA05D37F098A49DC93F24328A9A7938E3 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_enableSsl_28(); return L_0; } } // System.Net.WebHeaderCollection System.Net.FtpWebRequest::get_Headers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * FtpWebRequest_get_Headers_mD4CCE8D9AD6D7A15F516E1D3FC471C6EEBF5F1A9 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_il2cpp_TypeInfo_var))); Exception_t * L_0; L_0 = FtpWebRequest_GetMustImplement_m80DCA4097BA11ADC9A146EDB6D276535E5D34731(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_get_Headers_mD4CCE8D9AD6D7A15F516E1D3FC471C6EEBF5F1A9_RuntimeMethod_var))); } } // System.Void System.Net.FtpWebRequest::set_Headers(System.Net.WebHeaderCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_set_Headers_m3571A0A8D27747C579353B3502D7B95935E59658 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___value0, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_il2cpp_TypeInfo_var))); Exception_t * L_0; L_0 = FtpWebRequest_GetMustImplement_m80DCA4097BA11ADC9A146EDB6D276535E5D34731(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_set_Headers_m3571A0A8D27747C579353B3502D7B95935E59658_RuntimeMethod_var))); } } // System.String System.Net.FtpWebRequest::get_Method() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_get_Method_m596EDFD05C78F95770BE2B5496DD5056850B6580 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_method_31(); return L_0; } } // System.Void System.Net.FtpWebRequest::set_Method(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_set_Method_mB762BC2E64BF39D2B978AC50866DC0AE4B92D054 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_BinarySearch_TisString_t_mA20816997A0795FC7288BFCB5D7B9C8DCFA05714_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { FtpWebRequest_CheckRequestStarted_mCE9B6182FC2F9813667EF4BFC4A23BCA56AF1297(__this, /*hidden argument*/NULL); String_t* L_0 = ___value0; 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*)&_stringLiteralF5E176467B4E5CF6AE62293B366D2012272CBFDC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_set_Method_mB762BC2E64BF39D2B978AC50866DC0AE4B92D054_RuntimeMethod_var))); } IL_0014: { String_t* L_2 = ___value0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = ((FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_StaticFields*)il2cpp_codegen_static_fields_for(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_il2cpp_TypeInfo_var))->get_supportedCommands_39(); String_t* L_5 = ___value0; int32_t L_6; L_6 = Array_BinarySearch_TisString_t_mA20816997A0795FC7288BFCB5D7B9C8DCFA05714(L_4, L_5, /*hidden argument*/Array_BinarySearch_TisString_t_mA20816997A0795FC7288BFCB5D7B9C8DCFA05714_RuntimeMethod_var); if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_003a; } } IL_002a: { 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE1585CE9CA0F8262C660A70AB1FEF91017285037)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_set_Method_mB762BC2E64BF39D2B978AC50866DC0AE4B92D054_RuntimeMethod_var))); } IL_003a: { String_t* L_8 = ___value0; __this->set_method_31(L_8); return; } } // System.Net.IWebProxy System.Net.FtpWebRequest::get_Proxy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FtpWebRequest_get_Proxy_mD80014A0EE0F6029C4BD8C2F2864C8891D409693 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_proxy_23(); return L_0; } } // System.Void System.Net.FtpWebRequest::set_Proxy(System.Net.IWebProxy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_set_Proxy_m0EAFEA6C34731084D113F5443B446AC84F3A5F16 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { FtpWebRequest_CheckRequestStarted_mCE9B6182FC2F9813667EF4BFC4A23BCA56AF1297(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___value0; __this->set_proxy_23(L_0); return; } } // System.Int32 System.Net.FtpWebRequest::get_ReadWriteTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_ReadWriteTimeout_mD8A07E29A06BF1528C1387284B91C409638CCE8C (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_rwTimeout_25(); return L_0; } } // System.Uri System.Net.FtpWebRequest::get_RequestUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * FtpWebRequest_get_RequestUri_mB45728128F16A8037A923B5353E8B6855B9CC265 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_requestUri_12(); return L_0; } } // System.Net.ServicePoint System.Net.FtpWebRequest::get_ServicePoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * FtpWebRequest_get_ServicePoint_mF0D53A0F2DBE7ADCA3969E3DEAAA653C7105E823 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_0; L_0 = FtpWebRequest_GetServicePoint_m25895E7497C1B2D213095675565065B322A8B7C8(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Net.FtpWebRequest::get_UseDefaultCredentials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpWebRequest_get_UseDefaultCredentials_mC1527930CB86D20211BAC7AE3E3E814A5E5F6838 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_il2cpp_TypeInfo_var))); Exception_t * L_0; L_0 = FtpWebRequest_GetMustImplement_m80DCA4097BA11ADC9A146EDB6D276535E5D34731(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_get_UseDefaultCredentials_mC1527930CB86D20211BAC7AE3E3E814A5E5F6838_RuntimeMethod_var))); } } // System.Int32 System.Net.FtpWebRequest::get_Timeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_Timeout_mADE637E077FB006B7CD7716AA3BEE4A2162489E1 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_timeout_24(); return L_0; } } // System.String System.Net.FtpWebRequest::get_DataType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_get_DataType_m5779A12C6E4A4286161DA380F15AE9136B706802 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CB05FD18E12F98F81A204339D25DD82BC993FDD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_binary_27(); if (L_0) { goto IL_000e; } } { return _stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003; } IL_000e: { return _stringLiteral6CB05FD18E12F98F81A204339D25DD82BC993FDD; } } // System.Net.FtpWebRequest/RequestState System.Net.FtpWebRequest::get_State() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_State_m34CC17F0FC097BC81296D0C7B58CFF5ED713FDB2 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = __this->get_locker_33(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 1) RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); int32_t L_2 = __this->get_requestState_34(); V_2 = L_2; IL2CPP_LEAVE(0x24, FINALLY_001a); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001a; } FINALLY_001a: {// begin finally (depth: 1) { bool L_3 = V_1; if (!L_3) { goto IL_0023; } } IL_001d: { RuntimeObject * L_4 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_4, /*hidden argument*/NULL); } IL_0023: { IL2CPP_END_FINALLY(26) } }// end finally (depth: 1) IL2CPP_CLEANUP(26) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x24, IL_0024) } IL_0024: { int32_t L_5 = V_2; return L_5; } } // System.Void System.Net.FtpWebRequest::set_State(System.Net.FtpWebRequest/RequestState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_set_State_mE87604293AC52BC8B5CF528FAC99E8E7E3AE917B (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, int32_t ___value0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = __this->get_locker_33(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 1) RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); FtpWebRequest_CheckIfAborted_mBDB00979DE4C68226AB0EE95DB5B2CAB89B707B9(__this, /*hidden argument*/NULL); FtpWebRequest_CheckFinalState_m7F691D270960DE823B1950498C04456B9B892C8C(__this, /*hidden argument*/NULL); int32_t L_2 = ___value0; __this->set_requestState_34(L_2); IL2CPP_LEAVE(0x30, FINALLY_0026); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0026; } FINALLY_0026: {// begin finally (depth: 1) { bool L_3 = V_1; if (!L_3) { goto IL_002f; } } IL_0029: { RuntimeObject * L_4 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_4, /*hidden argument*/NULL); } IL_002f: { IL2CPP_END_FINALLY(38) } }// end finally (depth: 1) IL2CPP_CLEANUP(38) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x30, IL_0030) } IL_0030: { return; } } // System.Void System.Net.FtpWebRequest::Abort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_Abort_m834781AF9FFB21970744ABC3BAFCA2072C2C91E7 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisString_t_m87CDA7CB9D8B424E2A15A16ABAB3AD126842F825_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral548BEB5D763A05596D0A1DF00A0D505E0922A116); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5FA83A1CA82C3755AC857486C7071AD2D7563D21); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = __this->get_locker_33(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); int32_t L_2; L_2 = FtpWebRequest_get_State_m34CC17F0FC097BC81296D0C7B58CFF5ED713FDB2(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)5)))) { goto IL_002c; } } IL_001a: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3; L_3 = Array_Empty_TisString_t_m87CDA7CB9D8B424E2A15A16ABAB3AD126842F825_inline(/*hidden argument*/Array_Empty_TisString_t_m87CDA7CB9D8B424E2A15A16ABAB3AD126842F825_RuntimeMethod_var); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_4; L_4 = FtpWebRequest_SendCommand_mD9F9136FAAB49DEDD7B900CE06C639B09646E8EC(__this, (bool)0, _stringLiteral5FA83A1CA82C3755AC857486C7071AD2D7563D21, L_3, /*hidden argument*/NULL); } IL_002c: { bool L_5; L_5 = FtpWebRequest_InFinalState_m41BB35DD4CAD32D283EC33F91C66CA1BDDFA2752(__this, /*hidden argument*/NULL); if (L_5) { goto IL_005d; } } IL_0034: { FtpWebRequest_set_State_mE87604293AC52BC8B5CF528FAC99E8E7E3AE917B(__this, 7, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_6 = __this->get_requestUri_12(); String_t* L_7 = __this->get_method_31(); FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_8 = (FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 *)il2cpp_codegen_object_new(FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49_il2cpp_TypeInfo_var); FtpWebResponse__ctor_m07A7D99473E67AE46FBBE1CB3A7E55ED4994EAF9(L_8, __this, L_6, L_7, ((int32_t)552), _stringLiteral548BEB5D763A05596D0A1DF00A0D505E0922A116, /*hidden argument*/NULL); __this->set_ftpResponse_36(L_8); } IL_005d: { IL2CPP_LEAVE(0x69, FINALLY_005f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005f; } FINALLY_005f: {// begin finally (depth: 1) { bool L_9 = V_1; if (!L_9) { goto IL_0068; } } IL_0062: { RuntimeObject * L_10 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_10, /*hidden argument*/NULL); } IL_0068: { IL2CPP_END_FINALLY(95) } }// end finally (depth: 1) IL2CPP_CLEANUP(95) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x69, IL_0069) } IL_0069: { return; } } // System.IAsyncResult System.Net.FtpWebRequest::BeginGetResponse(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FtpWebRequest_BeginGetResponse_m12460DD61F19E9F3CCD87ECB4222BEE508464BEC (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpWebRequest_ProcessRequest_mA5DA67712ED673BD815FFCB7D1B45686080E851D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * L_0 = __this->get_asyncResult_35(); if (!L_0) { goto IL_0020; } } { FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * L_1 = __this->get_asyncResult_35(); NullCheck(L_1); bool L_2; L_2 = FtpAsyncResult_get_IsCompleted_m35923D54A98607A66A9BF642F9896A6882C302A3(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0020; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_3 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24A37BD3DF611B1162437D8D68109E10D4717E44)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_BeginGetResponse_m12460DD61F19E9F3CCD87ECB4222BEE508464BEC_RuntimeMethod_var))); } IL_0020: { FtpWebRequest_CheckIfAborted_mBDB00979DE4C68226AB0EE95DB5B2CAB89B707B9(__this, /*hidden argument*/NULL); AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_4 = ___callback0; RuntimeObject * L_5 = ___state1; FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * L_6 = (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 *)il2cpp_codegen_object_new(FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42_il2cpp_TypeInfo_var); FtpAsyncResult__ctor_m3A32B7EB9F6F9A841943E9316FA7F67E8BD0E9E0(L_6, L_4, L_5, /*hidden argument*/NULL); __this->set_asyncResult_35(L_6); RuntimeObject * L_7 = __this->get_locker_33(); V_0 = L_7; V_1 = (bool)0; } IL_003c: try {// begin try (depth: 1) { RuntimeObject * L_8 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_8, (bool*)(&V_1), /*hidden argument*/NULL); bool L_9; L_9 = FtpWebRequest_InFinalState_m41BB35DD4CAD32D283EC33F91C66CA1BDDFA2752(__this, /*hidden argument*/NULL); if (!L_9) { goto IL_0060; } } IL_004c: { FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * L_10 = __this->get_asyncResult_35(); FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_11 = __this->get_ftpResponse_36(); NullCheck(L_10); FtpAsyncResult_SetCompleted_m8B04A37739D6D91D73A864E3129F7CB8964B8264(L_10, (bool)1, L_11, /*hidden argument*/NULL); IL2CPP_LEAVE(0x98, FINALLY_008e); } IL_0060: { int32_t L_12; L_12 = FtpWebRequest_get_State_m34CC17F0FC097BC81296D0C7B58CFF5ED713FDB2(__this, /*hidden argument*/NULL); if (L_12) { goto IL_006f; } } IL_0068: { FtpWebRequest_set_State_mE87604293AC52BC8B5CF528FAC99E8E7E3AE917B(__this, 1, /*hidden argument*/NULL); } IL_006f: { ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * L_13 = (ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 *)il2cpp_codegen_object_new(ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var); ThreadStart__ctor_m360F4EED0AD96A27D6A9612BF79671F26B30411F(L_13, __this, (intptr_t)((intptr_t)FtpWebRequest_ProcessRequest_mA5DA67712ED673BD815FFCB7D1B45686080E851D_RuntimeMethod_var), /*hidden argument*/NULL); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_14 = (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *)il2cpp_codegen_object_new(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var); Thread__ctor_mF22465F0D0E47C11EF25DB552D1047402750BE90(L_14, L_13, /*hidden argument*/NULL); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_15 = L_14; NullCheck(L_15); Thread_set_IsBackground_m8CAEC157A236A574FE83FDB22D693AB1681B01B0(L_15, (bool)1, /*hidden argument*/NULL); NullCheck(L_15); Thread_Start_m490124B23F5EFD0BB2BED8CA12C77195B9CD9E1B(L_15, /*hidden argument*/NULL); IL2CPP_LEAVE(0x98, FINALLY_008e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008e; } FINALLY_008e: {// begin finally (depth: 1) { bool L_16 = V_1; if (!L_16) { goto IL_0097; } } IL_0091: { RuntimeObject * L_17 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_17, /*hidden argument*/NULL); } IL_0097: { IL2CPP_END_FINALLY(142) } }// end finally (depth: 1) IL2CPP_CLEANUP(142) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x98, IL_0098) } IL_0098: { FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * L_18 = __this->get_asyncResult_35(); return L_18; } } // System.Net.WebResponse System.Net.FtpWebRequest::EndGetResponse(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * FtpWebRequest_EndGetResponse_m687290938AE38968A845512D93C84BAFC188806B (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * V_0 = NULL; { 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*)&_stringLiteral5000427D896C8EE429E45940E4406EF13CC8F1F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_EndGetResponse_m687290938AE38968A845512D93C84BAFC188806B_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___asyncResult0; if (!((FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 *)IsInstClass((RuntimeObject*)L_2, FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42_il2cpp_TypeInfo_var))) { goto IL_001f; } } { RuntimeObject* L_3 = ___asyncResult0; FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * L_4 = __this->get_asyncResult_35(); if ((((RuntimeObject*)(RuntimeObject*)L_3) == ((RuntimeObject*)(FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 *)L_4))) { goto IL_002a; } } IL_001f: { 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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6F62345CE5844B50F5E388DCC479E8E1F4AB008E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_EndGetResponse_m687290938AE38968A845512D93C84BAFC188806B_RuntimeMethod_var))); } IL_002a: { RuntimeObject* L_6 = ___asyncResult0; V_0 = ((FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 *)CastclassClass((RuntimeObject*)L_6, FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42_il2cpp_TypeInfo_var)); FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * L_7 = V_0; int32_t L_8 = __this->get_timeout_24(); NullCheck(L_7); bool L_9; L_9 = FtpAsyncResult_WaitUntilComplete_mCBBC0A0E1354B6369F5A8DB98D56AE336C2AF70A(L_7, L_8, (bool)0, /*hidden argument*/NULL); if (L_9) { goto IL_0053; } } { VirtualActionInvoker0::Invoke(27 /* System.Void System.Net.WebRequest::Abort() */, __this); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_10 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_m4D8BF7D61087F7AA4018215A6DCF7578AEA4DB08(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FED6C2AD5EB80E28B5633625171D26291ECC2D8)), ((int32_t)14), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_EndGetResponse_m687290938AE38968A845512D93C84BAFC188806B_RuntimeMethod_var))); } IL_0053: { FtpWebRequest_CheckIfAborted_mBDB00979DE4C68226AB0EE95DB5B2CAB89B707B9(__this, /*hidden argument*/NULL); ___asyncResult0 = (RuntimeObject*)NULL; FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * L_11 = V_0; NullCheck(L_11); bool L_12; L_12 = FtpAsyncResult_get_GotException_m81F38546831E32A597F1CD18688142A09E786D95(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_006b; } } { FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * L_13 = V_0; NullCheck(L_13); Exception_t * L_14; L_14 = FtpAsyncResult_get_Exception_mAFAB699360901136D28E553DEDFBB70EAE345616_inline(L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_EndGetResponse_m687290938AE38968A845512D93C84BAFC188806B_RuntimeMethod_var))); } IL_006b: { FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * L_15 = V_0; NullCheck(L_15); FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_16; L_16 = FtpAsyncResult_get_Response_mB2B6FAED11B356ADB3F0DEA5411B85C972185BF6_inline(L_15, /*hidden argument*/NULL); return L_16; } } // System.Net.WebResponse System.Net.FtpWebRequest::GetResponse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * FtpWebRequest_GetResponse_m050A536FF505095862CC721B5AE8CB760B15A704 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker2< RuntimeObject*, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *, RuntimeObject * >::Invoke(24 /* System.IAsyncResult System.Net.WebRequest::BeginGetResponse(System.AsyncCallback,System.Object) */, __this, (AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *)NULL, NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_2; L_2 = VirtualFuncInvoker1< WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 *, RuntimeObject* >::Invoke(25 /* System.Net.WebResponse System.Net.WebRequest::EndGetResponse(System.IAsyncResult) */, __this, L_1); return L_2; } } // System.Net.ServicePoint System.Net.FtpWebRequest::GetServicePoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * FtpWebRequest_GetServicePoint_m25895E7497C1B2D213095675565065B322A8B7C8 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_0 = __this->get_servicePoint_14(); if (L_0) { goto IL_001f; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_1 = __this->get_requestUri_12(); RuntimeObject* L_2 = __this->get_proxy_23(); IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_3; L_3 = ServicePointManager_FindServicePoint_m109F6EB5F2E4E9C818FC341CABC1716C2A460586(L_1, L_2, /*hidden argument*/NULL); __this->set_servicePoint_14(L_3); } IL_001f: { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_4 = __this->get_servicePoint_14(); return L_4; } } // System.Void System.Net.FtpWebRequest::ResolveHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_ResolveHost_m6DF3C78F9233D976016348AD59D0681D6C2C8B23 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { FtpWebRequest_CheckIfAborted_mBDB00979DE4C68226AB0EE95DB5B2CAB89B707B9(__this, /*hidden argument*/NULL); ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_0; L_0 = FtpWebRequest_GetServicePoint_m25895E7497C1B2D213095675565065B322A8B7C8(__this, /*hidden argument*/NULL); NullCheck(L_0); IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_1; L_1 = ServicePoint_get_HostEntry_mC952C74930BB4A989F0214DF0FA34104D9D9C975(L_0, /*hidden argument*/NULL); __this->set_hostEntry_20(L_1); IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_2 = __this->get_hostEntry_20(); if (L_2) { goto IL_0057; } } { FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_3 = __this->get_ftpResponse_36(); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_4 = (FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837_il2cpp_TypeInfo_var))); FtpStatus__ctor_m7FA2B12F0B125E890DB01AA53CAD512C8D8C4457(L_4, ((int32_t)451), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB92D75ED993E906925189C1515BF49D5429AB2B6)), /*hidden argument*/NULL); NullCheck(L_3); FtpWebResponse_UpdateStatus_mCB44582EE8FAF787D8901A8667439272043ECEAE(L_3, L_4, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5 = __this->get_requestUri_12(); String_t* L_6; L_6 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral01FD1E1E7196C3E1668954CF864C039EF2977329)), L_5, /*hidden argument*/NULL); FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_7 = __this->get_ftpResponse_36(); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_8 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_m7C17EA99B1FE182295AF99B968D67080AD4E2CCE(L_8, L_6, (Exception_t *)NULL, 1, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_ResolveHost_m6DF3C78F9233D976016348AD59D0681D6C2C8B23_RuntimeMethod_var))); } IL_0057: { return; } } // System.Void System.Net.FtpWebRequest::ProcessRequest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_ProcessRequest_mA5DA67712ED673BD815FFCB7D1B45686080E851D (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0; L_0 = FtpWebRequest_get_State_m34CC17F0FC097BC81296D0C7B58CFF5ED713FDB2(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_005f; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_1 = __this->get_requestUri_12(); String_t* L_2 = __this->get_method_31(); bool L_3 = __this->get_keepAlive_30(); FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_4 = (FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 *)il2cpp_codegen_object_new(FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49_il2cpp_TypeInfo_var); FtpWebResponse__ctor_m20B2A6014E98A042A89C70BF47F3263BADF9333E(L_4, __this, L_1, L_2, L_3, /*hidden argument*/NULL); __this->set_ftpResponse_36(L_4); } IL_0027: try {// begin try (depth: 1) FtpWebRequest_ProcessMethod_m3ACE0BEB493C1DE1DBE1975B2467B45D0E9DD4A3(__this, /*hidden argument*/NULL); FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * L_5 = __this->get_asyncResult_35(); FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_6 = __this->get_ftpResponse_36(); NullCheck(L_5); FtpAsyncResult_SetCompleted_m8B04A37739D6D91D73A864E3129F7CB8964B8264(L_5, (bool)0, L_6, /*hidden argument*/NULL); goto IL_00a0; }// 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_0041; } throw e; } CATCH_0041: {// begin catch(System.Exception) { V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_7; L_7 = FtpWebRequest_GetServicePoint_m25895E7497C1B2D213095675565065B322A8B7C8(__this, /*hidden argument*/NULL); NullCheck(L_7); bool L_8; L_8 = ServicePoint_get_UsesProxy_mE6CE550E4DFEB85A673160DE35CD67AFA87F35BD_inline(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0056; } } IL_004f: { FtpWebRequest_set_State_mE87604293AC52BC8B5CF528FAC99E8E7E3AE917B(__this, 8, /*hidden argument*/NULL); } IL_0056: { Exception_t * L_9 = V_0; FtpWebRequest_SetCompleteWithError_mD1992E2F5231D85AAC7C1F0346B8FFADD2B219B8(__this, L_9, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00a0; } }// end catch (depth: 1) IL_005f: { bool L_10; L_10 = FtpWebRequest_InProgress_m1A31F7435BB614C1024607C9AC694593BE1FBC3F(__this, /*hidden argument*/NULL); if (!L_10) { goto IL_008e; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_11; L_11 = FtpWebRequest_GetResponseStatus_m28B4249E7FA5115C0A7959B01CFF4CC7B2C70629(__this, /*hidden argument*/NULL); V_1 = L_11; FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_12 = __this->get_ftpResponse_36(); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_13 = V_1; NullCheck(L_12); FtpWebResponse_UpdateStatus_mCB44582EE8FAF787D8901A8667439272043ECEAE(L_12, L_13, /*hidden argument*/NULL); FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_14 = __this->get_ftpResponse_36(); NullCheck(L_14); bool L_15; L_15 = FtpWebResponse_IsFinal_m6917993127AC3E42798E1707B7CAE719A096DFA1(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_008e; } } { FtpWebRequest_set_State_mE87604293AC52BC8B5CF528FAC99E8E7E3AE917B(__this, 6, /*hidden argument*/NULL); } IL_008e: { FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * L_16 = __this->get_asyncResult_35(); FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_17 = __this->get_ftpResponse_36(); NullCheck(L_16); FtpAsyncResult_SetCompleted_m8B04A37739D6D91D73A864E3129F7CB8964B8264(L_16, (bool)0, L_17, /*hidden argument*/NULL); } IL_00a0: { return; } } // System.Void System.Net.FtpWebRequest::SetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_SetType_mDAC31745ACF9E3AF4DE7898CD3EDC1512BFADF0D (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __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*)&_stringLiteral1EFC2D997940179D05D340EEFB09AEABEBBE5AF3); s_Il2CppMethodInitialized = true; } FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * V_0 = NULL; { bool L_0 = __this->get_binary_27(); if (!L_0) { goto IL_0045; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; String_t* L_3; L_3 = FtpWebRequest_get_DataType_m5779A12C6E4A4286161DA380F15AE9136B706802(__this, /*hidden argument*/NULL); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_4; L_4 = FtpWebRequest_SendCommand_m768CD19EFA1C7A5CB76BCFF5AF5C83A8F14C8FB5(__this, _stringLiteral1EFC2D997940179D05D340EEFB09AEABEBBE5AF3, L_2, /*hidden argument*/NULL); V_0 = L_4; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)((int32_t)200)))) { goto IL_003d; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_7 = V_0; NullCheck(L_7); int32_t L_8; L_8 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) < ((int32_t)((int32_t)300)))) { goto IL_0045; } } IL_003d: { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_9 = V_0; Exception_t * L_10; L_10 = FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C(__this, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_SetType_mDAC31745ACF9E3AF4DE7898CD3EDC1512BFADF0D_RuntimeMethod_var))); } IL_0045: { return; } } // System.String System.Net.FtpWebRequest::GetRemoteFolderPath(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_GetRemoteFolderPath_m488F394C61CFDE4C2986674B413F48E4E73E5B27 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E7AF688FC963011F16BD50BD474C4F19C5F42FB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8CB5CAE4A06CBA4A72564C688228877DD24B9906); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; NullCheck(L_0); String_t* L_1; L_1 = Uri_get_LocalPath_mED5287A7F9ADF1CCBAFD77221135A37C133F067E(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); String_t* L_2; L_2 = Uri_UnescapeDataString_m52E242703F2842594B2B37D673CDD5465ABCC836(L_1, /*hidden argument*/NULL); V_1 = L_2; String_t* L_3 = __this->get_initial_path_38(); if (!L_3) { goto IL_0026; } } { String_t* L_4 = __this->get_initial_path_38(); bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, /*hidden argument*/NULL); if (!L_5) { goto IL_002a; } } IL_0026: { String_t* L_6 = V_1; V_0 = L_6; goto IL_0075; } IL_002a: { String_t* L_7 = V_1; NullCheck(L_7); Il2CppChar L_8; L_8 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_7, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)47))))) { goto IL_003d; } } { String_t* L_9 = V_1; NullCheck(L_9); String_t* L_10; L_10 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_9, 1, /*hidden argument*/NULL); V_1 = L_10; } IL_003d: { UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_11 = (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 *)il2cpp_codegen_object_new(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42_il2cpp_TypeInfo_var); UriBuilder__ctor_mE159C4677FB22466FE0C4E2389D7A768B8D960E0(L_11, /*hidden argument*/NULL); UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_12 = L_11; NullCheck(L_12); UriBuilder_set_Scheme_m0E10F383F85EC52D7C813EAB32226A8997306D9C(L_12, _stringLiteral8CB5CAE4A06CBA4A72564C688228877DD24B9906, /*hidden argument*/NULL); UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_13 = L_12; NullCheck(L_13); UriBuilder_set_Host_mCDF7CD943974DFF97DCA53EF4CC29C32DC6AD8C8(L_13, _stringLiteral5E7AF688FC963011F16BD50BD474C4F19C5F42FB, /*hidden argument*/NULL); UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_14 = L_13; String_t* L_15 = __this->get_initial_path_38(); NullCheck(L_14); UriBuilder_set_Path_mB46E97D72960ADECCDCFA9733228DABEA4A5AB31(L_14, L_15, /*hidden argument*/NULL); NullCheck(L_14); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_16; L_16 = UriBuilder_get_Uri_mCC00D0ED823993613F5E62435B85FDADC891C328(L_14, /*hidden argument*/NULL); String_t* L_17 = V_1; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_18 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m0B44AFB01F3FEDE9319BA4556288340D16101F9D(L_18, L_16, L_17, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_19; L_19 = Uri_get_LocalPath_mED5287A7F9ADF1CCBAFD77221135A37C133F067E(L_18, /*hidden argument*/NULL); V_0 = L_19; } IL_0075: { String_t* L_20 = V_0; NullCheck(L_20); int32_t L_21; L_21 = String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826(L_20, ((int32_t)47), /*hidden argument*/NULL); V_2 = L_21; int32_t L_22 = V_2; if ((!(((uint32_t)L_22) == ((uint32_t)(-1))))) { goto IL_0084; } } { return (String_t*)NULL; } IL_0084: { String_t* L_23 = V_0; int32_t L_24 = V_2; NullCheck(L_23); String_t* L_25; L_25 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_23, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)), /*hidden argument*/NULL); return L_25; } } // System.Void System.Net.FtpWebRequest::CWDAndSetFileName(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CWDAndSetFileName_mDF800AE48F4B5A2E4318725F9580F94332320818 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, 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*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F4834BD098A695FDE6AA074DD12E90C659CD225); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * V_1 = NULL; int32_t V_2 = 0; { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; String_t* L_1; L_1 = FtpWebRequest_GetRemoteFolderPath_m488F394C61CFDE4C2986674B413F48E4E73E5B27(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; if (!L_2) { goto IL_006e; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; String_t* L_5 = V_0; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (String_t*)L_5); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_6; L_6 = FtpWebRequest_SendCommand_m768CD19EFA1C7A5CB76BCFF5AF5C83A8F14C8FB5(__this, _stringLiteral7F4834BD098A695FDE6AA074DD12E90C659CD225, L_4, /*hidden argument*/NULL); V_1 = L_6; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_7 = V_1; NullCheck(L_7); int32_t L_8; L_8 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) < ((int32_t)((int32_t)200)))) { goto IL_003b; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_9 = V_1; NullCheck(L_9); int32_t L_10; L_10 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) < ((int32_t)((int32_t)300)))) { goto IL_0043; } } IL_003b: { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_11 = V_1; Exception_t * L_12; L_12 = FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C(__this, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_CWDAndSetFileName_mDF800AE48F4B5A2E4318725F9580F94332320818_RuntimeMethod_var))); } IL_0043: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_13 = ___uri0; NullCheck(L_13); String_t* L_14; L_14 = Uri_get_LocalPath_mED5287A7F9ADF1CCBAFD77221135A37C133F067E(L_13, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_15; L_15 = String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826(L_14, ((int32_t)47), /*hidden argument*/NULL); V_2 = L_15; int32_t L_16 = V_2; if ((((int32_t)L_16) < ((int32_t)0))) { goto IL_006e; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_17 = ___uri0; NullCheck(L_17); String_t* L_18; L_18 = Uri_get_LocalPath_mED5287A7F9ADF1CCBAFD77221135A37C133F067E(L_17, /*hidden argument*/NULL); int32_t L_19 = V_2; NullCheck(L_18); String_t* L_20; L_20 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); String_t* L_21; L_21 = Uri_UnescapeDataString_m52E242703F2842594B2B37D673CDD5465ABCC836(L_20, /*hidden argument*/NULL); __this->set_file_name_13(L_21); } IL_006e: { return; } } // System.Void System.Net.FtpWebRequest::ProcessMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_ProcessMethod_m3ACE0BEB493C1DE1DBE1975B2467B45D0E9DD4A3 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04045BCBA2BF67D6C1FB792E497557BDF7F450B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral127982D8D48B627D6FEB2E03467C76CE65E3AD8A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2264BCDAE97447CBA2BF489CDD8241719D321D83); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CF09EA528F2B59A7130F83612C8F6DC4419E135); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4804D4A94A508275B12EF1A6D5615949E9E336E1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral495DC0FD751814351D0F918BCFE0E9C782E2E090); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65C1D59289B5966ECA441384A680097DC790EC62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86EB59FCEC37C8229DD2F3BB2A9EBA2F48812A6A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAAFC71E95E05872CC9F35C4F43F28F1413C8E894); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7037FE69D3F4578EBCEE87B50A50C9E21C70409); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB80519B73D335C4C43628C2D134643395ECC9577); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC68DC3872E7EB1BBA4CCE5012FCB2352A90E5572); s_Il2CppMethodInitialized = true; } WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * V_0 = NULL; String_t* V_1 = NULL; uint32_t V_2 = 0; { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_0; L_0 = FtpWebRequest_GetServicePoint_m25895E7497C1B2D213095675565065B322A8B7C8(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1; L_1 = ServicePoint_get_UsesProxy_mE6CE550E4DFEB85A673160DE35CD67AFA87F35BD_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0087; } } { String_t* L_2 = __this->get_method_31(); bool L_3; L_3 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_2, _stringLiteral2264BCDAE97447CBA2BF489CDD8241719D321D83, /*hidden argument*/NULL); if (!L_3) { goto IL_002a; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_4 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB52F6E72E263526DDC3A444805789CD0A5D34A44)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_ProcessMethod_m3ACE0BEB493C1DE1DBE1975B2467B45D0E9DD4A3_RuntimeMethod_var))); } IL_002a: { RuntimeObject* L_5 = __this->get_proxy_23(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_6 = __this->get_requestUri_12(); NullCheck(L_5); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_7; L_7 = InterfaceFuncInvoker1< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(0 /* System.Uri System.Net.IWebProxy::GetProxy(System.Uri) */, IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3_il2cpp_TypeInfo_var, L_5, L_6); IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_il2cpp_TypeInfo_var); WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_8; L_8 = WebRequest_Create_mCBC2128DC3480F06381E2A4BC49A790BE33E6627(L_7, /*hidden argument*/NULL); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_9 = ((HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A *)CastclassClass((RuntimeObject*)L_8, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var)); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_10 = __this->get_requestUri_12(); NullCheck(L_9); HttpWebRequest_set_Address_mE538AB6AC85692B1BD77E147BB6ECC7E4F5EB51E_inline(L_9, L_10, /*hidden argument*/NULL); __this->set_requestState_34(6); NullCheck(L_9); WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_11; L_11 = VirtualFuncInvoker0< WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * >::Invoke(23 /* System.Net.WebResponse System.Net.WebRequest::GetResponse() */, L_9); V_0 = L_11; FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_12 = __this->get_ftpResponse_36(); WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_13 = V_0; NullCheck(L_13); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14; L_14 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(11 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_13); FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * L_15 = (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 *)il2cpp_codegen_object_new(FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0_il2cpp_TypeInfo_var); FtpDataStream__ctor_m12DEF84E5023BF6B70B369BC639AFA7C41EA4B28(L_15, __this, L_14, (bool)1, /*hidden argument*/NULL); NullCheck(L_12); FtpWebResponse_set_Stream_mF4F189761287CE77596991E70D6341AF4112F283_inline(L_12, L_15, /*hidden argument*/NULL); FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_16 = __this->get_ftpResponse_36(); NullCheck(L_16); FtpWebResponse_set_StatusCode_mB5B7043FE30DA817E1A4956D3D1756230B4D8A01_inline(L_16, ((int32_t)200), /*hidden argument*/NULL); return; } IL_0087: { FtpWebRequest_set_State_mE87604293AC52BC8B5CF528FAC99E8E7E3AE917B(__this, 2, /*hidden argument*/NULL); FtpWebRequest_ResolveHost_m6DF3C78F9233D976016348AD59D0681D6C2C8B23(__this, /*hidden argument*/NULL); FtpWebRequest_OpenControlConnection_mFD7CA02307C29873759DE48F3A9C4D9F267D768C(__this, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_17 = __this->get_requestUri_12(); FtpWebRequest_CWDAndSetFileName_mDF800AE48F4B5A2E4318725F9580F94332320818(__this, L_17, /*hidden argument*/NULL); FtpWebRequest_SetType_mDAC31745ACF9E3AF4DE7898CD3EDC1512BFADF0D(__this, /*hidden argument*/NULL); String_t* L_18 = __this->get_method_31(); V_1 = L_18; String_t* L_19 = V_1; uint32_t L_20; L_20 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_mF68FD3031E09D93558520520C63240F3EA7D6AC6(L_19, /*hidden argument*/NULL); V_2 = L_20; uint32_t L_21 = V_2; if ((!(((uint32_t)L_21) <= ((uint32_t)((int32_t)1636987420))))) { goto IL_0116; } } { uint32_t L_22 = V_2; if ((!(((uint32_t)L_22) <= ((uint32_t)((int32_t)172932033))))) { goto IL_00f0; } } { uint32_t L_23 = V_2; if ((((int32_t)L_23) == ((int32_t)((int32_t)61167622)))) { goto IL_01c7; } } { uint32_t L_24 = V_2; if ((((int32_t)L_24) == ((int32_t)((int32_t)111500479)))) { goto IL_01b5; } } { uint32_t L_25 = V_2; if ((((int32_t)L_25) == ((int32_t)((int32_t)172932033)))) { goto IL_018b; } } { goto IL_0248; } IL_00f0: { uint32_t L_26 = V_2; if ((((int32_t)L_26) == ((int32_t)((int32_t)540800083)))) { goto IL_0212; } } { uint32_t L_27 = V_2; if ((((int32_t)L_27) == ((int32_t)((int32_t)1414193175)))) { goto IL_0203; } } { uint32_t L_28 = V_2; if ((((int32_t)L_28) == ((int32_t)((int32_t)1636987420)))) { goto IL_01d6; } } { goto IL_0248; } IL_0116: { uint32_t L_29 = V_2; if ((!(((uint32_t)L_29) <= ((uint32_t)((int32_t)-1708872540))))) { goto IL_0141; } } { uint32_t L_30 = V_2; if ((((int32_t)L_30) == ((int32_t)((int32_t)-2104514709)))) { goto IL_01a0; } } { uint32_t L_31 = V_2; if ((((int32_t)L_31) == ((int32_t)((int32_t)-2102073603)))) { goto IL_0221; } } { uint32_t L_32 = V_2; if ((((int32_t)L_32) == ((int32_t)((int32_t)-1708872540)))) { goto IL_01f4; } } { goto IL_0248; } IL_0141: { uint32_t L_33 = V_2; if ((((int32_t)L_33) == ((int32_t)((int32_t)-1165828937)))) { goto IL_01e5; } } { uint32_t L_34 = V_2; if ((((int32_t)L_34) == ((int32_t)((int32_t)-334409030)))) { goto IL_0161; } } { uint32_t L_35 = V_2; if ((((int32_t)L_35) == ((int32_t)((int32_t)-177056040)))) { goto IL_0176; } } { goto IL_0248; } IL_0161: { String_t* L_36 = V_1; bool L_37; L_37 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_36, _stringLiteral2264BCDAE97447CBA2BF489CDD8241719D321D83, /*hidden argument*/NULL); if (L_37) { goto IL_0230; } } { goto IL_0248; } IL_0176: { String_t* L_38 = V_1; bool L_39; L_39 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_38, _stringLiteral127982D8D48B627D6FEB2E03467C76CE65E3AD8A, /*hidden argument*/NULL); if (L_39) { goto IL_0230; } } { goto IL_0248; } IL_018b: { String_t* L_40 = V_1; bool L_41; L_41 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_40, _stringLiteral495DC0FD751814351D0F918BCFE0E9C782E2E090, /*hidden argument*/NULL); if (L_41) { goto IL_0230; } } { goto IL_0248; } IL_01a0: { String_t* L_42 = V_1; bool L_43; L_43 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_42, _stringLiteral65C1D59289B5966ECA441384A680097DC790EC62, /*hidden argument*/NULL); if (L_43) { goto IL_0238; } } { goto IL_0248; } IL_01b5: { String_t* L_44 = V_1; bool L_45; L_45 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_44, _stringLiteralB7037FE69D3F4578EBCEE87B50A50C9E21C70409, /*hidden argument*/NULL); if (L_45) { goto IL_0238; } } { goto IL_0248; } IL_01c7: { String_t* L_46 = V_1; bool L_47; L_47 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_46, _stringLiteralC68DC3872E7EB1BBA4CCE5012FCB2352A90E5572, /*hidden argument*/NULL); if (L_47) { goto IL_0238; } } { goto IL_0248; } IL_01d6: { String_t* L_48 = V_1; bool L_49; L_49 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_48, _stringLiteralAAFC71E95E05872CC9F35C4F43F28F1413C8E894, /*hidden argument*/NULL); if (L_49) { goto IL_0240; } } { goto IL_0248; } IL_01e5: { String_t* L_50 = V_1; bool L_51; L_51 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_50, _stringLiteral4804D4A94A508275B12EF1A6D5615949E9E336E1, /*hidden argument*/NULL); if (L_51) { goto IL_0240; } } { goto IL_0248; } IL_01f4: { String_t* L_52 = V_1; bool L_53; L_53 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_52, _stringLiteral04045BCBA2BF67D6C1FB792E497557BDF7F450B1, /*hidden argument*/NULL); if (L_53) { goto IL_0240; } } { goto IL_0248; } IL_0203: { String_t* L_54 = V_1; bool L_55; L_55 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_54, _stringLiteral3CF09EA528F2B59A7130F83612C8F6DC4419E135, /*hidden argument*/NULL); if (L_55) { goto IL_0240; } } { goto IL_0248; } IL_0212: { String_t* L_56 = V_1; bool L_57; L_57 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_56, _stringLiteralB80519B73D335C4C43628C2D134643395ECC9577, /*hidden argument*/NULL); if (L_57) { goto IL_0240; } } { goto IL_0248; } IL_0221: { String_t* L_58 = V_1; bool L_59; L_59 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_58, _stringLiteral86EB59FCEC37C8229DD2F3BB2A9EBA2F48812A6A, /*hidden argument*/NULL); if (L_59) { goto IL_0240; } } { goto IL_0248; } IL_0230: { FtpWebRequest_DownloadData_m0F15143F2C40D4F09475AAB4423400B119BB6F44(__this, /*hidden argument*/NULL); goto IL_025e; } IL_0238: { FtpWebRequest_UploadData_m7259C80526175063052EFF4E3385887FD24BB2C9(__this, /*hidden argument*/NULL); goto IL_025e; } IL_0240: { FtpWebRequest_ProcessSimpleMethod_m6974AB78251B8069DAE7BB2B251B3AF337136547(__this, /*hidden argument*/NULL); goto IL_025e; } IL_0248: { String_t* L_60 = __this->get_method_31(); String_t* L_61; L_61 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9F43D60E48611DB4C4BF441CA4CDD85427CBE145)), L_60, /*hidden argument*/NULL); Exception_t * L_62 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_62, L_61, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_62, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_ProcessMethod_m3ACE0BEB493C1DE1DBE1975B2467B45D0E9DD4A3_RuntimeMethod_var))); } IL_025e: { FtpWebRequest_CheckIfAborted_mBDB00979DE4C68226AB0EE95DB5B2CAB89B707B9(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpWebRequest::CloseControlConnection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CloseControlConnection_mAED79812FA541E4A68041C960F19AC1A3F89691F (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisString_t_m87CDA7CB9D8B424E2A15A16ABAB3AD126842F825_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A2B511F9E1806176D2C8E3C04414FCABDA3FC6A); s_Il2CppMethodInitialized = true; } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_controlStream_17(); if (!L_0) { goto IL_002b; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1; L_1 = Array_Empty_TisString_t_m87CDA7CB9D8B424E2A15A16ABAB3AD126842F825_inline(/*hidden argument*/Array_Empty_TisString_t_m87CDA7CB9D8B424E2A15A16ABAB3AD126842F825_RuntimeMethod_var); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_2; L_2 = FtpWebRequest_SendCommand_m768CD19EFA1C7A5CB76BCFF5AF5C83A8F14C8FB5(__this, _stringLiteral2A2B511F9E1806176D2C8E3C04414FCABDA3FC6A, L_1, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = __this->get_controlStream_17(); NullCheck(L_3); VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, L_3); __this->set_controlStream_17((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL); } IL_002b: { return; } } // System.Void System.Net.FtpWebRequest::CloseDataConnection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CloseDataConnection_m983F10DAF3E36D46B6D22FBDC494F38D71C3251C (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_origDataStream_15(); if (!L_0) { goto IL_001a; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get_origDataStream_15(); NullCheck(L_1); VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, L_1); __this->set_origDataStream_15((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL); } IL_001a: { return; } } // System.Void System.Net.FtpWebRequest::CloseConnection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CloseConnection_mA7DB077185A10403B796A8D7EFD291A8C93A2754 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { FtpWebRequest_CloseControlConnection_mAED79812FA541E4A68041C960F19AC1A3F89691F(__this, /*hidden argument*/NULL); FtpWebRequest_CloseDataConnection_m983F10DAF3E36D46B6D22FBDC494F38D71C3251C(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpWebRequest::ProcessSimpleMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_ProcessSimpleMethod_m6974AB78251B8069DAE7BB2B251B3AF337136547 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisString_t_m87CDA7CB9D8B424E2A15A16ABAB3AD126842F825_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04045BCBA2BF67D6C1FB792E497557BDF7F450B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37ED41C0F774F2E2A7BBC7FEAB93A84085A01530); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CF09EA528F2B59A7130F83612C8F6DC4419E135); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4804D4A94A508275B12EF1A6D5615949E9E336E1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F4834BD098A695FDE6AA074DD12E90C659CD225); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86EB59FCEC37C8229DD2F3BB2A9EBA2F48812A6A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA2F1D185E07BC18D8F5CEE1B8FD0C522DDB0158D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAAFC71E95E05872CC9F35C4F43F28F1413C8E894); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB80519B73D335C4C43628C2D134643395ECC9577); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2C28F43F81C1F168F05093B64423B1E32B3DC9C); s_Il2CppMethodInitialized = true; } FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int64_t V_5 = 0; int32_t G_B35_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B35_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B35_2 = NULL; String_t* G_B35_3 = NULL; FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * G_B35_4 = NULL; int32_t G_B34_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B34_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B34_2 = NULL; String_t* G_B34_3 = NULL; FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * G_B34_4 = NULL; String_t* G_B36_0 = NULL; int32_t G_B36_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B36_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B36_3 = NULL; String_t* G_B36_4 = NULL; FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * G_B36_5 = NULL; { FtpWebRequest_set_State_mE87604293AC52BC8B5CF528FAC99E8E7E3AE917B(__this, 5, /*hidden argument*/NULL); String_t* L_0 = __this->get_method_31(); bool L_1; L_1 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_0, _stringLiteral04045BCBA2BF67D6C1FB792E497557BDF7F450B1, /*hidden argument*/NULL); if (!L_1) { goto IL_0024; } } { __this->set_method_31(_stringLiteral04045BCBA2BF67D6C1FB792E497557BDF7F450B1); } IL_0024: { String_t* L_2 = __this->get_method_31(); bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteralB80519B73D335C4C43628C2D134643395ECC9577, /*hidden argument*/NULL); if (!L_3) { goto IL_0041; } } { __this->set_method_31(_stringLiteralE2C28F43F81C1F168F05093B64423B1E32B3DC9C); } IL_0041: { String_t* L_4 = __this->get_method_31(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_5; String_t* L_7 = __this->get_file_name_13(); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(0), (String_t*)L_7); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_8; L_8 = FtpWebRequest_SendCommand_m768CD19EFA1C7A5CB76BCFF5AF5C83A8F14C8FB5(__this, L_4, L_6, /*hidden argument*/NULL); V_0 = L_8; FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_9 = __this->get_ftpResponse_36(); IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_10 = ((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields*)il2cpp_codegen_static_fields_for(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var))->get_Null_1(); NullCheck(L_9); FtpWebResponse_set_Stream_mF4F189761287CE77596991E70D6341AF4112F283_inline(L_9, L_10, /*hidden argument*/NULL); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = FtpStatus_get_StatusDescription_m92E877F6DF8CC7794B43E239E8F09D827419DAAB_inline(L_11, /*hidden argument*/NULL); V_1 = L_12; String_t* L_13 = __this->get_method_31(); V_2 = L_13; String_t* L_14 = V_2; bool L_15; L_15 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_14, _stringLiteralAAFC71E95E05872CC9F35C4F43F28F1413C8E894, /*hidden argument*/NULL); if (L_15) { goto IL_00dd; } } { String_t* L_16 = V_2; bool L_17; L_17 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_16, _stringLiteral4804D4A94A508275B12EF1A6D5615949E9E336E1, /*hidden argument*/NULL); if (L_17) { goto IL_016e; } } { String_t* L_18 = V_2; bool L_19; L_19 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_18, _stringLiteral3CF09EA528F2B59A7130F83612C8F6DC4419E135, /*hidden argument*/NULL); if (L_19) { goto IL_01a5; } } { String_t* L_20 = V_2; bool L_21; L_21 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_20, _stringLiteral7F4834BD098A695FDE6AA074DD12E90C659CD225, /*hidden argument*/NULL); if (L_21) { goto IL_01bd; } } { String_t* L_22 = V_2; bool L_23; L_23 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_22, _stringLiteralE2C28F43F81C1F168F05093B64423B1E32B3DC9C, /*hidden argument*/NULL); if (L_23) { goto IL_0204; } } { String_t* L_24 = V_2; bool L_25; L_25 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_24, _stringLiteral86EB59FCEC37C8229DD2F3BB2A9EBA2F48812A6A, /*hidden argument*/NULL); if (L_25) { goto IL_0263; } } { goto IL_0278; } IL_00dd: { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_26 = V_0; NullCheck(L_26); int32_t L_27; L_27 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_26, /*hidden argument*/NULL); if ((((int32_t)L_27) == ((int32_t)((int32_t)213)))) { goto IL_00f2; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_28 = V_0; Exception_t * L_29; L_29 = FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C(__this, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_ProcessSimpleMethod_m6974AB78251B8069DAE7BB2B251B3AF337136547_RuntimeMethod_var))); } IL_00f2: { V_3 = 4; V_4 = 0; goto IL_0103; } IL_00f9: { int32_t L_30 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); int32_t L_31 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0103: { int32_t L_32 = V_3; String_t* L_33 = V_1; NullCheck(L_33); int32_t L_34; L_34 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_33, /*hidden argument*/NULL); if ((((int32_t)L_32) >= ((int32_t)L_34))) { goto IL_011a; } } { String_t* L_35 = V_1; int32_t L_36 = V_3; NullCheck(L_35); Il2CppChar L_37; L_37 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_35, L_36, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_38; L_38 = Char_IsDigit_mC19135099993954C820E030363B943034575F504(L_37, /*hidden argument*/NULL); if (L_38) { goto IL_00f9; } } IL_011a: { int32_t L_39 = V_4; if (L_39) { goto IL_0134; } } { String_t* L_40 = __this->get_method_31(); String_t* L_41; L_41 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C6A811813FC0E1D24191F0E8885337EE01B7E4D)), L_40, /*hidden argument*/NULL); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_42 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_mEBC92BF36C0C3C6CC044180748D41AB9AADEEDC9(L_42, L_41, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_ProcessSimpleMethod_m6974AB78251B8069DAE7BB2B251B3AF337136547_RuntimeMethod_var))); } IL_0134: { String_t* L_43 = V_1; int32_t L_44 = V_4; NullCheck(L_43); String_t* L_45; L_45 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_43, 4, L_44, /*hidden argument*/NULL); bool L_46; L_46 = Int64_TryParse_m6EA988890D7F9954EA49A7227E60B3C674930650(L_45, (int64_t*)(&V_5), /*hidden argument*/NULL); if (L_46) { goto IL_015c; } } { String_t* L_47 = __this->get_method_31(); String_t* L_48; L_48 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C6A811813FC0E1D24191F0E8885337EE01B7E4D)), L_47, /*hidden argument*/NULL); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_49 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_mEBC92BF36C0C3C6CC044180748D41AB9AADEEDC9(L_49, L_48, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_ProcessSimpleMethod_m6974AB78251B8069DAE7BB2B251B3AF337136547_RuntimeMethod_var))); } IL_015c: { FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_50 = __this->get_ftpResponse_36(); int64_t L_51 = V_5; NullCheck(L_50); L_50->set_contentLength_12(L_51); goto IL_0278; } IL_016e: { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_52 = V_0; NullCheck(L_52); int32_t L_53; L_53 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_52, /*hidden argument*/NULL); if ((((int32_t)L_53) == ((int32_t)((int32_t)213)))) { goto IL_0183; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_54 = V_0; Exception_t * L_55; L_55 = FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C(__this, L_54, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_ProcessSimpleMethod_m6974AB78251B8069DAE7BB2B251B3AF337136547_RuntimeMethod_var))); } IL_0183: { FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_56 = __this->get_ftpResponse_36(); String_t* L_57 = V_1; NullCheck(L_57); String_t* L_58; L_58 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_57, 4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_59; L_59 = DateTime_ParseExact_mBB8F709AF7361D848FC1A63453CE04837E97C53C(L_58, _stringLiteral37ED41C0F774F2E2A7BBC7FEAB93A84085A01530, (RuntimeObject*)NULL, /*hidden argument*/NULL); NullCheck(L_56); FtpWebResponse_set_LastModified_mB0788FCB6FBF63C284B2DE63D86AB95CA9C2A3D2_inline(L_56, L_59, /*hidden argument*/NULL); goto IL_0278; } IL_01a5: { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_60 = V_0; NullCheck(L_60); int32_t L_61; L_61 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_60, /*hidden argument*/NULL); if ((((int32_t)L_61) == ((int32_t)((int32_t)257)))) { goto IL_0278; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_62 = V_0; Exception_t * L_63; L_63 = FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C(__this, L_62, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_ProcessSimpleMethod_m6974AB78251B8069DAE7BB2B251B3AF337136547_RuntimeMethod_var))); } IL_01bd: { __this->set_method_31(_stringLiteral04045BCBA2BF67D6C1FB792E497557BDF7F450B1); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_64 = V_0; NullCheck(L_64); int32_t L_65; L_65 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_64, /*hidden argument*/NULL); if ((((int32_t)L_65) == ((int32_t)((int32_t)250)))) { goto IL_01dd; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_66 = V_0; Exception_t * L_67; L_67 = FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C(__this, L_66, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_67, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_ProcessSimpleMethod_m6974AB78251B8069DAE7BB2B251B3AF337136547_RuntimeMethod_var))); } IL_01dd: { String_t* L_68 = __this->get_method_31(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_69; L_69 = Array_Empty_TisString_t_m87CDA7CB9D8B424E2A15A16ABAB3AD126842F825_inline(/*hidden argument*/Array_Empty_TisString_t_m87CDA7CB9D8B424E2A15A16ABAB3AD126842F825_RuntimeMethod_var); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_70; L_70 = FtpWebRequest_SendCommand_m768CD19EFA1C7A5CB76BCFF5AF5C83A8F14C8FB5(__this, L_68, L_69, /*hidden argument*/NULL); V_0 = L_70; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_71 = V_0; NullCheck(L_71); int32_t L_72; L_72 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_71, /*hidden argument*/NULL); if ((((int32_t)L_72) == ((int32_t)((int32_t)257)))) { goto IL_0278; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_73 = V_0; Exception_t * L_74; L_74 = FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C(__this, L_73, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_74, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_ProcessSimpleMethod_m6974AB78251B8069DAE7BB2B251B3AF337136547_RuntimeMethod_var))); } IL_0204: { __this->set_method_31(_stringLiteralB80519B73D335C4C43628C2D134643395ECC9577); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_75 = V_0; NullCheck(L_75); int32_t L_76; L_76 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_75, /*hidden argument*/NULL); if ((((int32_t)L_76) == ((int32_t)((int32_t)350)))) { goto IL_0224; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_77 = V_0; Exception_t * L_78; L_78 = FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C(__this, L_77, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_78, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_ProcessSimpleMethod_m6974AB78251B8069DAE7BB2B251B3AF337136547_RuntimeMethod_var))); } IL_0224: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_79 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_80 = L_79; String_t* L_81 = __this->get_renameTo_32(); G_B34_0 = 0; G_B34_1 = L_80; G_B34_2 = L_80; G_B34_3 = _stringLiteralA2F1D185E07BC18D8F5CEE1B8FD0C522DDB0158D; G_B34_4 = __this; if (L_81) { G_B35_0 = 0; G_B35_1 = L_80; G_B35_2 = L_80; G_B35_3 = _stringLiteralA2F1D185E07BC18D8F5CEE1B8FD0C522DDB0158D; G_B35_4 = __this; goto IL_0241; } } { String_t* L_82 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B36_0 = L_82; G_B36_1 = G_B34_0; G_B36_2 = G_B34_1; G_B36_3 = G_B34_2; G_B36_4 = G_B34_3; G_B36_5 = G_B34_4; goto IL_0247; } IL_0241: { String_t* L_83 = __this->get_renameTo_32(); G_B36_0 = L_83; G_B36_1 = G_B35_0; G_B36_2 = G_B35_1; G_B36_3 = G_B35_2; G_B36_4 = G_B35_3; G_B36_5 = G_B35_4; } IL_0247: { NullCheck(G_B36_2); ArrayElementTypeCheck (G_B36_2, G_B36_0); (G_B36_2)->SetAt(static_cast(G_B36_1), (String_t*)G_B36_0); NullCheck(G_B36_5); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_84; L_84 = FtpWebRequest_SendCommand_m768CD19EFA1C7A5CB76BCFF5AF5C83A8F14C8FB5(G_B36_5, G_B36_4, G_B36_3, /*hidden argument*/NULL); V_0 = L_84; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_85 = V_0; NullCheck(L_85); int32_t L_86; L_86 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_85, /*hidden argument*/NULL); if ((((int32_t)L_86) == ((int32_t)((int32_t)250)))) { goto IL_0278; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_87 = V_0; Exception_t * L_88; L_88 = FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C(__this, L_87, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_88, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_ProcessSimpleMethod_m6974AB78251B8069DAE7BB2B251B3AF337136547_RuntimeMethod_var))); } IL_0263: { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_89 = V_0; NullCheck(L_89); int32_t L_90; L_90 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_89, /*hidden argument*/NULL); if ((((int32_t)L_90) == ((int32_t)((int32_t)250)))) { goto IL_0278; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_91 = V_0; Exception_t * L_92; L_92 = FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C(__this, L_91, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_92, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_ProcessSimpleMethod_m6974AB78251B8069DAE7BB2B251B3AF337136547_RuntimeMethod_var))); } IL_0278: { FtpWebRequest_set_State_mE87604293AC52BC8B5CF528FAC99E8E7E3AE917B(__this, 6, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpWebRequest::UploadData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_UploadData_m7259C80526175063052EFF4E3385887FD24BB2C9 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { FtpWebRequest_set_State_mE87604293AC52BC8B5CF528FAC99E8E7E3AE917B(__this, 4, /*hidden argument*/NULL); FtpWebRequest_OpenDataConnection_m7B20A78CE3EA96C9220161E8DB496AFD35DDA3FD(__this, /*hidden argument*/NULL); FtpWebRequest_set_State_mE87604293AC52BC8B5CF528FAC99E8E7E3AE917B(__this, 5, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_dataStream_16(); FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * L_1 = (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 *)il2cpp_codegen_object_new(FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0_il2cpp_TypeInfo_var); FtpDataStream__ctor_m12DEF84E5023BF6B70B369BC639AFA7C41EA4B28(L_1, __this, L_0, (bool)0, /*hidden argument*/NULL); __this->set_requestStream_37(L_1); FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * L_2 = __this->get_asyncResult_35(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = __this->get_requestStream_37(); NullCheck(L_2); FtpAsyncResult_set_Stream_m3A5FF8198D8DBE05BFEDE9AFC05D109C5523596C_inline(L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpWebRequest::DownloadData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_DownloadData_m0F15143F2C40D4F09475AAB4423400B119BB6F44 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { FtpWebRequest_set_State_mE87604293AC52BC8B5CF528FAC99E8E7E3AE917B(__this, 4, /*hidden argument*/NULL); FtpWebRequest_OpenDataConnection_m7B20A78CE3EA96C9220161E8DB496AFD35DDA3FD(__this, /*hidden argument*/NULL); FtpWebRequest_set_State_mE87604293AC52BC8B5CF528FAC99E8E7E3AE917B(__this, 5, /*hidden argument*/NULL); FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_0 = __this->get_ftpResponse_36(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get_dataStream_16(); FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 * L_2 = (FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0 *)il2cpp_codegen_object_new(FtpDataStream_t8D77868ECA7AFC1A74A996CADD50D0E0B40ACFB0_il2cpp_TypeInfo_var); FtpDataStream__ctor_m12DEF84E5023BF6B70B369BC639AFA7C41EA4B28(L_2, __this, L_1, (bool)1, /*hidden argument*/NULL); NullCheck(L_0); FtpWebResponse_set_Stream_mF4F189761287CE77596991E70D6341AF4112F283_inline(L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpWebRequest::CheckRequestStarted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CheckRequestStarted_mCE9B6182FC2F9813667EF4BFC4A23BCA56AF1297 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = FtpWebRequest_get_State_m34CC17F0FC097BC81296D0C7B58CFF5ED713FDB2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB03477237F32AFAE0FFDD6AACD9C51DF6BAEDDB7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_CheckRequestStarted_mCE9B6182FC2F9813667EF4BFC4A23BCA56AF1297_RuntimeMethod_var))); } IL_0013: { return; } } // System.Void System.Net.FtpWebRequest::OpenControlConnection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_OpenControlConnection_mFD7CA02307C29873759DE48F3A9C4D9F267D768C (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisString_t_m87CDA7CB9D8B424E2A15A16ABAB3AD126842F825_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04045BCBA2BF67D6C1FB792E497557BDF7F450B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F531D091DEFD1AFE9482485551BED2FDAAA1A44); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA46737DD153510F79305AF4E1494F323B2F08BBA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE06F79CC91CBA3EFF69C9035EB350CE374F8B79F); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_1 = NULL; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * V_2 = NULL; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* V_3 = NULL; int32_t V_4 = 0; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Exception_t *)NULL; V_1 = (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)NULL; IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_0 = __this->get_hostEntry_20(); NullCheck(L_0); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_1; L_1 = IPHostEntry_get_AddressList_m466AC33C136531F42A5EDCD3A75E5B392075186F_inline(L_0, /*hidden argument*/NULL); V_3 = L_1; V_4 = 0; goto IL_0091; } IL_0015: { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_2 = V_3; int32_t L_3 = V_4; NullCheck(L_2); int32_t L_4 = L_3; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_5 = (L_2)->GetAt(static_cast(L_4)); V_5 = L_5; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_6 = V_5; NullCheck(L_6); int32_t L_7; L_7 = IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline(L_6, /*hidden argument*/NULL); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_8 = (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)il2cpp_codegen_object_new(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket__ctor_m5A4B335AEC1450ABE31CF1151F3F5A93D9D0280C(L_8, L_7, 1, 6, /*hidden argument*/NULL); V_1 = L_8; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_9 = V_5; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_10 = __this->get_requestUri_12(); NullCheck(L_10); int32_t L_11; L_11 = Uri_get_Port_m23A08BF55EC1DC7421B99E6E77544DDF5900099C(L_10, /*hidden argument*/NULL); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_12 = (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *)il2cpp_codegen_object_new(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); IPEndPoint__ctor_m22783A215BA0B38674F6A6CB6803804268561321(L_12, L_9, L_11, /*hidden argument*/NULL); __this->set_remoteEndPoint_22(L_12); ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_13; L_13 = FtpWebRequest_get_ServicePoint_mF0D53A0F2DBE7ADCA3969E3DEAAA653C7105E823(__this, /*hidden argument*/NULL); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_14 = V_1; IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_15 = __this->get_remoteEndPoint_22(); NullCheck(L_13); bool L_16; L_16 = ServicePoint_CallEndPointDelegate_mD2D6A04E2C8D485E4BE66BE8376123108FE76C98(L_13, L_14, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0060; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_17 = V_1; NullCheck(L_17); Socket_Close_m24AB78F5DAC1C39BB7FFB30A9620B2B07E01DEEB(L_17, /*hidden argument*/NULL); V_1 = (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)NULL; goto IL_008b; } IL_0060: { } IL_0061: try {// begin try (depth: 1) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_18 = V_1; IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_19 = __this->get_remoteEndPoint_22(); NullCheck(L_18); Socket_Connect_mA047E173F3E1082B396D018585E0B0B2D6E8E5A8(L_18, L_19, /*hidden argument*/NULL); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_20 = V_1; NullCheck(L_20); EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_21; L_21 = Socket_get_LocalEndPoint_m327EB4A6DD9260037F648B5ABA719BB305D40EB0(L_20, /*hidden argument*/NULL); __this->set_localEndPoint_21(((IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *)CastclassClass((RuntimeObject*)L_21, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var))); goto IL_009b; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0080; } throw e; } CATCH_0080: {// begin catch(System.Net.Sockets.SocketException) V_0 = ((SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)IL2CPP_GET_ACTIVE_EXCEPTION(SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_22 = V_1; NullCheck(L_22); Socket_Close_m24AB78F5DAC1C39BB7FFB30A9620B2B07E01DEEB(L_22, /*hidden argument*/NULL); V_1 = (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)NULL; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_008b; }// end catch (depth: 1) IL_008b: { int32_t L_23 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0091: { int32_t L_24 = V_4; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_25 = V_3; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))) { goto IL_0015; } } IL_009b: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_26 = V_1; if (L_26) { goto IL_00b2; } } { Exception_t * L_27 = V_0; FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_28 = __this->get_ftpResponse_36(); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_29 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_m7C17EA99B1FE182295AF99B968D67080AD4E2CCE(L_29, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A58CF1CA4D29D2B14F780B8AE20188E6D37E55A)), L_27, ((int32_t)16), L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_OpenControlConnection_mFD7CA02307C29873759DE48F3A9C4D9F267D768C_RuntimeMethod_var))); } IL_00b2: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_30 = V_1; NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * L_31 = (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 *)il2cpp_codegen_object_new(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48_il2cpp_TypeInfo_var); NetworkStream__ctor_mF3FEC9C4DAA15E863B119F17F9EACE740ECD8E2C(L_31, L_30, /*hidden argument*/NULL); __this->set_controlStream_17(L_31); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_32 = __this->get_controlStream_17(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_33; L_33 = Encoding_get_ASCII_mD3E8370997347A3F6822BDA50BC0A1DBC0059173(/*hidden argument*/NULL); StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_34 = (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 *)il2cpp_codegen_object_new(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); StreamReader__ctor_mFA7564812FC1200208BCC51CF24D3BE25BD15497(L_34, L_32, L_33, /*hidden argument*/NULL); __this->set_controlReader_18(L_34); FtpWebRequest_set_State_mE87604293AC52BC8B5CF528FAC99E8E7E3AE917B(__this, 3, /*hidden argument*/NULL); FtpWebRequest_Authenticate_m8B6ABFB06A08E8954A1DF5EB6FB71E0D1B6583C9(__this, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_35 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_36 = L_35; NullCheck(L_36); ArrayElementTypeCheck (L_36, _stringLiteralE06F79CC91CBA3EFF69C9035EB350CE374F8B79F); (L_36)->SetAt(static_cast(0), (String_t*)_stringLiteralE06F79CC91CBA3EFF69C9035EB350CE374F8B79F); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_37 = L_36; NullCheck(L_37); ArrayElementTypeCheck (L_37, _stringLiteral6F531D091DEFD1AFE9482485551BED2FDAAA1A44); (L_37)->SetAt(static_cast(1), (String_t*)_stringLiteral6F531D091DEFD1AFE9482485551BED2FDAAA1A44); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_38; L_38 = FtpWebRequest_SendCommand_m768CD19EFA1C7A5CB76BCFF5AF5C83A8F14C8FB5(__this, _stringLiteralA46737DD153510F79305AF4E1494F323B2F08BBA, L_37, /*hidden argument*/NULL); V_2 = L_38; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_39 = V_2; NullCheck(L_39); int32_t L_40; L_40 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_39, /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)((int32_t)200)))) { goto IL_011d; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_41 = V_2; NullCheck(L_41); int32_t L_42; L_42 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_41, /*hidden argument*/NULL); if ((((int32_t)L_42) <= ((int32_t)((int32_t)300)))) { goto IL_012a; } } IL_011d: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_43; L_43 = Encoding_get_Default_mD23CF53E5DA0AEFBB43AA971685B67EABE5FC7A2(/*hidden argument*/NULL); __this->set_dataEncoding_40(L_43); goto IL_0135; } IL_012a: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_44; L_44 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); __this->set_dataEncoding_40(L_44); } IL_0135: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_45; L_45 = Array_Empty_TisString_t_m87CDA7CB9D8B424E2A15A16ABAB3AD126842F825_inline(/*hidden argument*/Array_Empty_TisString_t_m87CDA7CB9D8B424E2A15A16ABAB3AD126842F825_RuntimeMethod_var); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_46; L_46 = FtpWebRequest_SendCommand_m768CD19EFA1C7A5CB76BCFF5AF5C83A8F14C8FB5(__this, _stringLiteral04045BCBA2BF67D6C1FB792E497557BDF7F450B1, L_45, /*hidden argument*/NULL); V_2 = L_46; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_47 = V_2; IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_il2cpp_TypeInfo_var); String_t* L_48; L_48 = FtpWebRequest_GetInitialPath_m515B65C89A04771524FD0C91C3F49F197A7EF3A5(L_47, /*hidden argument*/NULL); __this->set_initial_path_38(L_48); return; } } // System.String System.Net.FtpWebRequest::GetInitialPath(System.Net.FtpStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_GetInitialPath_m515B65C89A04771524FD0C91C3F49F197A7EF3A5 (FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * ___status0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; int32_t V_2 = 0; { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_0 = ___status0; NullCheck(L_0); int32_t L_1; L_1 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)((int32_t)200)))) { goto IL_0025; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) > ((int32_t)((int32_t)300)))) { goto IL_0025; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_4 = ___status0; NullCheck(L_4); String_t* L_5; L_5 = FtpStatus_get_StatusDescription_m92E877F6DF8CC7794B43E239E8F09D827419DAAB_inline(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) > ((int32_t)4))) { goto IL_003f; } } IL_0025: { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_7 = ___status0; NullCheck(L_7); String_t* L_8; L_8 = FtpStatus_get_StatusDescription_m92E877F6DF8CC7794B43E239E8F09D827419DAAB_inline(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E3BBB9C8884258F6139BE04CD4C8F1786CC5C3B)), L_8, /*hidden argument*/NULL); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_10 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_m7C17EA99B1FE182295AF99B968D67080AD4E2CCE(L_10, L_9, (Exception_t *)NULL, ((int32_t)16), (WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_GetInitialPath_m515B65C89A04771524FD0C91C3F49F197A7EF3A5_RuntimeMethod_var))); } IL_003f: { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_11 = ___status0; NullCheck(L_11); String_t* L_12; L_12 = FtpStatus_get_StatusDescription_m92E877F6DF8CC7794B43E239E8F09D827419DAAB_inline(L_11, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13; L_13 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_12, 4, /*hidden argument*/NULL); V_1 = L_13; String_t* L_14 = V_1; NullCheck(L_14); Il2CppChar L_15; L_15 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)34))))) { goto IL_008a; } } { String_t* L_16 = V_1; NullCheck(L_16); int32_t L_17; L_17 = String_IndexOf_mAD7052CB25BA1D60A8F055AA89D09809F61233DB(L_16, ((int32_t)34), 1, /*hidden argument*/NULL); V_2 = L_17; int32_t L_18 = V_2; if ((!(((uint32_t)L_18) == ((uint32_t)(-1))))) { goto IL_007f; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_19 = ___status0; NullCheck(L_19); String_t* L_20; L_20 = FtpStatus_get_StatusDescription_m92E877F6DF8CC7794B43E239E8F09D827419DAAB_inline(L_19, /*hidden argument*/NULL); String_t* L_21; L_21 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1D32AC36B4B9E1E7B2A615168DBE60C194B30C0C)), L_20, /*hidden argument*/NULL); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_22 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_m7C17EA99B1FE182295AF99B968D67080AD4E2CCE(L_22, L_21, (Exception_t *)NULL, ((int32_t)16), (WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_GetInitialPath_m515B65C89A04771524FD0C91C3F49F197A7EF3A5_RuntimeMethod_var))); } IL_007f: { String_t* L_23 = V_1; int32_t L_24 = V_2; NullCheck(L_23); String_t* L_25; L_25 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_23, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_25; } IL_008a: { String_t* L_26 = V_1; NullCheck(L_26); bool L_27; L_27 = String_EndsWith_m9A6011FDF8EBFFD3BCB51FE5BE58BE265116DCBE(L_26, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, /*hidden argument*/NULL); if (L_27) { goto IL_00a3; } } { String_t* L_28 = V_1; String_t* L_29; L_29 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_28, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, /*hidden argument*/NULL); V_1 = L_29; } IL_00a3: { String_t* L_30 = V_1; return L_30; } } // System.Net.Sockets.Socket System.Net.FtpWebRequest::SetupPassiveConnection(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * FtpWebRequest_SetupPassiveConnection_mC4D5D8A597FFB5F30180071EA765B8EF5D07FEF0 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, String_t* ___statusDescription0, bool ___ipv61, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * V_2 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B5_0 = 0; { String_t* L_0 = ___statusDescription0; V_0 = L_0; String_t* L_1 = V_0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) >= ((int32_t)4))) { goto IL_0016; } } { WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_3 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_mEBC92BF36C0C3C6CC044180748D41AB9AADEEDC9(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1852FDAC142F954BD1FC47F600B199C42B7C3A9A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_SetupPassiveConnection_mC4D5D8A597FFB5F30180071EA765B8EF5D07FEF0_RuntimeMethod_var))); } IL_0016: { bool L_4 = ___ipv61; if (L_4) { goto IL_0022; } } { String_t* L_5 = V_0; int32_t L_6; L_6 = FtpWebRequest_GetPortV4_mB7FBC61D647FF973967F6E54C3CA1C6F7CF6485A(__this, L_5, /*hidden argument*/NULL); G_B5_0 = L_6; goto IL_0029; } IL_0022: { String_t* L_7 = V_0; int32_t L_8; L_8 = FtpWebRequest_GetPortV6_m3FDCB0DA059C440B364B1511E6C1D613DB6949A0(__this, L_7, /*hidden argument*/NULL); G_B5_0 = L_8; } IL_0029: { V_1 = G_B5_0; int32_t L_9 = V_1; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_0036; } } { int32_t L_10 = V_1; if ((((int32_t)L_10) <= ((int32_t)((int32_t)65535)))) { goto IL_0041; } } IL_0036: { WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_11 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_mEBC92BF36C0C3C6CC044180748D41AB9AADEEDC9(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1852FDAC142F954BD1FC47F600B199C42B7C3A9A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_SetupPassiveConnection_mC4D5D8A597FFB5F30180071EA765B8EF5D07FEF0_RuntimeMethod_var))); } IL_0041: { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_12 = __this->get_remoteEndPoint_22(); NullCheck(L_12); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_13; L_13 = IPEndPoint_get_Address_mD98DD9465D2DE39A73DD098B79062DBCE15C2A95_inline(L_12, /*hidden argument*/NULL); int32_t L_14 = V_1; IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_15 = (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *)il2cpp_codegen_object_new(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); IPEndPoint__ctor_m22783A215BA0B38674F6A6CB6803804268561321(L_15, L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_16 = V_2; NullCheck(L_16); int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily() */, L_16); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_18 = (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)il2cpp_codegen_object_new(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket__ctor_m5A4B335AEC1450ABE31CF1151F3F5A93D9D0280C(L_18, L_17, 1, 6, /*hidden argument*/NULL); V_3 = L_18; } IL_0061: try {// begin try (depth: 1) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_19 = V_3; IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_20 = V_2; NullCheck(L_19); Socket_Connect_mA047E173F3E1082B396D018585E0B0B2D6E8E5A8(L_19, L_20, /*hidden argument*/NULL); goto IL_007c; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_006a; } throw e; } CATCH_006a: {// begin catch(System.Net.Sockets.SocketException) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_21 = V_3; NullCheck(L_21); Socket_Close_m24AB78F5DAC1C39BB7FFB30A9620B2B07E01DEEB(L_21, /*hidden argument*/NULL); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_22 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_mEBC92BF36C0C3C6CC044180748D41AB9AADEEDC9(L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1852FDAC142F954BD1FC47F600B199C42B7C3A9A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_SetupPassiveConnection_mC4D5D8A597FFB5F30180071EA765B8EF5D07FEF0_RuntimeMethod_var))); }// end catch (depth: 1) IL_007c: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_23 = V_3; return L_23; } } // System.Int32 System.Net.FtpWebRequest::GetPortV4(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpWebRequest_GetPortV4_mB7FBC61D647FF973967F6E54C3CA1C6F7CF6485A (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, String_t* ___responseString0, 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*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____98A44A6F8606AE6F23FE230286C1D6FBCC407226_11_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = ___responseString0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)4); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = L_1; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____98A44A6F8606AE6F23FE230286C1D6FBCC407226_11_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); NullCheck(L_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4; L_4 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_0, L_2, /*hidden argument*/NULL); V_0 = L_4; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = V_0; NullCheck(L_5); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))) > ((int32_t)7))) { goto IL_0038; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_6; String_t* L_8 = ___responseString0; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_8); String_t* L_9; L_9 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1D9F98EAF5D9B13BF257985BA152DBC980FD412B)), L_7, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_10 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_GetPortV4_mB7FBC61D647FF973967F6E54C3CA1C6F7CF6485A_RuntimeMethod_var))); } IL_0038: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = V_0; NullCheck(L_11); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))), (int32_t)1)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = V_0; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; String_t* L_15 = (L_12)->GetAt(static_cast(L_14)); bool L_16; L_16 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_15, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (L_16) { goto IL_0058; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = V_0; int32_t L_18 = V_1; NullCheck(L_17); int32_t L_19 = L_18; String_t* L_20 = (L_17)->GetAt(static_cast(L_19)); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_21; L_21 = Char_IsNumber_mED8F448E3D2E7DC13510FEA77CDE27F79255181A(L_20, 0, /*hidden argument*/NULL); if (L_21) { goto IL_005c; } } IL_0058: { int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)); } IL_005c: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = V_0; int32_t L_24 = V_1; int32_t L_25 = L_24; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)); NullCheck(L_23); int32_t L_26 = L_25; String_t* L_27 = (L_23)->GetAt(static_cast(L_26)); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_28; L_28 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint8_t L_29; L_29 = Convert_ToByte_m7E97464B79B71BF50422F8E6BE4690F2460C457C(L_27, L_28, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_30 = V_0; int32_t L_31 = V_1; int32_t L_32 = L_31; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1)); NullCheck(L_30); int32_t L_33 = L_32; String_t* L_34 = (L_30)->GetAt(static_cast(L_33)); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_35; L_35 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); uint8_t L_36; L_36 = Convert_ToByte_m7E97464B79B71BF50422F8E6BE4690F2460C457C(L_34, L_35, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_29|(int32_t)((int32_t)((int32_t)L_36<<(int32_t)8)))); } } // System.Int32 System.Net.FtpWebRequest::GetPortV6(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpWebRequest_GetPortV6_m3FDCB0DA059C440B364B1511E6C1D613DB6949A0 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, String_t* ___responseString0, 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*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_2 = NULL; { String_t* L_0 = ___responseString0; NullCheck(L_0); int32_t L_1; L_1 = String_LastIndexOf_m80AFBEF2F3857F9D6A67126F4C4D9A9B9CEC5902(L_0, _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ___responseString0; NullCheck(L_2); int32_t L_3; L_3 = String_LastIndexOf_m80AFBEF2F3857F9D6A67126F4C4D9A9B9CEC5902(L_2, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0020; } } { int32_t L_5 = V_1; int32_t L_6 = V_0; if ((((int32_t)L_5) > ((int32_t)L_6))) { goto IL_003a; } } IL_0020: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = L_7; String_t* L_9 = ___responseString0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (RuntimeObject *)L_9); String_t* L_10; L_10 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1D9F98EAF5D9B13BF257985BA152DBC980FD412B)), L_8, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_11 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_GetPortV6_m3FDCB0DA059C440B364B1511E6C1D613DB6949A0_RuntimeMethod_var))); } IL_003a: { String_t* L_12 = ___responseString0; int32_t L_13 = V_0; int32_t L_14 = V_1; int32_t L_15 = V_0; NullCheck(L_12); String_t* L_16; L_16 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_12, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)), (int32_t)1)), /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_18 = L_17; NullCheck(L_18); (L_18)->SetAt(static_cast(0), (Il2CppChar)((int32_t)124)); NullCheck(L_16); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19; L_19 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_16, L_18, /*hidden argument*/NULL); V_2 = L_19; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = V_2; NullCheck(L_20); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))) >= ((int32_t)4))) { goto IL_0079; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = L_21; String_t* L_23 = ___responseString0; NullCheck(L_22); ArrayElementTypeCheck (L_22, L_23); (L_22)->SetAt(static_cast(0), (RuntimeObject *)L_23); String_t* L_24; L_24 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1D9F98EAF5D9B13BF257985BA152DBC980FD412B)), L_22, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_25 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_GetPortV6_m3FDCB0DA059C440B364B1511E6C1D613DB6949A0_RuntimeMethod_var))); } IL_0079: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_26 = V_2; NullCheck(L_26); int32_t L_27 = 3; String_t* L_28 = (L_26)->GetAt(static_cast(L_27)); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_29; L_29 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_30; L_30 = Convert_ToInt32_m236522ADF7819E8183B560F3C1C563AA611B7120(L_28, L_29, /*hidden argument*/NULL); return L_30; } } // System.String System.Net.FtpWebRequest::FormatAddress(System.Net.IPAddress,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_FormatAddress_m83E90CE7001D035D6FFF11EF4D5E8500C3AD8BCF (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___address0, int32_t ___Port1, 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; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; uint8_t V_3 = 0x0; { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_0 = ___address0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = IPAddress_GetAddressBytes_m7ED0924E8259B6D2426B3B570B25EE7CE9B789C7(L_0, /*hidden argument*/NULL); StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_2, ((int32_t)32), /*hidden argument*/NULL); V_0 = L_2; V_1 = L_1; V_2 = 0; goto IL_002c; } IL_0013: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_1; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); V_3 = L_6; StringBuilder_t * L_7 = V_0; uint8_t L_8 = V_3; NullCheck(L_7); StringBuilder_t * L_9; L_9 = StringBuilder_Append_m2A0A1B4CB618B3E54066A410ADE613650F11D497(L_7, L_8, /*hidden argument*/NULL); StringBuilder_t * L_10 = V_0; NullCheck(L_10); StringBuilder_t * L_11; L_11 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_10, ((int32_t)44), /*hidden argument*/NULL); int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_002c: { int32_t L_13 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_1; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))) { goto IL_0013; } } { StringBuilder_t * L_15 = V_0; int32_t L_16 = ___Port1; NullCheck(L_15); StringBuilder_t * L_17; L_17 = StringBuilder_Append_m796285D173EEA5261E85B95FC79DD4F996CC93DD(L_15, ((int32_t)((int32_t)L_16/(int32_t)((int32_t)256))), /*hidden argument*/NULL); StringBuilder_t * L_18 = V_0; NullCheck(L_18); StringBuilder_t * L_19; L_19 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_18, ((int32_t)44), /*hidden argument*/NULL); StringBuilder_t * L_20 = V_0; int32_t L_21 = ___Port1; NullCheck(L_20); StringBuilder_t * L_22; L_22 = StringBuilder_Append_m796285D173EEA5261E85B95FC79DD4F996CC93DD(L_20, ((int32_t)((int32_t)L_21%(int32_t)((int32_t)256))), /*hidden argument*/NULL); StringBuilder_t * L_23 = V_0; NullCheck(L_23); String_t* L_24; L_24 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_23); return L_24; } } // System.String System.Net.FtpWebRequest::FormatAddressV6(System.Net.IPAddress,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_FormatAddressV6_mE9304E2A030CEA6F886D08657C6C8838C7826AFD (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___address0, int32_t ___port1, 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*)&_stringLiteral62D8319602CC0C685C5740895830F89A1DE77FAF); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_0, ((int32_t)43), /*hidden argument*/NULL); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_1 = ___address0; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); V_0 = L_2; StringBuilder_t * L_3 = L_0; NullCheck(L_3); StringBuilder_t * L_4; L_4 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_3, _stringLiteral62D8319602CC0C685C5740895830F89A1DE77FAF, /*hidden argument*/NULL); StringBuilder_t * L_5 = L_3; String_t* L_6 = V_0; NullCheck(L_5); StringBuilder_t * L_7; L_7 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_5, L_6, /*hidden argument*/NULL); StringBuilder_t * L_8 = L_5; NullCheck(L_8); StringBuilder_t * L_9; L_9 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_8, ((int32_t)124), /*hidden argument*/NULL); StringBuilder_t * L_10 = L_8; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_11; L_11 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_12; L_12 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&___port1), L_11, /*hidden argument*/NULL); NullCheck(L_10); StringBuilder_t * L_13; L_13 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_10, L_12, /*hidden argument*/NULL); StringBuilder_t * L_14 = L_10; NullCheck(L_14); StringBuilder_t * L_15; L_15 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_14, ((int32_t)124), /*hidden argument*/NULL); NullCheck(L_14); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14); return L_16; } } // System.Exception System.Net.FtpWebRequest::CreateExceptionFromResponse(System.Net.FtpStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * ___status0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96BE3C78121F8F2CFBD71D65071A5905E2F2A901); s_Il2CppMethodInitialized = true; } FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * V_0 = NULL; { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_requestUri_12(); String_t* L_1 = __this->get_method_31(); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_2 = ___status0; FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_3 = (FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 *)il2cpp_codegen_object_new(FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49_il2cpp_TypeInfo_var); FtpWebResponse__ctor_m2DA5535EC46AB5284A871D9D62A4A44C7884B772(L_3, __this, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_4 = ___status0; NullCheck(L_4); String_t* L_5; L_5 = FtpStatus_get_StatusDescription_m92E877F6DF8CC7794B43E239E8F09D827419DAAB_inline(L_4, /*hidden argument*/NULL); String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral96BE3C78121F8F2CFBD71D65071A5905E2F2A901, L_5, /*hidden argument*/NULL); FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_7 = V_0; WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_8 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var); WebException__ctor_m7C17EA99B1FE182295AF99B968D67080AD4E2CCE(L_8, L_6, (Exception_t *)NULL, 7, L_7, /*hidden argument*/NULL); return L_8; } } // System.Void System.Net.FtpWebRequest::SetTransferCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_SetTransferCompleted_mFB703E4DED6BCE1C5DDBEE467409FFCBB5BAF2AF (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * V_0 = NULL; { bool L_0; L_0 = FtpWebRequest_InFinalState_m41BB35DD4CAD32D283EC33F91C66CA1BDDFA2752(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { FtpWebRequest_set_State_mE87604293AC52BC8B5CF528FAC99E8E7E3AE917B(__this, 6, /*hidden argument*/NULL); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_1; L_1 = FtpWebRequest_GetResponseStatus_m28B4249E7FA5115C0A7959B01CFF4CC7B2C70629(__this, /*hidden argument*/NULL); V_0 = L_1; FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_2 = __this->get_ftpResponse_36(); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_3 = V_0; NullCheck(L_2); FtpWebResponse_UpdateStatus_mCB44582EE8FAF787D8901A8667439272043ECEAE(L_2, L_3, /*hidden argument*/NULL); bool L_4 = __this->get_keepAlive_30(); if (L_4) { goto IL_0031; } } { FtpWebRequest_CloseConnection_mA7DB077185A10403B796A8D7EFD291A8C93A2754(__this, /*hidden argument*/NULL); } IL_0031: { return; } } // System.Void System.Net.FtpWebRequest::OperationCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_OperationCompleted_m39ED7068AD735A8A7D902A2DAD93FB506F974696 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_keepAlive_30(); if (L_0) { goto IL_000e; } } { FtpWebRequest_CloseConnection_mA7DB077185A10403B796A8D7EFD291A8C93A2754(__this, /*hidden argument*/NULL); } IL_000e: { return; } } // System.Void System.Net.FtpWebRequest::SetCompleteWithError(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_SetCompleteWithError_mD1992E2F5231D85AAC7C1F0346B8FFADD2B219B8 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, Exception_t * ___exc0, const RuntimeMethod* method) { { FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * L_0 = __this->get_asyncResult_35(); if (!L_0) { goto IL_0015; } } { FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * L_1 = __this->get_asyncResult_35(); Exception_t * L_2 = ___exc0; NullCheck(L_1); FtpAsyncResult_SetCompleted_mA5BE1255A707DB3F5F6C6945C8171362322FF02D(L_1, (bool)0, L_2, /*hidden argument*/NULL); } IL_0015: { return; } } // System.Net.Sockets.Socket System.Net.FtpWebRequest::InitDataConnection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * FtpWebRequest_InitDataConnection_m2068CAA7681BCAD9538F3CBE1088D09E468CE8B0 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisString_t_m87CDA7CB9D8B424E2A15A16ABAB3AD126842F825_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4400EE4D96128FF5849A664BF898C4FA42C55867); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7636E7C7A5108E7ABB16B320D0A637F4E2A9E3E6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C84DED9E27D73A4FA0659FD02C5FAD66640F888); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral960C0D8C9BD0DBD457272FE9A9489F8182BB0C2B); s_Il2CppMethodInitialized = true; } FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * V_0 = NULL; bool V_1 = false; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_2 = NULL; IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * V_3 = NULL; String_t* V_4 = NULL; SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * G_B3_0 = NULL; FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * G_B2_0 = NULL; String_t* G_B4_0 = NULL; FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * G_B4_1 = NULL; int32_t G_B6_0 = 0; int32_t G_B5_0 = 0; int32_t G_B7_0 = 0; int32_t G_B7_1 = 0; String_t* G_B16_0 = NULL; FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * G_B18_0 = NULL; FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * G_B17_0 = NULL; String_t* G_B19_0 = NULL; FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * G_B19_1 = NULL; { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_0 = __this->get_remoteEndPoint_22(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily() */, L_0); V_1 = (bool)((((int32_t)L_1) == ((int32_t)((int32_t)23)))? 1 : 0); bool L_2 = __this->get_usePassive_29(); if (!L_2) { goto IL_0060; } } { bool L_3 = V_1; G_B2_0 = __this; if (L_3) { G_B3_0 = __this; goto IL_0023; } } { G_B4_0 = _stringLiteral7636E7C7A5108E7ABB16B320D0A637F4E2A9E3E6; G_B4_1 = G_B2_0; goto IL_0028; } IL_0023: { G_B4_0 = _stringLiteral8C84DED9E27D73A4FA0659FD02C5FAD66640F888; G_B4_1 = G_B3_0; } IL_0028: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4; L_4 = Array_Empty_TisString_t_m87CDA7CB9D8B424E2A15A16ABAB3AD126842F825_inline(/*hidden argument*/Array_Empty_TisString_t_m87CDA7CB9D8B424E2A15A16ABAB3AD126842F825_RuntimeMethod_var); NullCheck(G_B4_1); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_5; L_5 = FtpWebRequest_SendCommand_m768CD19EFA1C7A5CB76BCFF5AF5C83A8F14C8FB5(G_B4_1, G_B4_0, L_4, /*hidden argument*/NULL); V_0 = L_5; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_6, /*hidden argument*/NULL); bool L_8 = V_1; G_B5_0 = L_7; if (L_8) { G_B6_0 = L_7; goto IL_0043; } } { G_B7_0 = ((int32_t)227); G_B7_1 = G_B5_0; goto IL_0048; } IL_0043: { G_B7_0 = ((int32_t)229); G_B7_1 = G_B6_0; } IL_0048: { if ((((int32_t)G_B7_1) == ((int32_t)G_B7_0))) { goto IL_0052; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_9 = V_0; Exception_t * L_10; L_10 = FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C(__this, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_InitDataConnection_m2068CAA7681BCAD9538F3CBE1088D09E468CE8B0_RuntimeMethod_var))); } IL_0052: { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = FtpStatus_get_StatusDescription_m92E877F6DF8CC7794B43E239E8F09D827419DAAB_inline(L_11, /*hidden argument*/NULL); bool L_13 = V_1; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_14; L_14 = FtpWebRequest_SetupPassiveConnection_mC4D5D8A597FFB5F30180071EA765B8EF5D07FEF0(__this, L_12, L_13, /*hidden argument*/NULL); return L_14; } IL_0060: { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_15 = __this->get_remoteEndPoint_22(); NullCheck(L_15); int32_t L_16; L_16 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily() */, L_15); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_17 = (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)il2cpp_codegen_object_new(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket__ctor_m5A4B335AEC1450ABE31CF1151F3F5A93D9D0280C(L_17, L_16, 1, 6, /*hidden argument*/NULL); V_2 = L_17; } IL_0073: try {// begin try (depth: 1) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_18 = V_2; IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_19 = __this->get_localEndPoint_21(); NullCheck(L_19); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_20; L_20 = IPEndPoint_get_Address_mD98DD9465D2DE39A73DD098B79062DBCE15C2A95_inline(L_19, /*hidden argument*/NULL); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_21 = (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *)il2cpp_codegen_object_new(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); IPEndPoint__ctor_m22783A215BA0B38674F6A6CB6803804268561321(L_21, L_20, 0, /*hidden argument*/NULL); NullCheck(L_18); Socket_Bind_m4DFEFA3F8C6E95586D02BCF311D8A1D5A449B217(L_18, L_21, /*hidden argument*/NULL); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_22 = V_2; NullCheck(L_22); Socket_Listen_m333EA7692DFF6A3B7BF746237EBBC22C1FBE61C4(L_22, 1, /*hidden argument*/NULL); goto IL_00a8; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0093; } throw e; } CATCH_0093: {// begin catch(System.Net.Sockets.SocketException) V_5 = ((SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)IL2CPP_GET_ACTIVE_EXCEPTION(SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_23 = V_2; NullCheck(L_23); Socket_Close_m24AB78F5DAC1C39BB7FFB30A9620B2B07E01DEEB(L_23, /*hidden argument*/NULL); SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_24 = V_5; WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_25 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_mE0703A9CEA00C199E48C0FAC3174771E9614CEC7(L_25, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAE66EFE7979A492BB04F39B36B562B216C7F78EE)), L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_InitDataConnection_m2068CAA7681BCAD9538F3CBE1088D09E468CE8B0_RuntimeMethod_var))); }// end catch (depth: 1) IL_00a8: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_26 = V_2; NullCheck(L_26); EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * L_27; L_27 = Socket_get_LocalEndPoint_m327EB4A6DD9260037F648B5ABA719BB305D40EB0(L_26, /*hidden argument*/NULL); V_3 = ((IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *)CastclassClass((RuntimeObject*)L_27, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var)); bool L_28 = V_1; if (L_28) { goto IL_00cb; } } { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_29 = V_3; NullCheck(L_29); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_30; L_30 = IPEndPoint_get_Address_mD98DD9465D2DE39A73DD098B79062DBCE15C2A95_inline(L_29, /*hidden argument*/NULL); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_31 = V_3; NullCheck(L_31); int32_t L_32; L_32 = IPEndPoint_get_Port_m442D84417A9E8942514FFBB9714FEE6BD094C6C3_inline(L_31, /*hidden argument*/NULL); String_t* L_33; L_33 = FtpWebRequest_FormatAddress_m83E90CE7001D035D6FFF11EF4D5E8500C3AD8BCF(__this, L_30, L_32, /*hidden argument*/NULL); G_B16_0 = L_33; goto IL_00dd; } IL_00cb: { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_34 = V_3; NullCheck(L_34); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_35; L_35 = IPEndPoint_get_Address_mD98DD9465D2DE39A73DD098B79062DBCE15C2A95_inline(L_34, /*hidden argument*/NULL); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_36 = V_3; NullCheck(L_36); int32_t L_37; L_37 = IPEndPoint_get_Port_m442D84417A9E8942514FFBB9714FEE6BD094C6C3_inline(L_36, /*hidden argument*/NULL); String_t* L_38; L_38 = FtpWebRequest_FormatAddressV6_mE9304E2A030CEA6F886D08657C6C8838C7826AFD(__this, L_35, L_37, /*hidden argument*/NULL); G_B16_0 = L_38; } IL_00dd: { V_4 = G_B16_0; bool L_39 = V_1; G_B17_0 = __this; if (L_39) { G_B18_0 = __this; goto IL_00ea; } } { G_B19_0 = _stringLiteral4400EE4D96128FF5849A664BF898C4FA42C55867; G_B19_1 = G_B17_0; goto IL_00ef; } IL_00ea: { G_B19_0 = _stringLiteral960C0D8C9BD0DBD457272FE9A9489F8182BB0C2B; G_B19_1 = G_B18_0; } IL_00ef: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_40 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_41 = L_40; String_t* L_42 = V_4; NullCheck(L_41); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAt(static_cast(0), (String_t*)L_42); NullCheck(G_B19_1); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_43; L_43 = FtpWebRequest_SendCommand_m768CD19EFA1C7A5CB76BCFF5AF5C83A8F14C8FB5(G_B19_1, G_B19_0, L_41, /*hidden argument*/NULL); V_0 = L_43; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_44 = V_0; NullCheck(L_44); int32_t L_45; L_45 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_44, /*hidden argument*/NULL); if ((((int32_t)L_45) == ((int32_t)((int32_t)200)))) { goto IL_011b; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_46 = V_2; NullCheck(L_46); Socket_Close_m24AB78F5DAC1C39BB7FFB30A9620B2B07E01DEEB(L_46, /*hidden argument*/NULL); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_47 = V_0; Exception_t * L_48; L_48 = FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C(__this, L_47, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_48, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_InitDataConnection_m2068CAA7681BCAD9538F3CBE1088D09E468CE8B0_RuntimeMethod_var))); } IL_011b: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_49 = V_2; return L_49; } } // System.Void System.Net.FtpWebRequest::OpenDataConnection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_OpenDataConnection_m7B20A78CE3EA96C9220161E8DB496AFD35DDA3FD (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisString_t_m87CDA7CB9D8B424E2A15A16ABAB3AD126842F825_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral127982D8D48B627D6FEB2E03467C76CE65E3AD8A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral495DC0FD751814351D0F918BCFE0E9C782E2E090); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E457975468FF4D1398279C178A1A9A3B8DFE28E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC68DC3872E7EB1BBA4CCE5012FCB2352A90E5572); s_Il2CppMethodInitialized = true; } FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * V_0 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_1 = NULL; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0; L_0 = FtpWebRequest_InitDataConnection_m2068CAA7681BCAD9538F3CBE1088D09E468CE8B0(__this, /*hidden argument*/NULL); V_1 = L_0; int64_t L_1 = __this->get_offset_26(); if ((((int64_t)L_1) <= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_0046; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; int64_t* L_4 = __this->get_address_of_offset_26(); String_t* L_5; L_5 = Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F((int64_t*)L_4, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(0), (String_t*)L_5); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_6; L_6 = FtpWebRequest_SendCommand_m768CD19EFA1C7A5CB76BCFF5AF5C83A8F14C8FB5(__this, _stringLiteral9E457975468FF4D1398279C178A1A9A3B8DFE28E, L_3, /*hidden argument*/NULL); V_0 = L_6; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_7 = V_0; NullCheck(L_7); int32_t L_8; L_8 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)350)))) { goto IL_0046; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_9 = V_0; Exception_t * L_10; L_10 = FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C(__this, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_OpenDataConnection_m7B20A78CE3EA96C9220161E8DB496AFD35DDA3FD_RuntimeMethod_var))); } IL_0046: { String_t* L_11 = __this->get_method_31(); bool L_12; L_12 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_11, _stringLiteral127982D8D48B627D6FEB2E03467C76CE65E3AD8A, /*hidden argument*/NULL); if (!L_12) { goto IL_009a; } } { String_t* L_13 = __this->get_method_31(); bool L_14; L_14 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_13, _stringLiteral495DC0FD751814351D0F918BCFE0E9C782E2E090, /*hidden argument*/NULL); if (!L_14) { goto IL_009a; } } { String_t* L_15 = __this->get_method_31(); bool L_16; L_16 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_15, _stringLiteralC68DC3872E7EB1BBA4CCE5012FCB2352A90E5572, /*hidden argument*/NULL); if (!L_16) { goto IL_009a; } } { String_t* L_17 = __this->get_method_31(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = L_18; String_t* L_20 = __this->get_file_name_13(); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAt(static_cast(0), (String_t*)L_20); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_21; L_21 = FtpWebRequest_SendCommand_m768CD19EFA1C7A5CB76BCFF5AF5C83A8F14C8FB5(__this, L_17, L_19, /*hidden argument*/NULL); V_0 = L_21; goto IL_00ac; } IL_009a: { String_t* L_22 = __this->get_method_31(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23; L_23 = Array_Empty_TisString_t_m87CDA7CB9D8B424E2A15A16ABAB3AD126842F825_inline(/*hidden argument*/Array_Empty_TisString_t_m87CDA7CB9D8B424E2A15A16ABAB3AD126842F825_RuntimeMethod_var); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_24; L_24 = FtpWebRequest_SendCommand_m768CD19EFA1C7A5CB76BCFF5AF5C83A8F14C8FB5(__this, L_22, L_23, /*hidden argument*/NULL); V_0 = L_24; } IL_00ac: { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_25 = V_0; NullCheck(L_25); int32_t L_26; L_26 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_25, /*hidden argument*/NULL); if ((((int32_t)L_26) == ((int32_t)((int32_t)150)))) { goto IL_00cb; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_27 = V_0; NullCheck(L_27); int32_t L_28; L_28 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_27, /*hidden argument*/NULL); if ((((int32_t)L_28) == ((int32_t)((int32_t)125)))) { goto IL_00cb; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_29 = V_0; Exception_t * L_30; L_30 = FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C(__this, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_OpenDataConnection_m7B20A78CE3EA96C9220161E8DB496AFD35DDA3FD_RuntimeMethod_var))); } IL_00cb: { bool L_31 = __this->get_usePassive_29(); if (!L_31) { goto IL_0103; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_32 = V_1; NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * L_33 = (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 *)il2cpp_codegen_object_new(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48_il2cpp_TypeInfo_var); NetworkStream__ctor_mA1CC20301CE577D0D971E02452956141D21E2F48(L_33, L_32, (bool)1, /*hidden argument*/NULL); __this->set_origDataStream_15(L_33); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_34 = __this->get_origDataStream_15(); __this->set_dataStream_16(L_34); bool L_35; L_35 = FtpWebRequest_get_EnableSsl_mE152050AA05D37F098A49DC93F24328A9A7938E3_inline(__this, /*hidden argument*/NULL); if (!L_35) { goto IL_015d; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** L_36 = __this->get_address_of_dataStream_16(); bool L_37; L_37 = FtpWebRequest_ChangeToSSLSocket_m526EA69D8361F7433202311EFCD46FAD083935CF(__this, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB **)L_36, /*hidden argument*/NULL); goto IL_015d; } IL_0103: { V_2 = (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)NULL; } IL_0105: try {// begin try (depth: 1) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_38 = V_1; NullCheck(L_38); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_39; L_39 = Socket_Accept_m376D8FD43D18B427EBED5419F80E79D1ADDF9BE2(L_38, /*hidden argument*/NULL); V_2 = L_39; goto IL_0129; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_010e; } throw e; } CATCH_010e: {// begin catch(System.Net.Sockets.SocketException) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_40 = V_1; NullCheck(L_40); Socket_Close_m24AB78F5DAC1C39BB7FFB30A9620B2B07E01DEEB(L_40, /*hidden argument*/NULL); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_41 = V_2; if (!L_41) { goto IL_011e; } } IL_0118: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_42 = V_2; NullCheck(L_42); Socket_Close_m24AB78F5DAC1C39BB7FFB30A9620B2B07E01DEEB(L_42, /*hidden argument*/NULL); } IL_011e: { ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 * L_43 = (ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299_il2cpp_TypeInfo_var))); ProtocolViolationException__ctor_mDD18BFEE8140195ECBAD99A4E8079FE063A92D79(L_43, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDACDFC6B0668444872F7E265600EC227FBB696FC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_OpenDataConnection_m7B20A78CE3EA96C9220161E8DB496AFD35DDA3FD_RuntimeMethod_var))); } }// end catch (depth: 1) IL_0129: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_44 = V_1; NullCheck(L_44); Socket_Close_m24AB78F5DAC1C39BB7FFB30A9620B2B07E01DEEB(L_44, /*hidden argument*/NULL); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_45 = V_2; NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * L_46 = (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 *)il2cpp_codegen_object_new(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48_il2cpp_TypeInfo_var); NetworkStream__ctor_mA1CC20301CE577D0D971E02452956141D21E2F48(L_46, L_45, (bool)1, /*hidden argument*/NULL); __this->set_origDataStream_15(L_46); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_47 = __this->get_origDataStream_15(); __this->set_dataStream_16(L_47); bool L_48; L_48 = FtpWebRequest_get_EnableSsl_mE152050AA05D37F098A49DC93F24328A9A7938E3_inline(__this, /*hidden argument*/NULL); if (!L_48) { goto IL_015d; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** L_49 = __this->get_address_of_dataStream_16(); bool L_50; L_50 = FtpWebRequest_ChangeToSSLSocket_m526EA69D8361F7433202311EFCD46FAD083935CF(__this, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB **)L_49, /*hidden argument*/NULL); } IL_015d: { FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_51 = __this->get_ftpResponse_36(); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_52 = V_0; NullCheck(L_51); FtpWebResponse_UpdateStatus_mCB44582EE8FAF787D8901A8667439272043ECEAE(L_51, L_52, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpWebRequest::Authenticate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_Authenticate_m8B6ABFB06A08E8954A1DF5EB6FB71E0D1B6583C9 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral30533292CAF49D04873AD3F08735959A1C6C6111); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37ED1B470D34983C51B7FCACFA5663E89C9196E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F477F5B61F788A30AF7E67D63A4BA5A4FC200D5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA97414725713F976A0AA88257D701073421F779); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEF75AB46D7BDAA0394F3D2BE5C4B086E647DB5E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0F839E3D8CDD713B4981591207E50BF36EE21DA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCA440D9A4F7E2D10772A726D6FB427BAE128D34); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; { V_0 = (String_t*)NULL; V_1 = (String_t*)NULL; V_2 = (String_t*)NULL; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_0 = __this->get_credentials_19(); if (!L_0) { goto IL_0032; } } { NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_1 = __this->get_credentials_19(); NullCheck(L_1); String_t* L_2; L_2 = NetworkCredential_get_UserName_mFC41ED3D14796CA2B5C08EB0DE537A2F3EF02473(L_1, /*hidden argument*/NULL); V_0 = L_2; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_3 = __this->get_credentials_19(); NullCheck(L_3); String_t* L_4; L_4 = NetworkCredential_get_Password_m5EFE385E59C57168F8B8B43BE10196C4346AAFBB(L_3, /*hidden argument*/NULL); V_1 = L_4; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_5 = __this->get_credentials_19(); NullCheck(L_5); String_t* L_6; L_6 = NetworkCredential_get_Domain_mE4AA75C44CA2189FC66B95235C17CCE6ACFEDCBC(L_5, /*hidden argument*/NULL); V_2 = L_6; } IL_0032: { String_t* L_7 = V_0; if (L_7) { goto IL_003b; } } { V_0 = _stringLiteral37ED1B470D34983C51B7FCACFA5663E89C9196E2; } IL_003b: { String_t* L_8 = V_1; if (L_8) { goto IL_0044; } } { V_1 = _stringLiteralDEF75AB46D7BDAA0394F3D2BE5C4B086E647DB5E; } IL_0044: { String_t* L_9 = V_2; bool L_10; L_10 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0059; } } { String_t* L_11 = V_2; String_t* L_12 = V_0; String_t* L_13; L_13 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_11, _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40, L_12, /*hidden argument*/NULL); V_0 = L_13; } IL_0059: { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_14; L_14 = FtpWebRequest_GetResponseStatus_m28B4249E7FA5115C0A7959B01CFF4CC7B2C70629(__this, /*hidden argument*/NULL); V_3 = L_14; FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_15 = __this->get_ftpResponse_36(); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_16 = V_3; NullCheck(L_16); String_t* L_17; L_17 = FtpStatus_get_StatusDescription_m92E877F6DF8CC7794B43E239E8F09D827419DAAB_inline(L_16, /*hidden argument*/NULL); NullCheck(L_15); FtpWebResponse_set_BannerMessage_m513F3C3FE4DDA1E230EEF5CA92A03F54C20E58D7_inline(L_15, L_17, /*hidden argument*/NULL); bool L_18; L_18 = FtpWebRequest_get_EnableSsl_mE152050AA05D37F098A49DC93F24328A9A7938E3_inline(__this, /*hidden argument*/NULL); if (!L_18) { goto IL_0126; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** L_19 = __this->get_address_of_controlStream_17(); FtpWebRequest_InitiateSecureConnection_m57457E1939952FE6914D2DEEF96E165650AC6848(__this, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB **)L_19, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_20 = __this->get_controlStream_17(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_21; L_21 = Encoding_get_ASCII_mD3E8370997347A3F6822BDA50BC0A1DBC0059173(/*hidden argument*/NULL); StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_22 = (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 *)il2cpp_codegen_object_new(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); StreamReader__ctor_mFA7564812FC1200208BCC51CF24D3BE25BD15497(L_22, L_20, L_21, /*hidden argument*/NULL); __this->set_controlReader_18(L_22); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_24 = L_23; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); (L_24)->SetAt(static_cast(0), (String_t*)_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_25; L_25 = FtpWebRequest_SendCommand_m768CD19EFA1C7A5CB76BCFF5AF5C83A8F14C8FB5(__this, _stringLiteral30533292CAF49D04873AD3F08735959A1C6C6111, L_24, /*hidden argument*/NULL); V_3 = L_25; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_26 = V_3; NullCheck(L_26); int32_t L_27; L_27 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_26, /*hidden argument*/NULL); V_4 = L_27; int32_t L_28 = V_4; if ((((int32_t)L_28) < ((int32_t)((int32_t)200)))) { goto IL_00d2; } } { int32_t L_29 = V_4; if ((((int32_t)L_29) < ((int32_t)((int32_t)300)))) { goto IL_00da; } } IL_00d2: { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_30 = V_3; Exception_t * L_31; L_31 = FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C(__this, L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_Authenticate_m8B6ABFB06A08E8954A1DF5EB6FB71E0D1B6583C9_RuntimeMethod_var))); } IL_00da: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_32 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_33 = L_32; NullCheck(L_33); ArrayElementTypeCheck (L_33, _stringLiteralFCA440D9A4F7E2D10772A726D6FB427BAE128D34); (L_33)->SetAt(static_cast(0), (String_t*)_stringLiteralFCA440D9A4F7E2D10772A726D6FB427BAE128D34); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_34; L_34 = FtpWebRequest_SendCommand_m768CD19EFA1C7A5CB76BCFF5AF5C83A8F14C8FB5(__this, _stringLiteralAA97414725713F976A0AA88257D701073421F779, L_33, /*hidden argument*/NULL); V_3 = L_34; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_35 = V_3; NullCheck(L_35); int32_t L_36; L_36 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_35, /*hidden argument*/NULL); V_4 = L_36; int32_t L_37 = V_4; if ((((int32_t)L_37) < ((int32_t)((int32_t)200)))) { goto IL_010e; } } { int32_t L_38 = V_4; if ((((int32_t)L_38) < ((int32_t)((int32_t)300)))) { goto IL_0116; } } IL_010e: { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_39 = V_3; Exception_t * L_40; L_40 = FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C(__this, L_39, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_Authenticate_m8B6ABFB06A08E8954A1DF5EB6FB71E0D1B6583C9_RuntimeMethod_var))); } IL_0116: { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_41 = (FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 *)il2cpp_codegen_object_new(FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837_il2cpp_TypeInfo_var); FtpStatus__ctor_m7FA2B12F0B125E890DB01AA53CAD512C8D8C4457(L_41, ((int32_t)220), _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); V_3 = L_41; } IL_0126: { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_42 = V_3; NullCheck(L_42); int32_t L_43; L_43 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_42, /*hidden argument*/NULL); if ((((int32_t)L_43) == ((int32_t)((int32_t)220)))) { goto IL_013b; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_44 = V_3; Exception_t * L_45; L_45 = FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C(__this, L_44, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_Authenticate_m8B6ABFB06A08E8954A1DF5EB6FB71E0D1B6583C9_RuntimeMethod_var))); } IL_013b: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_46 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_47 = L_46; String_t* L_48 = V_0; NullCheck(L_47); ArrayElementTypeCheck (L_47, L_48); (L_47)->SetAt(static_cast(0), (String_t*)L_48); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_49; L_49 = FtpWebRequest_SendCommand_m768CD19EFA1C7A5CB76BCFF5AF5C83A8F14C8FB5(__this, _stringLiteralE0F839E3D8CDD713B4981591207E50BF36EE21DA, L_47, /*hidden argument*/NULL); V_3 = L_49; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_50 = V_3; NullCheck(L_50); int32_t L_51; L_51 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_50, /*hidden argument*/NULL); V_5 = L_51; int32_t L_52 = V_5; if ((((int32_t)L_52) == ((int32_t)((int32_t)230)))) { goto IL_019e; } } { int32_t L_53 = V_5; if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)331))))) { goto IL_0196; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_54 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_55 = L_54; String_t* L_56 = V_1; NullCheck(L_55); ArrayElementTypeCheck (L_55, L_56); (L_55)->SetAt(static_cast(0), (String_t*)L_56); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_57; L_57 = FtpWebRequest_SendCommand_m768CD19EFA1C7A5CB76BCFF5AF5C83A8F14C8FB5(__this, _stringLiteral3F477F5B61F788A30AF7E67D63A4BA5A4FC200D5, L_55, /*hidden argument*/NULL); V_3 = L_57; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_58 = V_3; NullCheck(L_58); int32_t L_59; L_59 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_58, /*hidden argument*/NULL); if ((((int32_t)L_59) == ((int32_t)((int32_t)230)))) { goto IL_019e; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_60 = V_3; Exception_t * L_61; L_61 = FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C(__this, L_60, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_61, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_Authenticate_m8B6ABFB06A08E8954A1DF5EB6FB71E0D1B6583C9_RuntimeMethod_var))); } IL_0196: { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_62 = V_3; Exception_t * L_63; L_63 = FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C(__this, L_62, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_Authenticate_m8B6ABFB06A08E8954A1DF5EB6FB71E0D1B6583C9_RuntimeMethod_var))); } IL_019e: { FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_64 = __this->get_ftpResponse_36(); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_65 = V_3; NullCheck(L_65); String_t* L_66; L_66 = FtpStatus_get_StatusDescription_m92E877F6DF8CC7794B43E239E8F09D827419DAAB_inline(L_65, /*hidden argument*/NULL); NullCheck(L_64); FtpWebResponse_set_WelcomeMessage_m61B251B52C2311B4C7AA1E25B8456D2CC813CD5C_inline(L_64, L_66, /*hidden argument*/NULL); FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_67 = __this->get_ftpResponse_36(); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_68 = V_3; NullCheck(L_67); FtpWebResponse_UpdateStatus_mCB44582EE8FAF787D8901A8667439272043ECEAE(L_67, L_68, /*hidden argument*/NULL); return; } } // System.Net.FtpStatus System.Net.FtpWebRequest::SendCommand(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * FtpWebRequest_SendCommand_m768CD19EFA1C7A5CB76BCFF5AF5C83A8F14C8FB5 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, String_t* ___command0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___parameters1, const RuntimeMethod* method) { { String_t* L_0 = ___command0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___parameters1; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_2; L_2 = FtpWebRequest_SendCommand_mD9F9136FAAB49DEDD7B900CE06C639B09646E8EC(__this, (bool)1, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Net.FtpStatus System.Net.FtpWebRequest::SendCommand(System.Boolean,System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * FtpWebRequest_SendCommand_mD9F9136FAAB49DEDD7B900CE06C639B09646E8EC (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, bool ___waitResponse0, String_t* ___command1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___parameters2, 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*)&_stringLiteral4133EC0E83E4C69B6C0094B47BFD1408F0C8D4C5); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; String_t* V_1 = NULL; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * V_2 = NULL; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___command1; V_1 = L_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___parameters2; NullCheck(L_1); if (!(((RuntimeArray*)L_1)->max_length)) { goto IL_001d; } } { String_t* L_2 = V_1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = ___parameters2; String_t* L_4; L_4 = String_Join_m8846EB11F0A221BDE237DE041D17764B36065404(_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_2, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_4, /*hidden argument*/NULL); V_1 = L_5; } IL_001d: { String_t* L_6 = V_1; String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_6, _stringLiteral4133EC0E83E4C69B6C0094B47BFD1408F0C8D4C5, /*hidden argument*/NULL); V_1 = L_7; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_8 = __this->get_dataEncoding_40(); String_t* L_9 = V_1; NullCheck(L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10; L_10 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_8, L_9); V_0 = L_10; } IL_0036: try {// begin try (depth: 1) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_11 = __this->get_controlStream_17(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; NullCheck(L_13); NullCheck(L_11); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_11, L_12, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))); goto IL_005b; }// 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_0048; } throw e; } CATCH_0048: {// begin catch(System.IO.IOException) FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_14 = (FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837_il2cpp_TypeInfo_var))); FtpStatus__ctor_m7FA2B12F0B125E890DB01AA53CAD512C8D8C4457(L_14, ((int32_t)421), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral37B997084F16538F49C23AE46654F18F18673EB0)), /*hidden argument*/NULL); V_3 = L_14; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_007d; }// end catch (depth: 1) IL_005b: { bool L_15 = ___waitResponse0; if (L_15) { goto IL_0060; } } { return (FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 *)NULL; } IL_0060: { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_16; L_16 = FtpWebRequest_GetResponseStatus_m28B4249E7FA5115C0A7959B01CFF4CC7B2C70629(__this, /*hidden argument*/NULL); V_2 = L_16; FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_17 = __this->get_ftpResponse_36(); if (!L_17) { goto IL_007b; } } { FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_18 = __this->get_ftpResponse_36(); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_19 = V_2; NullCheck(L_18); FtpWebResponse_UpdateStatus_mCB44582EE8FAF787D8901A8667439272043ECEAE(L_18, L_19, /*hidden argument*/NULL); } IL_007b: { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_20 = V_2; return L_20; } IL_007d: { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_21 = V_3; return L_21; } } // System.Net.FtpStatus System.Net.FtpWebRequest::ServiceNotAvailable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * FtpWebRequest_ServiceNotAvailable_m0BB7AD7D9949D2E8C2B796F4A451222A6097A1DF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral922A47194D3A51EF4BF81FB2020D6B1EDF53341C); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(_stringLiteral922A47194D3A51EF4BF81FB2020D6B1EDF53341C, /*hidden argument*/NULL); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_1 = (FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 *)il2cpp_codegen_object_new(FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837_il2cpp_TypeInfo_var); FtpStatus__ctor_m7FA2B12F0B125E890DB01AA53CAD512C8D8C4457(L_1, ((int32_t)421), L_0, /*hidden argument*/NULL); return L_1; } } // System.Net.FtpStatus System.Net.FtpWebRequest::GetResponseStatus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * FtpWebRequest_GetResponseStatus_m28B4249E7FA5115C0A7959B01CFF4CC7B2C70629 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; String_t* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (String_t*)NULL; } IL_0002: try {// begin try (depth: 1) StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_0 = __this->get_controlReader_18(); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadLine() */, L_0); V_0 = L_1; goto IL_0013; }// 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_0010; } throw e; } CATCH_0010: {// begin catch(System.IO.IOException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0013; }// end catch (depth: 1) IL_0013: { String_t* L_2 = V_0; if (!L_2) { goto IL_001f; } } { String_t* L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) >= ((int32_t)3))) { goto IL_0025; } } IL_001f: { IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_il2cpp_TypeInfo_var); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_5; L_5 = FtpWebRequest_ServiceNotAvailable_m0BB7AD7D9949D2E8C2B796F4A451222A6097A1DF(/*hidden argument*/NULL); return L_5; } IL_0025: { String_t* L_6 = V_0; NullCheck(L_6); String_t* L_7; L_7 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_6, 0, 3, /*hidden argument*/NULL); bool L_8; L_8 = Int32_TryParse_m748B8DB1D0C9D25C3D1812D7887411C4AFC1DDC2(L_7, (int32_t*)(&V_1), /*hidden argument*/NULL); if (L_8) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_il2cpp_TypeInfo_var); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_9; L_9 = FtpWebRequest_ServiceNotAvailable_m0BB7AD7D9949D2E8C2B796F4A451222A6097A1DF(/*hidden argument*/NULL); return L_9; } IL_003c: { String_t* L_10 = V_0; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); if ((((int32_t)L_11) <= ((int32_t)3))) { goto IL_0097; } } { String_t* L_12 = V_0; NullCheck(L_12); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, 3, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)45))))) { goto IL_0097; } } { V_2 = (String_t*)NULL; String_t* L_14; L_14 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_1), /*hidden argument*/NULL); String_t* L_15; L_15 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_14, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, /*hidden argument*/NULL); V_3 = L_15; } IL_0064: { V_2 = (String_t*)NULL; } IL_0066: try {// begin try (depth: 1) StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_16 = __this->get_controlReader_18(); NullCheck(L_16); String_t* L_17; L_17 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadLine() */, L_16); V_2 = L_17; goto IL_0077; }// 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_0074; } throw e; } CATCH_0074: {// begin catch(System.IO.IOException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0077; }// end catch (depth: 1) IL_0077: { String_t* L_18 = V_2; if (L_18) { goto IL_0080; } } { IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_il2cpp_TypeInfo_var); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_19; L_19 = FtpWebRequest_ServiceNotAvailable_m0BB7AD7D9949D2E8C2B796F4A451222A6097A1DF(/*hidden argument*/NULL); return L_19; } IL_0080: { String_t* L_20 = V_0; String_t* L_21; L_21 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); String_t* L_22 = V_2; String_t* L_23; L_23 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_20, L_21, L_22, /*hidden argument*/NULL); V_0 = L_23; String_t* L_24 = V_2; String_t* L_25 = V_3; NullCheck(L_24); bool L_26; L_26 = String_StartsWith_mEA750A0572C706249CDD826681741B7DD733381E(L_24, L_25, 4, /*hidden argument*/NULL); if (!L_26) { goto IL_0064; } } IL_0097: { int32_t L_27 = V_1; String_t* L_28 = V_0; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_29 = (FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 *)il2cpp_codegen_object_new(FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837_il2cpp_TypeInfo_var); FtpStatus__ctor_m7FA2B12F0B125E890DB01AA53CAD512C8D8C4457(L_29, L_27, L_28, /*hidden argument*/NULL); return L_29; } } // System.Void System.Net.FtpWebRequest::InitiateSecureConnection(System.IO.Stream&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_InitiateSecureConnection_m57457E1939952FE6914D2DEEF96E165650AC6848 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** ___stream0, 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*)&_stringLiteral08AEFF14DE513F5C997D873327E69A7331DF29D8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1673637C0DEF01B1D6ED9979CE65DF36B659184D); s_Il2CppMethodInitialized = true; } FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * V_0 = NULL; { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral1673637C0DEF01B1D6ED9979CE65DF36B659184D); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteral1673637C0DEF01B1D6ED9979CE65DF36B659184D); FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_2; L_2 = FtpWebRequest_SendCommand_m768CD19EFA1C7A5CB76BCFF5AF5C83A8F14C8FB5(__this, _stringLiteral08AEFF14DE513F5C997D873327E69A7331DF29D8, L_1, /*hidden argument*/NULL); V_0 = L_2; FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)((int32_t)234)))) { goto IL_002f; } } { FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * L_5 = V_0; Exception_t * L_6; L_6 = FtpWebRequest_CreateExceptionFromResponse_mC74FABEAF53DEC54AB4C8E1A48ACA291974C0C9C(__this, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_InitiateSecureConnection_m57457E1939952FE6914D2DEEF96E165650AC6848_RuntimeMethod_var))); } IL_002f: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** L_7 = ___stream0; bool L_8; L_8 = FtpWebRequest_ChangeToSSLSocket_m526EA69D8361F7433202311EFCD46FAD083935CF(__this, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB **)L_7, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.FtpWebRequest::ChangeToSSLSocket(System.IO.Stream&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpWebRequest_ChangeToSSLSocket_m526EA69D8361F7433202311EFCD46FAD083935CF (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * V_0 = NULL; RuntimeObject* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_0; L_0 = MonoTlsProviderFactory_GetProviderInternal_m7D960EA29363DFCCFF13D821CFB91F0BAC2A7587(/*hidden argument*/NULL); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_1; L_1 = MonoTlsSettings_CopyDefaultSettings_mCAE63D35A1593ACEBFBEAB9C94A27493501CA537(/*hidden argument*/NULL); V_0 = L_1; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_2 = V_0; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_3; memset((&L_3), 0, sizeof(L_3)); Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49((&L_3), (bool)1, /*hidden argument*/Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); NullCheck(L_2); MonoTlsSettings_set_UseServicePointManagerCallback_m824D204EDA7D9819914E41351ABC95B05B204720_inline(L_2, L_3, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** L_4 = ___stream0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = *((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB **)L_4); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_6 = V_0; NullCheck(L_0); RuntimeObject* L_7; L_7 = VirtualFuncInvoker3< RuntimeObject*, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, bool, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * >::Invoke(10 /* Mono.Security.Interface.IMonoSslStream Mono.Security.Interface.MonoTlsProvider::CreateSslStream(System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsSettings) */, L_0, L_5, (bool)1, L_6); V_1 = L_7; RuntimeObject* L_8 = V_1; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_9 = __this->get_requestUri_12(); NullCheck(L_9); String_t* L_10; L_10 = Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64(L_9, /*hidden argument*/NULL); NullCheck(L_8); InterfaceActionInvoker4< String_t*, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *, int32_t, bool >::Invoke(1 /* System.Void Mono.Security.Interface.IMonoSslStream::AuthenticateAsClient(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean) */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_8, L_10, (X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *)NULL, ((int32_t)240), (bool)0); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** L_11 = ___stream0; RuntimeObject* L_12 = V_1; NullCheck(L_12); AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * L_13; L_13 = InterfaceFuncInvoker0< AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * >::Invoke(16 /* System.Net.Security.AuthenticatedStream Mono.Security.Interface.IMonoSslStream::get_AuthenticatedStream() */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_12); *((RuntimeObject **)L_11) = (RuntimeObject *)L_13; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_11, (void*)(RuntimeObject *)L_13); return (bool)1; } } // System.Boolean System.Net.FtpWebRequest::InFinalState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpWebRequest_InFinalState_m41BB35DD4CAD32D283EC33F91C66CA1BDDFA2752 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = FtpWebRequest_get_State_m34CC17F0FC097BC81296D0C7B58CFF5ED713FDB2(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)7))) { goto IL_001c; } } { int32_t L_1; L_1 = FtpWebRequest_get_State_m34CC17F0FC097BC81296D0C7B58CFF5ED713FDB2(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)8))) { goto IL_001c; } } { int32_t L_2; L_2 = FtpWebRequest_get_State_m34CC17F0FC097BC81296D0C7B58CFF5ED713FDB2(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)6))? 1 : 0); } IL_001c: { return (bool)1; } } // System.Boolean System.Net.FtpWebRequest::InProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpWebRequest_InProgress_m1A31F7435BB614C1024607C9AC694593BE1FBC3F (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = FtpWebRequest_get_State_m34CC17F0FC097BC81296D0C7B58CFF5ED713FDB2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { bool L_1; L_1 = FtpWebRequest_InFinalState_m41BB35DD4CAD32D283EC33F91C66CA1BDDFA2752(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0012: { return (bool)0; } } // System.Void System.Net.FtpWebRequest::CheckIfAborted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CheckIfAborted_mBDB00979DE4C68226AB0EE95DB5B2CAB89B707B9 (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = FtpWebRequest_get_State_m34CC17F0FC097BC81296D0C7B58CFF5ED713FDB2(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)7)))) { goto IL_0015; } } { WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_1 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_m4D8BF7D61087F7AA4018215A6DCF7578AEA4DB08(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB8F1C9322D277D9264D18BA5D704F599D736DAC2)), 6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_CheckIfAborted_mBDB00979DE4C68226AB0EE95DB5B2CAB89B707B9_RuntimeMethod_var))); } IL_0015: { return; } } // System.Void System.Net.FtpWebRequest::CheckFinalState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CheckFinalState_m7F691D270960DE823B1950498C04456B9B892C8C (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { bool L_0; L_0 = FtpWebRequest_InFinalState_m41BB35DD4CAD32D283EC33F91C66CA1BDDFA2752(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD13E5630FD4926D951D8BD7113F63BE2DAFD3626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FtpWebRequest_CheckFinalState_m7F691D270960DE823B1950498C04456B9B892C8C_RuntimeMethod_var))); } IL_0013: { return; } } // System.Void System.Net.FtpWebRequest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest__cctor_m61115DB699C0D49B03AD48FF1CC0ECA86C74F9EC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04045BCBA2BF67D6C1FB792E497557BDF7F450B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral127982D8D48B627D6FEB2E03467C76CE65E3AD8A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2264BCDAE97447CBA2BF489CDD8241719D321D83); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CF09EA528F2B59A7130F83612C8F6DC4419E135); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4804D4A94A508275B12EF1A6D5615949E9E336E1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral495DC0FD751814351D0F918BCFE0E9C782E2E090); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65C1D59289B5966ECA441384A680097DC790EC62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86EB59FCEC37C8229DD2F3BB2A9EBA2F48812A6A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAAFC71E95E05872CC9F35C4F43F28F1413C8E894); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7037FE69D3F4578EBCEE87B50A50C9E21C70409); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB80519B73D335C4C43628C2D134643395ECC9577); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC68DC3872E7EB1BBA4CCE5012FCB2352A90E5572); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD4E42EF2513EC8A2FD0A32ECA2B740EDC1D77361); s_Il2CppMethodInitialized = true; } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral65C1D59289B5966ECA441384A680097DC790EC62); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteral65C1D59289B5966ECA441384A680097DC790EC62); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral86EB59FCEC37C8229DD2F3BB2A9EBA2F48812A6A); (L_2)->SetAt(static_cast(1), (String_t*)_stringLiteral86EB59FCEC37C8229DD2F3BB2A9EBA2F48812A6A); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral495DC0FD751814351D0F918BCFE0E9C782E2E090); (L_3)->SetAt(static_cast(2), (String_t*)_stringLiteral495DC0FD751814351D0F918BCFE0E9C782E2E090); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral4804D4A94A508275B12EF1A6D5615949E9E336E1); (L_4)->SetAt(static_cast(3), (String_t*)_stringLiteral4804D4A94A508275B12EF1A6D5615949E9E336E1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral3CF09EA528F2B59A7130F83612C8F6DC4419E135); (L_5)->SetAt(static_cast(4), (String_t*)_stringLiteral3CF09EA528F2B59A7130F83612C8F6DC4419E135); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral127982D8D48B627D6FEB2E03467C76CE65E3AD8A); (L_6)->SetAt(static_cast(5), (String_t*)_stringLiteral127982D8D48B627D6FEB2E03467C76CE65E3AD8A); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral04045BCBA2BF67D6C1FB792E497557BDF7F450B1); (L_7)->SetAt(static_cast(6), (String_t*)_stringLiteral04045BCBA2BF67D6C1FB792E497557BDF7F450B1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteralB80519B73D335C4C43628C2D134643395ECC9577); (L_8)->SetAt(static_cast(7), (String_t*)_stringLiteralB80519B73D335C4C43628C2D134643395ECC9577); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral2264BCDAE97447CBA2BF489CDD8241719D321D83); (L_9)->SetAt(static_cast(8), (String_t*)_stringLiteral2264BCDAE97447CBA2BF489CDD8241719D321D83); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteralD4E42EF2513EC8A2FD0A32ECA2B740EDC1D77361); (L_10)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteralD4E42EF2513EC8A2FD0A32ECA2B740EDC1D77361); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteralAAFC71E95E05872CC9F35C4F43F28F1413C8E894); (L_11)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteralAAFC71E95E05872CC9F35C4F43F28F1413C8E894); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteralB7037FE69D3F4578EBCEE87B50A50C9E21C70409); (L_12)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteralB7037FE69D3F4578EBCEE87B50A50C9E21C70409); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteralC68DC3872E7EB1BBA4CCE5012FCB2352A90E5572); (L_13)->SetAt(static_cast(((int32_t)12)), (String_t*)_stringLiteralC68DC3872E7EB1BBA4CCE5012FCB2352A90E5572); ((FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_StaticFields*)il2cpp_codegen_static_fields_for(FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D_il2cpp_TypeInfo_var))->set_supportedCommands_39(L_13); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Name_mF8AED0F907B5B6A95C97C31F086AE8B56532ACF3_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_value_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CookieTokenizer_get_Token_m3678150A16ACC3F862659716B984C7FE7F0E3B75_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_token_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cookie_set_CommentUri_m164977759148B2CC340AE701684D1E418D450EBA_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___value0; __this->set_m_commentUri_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CookieTokenizer_get_Quoted_mE4EAA53491D10D83FF580AEFC172DBBB6DC7846F_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_quoted_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cookie_set_Expires_m074F513530A0F9F02E261D6B2A52DA8084AAA618_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; __this->set_m_expires_10(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cookie_set_Discard_m885D993D0395C8CE0ADEF8709678E603C9A0CB89_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_discard_7(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cookie_set_Secure_m2860F0605D2A3759288640E6EC503E26AFA813C6_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_secure_17(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cookie_set_HttpOnly_m6A2720FC01374C07DFD197379E821FB860117587_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_httpOnly_18(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CookieTokenizer_get_EndOfCookie_m06103C00EE1E339F7195F8CDFF676E4545CDFB11_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_eofCookie_0(); return L_0; } } 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 void CookieTokenizer_set_Quoted_m3FD8F96369DFF0E88211CEFBC7F66AAD2E61CEFA_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_quoted_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CookieTokenizer_set_EndOfCookie_m90BFE375C2F99E8C7423AA41FFD25208E20D21E1_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_eofCookie_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CookieTokenizer_set_Name_m2741EB32D6911A008B8B0B00BE99864AB50D774E_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_name_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CookieTokenizer_set_Token_m72232A5D1B54D1E14DFB2C753E3CCDDFFD56D960_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_token_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CookieTokenizer_set_Value_m811ACB2FB2438F09B232BE4D2B35C2A1593C788D_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_value_9(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RecognizedAttribute_get_Token_mDCA97F0F5006FFAE556163EC25296D431BD5AC9B_inline (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_token_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataObjectAttribute_get_IsDataObject_m396FC56106502CA86AF4A43F030D6C908A846204_inline (DataObjectAttribute_t8152892F18BB8687923538D4C1E8E7799ACBD8A2 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isDataObject_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataObjectFieldAttribute_get_IsIdentity_m878C8B4E2A4D68F30601EFDEE3EFD7A2BBF7DBFA_inline (DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isIdentity_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataObjectFieldAttribute_get_IsNullable_m8BB5834BE47CCDA7057D627A733661C15EE0103A_inline (DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isNullable_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DataObjectFieldAttribute_get_Length_m065D71CB83415751BBB6D8C504D99FEF1C495DC7_inline (DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__length_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataObjectFieldAttribute_get_PrimaryKey_m80120B24566A0C2E811AA789C99FC5EEEC5CCED0_inline (DataObjectFieldAttribute_tEFC2A146843B1A0AC2DF7811FF80A38311D056CC * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__primaryKey_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DataObjectMethodAttribute_get_MethodType_m99C8E6482C4A1A93899C5465D80C21C9161480F5_inline (DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__methodType_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataObjectMethodAttribute_get_IsDefault_mCB3803BEADB37177707D6F7F5C8B2719758D9FCA_inline (DataObjectMethodAttribute_t5464B1FE73413D210D1ED202053B9C7D7ACFC4D5 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isDefault_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultBindingPropertyAttribute_get_Name_mD9D8EB9B564E485E65CF7CC76A8F878BC1482B7B_inline (DefaultBindingPropertyAttribute_tF626FB40DC66AE802E11AB6D7D0EB9D25B83109F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultEventAttribute_get_Name_m11E61BAB620E1340BDD23F2098AD8A2B212C788F_inline (DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultPropertyAttribute_get_Name_mDF5CFECE56F9957F683545D2B8C9DE560EF4EA7E_inline (DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * Console_get_Out_mDBFC542753165B377A0600E86E51B11AAF17A9C2_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = ((Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields*)il2cpp_codegen_static_fields_for(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var))->get_stdout_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * Console_get_Error_m5AEEF41258FBC9771DABB271B89A0F8ED43DDA5E_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = ((Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields*)il2cpp_codegen_static_fields_for(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var))->get_stderr_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TraceListener_get_NeedIndent_m5FED6C9E18C535F71B7095E07A5E5FD0D0494A42_inline (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_needIndent_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultTraceListener_get_LogFileName_m0C130815D958E99C4EEE8F188539987F28FDB9E3_inline (DefaultTraceListener_t647482A20D5B546020E7A55D07263DD04D7FC468 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_logFileName_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TraceListener_set_NeedIndent_m46D33EA09D9B4FF8843B3AFFCF827AA42B9D4C3F_inline (TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_needIndent_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method) { { void* L_0 = ___value0; *__this = ((intptr_t)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline (intptr_t* __this, const RuntimeMethod* method) { { intptr_t L_0 = *__this; return (void*)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DescriptionAttribute_get_DescriptionValue_mC1DBBA2D084E17E4062C81318C1D5D5295E4C97C_inline (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_description_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DesignOnlyAttribute_get_IsDesignOnly_m8900A909ABB73D36A8AB05EFF72559BAE67D0CBB_inline (DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isDesignOnly_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DesignTimeVisibleAttribute_get_Visible_mEDEAE4216F7BBE283BAB2F714D23691E909766B5_inline (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_visible_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DesignerCategoryAttribute_get_Category_m334134194821AB8C5B2D84C9BFE023CD1C232C2D_inline (DesignerCategoryAttribute_tECC06A62CD5ADF0327DE8AAC4634395E5FDC7E42 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_category_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DesignerSerializationVisibilityAttribute_get_Visibility_m8BF8E684ABAB85A14343D269EF8EFC493D17F49E_inline (DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_visibility_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DigestSession_get_LastUse_mD8434D7BC1017CED5A88F3F08041B9D20F2C0C83_inline (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = __this->get_lastUse_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_22(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HttpWebRequest_get_Address_m8B4240A8AD46F12716B28F8549750BA30D2E368B_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_actualUri_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DisplayNameAttribute_get_DisplayNameValue_m8A787A996D7C752C9F79E3724A5A39EAF94A9F48_inline (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__displayName_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IPHostEntry_set_HostName_mDAF37AF72EB14AC6C63DE863DAF1C71E7DA2AA21_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_hostName_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IPHostEntry_set_Aliases_mBEA9E40249BEC29743421885964A0A76A9D34BB4_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___value0, const RuntimeMethod* method) { { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ___value0; __this->set_aliases_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_Family_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IPHostEntry_set_AddressList_m5D661027187141E20D78AE4795EA8DABA42BEF38_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ___value0, const RuntimeMethod* method) { { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_0 = ___value0; __this->set_addressList_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* IPHostEntry_get_AddressList_m466AC33C136531F42A5EDCD3A75E5B392075186F_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, const RuntimeMethod* method) { { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_0 = __this->get_addressList_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BrowsableAttribute_get_Browsable_mEAD0188E3748DDB36677CC3F523B001145FE1288_inline (BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_browsable_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t EventDescriptorCollection_get_Count_m602D6E9F08D76206722F9DB69A4AA24D32F2B19D_inline (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_eventCount_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ExtenderProvidedPropertyAttribute_get_ExtenderProperty_mB14E4C280026B71DA4A7FDD3AEBAAD639F99E3B6_inline (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * __this, const RuntimeMethod* method) { { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_0 = __this->get_extenderProperty_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ExtenderProvidedPropertyAttribute_get_Provider_m39FC8BCC39DA714A25E7EA2974B199D8ACC1F584_inline (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_provider_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * LazyAsyncResult_get_AsyncObject_m8ACB19F0E9711613E0984A2605A7CD3B7ACEE37C_inline (LazyAsyncResult_t4203C3EF8ACCFBDEE0B5209D86AD466A95A36B32 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_AsyncObject_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_ReadWriteTimeout_mD8A07E29A06BF1528C1387284B91C409638CCE8C_inline (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_rwTimeout_25(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * FtpAsyncResult_get_Exception_mAFAB699360901136D28E553DEDFBB70EAE345616_inline (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get_exception_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * FtpAsyncResult_get_Response_mB2B6FAED11B356ADB3F0DEA5411B85C972185BF6_inline (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, const RuntimeMethod* method) { { FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * L_0 = __this->get_response_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ServicePoint_get_UsesProxy_mE6CE550E4DFEB85A673160DE35CD67AFA87F35BD_inline (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_usesProxy_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FtpStatus_get_StatusCode_mC67001BE9C902DAD12A08E2D178C8FB277FF5081_inline (FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_statusCode_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HttpWebRequest_set_Address_mE538AB6AC85692B1BD77E147BB6ECC7E4F5EB51E_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___value0; __this->set_actualUri_13(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FtpWebResponse_set_Stream_mF4F189761287CE77596991E70D6341AF4112F283_inline (FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___value0, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___value0; __this->set_stream_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FtpWebResponse_set_StatusCode_mB5B7043FE30DA817E1A4956D3D1756230B4D8A01_inline (FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_statusCode_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* FtpStatus_get_StatusDescription_m92E877F6DF8CC7794B43E239E8F09D827419DAAB_inline (FtpStatus_t40908570BA05748EFCA5F4B12F77356A42A40837 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_statusDescription_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FtpWebResponse_set_LastModified_mB0788FCB6FBF63C284B2DE63D86AB95CA9C2A3D2_inline (FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; __this->set_lastModified_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FtpAsyncResult_set_Stream_m3A5FF8198D8DBE05BFEDE9AFC05D109C5523596C_inline (FtpAsyncResult_t224DB9CD548355D326629E3F74E301C502FDCF42 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___value0, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___value0; __this->set_stream_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * IPEndPoint_get_Address_mD98DD9465D2DE39A73DD098B79062DBCE15C2A95_inline (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * __this, const RuntimeMethod* method) { { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_0 = __this->get_m_Address_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t IPEndPoint_get_Port_m442D84417A9E8942514FFBB9714FEE6BD094C6C3_inline (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_Port_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool FtpWebRequest_get_EnableSsl_mE152050AA05D37F098A49DC93F24328A9A7938E3_inline (FtpWebRequest_t9CA7B151B9A2C305627461D607795EC345CD267D * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_enableSsl_28(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FtpWebResponse_set_BannerMessage_m513F3C3FE4DDA1E230EEF5CA92A03F54C20E58D7_inline (FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_bannerMessage_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FtpWebResponse_set_WelcomeMessage_m61B251B52C2311B4C7AA1E25B8456D2CC813CD5C_inline (FtpWebResponse_t4462ADF9C14124B97DC10705932A9234DACEED49 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_welcomeMessage_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MonoTlsSettings_set_UseServicePointManagerCallback_m824D204EDA7D9819914E41351ABC95B05B204720_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___value0, const RuntimeMethod* method) { { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_0 = ___value0; __this->set_useServicePointManagerCallback_12(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ((EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0(); return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; } }